Skip to content

chore(deps): bump @payloadcms/storage-s3 from 3.52.0 to 3.78.0#110

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/payloadcms/storage-s3-3.78.0
Open

chore(deps): bump @payloadcms/storage-s3 from 3.52.0 to 3.78.0#110
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/payloadcms/storage-s3-3.78.0

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps @payloadcms/storage-s3 from 3.52.0 to 3.78.0.

Release notes

Sourced from @​payloadcms/storage-s3'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]
  • 45bd2f1 fix: sanitize filenames in storage adapters (#15746)
  • 71be0ca chore(release): v3.77.0 [skip ci]
  • 3a486c5 chore(release): v3.76.1 [skip ci]
  • 8283c25 fix: add CSP headers to SVG uploads to prevent XSS (#15506)
  • 5909064 chore(release): v3.76.0 [skip ci]
  • 00e2ffb chore(release): v3.75.0 [skip ci]
  • de4fa0c chore(release): v3.74.0 [skip ci]
  • b3796f5 chore(release): v3.73.0 [skip ci]
  • 18ca83b feat: next.js 16 support (#14456)
  • Additional commits viewable 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/storage-s3](https://github.com/payloadcms/payload/tree/HEAD/packages/storage-s3) from 3.52.0 to 3.78.0.
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.78.0/packages/storage-s3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 1, 2026
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