Skip to content

chore(deps): bump @payloadcms/next from 3.75.0 to 3.78.0 in /usecases/ai/edge-ai-demo-studio/frontend#451

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/usecases/ai/edge-ai-demo-studio/frontend/payloadcms/next-3.78.0
Open

chore(deps): bump @payloadcms/next from 3.75.0 to 3.78.0 in /usecases/ai/edge-ai-demo-studio/frontend#451
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/usecases/ai/edge-ai-demo-studio/frontend/payloadcms/next-3.78.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps @payloadcms/next from 3.75.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...
  • 71be0ca chore(release): v3.77.0 [skip ci]
  • 818e31d fix: add i18n support for dashboard edit mode buttons (#15564)
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
Bumps [@payloadcms/next](https://github.com/payloadcms/payload/tree/HEAD/packages/next) from 3.75.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 force-pushed the dependabot/npm_and_yarn/usecases/ai/edge-ai-demo-studio/frontend/payloadcms/next-3.78.0 branch from 452ed4b to 128ad47 Compare April 7, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants