-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update payloadcms monorepo to v3.62.0 #940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
📦 Next.js Bundle Analysis for dsm23-next-payloadcms-templateThis analysis was generated by the Next.js Bundle Analysis action. 🤖 One Page Changed SizeThe following page changed size from the code in this PR compared to its base branch:
DetailsOnly the gzipped size is provided here based on an expert tip. First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If Any third party scripts you have added directly to your app using the Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by undefined% or more, there will be a red status indicator applied, indicating that special attention should be given to this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approving renovate
736782f to
adfcb15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approving renovate
This PR contains the following updates:
3.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.13.61.1->3.62.03.62.1Release Notes
payloadcms/payload (@payloadcms/admin-bar)
v3.62.0Compare Source
🚀 Features
Jobs Access Control
Adds role-based access control for job queue and cancel operations, allowing you to restrict who can manage background jobs in your application. Both operations now support
overrideAccessparameter and respect custom access control functions defined in your jobs configuration. #14404Per-Field Timezone Configuration
Date fields can now have individual timezone settings, allowing different date fields to support their own list of supported timezones with custom default values. This enables more flexible date handling across your application. #14410
You can also enforce a specific timezone by specifying just one with a default value:
KV Storage Adapters
Introduces a new key-value storage system with multiple adapter options (Database, In-Memory, Redis) for enhanced data persistence and performance. This provides the foundation for the upcoming Realtime API and other features requiring fast key-value access. #9913
Access the KV store via
payload.kvwith the following interface:Configure the adapter using the
kvproperty:Database KV adapter (default) - Uses your existing database with a hidden
payload-kvcollection:In Memory KV adapter - Fast memory-based storage for development:
Redis KV Adapter - Production-ready Redis integration:
Configurable Toast Position
Toast notifications can now be positioned anywhere on the screen (top-left, top-center, top-right, bottom-left, bottom-center, bottom-right), giving you control over where important messages appear to your users. This is particularly useful for applications with large screens or specific UI layouts. #14405
The
positionconfiguration is a direct pass-through of the Sonner library's position options, with'bottom-right'remaining the default.Feature PRs
🐛 Bug Fixes
findMigrationDirin projects withoutsrcfolder (#14381) (059185f)prodMigrations(#14394) (8e5e23a)select(#14399) (850cc38)defaultValue(#14365) (8996b35)🛠 Refactors
⚙️ CI
🤝 Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.