Skip to content

build(deps): bump @payloadcms/next from 3.77.0 to 3.78.0#564

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/payloadcms/next-3.78.0
Open

build(deps): bump @payloadcms/next from 3.77.0 to 3.78.0#564
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/payloadcms/next-3.78.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps @payloadcms/next from 3.77.0 to 3.78.0.

Release notes

Sourced from @​payloadcms/next's releases.

v3.78.0

v3.78.0 (2026-02-27)

🚀 Features


Feature Details

TypeScript Plugin for Component Paths - New @payloadcms/typescript-plugin validates PayloadComponent import paths directly in your IDE. It checks that referenced files and exports exist, provides autocomplete for file paths and export names, supports go-to-definition on component path strings, and understands all Payload path conventions including absolute paths, relative paths, tsconfig aliases, and package imports. #15779

screenshot.2026-02-26.at.15.55.40.mp4
pnpm add -D @payloadcms/typescript-plugin
{
  "compilerOptions": {
    "plugins": [{ "name": "next" }, { "name": "@payloadcms/typescript-plugin" }]
  }
}

Trash Out of Beta with Granular Delete Access - Trash is now a stable feature. Delete access control can now distinguish between trashing and permanently deleting — allowing you to permit users to soft-delete documents while restricting permanent deletion to admins. When data.deletedAt is being set, the operation is a trash; otherwise it's a permanent delete. #15210

import type { CollectionConfig } from 'payload'
export const Posts: CollectionConfig = {
slug: 'posts',
trash: true,
access: {
delete: ({ req: { user }, data }) => {
// Not logged in - no access
if (!user) {
return false
}
</tr></table>

... (truncated)

Commits
  • 05e818e chore(release): v3.78.0 [skip ci]
  • d5706ee fix(next): conditionally query snapshot field based on localization (#15693)
  • 418bb92 fix: improve mobile touch support for dnd (#15771)
  • 0a123b5 feat(next, ui): widget fields (#15700)
  • c1892eb fix(ui): use correct translation key for collection version restore modal (#1...
  • 30fee83 fix(ui): encode HTML special characters in version diff view (#15747)
  • e3d8a94 chore(deps): bump next.js canary in monorepo (#15708)
  • 2347cd9 feat: move trash out of beta and delete access can now be limited to trash on...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@payloadcms/next](https://github.com/payloadcms/payload/tree/HEAD/packages/next) from 3.77.0 to 3.78.0.
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.78.0/packages/next)

---
updated-dependencies:
- dependency-name: "@payloadcms/next"
  dependency-version: 3.78.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Apr 1, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
PromiseTracker Error Error Apr 1, 2026 9:34pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants