Skip to content

chore(deps): bump the dependencies group in /landingpage with 13 updates#545

Merged
GenerQAQ merged 1 commit intodepsfrom
dependabot/npm_and_yarn/landingpage/deps/dependencies-fe93da7e18
Apr 8, 2026
Merged

chore(deps): bump the dependencies group in /landingpage with 13 updates#545
GenerQAQ merged 1 commit intodepsfrom
dependabot/npm_and_yarn/landingpage/deps/dependencies-fe93da7e18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependencies group in /landingpage with 13 updates:

Package From To
@next/third-parties 16.2.1 16.2.2
@payloadcms/db-d1-sqlite 3.80.0 3.81.0
@payloadcms/next 3.80.0 3.81.0
@payloadcms/plugin-seo 3.80.0 3.81.0
@payloadcms/richtext-lexical 3.80.0 3.81.0
@payloadcms/storage-r2 3.80.0 3.81.0
@payloadcms/ui 3.80.0 3.81.0
payload 3.80.0 3.81.0
@playwright/test 1.58.2 1.59.1
@types/node 22.19.15 22.19.17
playwright 1.58.2 1.59.1
playwright-core 1.58.2 1.59.1
wrangler 4.79.0 4.80.0

Updates @next/third-parties from 16.2.1 to 16.2.2

Release notes

Sourced from @​next/third-parties's releases.

