Skip to content

[ci skip] bump the npm_and_yarn group with 13 updates #42

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 11, 2025

Bumps the npm_and_yarn group with 13 updates:

Package From To
image-size 1.2.0 2.0.2
@payloadcms/db-postgres 3.31.0 3.34.0
@payloadcms/next 3.31.0 3.34.0
@payloadcms/payload-cloud 3.31.0 3.34.0
@payloadcms/plugin-form-builder 3.31.0 3.34.0
@payloadcms/plugin-nested-docs 3.31.0 3.34.0
@payloadcms/plugin-redirects 3.31.0 3.34.0
@payloadcms/plugin-search 3.31.0 3.34.0
@payloadcms/plugin-seo 3.31.0 3.34.0
@payloadcms/richtext-lexical 3.31.0 3.34.0
@payloadcms/ui 3.31.0 3.34.0
payload 3.31.0 3.34.0
vite 6.2.3 6.2.6

Updates image-size from 1.2.0 to 2.0.2

Release notes

Sourced from image-size's releases.

v2.0.2

Fixes

Full Changelog: image-size/image-size@v2.0.1...v2.0.2

v2.0.1

Full Changelog: image-size/image-size@v2.0.0...v2.0.1

v2.0.0

The release

  • Adds dual support for CJS and ESM, switches from Buffer to UInt8Array, uses DataView for reads, and can therefore now also be used in browsers
  • Removes all dependencies
  • Introduces some performance improvements
  • Drops synchronous API.

Please see the Readme for the usage examples.

Full Changelog: image-size/image-size@v1.2.0...v2.0.0

v1.2.1

Fixes

Full Changelog: image-size/image-size@v1.2.0...v1.2.1

Commits

Updates @payloadcms/db-postgres from 3.31.0 to 3.34.0

Release notes

Sourced from @​payloadcms/db-postgres's releases.

v3.34.0

v3.34.0 (2025-04-10)

🚀 Features

  • support where querying by join fields (#12075) (466dcd7)
  • add support for time format config on scheduled publish (#12073) (eab9770)

🐛 Bug Fixes

  • cannot define a join field when the target relationship is nested to a second or higher tab (#12041) (7aa3c5e)
  • image previews getting stuck in list view when paginating (#12062) (a0fb335)
  • array minRow validation should not show when non-required with no rows (#12037) (f079ece)
  • querying by polymorphic join field relationTo with overrideAccess: false (#11999) (b9ffbc6)
  • db-postgres: long array field table aliases cause error even when dbName is used (#11995) (09782be)
  • richtext-lexical: diff component css was not included in css bundle (#12028) (f1d9b44)
  • ui: ensure file field is only serialized at top-level for upload-enabled collections (#12074) (112e081)
  • ui: form state race conditions (#12026) (4d7c1d4)
  • ui: adds multi select inputs for text fields in where builder (#12054) (18ff9cb)
  • ui: orderable table rendering (#12066) (9853f27)
  • ui: adds multi select inputs for number fields in where builder (#12053) (09916ad)
  • ui: resets value in where builder when operator changes (#11136) (ec34e64)
  • ui: upload edits handling for bulk uploads (#12001) (c7b14bd)
  • ui: prefer adminThumbnail even if file is non-image (#11948) (7721025)

⚡ Performance

  • richtext-lexical: debounce field onChange handler (#12046) (101f765)

📚 Documentation

🧪 Tests

📝 Templates

... (truncated)

Commits

Updates @payloadcms/next from 3.31.0 to 3.34.0

Release notes

Sourced from @​payloadcms/next's releases.

v3.34.0

v3.34.0 (2025-04-10)

🚀 Features

  • support where querying by join fields (#12075) (466dcd7)
  • add support for time format config on scheduled publish (#12073) (eab9770)

🐛 Bug Fixes

  • cannot define a join field when the target relationship is nested to a second or higher tab (#12041) (7aa3c5e)
  • image previews getting stuck in list view when paginating (#12062) (a0fb335)
  • array minRow validation should not show when non-required with no rows (#12037) (f079ece)
  • querying by polymorphic join field relationTo with overrideAccess: false (#11999) (b9ffbc6)
  • db-postgres: long array field table aliases cause error even when dbName is used (#11995) (09782be)
  • richtext-lexical: diff component css was not included in css bundle (#12028) (f1d9b44)
  • ui: ensure file field is only serialized at top-level for upload-enabled collections (#12074) (112e081)
  • ui: form state race conditions (#12026) (4d7c1d4)
  • ui: adds multi select inputs for text fields in where builder (#12054) (18ff9cb)
  • ui: orderable table rendering (#12066) (9853f27)
  • ui: adds multi select inputs for number fields in where builder (#12053) (09916ad)
  • ui: resets value in where builder when operator changes (#11136) (ec34e64)
  • ui: upload edits handling for bulk uploads (#12001) (c7b14bd)
  • ui: prefer adminThumbnail even if file is non-image (#11948) (7721025)

⚡ Performance

  • richtext-lexical: debounce field onChange handler (#12046) (101f765)

📚 Documentation

🧪 Tests

📝 Templates

... (truncated)

Commits
  • 272914c chore(release): v3.34.0 [skip ci]
  • e0046bb chore(deps): bump next.js to 15.3.0 and related dependencies (#12067)
  • 36e7c59 chore(release): v3.33.0 [skip ci]
  • d29bdfc feat(next): improved lexical richText diffing in version view (#11760)
  • 4ac6d21 chore(release): v3.32.0 [skip ci]
  • d963e6a feat: orderable collections (#11452)
  • 96289bf fix(next): block encoded and escaped open redirects in getSafeRedirect (#11907)
  • 21f7ba7 feat: change version view modifiedOnly default to true (#11794)
  • See full diff in compare view

Updates @payloadcms/payload-cloud from 3.31.0 to 3.34.0

Release notes

Sourced from @​payloadcms/payload-cloud's releases.

v3.34.0

v3.34.0 (2025-04-10)

🚀 Features

  • support where querying by join fields (#12075) (466dcd7)
  • add support for time format config on scheduled publish (#12073) (eab9770)

🐛 Bug Fixes

  • cannot define a join field when the target relationship is nested to a second or higher tab (#12041) (7aa3c5e)
  • image previews getting stuck in list view when paginating (#12062) (a0fb335)
  • array minRow validation should not show when non-required with no rows (#12037) (f079ece)
  • querying by polymorphic join field relationTo with overrideAccess: false (#11999) (b9ffbc6)
  • db-postgres: long array field table aliases cause error even when dbName is used (#11995) (09782be)
  • richtext-lexical: diff component css was not included in css bundle (#12028) (f1d9b44)
  • ui: ensure file field is only serialized at top-level for upload-enabled collections (#12074) (112e081)
  • ui: form state race conditions (#12026) (4d7c1d4)
  • ui: adds multi select inputs for text fields in where builder (#12054) (18ff9cb)
  • ui: orderable table rendering (#12066) (9853f27)
  • ui: adds multi select inputs for number fields in where builder (#12053) (09916ad)
  • ui: resets value in where builder when operator changes (#11136) (ec34e64)
  • ui: upload edits handling for bulk uploads (#12001) (c7b14bd)
  • ui: prefer adminThumbnail even if file is non-image (#11948) (7721025)

⚡ Performance

  • richtext-lexical: debounce field onChange handler (#12046) (101f765)

📚 Documentation

🧪 Tests

📝 Templates

... (truncated)

Commits

Updates @payloadcms/plugin-form-builder from 3.31.0 to 3.34.0

Release notes

Sourced from @​payloadcms/plugin-form-builder's releases.

v3.34.0

v3.34.0 (2025-04-10)

🚀 Features

  • support where querying by join fields (#12075) (466dcd7)
  • add support for time format config on scheduled publish (#12073) (eab9770)

🐛 Bug Fixes

  • cannot define a join field when the target relationship is nested to a second or higher tab (#12041) (7aa3c5e)
  • image previews getting stuck in list view when paginating (#12062) (a0fb335)
  • array minRow validation should not show when non-required with no rows (#12037) (f079ece)
  • querying by polymorphic join field relationTo with overrideAccess: false (#11999) (b9ffbc6)
  • db-postgres: long array field table aliases cause error even when dbName is used (#11995) (09782be)
  • richtext-lexical: diff component css was not included in css bundle (#12028) (f1d9b44)
  • ui: ensure file field is only serialized at top-level for upload-enabled collections (#12074) (112e081)
  • ui: form state race conditions (#12026) (4d7c1d4)
  • ui: adds multi select inputs for text fields in where builder (#12054) (18ff9cb)
  • ui: orderable table rendering (#12066) (9853f27)
  • ui: adds multi select inputs for number fields in where builder (#12053) (09916ad)
  • ui: resets value in where builder when operator changes (#11136) (ec34e64)
  • ui: upload edits handling for bulk uploads (#12001) (c7b14bd)
  • ui: prefer adminThumbnail even if file is non-image (#11948) (7721025)

⚡ Performance

  • richtext-lexical: debounce field onChange handler (#12046) (101f765)

📚 Documentation

🧪 Tests

📝 Templates

... (truncated)

Commits
  • 272914c chore(release): v3.34.0 [skip ci]
  • e0046bb chore(deps): bump next.js to 15.3.0 and related dependencies (#12067)
  • 36e7c59 chore(release): v3.33.0 [skip ci]
  • a58ff57 chore(plugin-form-builder): enable TypeScript strict (#11929)
  • 4ac6d21 chore(release): v3.32.0 [skip ci]
  • See full diff in compare view

Updates @payloadcms/plugin-nested-docs from 3.31.0 to 3.34.0

Release notes

Sourced from @​payloadcms/plugin-nested-docs's releases.

v3.34.0

v3.34.0 (2025-04-10)

🚀 Features

  • support where querying by join fields (#12075) (466dcd7)
  • add support for time format config on scheduled publish (#12073) (eab9770)

🐛 Bug Fixes

  • cannot define a join field when the target relationship is nested to a second or higher tab (#12041) (7aa3c5e)
  • image previews getting stuck in list view when paginating (#12062) (a0fb335)
  • array minRow validation should not show when non-required with no rows (#12037) (f079ece)
  • querying by polymorphic join field relationTo with overrideAccess: false (#11999) (b9ffbc6)
  • db-postgres: long array field table aliases cause error even when dbName is used (#11995) (09782be)
  • richtext-lexical: diff component css was not included in css bundle (#12028) (f1d9b44)
  • ui: ensure file field is only serialized at top-level for upload-enabled collections (#12074) (112e081)
  • ui: form state race conditions (#12026) (4d7c1d4)
  • ui: adds multi select inputs for text fields in where builder (#12054) (18ff9cb)
  • ui: orderable table rendering (#12066) (9853f27)
  • ui: adds multi select inputs for number fields in where builder (#12053) (09916ad)
  • ui: resets value in where builder when operator changes (#11136) (ec34e64)
  • ui: upload edits handling for bulk uploads (#12001) (c7b14bd)
  • ui: prefer adminThumbnail even if file is non-image (#11948) (7721025)

⚡ Performance

  • richtext-lexical: debounce field onChange handler (#12046) (101f765)

📚 Documentation

🧪 Tests

📝 Templates

... (truncated)

Commits

Updates @payloadcms/plugin-redirects from 3.31.0 to 3.34.0

Release notes

Sourced from @​payloadcms/plugin-redirects's releases.

v3.34.0

v3.34.0 (2025-04-10)

🚀 Features

  • support where querying by join fields (#12075) (466dcd7)
  • add support for time format config on scheduled publish (#12073) (eab9770)

🐛 Bug Fixes

  • cannot define a join field when the target relationship is nested to a second or higher tab (#12041) (7aa3c5e)
  • image previews getting stuck in list view when paginating (#12062) (a0fb335)
  • array minRow validation should not show when non-required with no rows (#12037) (f079ece)
  • querying by polymorphic join field relationTo with overrideAccess: false (#11999) (b9ffbc6)
  • db-postgres: long array field table aliases cause error even when dbName is used (#11995) (09782be)
  • richtext-lexical: diff component css was not included in css bundle (#12028) (f1d9b44)
  • ui: ensure file field is only serialized at top-level for upload-enabled collections (#12074) (112e081)
  • ui: form state race conditions (#12026) (4d7c1d4)
  • ui: adds multi select inputs for text fields in where builder (#12054) (18ff9cb)
  • ui: orderable table rendering (#12066) (9853f27)
  • ui: adds multi select inputs for number fields in where builder (#12053) (09916ad)
  • ui: resets value in where builder when operator changes (#11136) (ec34e64)
  • ui: upload edits handling for bulk uploads (#12001) (c7b14bd)
  • ui: prefer adminThumbnail even if file is non-image (#11948) (7721025)

⚡ Performance

  • richtext-lexical: debounce field onChange handler (#12046) (101f765)

📚 Documentation

🧪 Tests

📝 Templates

... (truncated)

Commits

Updates @payloadcms/plugin-search from 3.31.0 to 3.34.0

Release notes

Sourced from @​payloadcms/plugin-search's releases.

v3.34.0

v3.34.0 (2025-04-10)

🚀 Features

  • support where querying by join fields (#12075) (466dcd7)
  • add support for time format config on scheduled publish (#12073) (eab9770)

🐛 Bug Fixes

  • cannot define a join field when the target relationship is nested to a second or higher tab (#12041) (7aa3c5e)
  • image previews getting stuck in list view when paginating (#12062) (a0fb335)
  • array minRow validation should not show when non-required with no rows (#12037) (f079ece)
  • querying by polymorphic join field relationTo with overrideAccess: false (#11999) (b9ffbc6)
  • db-postgres: long array field table aliases cause error even when dbName is used (#11995) (09782be)
  • richtext-lexical: diff component css was not included in css bundle (#12028) (f1d9b44)
  • ui: ensure file field is only serialized at top-level for upload-enabled collections (#12074) (112e081)
  • ui: form state race conditions (#12026) (4d7c1d4)
  • ui: adds multi select inputs for text fields in where builder (#12054) (18ff9cb)
  • ui: orderable table rendering (#12066) (9853f27)
  • ui: adds multi select inputs for number fields in where builder (#12053) (09916ad)
  • ui: resets value in where builder when operator changes (#11136) (ec34e64)
  • ui: upload edits handling for bulk uploads (#12001) (c7b14bd)
  • ui: prefer adminThumbnail even if file is non-image (#11948) (7721025)

⚡ Performance

  • richtext-lexical: debounce field onChange handler (#12046) (101f765)

📚 Documentation

🧪 Tests

📝 Templates

... (truncated)

Commits
  • 272914c chore(release): v3.34.0 [skip ci]
  • e0046bb chore(deps): bump next.js to 15.3.0 and related dependencies (#12067)
  • 36e7c59 chore(release): v3.33.0 [skip ci]
  • 4ac6d21 chore(release): v3.32.0 [skip ci]
  • See full diff in compare view

Updates @payloadcms/plugin-seo from 3.31.0 to 3.34.0

Release notes

Sourced from @​payloadcms/plugin-seo's releases.

v3.34.0

v3.34.0 (2025-04-10)

🚀 Features

  • support where querying by join fields (#12075) (466dcd7)
  • add support for time format config on scheduled publish (#12073) (eab9770)

🐛 Bug Fixes

  • cannot define a join field when the target relationship is nested to a second or higher tab (#12041) (7aa3c5e)
  • image previews getting stuck in list view when paginating (#12062) (a0fb335)
  • array minRow validation should not show when non-required with no rows (#12037) (f079ece)
  • querying by polymorphic join field relationTo with overrideAccess: false (#11999) (b9ffbc6)
  • <...

    Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner April 11, 2025 15:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 11, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-7e0391a1c5 branch from 69b7a31 to 2cde839 Compare April 14, 2025 15:22
Bumps the npm_and_yarn group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [image-size](https://github.com/image-size/image-size) | `1.2.0` | `2.0.2` |
| [@payloadcms/db-postgres](https://github.com/payloadcms/payload/tree/HEAD/packages/db-postgres) | `3.31.0` | `3.34.0` |
| [@payloadcms/next](https://github.com/payloadcms/payload/tree/HEAD/packages/next) | `3.31.0` | `3.34.0` |
| [@payloadcms/payload-cloud](https://github.com/payloadcms/payload/tree/HEAD/packages/payload-cloud) | `3.31.0` | `3.34.0` |
| [@payloadcms/plugin-form-builder](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-form-builder) | `3.31.0` | `3.34.0` |
| [@payloadcms/plugin-nested-docs](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-nested-docs) | `3.31.0` | `3.34.0` |
| [@payloadcms/plugin-redirects](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-redirects) | `3.31.0` | `3.34.0` |
| [@payloadcms/plugin-search](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-search) | `3.31.0` | `3.34.0` |
| [@payloadcms/plugin-seo](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-seo) | `3.31.0` | `3.34.0` |
| [@payloadcms/richtext-lexical](https://github.com/payloadcms/payload/tree/HEAD/packages/richtext-lexical) | `3.31.0` | `3.34.0` |
| [@payloadcms/ui](https://github.com/payloadcms/payload/tree/HEAD/packages/ui) | `3.31.0` | `3.34.0` |
| [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload) | `3.31.0` | `3.34.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.3` | `6.2.6` |


Updates `image-size` from 1.2.0 to 2.0.2
- [Release notes](https://github.com/image-size/image-size/releases)
- [Commits](image-size/image-size@v1.2.0...v2.0.2)

Updates `@payloadcms/db-postgres` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/db-postgres)

Updates `@payloadcms/next` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/next)

Updates `@payloadcms/payload-cloud` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/payload-cloud)

Updates `@payloadcms/plugin-form-builder` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/plugin-form-builder)

Updates `@payloadcms/plugin-nested-docs` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/plugin-nested-docs)

Updates `@payloadcms/plugin-redirects` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/plugin-redirects)

Updates `@payloadcms/plugin-search` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/plugin-search)

Updates `@payloadcms/plugin-seo` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/plugin-seo)

Updates `@payloadcms/richtext-lexical` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/richtext-lexical)

Updates `@payloadcms/ui` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/ui)

Updates `payload` from 3.31.0 to 3.34.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.34.0/packages/payload)

Updates `vite` from 6.2.3 to 6.2.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.6/packages/vite)

---
updated-dependencies:
- dependency-name: image-size
  dependency-version: 2.0.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/db-postgres"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/next"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/payload-cloud"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/plugin-form-builder"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/plugin-nested-docs"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/plugin-redirects"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/plugin-search"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/plugin-seo"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/richtext-lexical"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@payloadcms/ui"
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: payload
  dependency-version: 3.34.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-version: 6.2.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-7e0391a1c5 branch from 2cde839 to f777e7d Compare April 21, 2025 19:28
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