v16.2.2

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • backport: Move expanded adapters docs to API reference (#92115) (#92129)
  • Backport: TypeScript v6 deprecations for baseUrl and moduleResolution (#92130)
  • [create-next-app] Skip interactive prompts when CLI flags are provided (#91840)
  • next.config.js: Accept an option for serverFastRefresh (#91968)
  • Turbopack: enable server HMR for app route handlers (#91466)
  • Turbopack: exclude metadata routes from server HMR (#92034)
  • Fix CI for glibc linux builds
  • Backport: disable bmi2 in qfilter #92177
  • [backport] Fix CSS HMR on Safari (#92174)

Credits

Huge thanks to @​nextjs-bot, @​icyJoseph, @​ijjk, @​gaojude, @​wbinnssmith, @​lukesandberg, and @​bgw for helping!

Commits

Updates @payloadcms/db-d1-sqlite from 3.80.0 to 3.81.0

Release notes

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

v3.81.0

v3.81.0 (2026-04-01)

🚀 Features

  • add LLM eval suite for Payload conventions and code generation (#15710) (db4b00e)
  • next: prevent admin panel errors when cacheComponents is enabled (#16020) (1ecd7dd)

🐛 Bug Fixes

  • update file-type, ajv and jose packages (#16118) (d09ed54)
  • add field-level access control to internal auth fields (#16119) (4ae5577)
  • where querying by a join field with relationship nested to an array (#16101) (0f79eed)
  • trashed documents still show as IDs in relationship responses (#16102) (aa143e6)
  • db-mongodb: virtual fields within blocks (#16107) (77cdb17)
  • db-postgres: stabilize read replicas support (#16083) (46ddf8d)
  • db-postgres: handle blockType filters for versions (#16071) (727d74e)
  • deps: resolve high severity audit vulnerabilities (#16104) (c5a3767)
  • next: respect canAccessAdmin when a custom dashboard view is configured (#16105) (329090c)
  • next: forgot password basePath was not respected (#16084) (3c40241)
  • plugin-multi-tenant: forbidden error when logging in as a user with no tenant and no access to all tenants (#16047) (9c58e7c)
  • richtext-lexical: prevent invalid h0 heading nodes when all heading sizes are disabled (#16090) (185548a)
  • sdk: pass trash to request (#16092) (e0b3e81)
  • storage-gcs: bump @​google-cloud/storage (#16046) (5c06266)
  • storage-vercel-blob: properly handle alwaysInsertFields and add comprehensive integration test suite with a vercel blob emulator (#16080) (8530b45)
  • templates: add --no-server-fast-refresh to all dev scripts for Next.js 16.2+ compatibility (#16074) (8045887)
  • ui: prevent data loss in copy-to-locale with drafts (#16073) (43b8de6)
  • ui: tokenInMemory not set after refreshing cookie (#15928) (17266ab)
  • ui: respect admin.dateFormat for list view filters (#16040) (d5fe0ce)

🛠 Refactors

📚 Documentation

  • clarify unique field index behavior and add warnings for array/blocks nesting (#15969) (38c1d4d)
  • document ListViewServerProps/ClientProps and custom list view component patterns (#15970) (eb3b227)
  • adds code examples for how to fully implement textStateFeature (#16053) (80ae745)

🧪 Tests

  • add defaultSort join field property integration tests (#16057) (b2a8917)

📝 Templates

  • fix broken images on Next.js 16 by using relative paths for local media (#16058) (1a0f4d0)
  • bump to Next.js 16.2.1 (#16032) (5c3244f)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by danribbens, a new releaser for @​payloadcms/db-d1-sqlite since your current version.


Updates @payloadcms/next from 3.80.0 to 3.81.0

Release notes

Sourced from @​payloadcms/next's releases.

v3.81.0

v3.81.0 (2026-04-01)

🚀 Features

  • add LLM eval suite for Payload conventions and code generation (#15710) (db4b00e)
  • next: prevent admin panel errors when cacheComponents is enabled (#16020) (1ecd7dd)

🐛 Bug Fixes

  • update file-type, ajv and jose packages (#16118) (d09ed54)
  • add field-level access control to internal auth fields (#16119) (4ae5577)
  • where querying by a join field with relationship nested to an array (#16101) (0f79eed)
  • trashed documents still show as IDs in relationship responses (#16102) (aa143e6)
  • db-mongodb: virtual fields within blocks (#16107) (77cdb17)
  • db-postgres: stabilize read replicas support (#16083) (46ddf8d)
  • db-postgres: handle blockType filters for versions (#16071) (727d74e)
  • deps: resolve high severity audit vulnerabilities (#16104) (c5a3767)
  • next: respect canAccessAdmin when a custom dashboard view is configured (#16105) (329090c)
  • next: forgot password basePath was not respected (#16084) (3c40241)
  • plugin-multi-tenant: forbidden error when logging in as a user with no tenant and no access to all tenants (#16047) (9c58e7c)
  • richtext-lexical: prevent invalid h0 heading nodes when all heading sizes are disabled (#16090) (185548a)
  • sdk: pass trash to request (#16092) (e0b3e81)
  • storage-gcs: bump @​google-cloud/storage (#16046) (5c06266)
  • storage-vercel-blob: properly handle alwaysInsertFields and add comprehensive integration test suite with a vercel blob emulator (#16080) (8530b45)
  • templates: add --no-server-fast-refresh to all dev scripts for Next.js 16.2+ compatibility (#16074) (8045887)
  • ui: prevent data loss in copy-to-locale with drafts (#16073) (43b8de6)
  • ui: tokenInMemory not set after refreshing cookie (#15928) (17266ab)
  • ui: respect admin.dateFormat for list view filters (#16040) (d5fe0ce)

🛠 Refactors

📚 Documentation

  • clarify unique field index behavior and add warnings for array/blocks nesting (#15969) (38c1d4d)
  • document ListViewServerProps/ClientProps and custom list view component patterns (#15970) (eb3b227)
  • adds code examples for how to fully implement textStateFeature (#16053) (80ae745)

🧪 Tests

  • add defaultSort join field property integration tests (#16057) (b2a8917)

📝 Templates

  • fix broken images on Next.js 16 by using relative paths for local media (#16058) (1a0f4d0)
  • bump to Next.js 16.2.1 (#16032) (5c3244f)

... (truncated)

Commits
  • d7c07b3 chore(release): v3.81.0 [skip ci]
  • d09ed54 fix: update file-type, ajv and jose packages (#16118)
  • d6862fe chore(deps): bump qs-esm from 7.0.2 to 8.0.1 (#16110)
  • 329090c fix(next): respect canAccessAdmin when a custom dashboard view is configured ...
  • 3c40241 fix(next): forgot password basePath was not respected (#16084)
  • 1ecd7dd feat(next): prevent admin panel errors when cacheComponents is enabled (#16020)
  • 5c3244f templates: bump to Next.js 16.2.1 (#16032)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by danribbens, a new releaser for @​payloadcms/next since your current version.


Updates @payloadcms/plugin-seo from 3.80.0 to 3.81.0

Release notes

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

v3.81.0

v3.81.0 (2026-04-01)

🚀 Features

  • add LLM eval suite for Payload conventions and code generation (#15710) (db4b00e)
  • next: prevent admin panel errors when cacheComponents is enabled (#16020) (1ecd7dd)

🐛 Bug Fixes

  • update file-type, ajv and jose packages (#16118) (d09ed54)
  • add field-level access control to internal auth fields (#16119) (4ae5577)
  • where querying by a join field with relationship nested to an array (#16101) (0f79eed)
  • trashed documents still show as IDs in relationship responses (#16102) (aa143e6)
  • db-mongodb: virtual fields within blocks (#16107) (77cdb17)
  • db-postgres: stabilize read replicas support (#16083) (46ddf8d)
  • db-postgres: handle blockType filters for versions (#16071) (727d74e)
  • deps: resolve high severity audit vulnerabilities (#16104) (c5a3767)
  • next: respect canAccessAdmin when a custom dashboard view is configured (#16105) (329090c)
  • next: forgot password basePath was not respected (#16084) (3c40241)
  • plugin-multi-tenant: forbidden error when logging in as a user with no tenant and no access to all tenants (#16047) (9c58e7c)
  • richtext-lexical: prevent invalid h0 heading nodes when all heading sizes are disabled (#16090) (185548a)
  • sdk: pass trash to request (#16092) (e0b3e81)
  • storage-gcs: bump @​google-cloud/storage (#16046) (5c06266)
  • storage-vercel-blob: properly handle alwaysInsertFields and add comprehensive integration test suite with a vercel blob emulator (#16080) (8530b45)
  • templates: add --no-server-fast-refresh to all dev scripts for Next.js 16.2+ compatibility (#16074) (8045887)
  • ui: prevent data loss in copy-to-locale with drafts (#16073) (43b8de6)
  • ui: tokenInMemory not set after refreshing cookie (#15928) (17266ab)
  • ui: respect admin.dateFormat for list view filters (#16040) (d5fe0ce)

🛠 Refactors

📚 Documentation

  • clarify unique field index behavior and add warnings for array/blocks nesting (#15969) (38c1d4d)
  • document ListViewServerProps/ClientProps and custom list view component patterns (#15970) (eb3b227)
  • adds code examples for how to fully implement textStateFeature (#16053) (80ae745)

🧪 Tests

  • add defaultSort join field property integration tests (#16057) (b2a8917)

📝 Templates

  • fix broken images on Next.js 16 by using relative paths for local media (#16058) (1a0f4d0)
  • bump to Next.js 16.2.1 (#16032) (5c3244f)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by danribbens, a new releaser for @​payloadcms/plugin-seo since your current version.


Updates @payloadcms/richtext-lexical from 3.80.0 to 3.81.0

Release notes

Sourced from @​payloadcms/richtext-lexical's releases.

v3.81.0

v3.81.0 (2026-04-01)

🚀 Features

  • add LLM eval suite for Payload conventions and code generation (#15710) (db4b00e)
  • next: prevent admin panel errors when cacheComponents is enabled (#16020) (1ecd7dd)

🐛 Bug Fixes

  • update file-type, ajv and jose packages (#16118) (d09ed54)
  • add field-level access control to internal auth fields (#16119) (4ae5577)
  • where querying by a join field with relationship nested to an array (#16101) (0f79eed)
  • trashed documents still show as IDs in relationship responses (#16102) (aa143e6)
  • db-mongodb: virtual fields within blocks (#16107) (77cdb17)
  • db-postgres: stabilize read replicas support (#16083) (46ddf8d)
  • db-postgres: handle blockType filters for versions (#16071) (727d74e)
  • deps: resolve high severity audit vulnerabilities (#16104) (c5a3767)
  • next: respect canAccessAdmin when a custom dashboard view is configured (#16105) (329090c)
  • next: forgot password basePath was not respected (#16084) (3c40241)
  • plugin-multi-tenant: forbidden error when logging in as a user with no tenant and no access to all tenants (#16047) (9c58e7c)
  • richtext-lexical: prevent invalid h0 heading nodes when all heading sizes are disabled (#16090) (185548a)
  • sdk: pass trash to request (#16092) (e0b3e81)
  • storage-gcs: bump @​google-cloud/storage (#16046) (5c06266)
  • storage-vercel-blob: properly handle alwaysInsertFields and add comprehensive integration test suite with a vercel blob emulator (#16080) (8530b45)
  • templates: add --no-server-fast-refresh to all dev scripts for Next.js 16.2+ compatibility (#16074) (8045887)
  • ui: prevent data loss in copy-to-locale with drafts (#16073) (43b8de6)
  • ui: tokenInMemory not set after refreshing cookie (#15928) (17266ab)
  • ui: respect admin.dateFormat for list view filters (#16040) (d5fe0ce)

🛠 Refactors

📚 Documentation

  • clarify unique field index behavior and add warnings for array/blocks nesting (#15969) (38c1d4d)
  • document ListViewServerProps/ClientProps and custom list view component patterns (#15970) (eb3b227)
  • adds code examples for how to fully implement textStateFeature (#16053) (80ae745)

🧪 Tests

  • add defaultSort join field property integration tests (#16057) (b2a8917)

📝 Templates

  • fix broken images on Next.js 16 by using relative paths for local media (#16058) (1a0f4d0)
  • bump to Next.js 16.2.1 (#16032) (5c3244f)

... (truncated)

Commits
  • d7c07b3 chore(release): v3.81.0 [skip ci]
  • d6862fe chore(deps): bump qs-esm from 7.0.2 to 8.0.1 (#16110)
  • 185548a fix(richtext-lexical): prevent invalid h0 heading nodes when all heading size...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by danribbens, a new releaser for @​payloadcms/richtext-lexical since your current version.


Updates @payloadcms/storage-r2 from 3.80.0 to 3.81.0

Release notes

Sourced from @​payloadcms/storage-r2's releases.

v3.81.0

v3.81.0 (2026-04-01)

🚀 Features

  • add LLM eval suite for Payload conventions and code generation (#15710) (db4b00e)
  • next: prevent admin panel errors when cacheComponents is enabled (#16020) (1ecd7dd)

🐛 Bug Fixes

  • update file-type, ajv and jose packages (#16118) (d09ed54)
  • add field-level access control to internal auth fields (#16119) (4ae5577)
  • where querying by a join field with relationship nested to an array (#16101) (0f79eed)
  • trashed documents still show as IDs in relationship responses (#16102) (aa143e6)
  • db-mongodb: virtual fields within blocks (#16107) (77cdb17)
  • db-postgres: stabilize read replicas support (#16083) (46ddf8d)
  • db-postgres: handle blockType filters for versions (#16071) (727d74e)
  • deps: resolve high severity audit vulnerabilities (#16104) (c5a3767)
  • next: respect canAccessAdmin when a custom dashboard view is configured (#16105) (329090c)
  • next: forgot password basePath was not respected (#16084) (3c40241)
  • plugin-multi-tenant: forbidden error when logging in as a user with no tenant and no access to all tenants (#16047) (9c58e7c)
  • richtext-lexical: prevent invalid h0 heading nodes when all heading sizes are disabled (#16090) (185548a)
  • sdk: pass trash to request (#16092) (e0b3e81)
  • storage-gcs: bump @​google-cloud/storage (#16046) (5c06266)
  • storage-vercel-blob: properly handle alwaysInsertFields and add comprehensive integration test suite with a vercel blob emulator (#16080) (8530b45)
  • templates: add --no-server-fast-refresh to all dev scripts for Next.js 16.2+ compatibility (#16074) (8045887)
  • ui: prevent data loss in copy-to-locale with drafts (#16073) (43b8de6)
  • ui: tokenInMemory not set after refreshing cookie (#15928) (17266ab)
  • ui: respect admin.dateFormat for list view filters (#16040) (d5fe0ce)

🛠 Refactors

📚 Documentation

  • clarify unique field index behavior and add warnings for array/blocks nesting (#15969) (38c1d4d)
  • document ListViewServerProps/ClientProps and custom list view component patterns (#15970) (eb3b227)
  • adds code examples for how to fully implement textStateFeature (#16053) (80ae745)

🧪 Tests

  • add defaultSort join field property integration tests (#16057) (b2a8917)

📝 Templates

  • fix broken images on Next.js 16 by using relative paths for local media (#16058) (1a0f4d0)
  • bump to Next.js 16.2.1 (#16032) (5c3244f)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by danribbens, a new releaser for @​payloadcms/storage-r2 since your current version.


Updates @payloadcms/ui from 3.80.0 to 3.81.0

Release notes

Sourced from @​payloadcms/ui's releases.

v3.81.0

v3.81.0 (2026-04-01)

🚀 Features

  • add LLM eval suite for Payload conventions and code generation (#15710) (db4b00e)
  • next: prevent admin panel errors when cacheComponents is enabled (#16020) (1ecd7dd)

🐛 Bug Fixes

  • update file-type, ajv and jose packages (#16118) (d09ed54)
  • add field-level access control to internal auth fields (#16119) (4ae5577)
  • where querying by a join field with relationship nested to an array (#16101) (0f79eed)
  • trashed documents still show as IDs in relationship responses (#16102) (aa143e6)
  • db-mongodb: virtual fields within blocks (#16107) (77cdb17)
  • db-postgres: stabilize read replicas support (#16083) (46ddf8d)
  • db-postgres: handle blockType filters for versions (#16071) (727d74e)
  • deps: resolve high severity audit vulnerabilities (#16104) (c5a3767)
  • next: respect canAccessAdmin when a custom dashboard view is configured (#16105) (329090c)
  • next: forgot password basePath was not respected (#16084) (3c40241)
  • plugin-multi-tenant: forbidden error when logging in as a user with no tenant and no access to all tenants (#16047) (9c58e7c)
  • richtext-lexical: prevent invalid h0 heading nodes when all heading sizes are disabled (#16090) (185548a)
  • sdk: pass trash to request (#16092) (e0b3e81)
  • storage-gcs: bump @​google-cloud/storage (#16046) (5c06266)
  • storage-vercel-blob: properly handle alwaysInsertFields and add comprehensive integration test suite with a vercel blob emulator (#16080) (8530b45)
  • templates: add --no-server-fast-refresh to all dev scripts for Next.js 16.2+ compatibility (#16074) (8045887)
  • ui: prevent data loss in copy-to-locale with drafts (#16073) (43b8de6)
  • ui: tokenInMemory not set after refreshing cookie (#15928) (17266ab)
  • ui: respect admin.dateFormat for list view filters (#16040) (d5fe0ce)

🛠 Refactors

📚 Documentation

  • clarify unique field index behavior and add warnings for array/blocks nesting (#15969) (38c1d4d)
  • document ListViewServerProps/ClientProps and custom list view component patterns (#15970) (eb3b227)
  • adds code examples for how to fully implement textStateFeature (#16053) (80ae745)

🧪 Tests

  • add defaultSort join field property integration tests (#16057) (b2a8917)

📝 Templates

  • fix broken images on Next.js 16 by using relative paths for local media (#16058) (1a0f4d0)
  • bump to Next.js 16.2.1 (#16032) (5c3244f)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by danribbens, a new releaser for @​payloadcms/ui since your current version.


Updates payload from 3.80.0 to 3.81.0

Release notes

Sourced from payload's releases.

v3.81.0

v3.81.0 (2026-04-01)

🚀 Features

  • add LLM eval suite for Payload conventions and code generation (#15710) (db4b00e)
  • next: prevent admin panel errors when cacheComponents is enabled (#16020) (1ecd7dd)

🐛 Bug Fixes

  • update file-type, ajv and jose packages (#16118) (d09ed54)
  • add field-level access control to internal auth fields (#16119) (4ae5577)
  • where querying by a join field with relationship nested to an array (#16101) (0f79eed)
  • trashed documents still show as IDs in relationship responses (#16102) (aa143e6)
  • db-mongodb: virtual fields within blocks (#16107) (77cdb17)
  • db-postgres: stabilize read replicas support (#16083) (46ddf8d)
  • db-postgres: handle blockType filters for versions (#16071) (727d74e)
  • deps: resolve high severity audit vulnerabilities (#16104) (c5a3767)
  • next: respect canAccessAdmin when a custom dashboard view is configured (#16105) (329090c)
  • next: forgot password basePath was not respected (#16084) (3c40241)
  • plugin-multi-tenant: forbidden error when logging in as a user with no tenant and no access to all tenants (#16047) (9c58e7c)
  • richtext-lexical: prevent invalid h0 heading nodes when all heading sizes are disabled (#16090) (185548a)
  • sdk: pass trash to request (#16092) (e0b3e81)
  • storage-gcs: bump @​google-cloud/storage (#16046) (5c06266)
  • storage-vercel-blob: properly handle alwaysInsertFields and add comprehensive integration test suite with a vercel blob emulator (#16080) (8530b45)
  • templates: add --no-server-fast-refresh to all dev scripts for Next.js 16.2+ compatibility (#16074) (8045887)
  • ui: prevent data loss in copy-to-locale with drafts (#16073) (43b8de6)
  • ui: tokenInMemory not set after refreshing cookie (#15928) (17266ab)
  • ui: respect admin.dateFormat for list view filters (#16040) (d5fe0ce)

🛠 Refactors

📚 Documentation

  • clarify unique field index behavior and add warnings for array/blocks nesting (#15969) (38c1d4d)
  • document ListViewServerProps/ClientProps and custom list view component patterns (#15970) (eb3b227)
  • adds code examples for how to fully implement textStateFeature (#16053) (80ae745)

🧪 Tests

  • add defaultSort join field property integration tests (#16057) (b2a8917)

📝 Templates

  • fix broken images on Next.js 16 by using relative paths for local media (#16058) (1a0f4d0)
  • bump to Next.js 16.2.1 (#16032) (5c3244f)

... (truncated)

Commits
  • d7c07b3 chore(release): v3.81.0 [skip ci]
  • d09ed54 fix: update file-type, ajv and jose packages (#16118)
  • 4ae5577 fix: add field-level access control to internal auth fields (#16119)
  • d6862fe chore(deps): bump qs-esm from 7.0.2 to 8.0.1 (#16110)
  • aa143e6 fix: trashed documents still show as IDs in relationship responses (#16102)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by danribbens, a new releaser for payload since your current version.


Updates @playwright/test from 1.58.2 to 1.59.1

Release notes

Sourced from @​playwright/test's releases.

v1.59.1

Bug Fixes

  • [Windows] Reverted hiding console window when spawning browser processes...

    Description has been truncated

Bumps the dependencies group in /landingpage with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.2.1` | `16.2.2` |
| [@payloadcms/db-d1-sqlite](https://github.com/payloadcms/payload/tree/HEAD/packages/db-d1-sqlite) | `3.80.0` | `3.81.0` |
| [@payloadcms/next](https://github.com/payloadcms/payload/tree/HEAD/packages/next) | `3.80.0` | `3.81.0` |
| [@payloadcms/plugin-seo](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-seo) | `3.80.0` | `3.81.0` |
| [@payloadcms/richtext-lexical](https://github.com/payloadcms/payload/tree/HEAD/packages/richtext-lexical) | `3.80.0` | `3.81.0` |
| [@payloadcms/storage-r2](https://github.com/payloadcms/payload/tree/HEAD/packages/storage-r2) | `3.80.0` | `3.81.0` |
| [@payloadcms/ui](https://github.com/payloadcms/payload/tree/HEAD/packages/ui) | `3.80.0` | `3.81.0` |
| [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload) | `3.80.0` | `3.81.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.15` | `22.19.17` |
| [playwright](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.79.0` | `4.80.0` |


Updates `@next/third-parties` from 16.2.1 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/third-parties)

Updates `@payloadcms/db-d1-sqlite` from 3.80.0 to 3.81.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.81.0/packages/db-d1-sqlite)

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

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

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

Updates `@payloadcms/storage-r2` from 3.80.0 to 3.81.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.81.0/packages/storage-r2)

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

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

Updates `@playwright/test` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `@types/node` from 22.19.15 to 22.19.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `playwright` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `playwright-core` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `wrangler` from 4.79.0 to 4.80.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.80.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@next/third-parties"
  dependency-version: 16.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@payloadcms/db-d1-sqlite"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/next"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/plugin-seo"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/richtext-lexical"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/storage-r2"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/ui"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: payload
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 22.19.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: playwright
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: playwright-core
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 7, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 7, 2026 18:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2026
@GenerQAQ GenerQAQ merged commit e65a7d6 into deps Apr 8, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/landingpage/deps/dependencies-fe93da7e18 branch April 8, 2026 09:48
@GenerQAQ GenerQAQ mentioned this pull request Apr 8, 2026
17 tasks
GenerQAQ added a commit that referenced this pull request Apr 8, 2026
* chore(deps): bump cloudflare/sandbox (#538)

Bumps the dependencies group in /src/server/sandbox/cloudflare with 1 update: cloudflare/sandbox.


Updates `cloudflare/sandbox` from 0.8.1-python to 0.8.6-python

---
updated-dependencies:
- dependency-name: cloudflare/sandbox
  dependency-version: 0.8.6-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the dependencies group (#537)

Bumps the dependencies group in /src/client/acontext-ts with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [ts-jest](https://github.com/kulshekhar/ts-jest).


Updates `@types/node` from 25.5.0 to 25.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `ts-jest` from 29.4.6 to 29.4.9
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.6...v29.4.9)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the dependencies group (#539)

Bumps the dependencies group in /src/server/sandbox/cloudflare with 3 updates: [@cloudflare/sandbox](https://github.com/cloudflare/sandbox-sdk), [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@cloudflare/sandbox` from 0.8.1 to 0.8.6
- [Release notes](https://github.com/cloudflare/sandbox-sdk/releases)
- [Commits](https://github.com/cloudflare/sandbox-sdk/compare/@cloudflare/sandbox@0.8.1...@cloudflare/sandbox@0.8.6)

Updates `@cloudflare/workers-types` from 4.20260331.1 to 4.20260405.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `wrangler` from 4.79.0 to 4.80.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.80.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/sandbox"
  dependency-version: 0.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260405.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump docker/login-action in the dependencies group (#541)

Bumps the dependencies group with 1 update: [docker/login-action](https://github.com/docker/login-action).


Updates `docker/login-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@b45d80f...4907a6d)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the dependencies group (#542)

Bumps the dependencies group in /src/server/ui with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/view](https://github.com/codemirror/view) | `6.40.0` | `6.41.0` |
| [next-intl](https://github.com/amannn/next-intl) | `4.8.4` | `4.9.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.72.0` | `7.72.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.1` | `16.2.2` |


Updates `@codemirror/view` from 6.40.0 to 6.41.0
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.40.0...6.41.0)

Updates `next-intl` from 4.8.4 to 4.9.0
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.8.4...v4.9.0)

Updates `react-hook-form` from 7.72.0 to 7.72.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.72.0...v7.72.1)

Updates `@types/node` from 25.5.0 to 25.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-config-next` from 16.2.1 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-version: 6.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next-intl
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the dependencies group in /docs with 11 updates (#544)

Bumps the dependencies group in /docs with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `3.0.49` | `3.0.51` |
| [@ai-sdk/react](https://github.com/vercel/ai) | `3.0.144` | `3.0.151` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.2.1` | `16.2.2` |
| [ai](https://github.com/vercel/ai) | `6.0.142` | `6.0.149` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.7.7` | `16.7.10` |
| [fumadocs-openapi](https://github.com/fuma-nama/fumadocs) | `10.6.1` | `10.6.6` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.7.7` | `16.7.10` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.13.0` | `11.14.0` |
| [next](https://github.com/vercel/next.js) | `16.2.1` | `16.2.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.79.0` | `4.80.0` |


Updates `@ai-sdk/openai` from 3.0.49 to 3.0.51
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/openai@3.0.49...@ai-sdk/openai@3.0.51)

Updates `@ai-sdk/react` from 3.0.144 to 3.0.151
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/react@3.0.144...@ai-sdk/react@3.0.151)

Updates `@next/third-parties` from 16.2.1 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/third-parties)

Updates `ai` from 6.0.142 to 6.0.149
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/ai@6.0.142...ai@6.0.149)

Updates `fumadocs-core` from 16.7.7 to 16.7.10
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.7.7...fumadocs-core@16.7.10)

Updates `fumadocs-openapi` from 10.6.1 to 10.6.6
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-openapi@10.6.1...fumadocs-openapi@10.6.6)

Updates `fumadocs-ui` from 16.7.7 to 16.7.10
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.7.7...fumadocs-ui@16.7.10)

Updates `mermaid` from 11.13.0 to 11.14.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.13.0...mermaid@11.14.0)

Updates `next` from 16.2.1 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.1...v16.2.2)

Updates `@types/node` from 25.5.0 to 25.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `wrangler` from 4.79.0 to 4.80.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.80.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.151
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@next/third-parties"
  dependency-version: 16.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ai
  dependency-version: 6.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fumadocs-core
  dependency-version: 16.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fumadocs-openapi
  dependency-version: 10.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fumadocs-ui
  dependency-version: 16.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mermaid
  dependency-version: 11.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 16.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the dependencies group in /landingpage with 13 updates (#545)

Bumps the dependencies group in /landingpage with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.2.1` | `16.2.2` |
| [@payloadcms/db-d1-sqlite](https://github.com/payloadcms/payload/tree/HEAD/packages/db-d1-sqlite) | `3.80.0` | `3.81.0` |
| [@payloadcms/next](https://github.com/payloadcms/payload/tree/HEAD/packages/next) | `3.80.0` | `3.81.0` |
| [@payloadcms/plugin-seo](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-seo) | `3.80.0` | `3.81.0` |
| [@payloadcms/richtext-lexical](https://github.com/payloadcms/payload/tree/HEAD/packages/richtext-lexical) | `3.80.0` | `3.81.0` |
| [@payloadcms/storage-r2](https://github.com/payloadcms/payload/tree/HEAD/packages/storage-r2) | `3.80.0` | `3.81.0` |
| [@payloadcms/ui](https://github.com/payloadcms/payload/tree/HEAD/packages/ui) | `3.80.0` | `3.81.0` |
| [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload) | `3.80.0` | `3.81.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.15` | `22.19.17` |
| [playwright](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [playwright-core](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.79.0` | `4.80.0` |


Updates `@next/third-parties` from 16.2.1 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/third-parties)

Updates `@payloadcms/db-d1-sqlite` from 3.80.0 to 3.81.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.81.0/packages/db-d1-sqlite)

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

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

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

Updates `@payloadcms/storage-r2` from 3.80.0 to 3.81.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.81.0/packages/storage-r2)

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

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

Updates `@playwright/test` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `@types/node` from 22.19.15 to 22.19.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `playwright` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `playwright-core` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `wrangler` from 4.79.0 to 4.80.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.80.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@next/third-parties"
  dependency-version: 16.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@payloadcms/db-d1-sqlite"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/next"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/plugin-seo"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/richtext-lexical"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/storage-r2"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/ui"
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: payload
  dependency-version: 3.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 22.19.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: playwright
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: playwright-core
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the dependencies group in /dashboard with 7 updates (#543)

Bumps the dependencies group in /dashboard with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/view](https://github.com/codemirror/view) | `6.40.0` | `6.41.0` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.2.1` | `16.2.2` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.101.1` | `2.102.1` |
| [next](https://github.com/vercel/next.js) | `16.2.1` | `16.2.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.1` | `16.2.2` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.79.0` | `4.80.0` |


Updates `@codemirror/view` from 6.40.0 to 6.41.0
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.40.0...6.41.0)

Updates `@next/third-parties` from 16.2.1 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/third-parties)

Updates `@supabase/supabase-js` from 2.101.1 to 2.102.1
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.102.1/packages/core/supabase-js)

Updates `next` from 16.2.1 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.1...v16.2.2)

Updates `@types/node` from 25.5.0 to 25.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-config-next` from 16.2.1 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `wrangler` from 4.79.0 to 4.80.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.80.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-version: 6.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@next/third-parties"
  dependency-version: 16.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.102.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 16.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the dependencies group (#540)

Bumps the dependencies group in /src/packages/claude-code with 4 updates: [@acontext/acontext](https://github.com/memodb-io/Acontext), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [esbuild](https://github.com/evanw/esbuild) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@acontext/acontext` from 0.1.19 to 0.1.20
- [Release notes](https://github.com/memodb-io/Acontext/releases)
- [Commits](cli/v0.1.19...api/v0.1.20)

Updates `@types/node` from 25.5.0 to 25.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `esbuild` from 0.27.4 to 0.28.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.4...v0.28.0)

Updates `vitest` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.3/packages/vitest)

---
updated-dependencies:
- dependency-name: "@acontext/acontext"
  dependency-version: 0.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: esbuild
  dependency-version: 0.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the dependencies group (#546)

Bumps the dependencies group in /src/server/api/go with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.27.1` | `1.31.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.13` | `1.32.14` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.13` | `1.19.14` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.22.10` | `1.22.12` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.97.3` | `1.98.0` |
| [go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.67.0` | `0.68.0` |
| [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.67.0` | `0.68.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.67.0` | `0.68.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.42.0` | `1.43.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.42.0` | `1.43.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.42.0` | `1.43.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.42.0` | `1.43.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.52.0` | `1.52.1` |


Updates `github.com/anthropics/anthropic-sdk-go` from 1.27.1 to 1.31.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.27.1...v1.31.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.13 to 1.32.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.13...config/v1.32.14)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.13 to 1.19.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.13...credentials/v1.19.14)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.22.10 to 1.22.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.22.10...service/mq/v1.22.12)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.97.3 to 1.98.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.97.3...service/s3/v1.98.0)

Updates `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` from 0.67.0 to 0.68.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.67.0...zpages/v0.68.0)

Updates `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` from 0.67.0 to 0.68.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.67.0...zpages/v0.68.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.67.0 to 0.68.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.67.0...zpages/v0.68.0)

Updates `go.opentelemetry.io/otel` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0)

Updates `go.opentelemetry.io/otel/trace` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0)

Updates `google.golang.org/genai` from 1.52.0 to 1.52.1
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.52.0...v1.52.1)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.22.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.98.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
  dependency-version: 0.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
  dependency-version: 0.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/genai
  dependency-version: 1.52.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(claude-code): rebuild plugin bundles for @acontext/acontext v0.1.20

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(deps): resolve security audit failures

- Bump Go 1.25.8 -> 1.25.9 to fix crypto/x509 and crypto/tls vulns
  (GO-2026-4947, GO-2026-4946, GO-2026-4870)
- Upgrade aiohttp 3.13.3 -> 3.13.5 to fix 10 CVEs in Python audit

* fix(landingpage): sync upstream payloadcms template fixes

- Add console-based cloudflare logger to avoid pino-pretty fs.write
  error in Workers production (upstream 8791a726)
- Add resolvePluginsRelativeTo and generated file ignores to ESLint
  config (upstream 8791a726, 941a41f6)
- Add images.localPatterns for local media serving (upstream 1a0f4d02)
- Bump devDeps: jsdom 28.0.0, vite-tsconfig-paths 6.0.5, vitest 4.0.18
  (upstream 5edba8ed)

* fix(landingpage): override drizzle-orm to >=0.45.2 (CVE-2026-39356)

Add pnpm override to force drizzle-orm>=0.45.2, fixing SQL injection
vulnerability (GHSA-gpj5-g38j-94v9) via @payloadcms/db-d1-sqlite.

* fix(core): mock date.today in test_uses_each_context_own_original_date

The test hardcoded 2026-04-01 but the code uses date.today() as
fallback, causing failure on any other day. Mock the date to make
the test deterministic.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gener <gener@GenerdeMacBook-Pro.local>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant