Skip to content

chore(deps): bump the dependencies group in /landingpage with 20 updates#557

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

chore(deps): bump the dependencies group in /landingpage with 20 updates#557
GenerQAQ merged 1 commit intodepsfrom
dependabot/npm_and_yarn/landingpage/deps/dependencies-15f030efcd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependencies group in /landingpage with 20 updates:

Package From To
@next/third-parties 16.2.2 16.2.3
@opennextjs/cloudflare 1.18.0 1.19.1
@payloadcms/db-d1-sqlite 3.81.0 3.82.1
@payloadcms/next 3.81.0 3.82.1
@payloadcms/plugin-seo 3.81.0 3.82.1
@payloadcms/richtext-lexical 3.81.0 3.82.1
@payloadcms/storage-r2 3.81.0 3.82.1
@payloadcms/ui 3.81.0 3.82.1
gsap 3.14.2 3.15.0
next 15.5.14 15.5.15
payload 3.81.0 3.82.1
postcss 8.5.8 8.5.9
react 19.2.4 19.2.5
react-dom 19.2.4 19.2.5
eslint-config-next 15.5.14 15.5.15
jsdom 28.0.0 28.1.0
prettier 3.8.1 3.8.2
vite-tsconfig-paths 6.0.5 6.1.1
vitest 4.0.18 4.1.4
wrangler 4.80.0 4.82.2

Updates @next/third-parties from 16.2.2 to 16.2.3

Release notes

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

v16.2.3

[!NOTE] This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see https://vercel.com/changelog/summary-of-cve-2026-23869. The release does not include all pending features/changes on canary.

Core Changes

  • Ensure app-page reports stale ISR revalidation errors via onRequestError (#92282)
  • Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (#91981 through #92273)
  • Deduplicate output assets and detect content conflicts on emit (#92292)
  • Fix styled-jsx race condition: styles lost due to concurrent rendering (#92459)
  • turbo-tasks-backend: stability fixes for task cancellation and error handling (#92254)

Credits

Huge thanks to @​icyJoseph, @​sokra, @​wbinnssmith, @​eps1lon and @​ztanner for helping!

Commits

Updates @opennextjs/cloudflare from 1.18.0 to 1.19.1

Release notes

Sourced from @​opennextjs/cloudflare's releases.

@​opennextjs/cloudflare@​1.19.1

Patch Changes

@​opennextjs/cloudflare@​1.19.0

Minor Changes

Patch Changes

@​opennextjs/cloudflare@​1.18.1

Patch Changes

  • #1176 2232651 Thanks @​conico974! - fix for OG with Next 16.2.2

  • #1166 f89fba1 Thanks @​ash1day! - fix: sort .endsWith() checks by path length descending to prevent suffix collisions in dynamic requires

    Routes whose paths are suffixes of other routes (e.g. /test/app vs /) were resolved incorrectly because the shorter path matched first in the generated .endsWith() chain. Sorting by path length descending ensures more specific (longer) paths are always checked first.

    Fixes #1156.

Changelog

Sourced from @​opennextjs/cloudflare's changelog.

1.19.1

Patch Changes

1.19.0

Minor Changes

Patch Changes

1.18.1

Patch Changes

  • #1176 2232651 Thanks @​conico974! - fix for OG with Next 16.2.2

  • #1166 f89fba1 Thanks @​ash1day! - fix: sort .endsWith() checks by path length descending to prevent suffix collisions in dynamic requires

    Routes whose paths are suffixes of other routes (e.g. /test/app vs /) were resolved incorrectly because the shorter path matched first in the generated .endsWith() chain. Sorting by path length descending ensures more specific (longer) paths are always checked first.

    Fixes #1156.

Commits

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

Release notes

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

v3.82.1

v3.82.1 (2026-04-09)

🐛 Bug Fixes

  • next: use correct config key for disabling turbo server fast refresh (#16215) (11adc9d)
  • plugin-nested-docs: await populateBreadcrumbs in resaveChildren (#15582) (0554b50)

⚡ Performance

  • storage-s3: avoid getObject call if ETag matches (#15295) (7ccc3f0)

📚 Documentation

  • fix incorrect select syntax example in querying docs (#14590) (be6c443)

📝 Templates

  • bump to 3.82.0, remove --no-server-fast-refresh flag (#16212) (79c8d7e)

🤝 Contributors

v3.82.0

v3.82.0 (2026-04-08)

🚀 Features

  • disambiguate media files by prefix via query parameter (#15844) (05ddec1)
  • add missing disableErrors to globals findOne operation (#14913) (c8332e7)
  • improve default slugify utility by triming whitespace first (#14421) (fdaa051)
  • add typescript.postProcess hook for type generation (#16103) (67b5dc3)
  • plugin-redirects: add Portuguese translation (#15269) (122f4c1)
  • plugin-search: pass collection slug to beforeSync hook (#11581) (ebbd6ad)
  • ui: export drag-and-drop components (#12626) (23b0f1b)

🐛 Bug Fixes

  • incorrect 24 hour format comment example (#15649) (f42b767)
  • resolve 404/500 error when downloading files containing hash in filename (#15799) (3a09387)
  • JSDoc string for focalPoint option in uploads so it correctly mentions defaults to true (#13070) (84090ac)
  • skip validation for unpublish operations with localized required fields (#16120) (24b9e13)
  • skip default validation for virtual fields (#16015) (e09c619)
  • db-mongodb: update mongoose-paginate-v2 to fix collation pagination (#16049) (78a27ab)

... (truncated)

Commits

Updates @payloadcms/next from 3.81.0 to 3.82.1

Release notes

Sourced from @​payloadcms/next's releases.

v3.82.1

v3.82.1 (2026-04-09)

🐛 Bug Fixes

  • next: use correct config key for disabling turbo server fast refresh (#16215) (11adc9d)
  • plugin-nested-docs: await populateBreadcrumbs in resaveChildren (#15582) (0554b50)

⚡ Performance

  • storage-s3: avoid getObject call if ETag matches (#15295) (7ccc3f0)

📚 Documentation

  • fix incorrect select syntax example in querying docs (#14590) (be6c443)

📝 Templates

  • bump to 3.82.0, remove --no-server-fast-refresh flag (#16212) (79c8d7e)

🤝 Contributors

v3.82.0

v3.82.0 (2026-04-08)

🚀 Features

  • disambiguate media files by prefix via query parameter (#15844) (05ddec1)
  • add missing disableErrors to globals findOne operation (#14913) (c8332e7)
  • improve default slugify utility by triming whitespace first (#14421) (fdaa051)
  • add typescript.postProcess hook for type generation (#16103) (67b5dc3)
  • plugin-redirects: add Portuguese translation (#15269) (122f4c1)
  • plugin-search: pass collection slug to beforeSync hook (#11581) (ebbd6ad)
  • ui: export drag-and-drop components (#12626) (23b0f1b)

🐛 Bug Fixes

  • incorrect 24 hour format comment example (#15649) (f42b767)
  • resolve 404/500 error when downloading files containing hash in filename (#15799) (3a09387)
  • JSDoc string for focalPoint option in uploads so it correctly mentions defaults to true (#13070) (84090ac)
  • skip validation for unpublish operations with localized required fields (#16120) (24b9e13)
  • skip default validation for virtual fields (#16015) (e09c619)
  • db-mongodb: update mongoose-paginate-v2 to fix collation pagination (#16049) (78a27ab)

... (truncated)

Commits
  • ade4501 chore(release): v3.82.1 [skip ci]
  • 11adc9d fix(next): use correct config key for disabling turbo server fast refresh (#1...
  • 43f0d20 chore(release): v3.82.0 [skip ci]
  • 7f83571 fix(next): fix hmr, bump minimum required next.js 16 version to 16.2.2 (#16202)
  • 3a09387 fix: resolve 404/500 error when downloading files containing hash in filename...
  • 0981cdc fix(next): admin.meta.title object form renders [object Object] in browser ta...
  • See full diff in compare view

Updates @payloadcms/plugin-seo from 3.81.0 to 3.82.1

Release notes

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

v3.82.1

v3.82.1 (2026-04-09)

🐛 Bug Fixes

  • next: use correct config key for disabling turbo server fast refresh (#16215) (11adc9d)
  • plugin-nested-docs: await populateBreadcrumbs in resaveChildren (#15582) (0554b50)

⚡ Performance

  • storage-s3: avoid getObject call if ETag matches (#15295) (7ccc3f0)

📚 Documentation

  • fix incorrect select syntax example in querying docs (#14590) (be6c443)

📝 Templates

  • bump to 3.82.0, remove --no-server-fast-refresh flag (#16212) (79c8d7e)

🤝 Contributors

v3.82.0

v3.82.0 (2026-04-08)

🚀 Features

  • disambiguate media files by prefix via query parameter (#15844) (05ddec1)
  • add missing disableErrors to globals findOne operation (#14913) (c8332e7)
  • improve default slugify utility by triming whitespace first (#14421) (fdaa051)
  • add typescript.postProcess hook for type generation (#16103) (67b5dc3)
  • plugin-redirects: add Portuguese translation (#15269) (122f4c1)
  • plugin-search: pass collection slug to beforeSync hook (#11581) (ebbd6ad)
  • ui: export drag-and-drop components (#12626) (23b0f1b)

🐛 Bug Fixes

  • incorrect 24 hour format comment example (#15649) (f42b767)
  • resolve 404/500 error when downloading files containing hash in filename (#15799) (3a09387)
  • JSDoc string for focalPoint option in uploads so it correctly mentions defaults to true (#13070) (84090ac)
  • skip validation for unpublish operations with localized required fields (#16120) (24b9e13)
  • skip default validation for virtual fields (#16015) (e09c619)
  • db-mongodb: update mongoose-paginate-v2 to fix collation pagination (#16049) (78a27ab)

... (truncated)

Commits

Updates @payloadcms/richtext-lexical from 3.81.0 to 3.82.1

Release notes

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

v3.82.1

v3.82.1 (2026-04-09)

🐛 Bug Fixes

  • next: use correct config key for disabling turbo server fast refresh (#16215) (11adc9d)
  • plugin-nested-docs: await populateBreadcrumbs in resaveChildren (#15582) (0554b50)

⚡ Performance

  • storage-s3: avoid getObject call if ETag matches (#15295) (7ccc3f0)

📚 Documentation

  • fix incorrect select syntax example in querying docs (#14590) (be6c443)

📝 Templates

  • bump to 3.82.0, remove --no-server-fast-refresh flag (#16212) (79c8d7e)

🤝 Contributors

v3.82.0

v3.82.0 (2026-04-08)

🚀 Features

  • disambiguate media files by prefix via query parameter (#15844) (05ddec1)
  • add missing disableErrors to globals findOne operation (#14913) (c8332e7)
  • improve default slugify utility by triming whitespace first (#14421) (fdaa051)
  • add typescript.postProcess hook for type generation (#16103) (67b5dc3)
  • plugin-redirects: add Portuguese translation (#15269) (122f4c1)
  • plugin-search: pass collection slug to beforeSync hook (#11581) (ebbd6ad)
  • ui: export drag-and-drop components (#12626) (23b0f1b)

🐛 Bug Fixes

  • incorrect 24 hour format comment example (#15649) (f42b767)
  • resolve 404/500 error when downloading files containing hash in filename (#15799) (3a09387)
  • JSDoc string for focalPoint option in uploads so it correctly mentions defaults to true (#13070) (84090ac)
  • skip validation for unpublish operations with localized required fields (#16120) (24b9e13)
  • skip default validation for virtual fields (#16015) (e09c619)
  • db-mongodb: update mongoose-paginate-v2 to fix collation pagination (#16049) (78a27ab)

... (truncated)

Commits

Updates @payloadcms/storage-r2 from 3.81.0 to 3.82.1

Release notes

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

v3.82.1

v3.82.1 (2026-04-09)

🐛 Bug Fixes

  • next: use correct config key for disabling turbo server fast refresh (#16215) (11adc9d)
  • plugin-nested-docs: await populateBreadcrumbs in resaveChildren (#15582) (0554b50)

⚡ Performance

  • storage-s3: avoid getObject call if ETag matches (#15295) (7ccc3f0)

📚 Documentation

  • fix incorrect select syntax example in querying docs (#14590) (be6c443)

📝 Templates

  • bump to 3.82.0, remove --no-server-fast-refresh flag (#16212) (79c8d7e)

🤝 Contributors

v3.82.0

v3.82.0 (2026-04-08)

🚀 Features

  • disambiguate media files by prefix via query parameter (#15844) (05ddec1)
  • add missing disableErrors to globals findOne operation (#14913) (c8332e7)
  • improve default slugify utility by triming whitespace first (#14421) (fdaa051)
  • add typescript.postProcess hook for type generation (#16103) (67b5dc3)
  • plugin-redirects: add Portuguese translation (#15269) (122f4c1)
  • plugin-search: pass collection slug to beforeSync hook (#11581) (ebbd6ad)
  • ui: export drag-and-drop components (#12626) (23b0f1b)

🐛 Bug Fixes

  • incorrect 24 hour format comment example (#15649) (f42b767)
  • resolve 404/500 error when downloading files containing hash in filename (#15799) (3a09387)
  • JSDoc string for focalPoint option in uploads so it correctly mentions defaults to true (#13070) (84090ac)
  • skip validation for unpublish operations with localized required fields (#16120) (24b9e13)
  • skip default validation for virtual fields (#16015) (e09c619)
  • db-mongodb: update mongoose-paginate-v2 to fix collation pagination (#16049) (78a27ab)

... (truncated)

Commits

Updates @payloadcms/ui from 3.81.0 to 3.82.1

Release notes

Sourced from @​payloadcms/ui's releases.

v3.82.1

v3.82.1 (2026-04-09)

🐛 Bug Fixes

  • next: use correct config key for disabling turbo server fast refresh (#16215) (11adc9d)
  • plugin-nested-docs: await populateBreadcrumbs in resaveChildren (#15582) (0554b50)

⚡ Performance

  • storage-s3: avoid getObject call if ETag matches (#15295) (7ccc3f0)

📚 Documentation

  • fix incorrect select syntax example in querying docs (#14590) (be6c443)

📝 Templates

  • bump to 3.82.0, remove --no-server-fast-refresh flag (#16212) (79c8d7e)

🤝 Contributors

v3.82.0

v3.82.0 (2026-04-08)

🚀 Features

  • disambiguate media files by prefix via query parameter (#15844) (05ddec1)
  • add missing disableErrors to globals findOne operation (#14913) (c8332e7)
  • improve default slugify utility by triming whitespace first (#14421) (fdaa051)
  • add typescript.postProcess hook for type generation (#16103) (67b5dc3)
  • plugin-redirects: add Portuguese translation (#15269) (122f4c1)
  • plugin-search: pass collection slug to beforeSync hook (#11581) (ebbd6ad)
  • ui: export drag-and-drop components (#12626) (23b0f1b)

🐛 Bug Fixes

  • incorrect 24 hour format comment example (#15649) (f42b767)
  • resolve 404/500 error when downloading files containing hash in filename (#15799) (3a09387)
  • JSDoc string for focalPoint option in uploads so it correctly mentions defaults to true (#13070) (84090ac)
  • skip validation for unpublish operations with localized required fields (#16120) (24b9e13)
  • skip default validation for virtual fields (#16015) (e09c619)
  • db-mongodb: update mongoose-paginate-v2 to fix collation pagination (#16049) (78a27ab)

... (truncated)

Commits
  • ade4501 chore(release): v3.82.1 [skip ci]
  • 43f0d20 chore(release): v3.82.0 [skip ci]
  • 7f83571 fix(next): fix hmr, bump minimum required next.js 16 version to 16.2.2 (#16202)
  • 05ddec1 feat: disambiguate media files by prefix via query parameter (#15844)
  • 3a1f31a fix(ui): relationship filter duplicate options when switching operators (#16204)
  • 1ddeb60 fix(ui): unpublish button missing for globals and version count incorrectly i...
  • b13c5c9 fix(ui): exclude unnamed tab labels from filter and groupBy field options (#9...
  • 23b0f1b feat(ui): export drag-and-drop components (#12626)
  • 7e2a126 fix(ui): radio fields do not reliably trigger admin.condition re-evaluation o...
  • See full diff in compare view

Updates gsap from 3.14.2 to 3.15.0

Commits

Updates next from 15.5.14 to 15.5.15

Release notes

Sourced from next's releases.

v15.5.15

Please refer the following changelogs for more information about this security release:

https://vercel.com/changelog/summary-of-cve-2026-23869

Commits

Updates payload from 3.81.0 to 3.82.1

Release notes

Sourced from payload's releases.

v3.82.1

v3.82.1 (2026-04-09)

🐛 Bug Fixes

  • next: use correct config key for disabling turbo server fast refresh (#16215) (11adc9d)
  • plugin-nested-docs: await populateBreadcrumbs in resaveChildren (#15582) (0554b50)

⚡ Performance

  • storage-s3: avoid getObject call if ETag matches (#15295) (7ccc3f0)

📚 Documentation

  • fix incorrect select syntax example in querying docs (#14590) (be6c443)

📝 Templates

  • bump to 3.82.0, remove --no-server-fast-refresh flag (#16212) (79c8d7e)

🤝 Contributors

v3.82.0

v3.82.0 (2026-04-08)

🚀 Features

  • disambiguate media files by prefix via query parameter (#15844) (05ddec1)
  • add missing disableErrors to globals findOne operation (#14913) (c8332e7)
  • improve default slugify utility by triming whitespace first (#14421) (fdaa051)
  • add typescript.postProcess hook for type generation (#16103) (67b5dc3)
  • plugin-redirects: add Portuguese translation (#15269) (122f4c1)
  • plugin-search: pass collection slug to beforeSync hook (#11581) (ebbd6ad)
  • ui: export drag-and-drop components (#12626) (23b0f1b)

🐛 Bug Fixes

  • incorrect 24 hour format comment example (#15649) (f42b767)
  • resolve 404/500 error when downloading files containing hash in filename (#15799) (3a09387)
  • JSDoc string for focalPoint option in uploads so it correctly mentions defaults to true (#13070) (84090ac)
  • skip validation for unpublish operations with localized required fields (#16120) (24b9e13)
  • skip default validation for virtual fields (#16015) (e09c619)
  • db-mongodb: update mongoose-paginate-v2 to fix collation pagination (#16049) (78a27ab)

... (truncated)

Commits
  • ade4501 chore(release): v3.82.1 [skip ci]
  • 43f0d20 chore(release): v3.82.0 [skip ci]
  • 05ddec1 feat: disambiguate media files by prefix via query parameter (#15844)
  • c8332e7 feat: add missing disableErrors to globals findOne operation (#14913)
  • f42b767 fix: incorrect 24 hour format comment example (#15649)
  • fdaa051 feat: improve default slugify utility by triming whitespace first (#14421)
  • c3ec73f chore: export FieldAccessArgs from payload (#14755)
  • 84090ac fix: JSDoc string for focalPoint option in uploads so it correctly mentions d...
  • b705af4 chore: extract sanitizeField from sanitizeFields (#16133)
  • 24b9e13 fix: skip validation for unpublish operations with localized required fields ...
  • Additional commits viewable in compare view

Updates postcss from 8.5.8 to 8.5.9

Release notes

Sourced from postcss's releases.

8.5.9

  • Speed up source map encoding paring in case of the error.
Changelog

Sourced from postcss's changelog.

8.5.9

  • Speed up source map encoding paring in case of the error.
Commits
  • fe88ac2 Release 8.5.9 version
  • c551632 Avoid RegExp when we can use simple JS
  • 89a6b74 Move SECURITY.txt for docs folder to keep GitHub page cleaner
  • 6ceb8a4 Create SECURITY.md
  • 02ccae6 Another way to fix CI with .ts ext in tests on old Node.js
  • 2c36658 Another way to fix CI with TS on old Node.js
  • b906003 Another way to fix CI with old Node.js
  • 04d32cd Fix another...

    Description has been truncated

Bumps the dependencies group in /landingpage with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.2.2` | `16.2.3` |
| [@opennextjs/cloudflare](https://github.com/opennextjs/opennextjs-cloudflare/tree/HEAD/packages/cloudflare) | `1.18.0` | `1.19.1` |
| [@payloadcms/db-d1-sqlite](https://github.com/payloadcms/payload/tree/HEAD/packages/db-d1-sqlite) | `3.81.0` | `3.82.1` |
| [@payloadcms/next](https://github.com/payloadcms/payload/tree/HEAD/packages/next) | `3.81.0` | `3.82.1` |
| [@payloadcms/plugin-seo](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-seo) | `3.81.0` | `3.82.1` |
| [@payloadcms/richtext-lexical](https://github.com/payloadcms/payload/tree/HEAD/packages/richtext-lexical) | `3.81.0` | `3.82.1` |
| [@payloadcms/storage-r2](https://github.com/payloadcms/payload/tree/HEAD/packages/storage-r2) | `3.81.0` | `3.82.1` |
| [@payloadcms/ui](https://github.com/payloadcms/payload/tree/HEAD/packages/ui) | `3.81.0` | `3.82.1` |
| [gsap](https://github.com/greensock/GSAP) | `3.14.2` | `3.15.0` |
| [next](https://github.com/vercel/next.js) | `15.5.14` | `15.5.15` |
| [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload) | `3.81.0` | `3.82.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.8` | `8.5.9` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.14` | `15.5.15` |
| [jsdom](https://github.com/jsdom/jsdom) | `28.0.0` | `28.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `6.0.5` | `6.1.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.4` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.80.0` | `4.82.2` |


Updates `@next/third-parties` from 16.2.2 to 16.2.3
- [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.3/packages/third-parties)

Updates `@opennextjs/cloudflare` from 1.18.0 to 1.19.1
- [Release notes](https://github.com/opennextjs/opennextjs-cloudflare/releases)
- [Changelog](https://github.com/opennextjs/opennextjs-cloudflare/blob/main/packages/cloudflare/CHANGELOG.md)
- [Commits](https://github.com/opennextjs/opennextjs-cloudflare/commits/@opennextjs/cloudflare@1.19.1/packages/cloudflare)

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

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

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

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

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

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

Updates `gsap` from 3.14.2 to 3.15.0
- [Commits](greensock/GSAP@3.14.2...3.15.0)

Updates `next` from 15.5.14 to 15.5.15
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.14...v15.5.15)

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

Updates `postcss` from 8.5.8 to 8.5.9
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.8...8.5.9)

Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

Updates `eslint-config-next` from 15.5.14 to 15.5.15
- [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/v15.5.15/packages/eslint-config-next)

Updates `jsdom` from 28.0.0 to 28.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/v28.1.0/Changelog.md)
- [Commits](jsdom/jsdom@v28.0.0...v28.1.0)

Updates `prettier` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.2)

Updates `vite-tsconfig-paths` from 6.0.5 to 6.1.1
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v6.0.5...v6.1.1)

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

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

---
updated-dependencies:
- dependency-name: "@next/third-parties"
  dependency-version: 16.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@opennextjs/cloudflare"
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/db-d1-sqlite"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/next"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/plugin-seo"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/richtext-lexical"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/storage-r2"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/ui"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: gsap
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 15.5.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: payload
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: postcss
  dependency-version: 8.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 15.5.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jsdom
  dependency-version: 28.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite-tsconfig-paths
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.82.2
  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 14, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2026 18:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 14, 2026
@GenerQAQ GenerQAQ merged commit fda5c30 into deps Apr 15, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/landingpage/deps/dependencies-15f030efcd branch April 15, 2026 04:08
GenerQAQ added a commit that referenced this pull request Apr 15, 2026
* chore(deps): bump the dependencies group (#554)

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

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `15.5.14` | `15.5.15` |
| [next-intl](https://github.com/amannn/next-intl) | `4.9.0` | `4.9.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.2` | `25.6.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.2` | `16.2.3` |


Updates `next` from 15.5.14 to 15.5.15
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.14...v15.5.15)

Updates `next-intl` from 4.9.0 to 4.9.1
- [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.9.0...v4.9.1)

Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

Updates `@types/node` from 25.5.2 to 25.6.0
- [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.2 to 16.2.3
- [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.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: next-intl
  dependency-version: 4.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.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 in /docs with 15 updates (#556)

Bumps the dependencies group in /docs with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai) | `3.0.51` | `3.0.53` |
| [@ai-sdk/react](https://github.com/vercel/ai) | `3.0.151` | `3.0.161` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.2.2` | `16.2.3` |
| [@opennextjs/cloudflare](https://github.com/opennextjs/opennextjs-cloudflare/tree/HEAD/packages/cloudflare) | `1.18.0` | `1.19.1` |
| [ai](https://github.com/vercel/ai) | `6.0.149` | `6.0.159` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.7.10` | `16.7.15` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.11` | `14.2.14` |
| [fumadocs-openapi](https://github.com/fuma-nama/fumadocs) | `10.6.6` | `10.7.0` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.7.10` | `16.7.15` |
| [next](https://github.com/vercel/next.js) | `16.2.2` | `16.2.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.2` | `25.6.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.8` | `8.5.9` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.80.0` | `4.82.2` |


Updates `@ai-sdk/openai` from 3.0.51 to 3.0.53
- [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.51...@ai-sdk/openai@3.0.53)

Updates `@ai-sdk/react` from 3.0.151 to 3.0.161
- [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.151...@ai-sdk/react@3.0.161)

Updates `@next/third-parties` from 16.2.2 to 16.2.3
- [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.3/packages/third-parties)

Updates `@opennextjs/cloudflare` from 1.18.0 to 1.19.1
- [Release notes](https://github.com/opennextjs/opennextjs-cloudflare/releases)
- [Changelog](https://github.com/opennextjs/opennextjs-cloudflare/blob/main/packages/cloudflare/CHANGELOG.md)
- [Commits](https://github.com/opennextjs/opennextjs-cloudflare/commits/@opennextjs/cloudflare@1.19.1/packages/cloudflare)

Updates `ai` from 6.0.149 to 6.0.159
- [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.149...ai@6.0.159)

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

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

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

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

Updates `next` from 16.2.2 to 16.2.3
- [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.2...v16.2.3)

Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

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

Updates `postcss` from 8.5.8 to 8.5.9
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.8...8.5.9)

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 3.0.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.161
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@next/third-parties"
  dependency-version: 16.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@opennextjs/cloudflare"
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ai
  dependency-version: 6.0.159
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fumadocs-core
  dependency-version: 16.7.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fumadocs-mdx
  dependency-version: 14.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: fumadocs-openapi
  dependency-version: 10.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: fumadocs-ui
  dependency-version: 16.7.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 16.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: postcss
  dependency-version: 8.5.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.82.2
  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 11 updates (#555)

Bumps the dependencies group in /dashboard with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@base-ui/react](https://github.com/mui/base-ui/tree/HEAD/packages/react) | `1.3.0` | `1.4.0` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.2.2` | `16.2.3` |
| [@opennextjs/cloudflare](https://github.com/opennextjs/opennextjs-cloudflare/tree/HEAD/packages/cloudflare) | `1.18.0` | `1.19.1` |
| [@supabase/ssr](https://github.com/supabase/ssr) | `0.10.0` | `0.10.2` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.102.1` | `2.103.0` |
| [next](https://github.com/vercel/next.js) | `16.2.2` | `16.2.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.2` | `25.6.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.2` | `16.2.3` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.80.0` | `4.82.2` |


Updates `@base-ui/react` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/mui/base-ui/releases)
- [Changelog](https://github.com/mui/base-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/base-ui/commits/v1.4.0/packages/react)

Updates `@next/third-parties` from 16.2.2 to 16.2.3
- [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.3/packages/third-parties)

Updates `@opennextjs/cloudflare` from 1.18.0 to 1.19.1
- [Release notes](https://github.com/opennextjs/opennextjs-cloudflare/releases)
- [Changelog](https://github.com/opennextjs/opennextjs-cloudflare/blob/main/packages/cloudflare/CHANGELOG.md)
- [Commits](https://github.com/opennextjs/opennextjs-cloudflare/commits/@opennextjs/cloudflare@1.19.1/packages/cloudflare)

Updates `@supabase/ssr` from 0.10.0 to 0.10.2
- [Release notes](https://github.com/supabase/ssr/releases)
- [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md)
- [Commits](supabase/ssr@v0.10.0...v0.10.2)

Updates `@supabase/supabase-js` from 2.102.1 to 2.103.0
- [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.103.0/packages/core/supabase-js)

Updates `next` from 16.2.2 to 16.2.3
- [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.2...v16.2.3)

Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

Updates `@types/node` from 25.5.2 to 25.6.0
- [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.2 to 16.2.3
- [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.3/packages/eslint-config-next)

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

---
updated-dependencies:
- dependency-name: "@base-ui/react"
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@next/third-parties"
  dependency-version: 16.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@opennextjs/cloudflare"
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@supabase/ssr"
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.103.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 16.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.82.2
  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 20 updates (#557)

Bumps the dependencies group in /landingpage with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.2.2` | `16.2.3` |
| [@opennextjs/cloudflare](https://github.com/opennextjs/opennextjs-cloudflare/tree/HEAD/packages/cloudflare) | `1.18.0` | `1.19.1` |
| [@payloadcms/db-d1-sqlite](https://github.com/payloadcms/payload/tree/HEAD/packages/db-d1-sqlite) | `3.81.0` | `3.82.1` |
| [@payloadcms/next](https://github.com/payloadcms/payload/tree/HEAD/packages/next) | `3.81.0` | `3.82.1` |
| [@payloadcms/plugin-seo](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-seo) | `3.81.0` | `3.82.1` |
| [@payloadcms/richtext-lexical](https://github.com/payloadcms/payload/tree/HEAD/packages/richtext-lexical) | `3.81.0` | `3.82.1` |
| [@payloadcms/storage-r2](https://github.com/payloadcms/payload/tree/HEAD/packages/storage-r2) | `3.81.0` | `3.82.1` |
| [@payloadcms/ui](https://github.com/payloadcms/payload/tree/HEAD/packages/ui) | `3.81.0` | `3.82.1` |
| [gsap](https://github.com/greensock/GSAP) | `3.14.2` | `3.15.0` |
| [next](https://github.com/vercel/next.js) | `15.5.14` | `15.5.15` |
| [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload) | `3.81.0` | `3.82.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.8` | `8.5.9` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.14` | `15.5.15` |
| [jsdom](https://github.com/jsdom/jsdom) | `28.0.0` | `28.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `6.0.5` | `6.1.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.4` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.80.0` | `4.82.2` |


Updates `@next/third-parties` from 16.2.2 to 16.2.3
- [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.3/packages/third-parties)

Updates `@opennextjs/cloudflare` from 1.18.0 to 1.19.1
- [Release notes](https://github.com/opennextjs/opennextjs-cloudflare/releases)
- [Changelog](https://github.com/opennextjs/opennextjs-cloudflare/blob/main/packages/cloudflare/CHANGELOG.md)
- [Commits](https://github.com/opennextjs/opennextjs-cloudflare/commits/@opennextjs/cloudflare@1.19.1/packages/cloudflare)

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

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

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

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

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

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

Updates `gsap` from 3.14.2 to 3.15.0
- [Commits](greensock/GSAP@3.14.2...3.15.0)

Updates `next` from 15.5.14 to 15.5.15
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.14...v15.5.15)

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

Updates `postcss` from 8.5.8 to 8.5.9
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.8...8.5.9)

Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

Updates `eslint-config-next` from 15.5.14 to 15.5.15
- [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/v15.5.15/packages/eslint-config-next)

Updates `jsdom` from 28.0.0 to 28.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/v28.1.0/Changelog.md)
- [Commits](jsdom/jsdom@v28.0.0...v28.1.0)

Updates `prettier` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.2)

Updates `vite-tsconfig-paths` from 6.0.5 to 6.1.1
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v6.0.5...v6.1.1)

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

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

---
updated-dependencies:
- dependency-name: "@next/third-parties"
  dependency-version: 16.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@opennextjs/cloudflare"
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/db-d1-sqlite"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/next"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/plugin-seo"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/richtext-lexical"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/storage-r2"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@payloadcms/ui"
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: gsap
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 15.5.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: payload
  dependency-version: 3.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: postcss
  dependency-version: 8.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 15.5.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jsdom
  dependency-version: 28.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite-tsconfig-paths
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.82.2
  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 with 4 updates (#552)

Bumps the dependencies group with 4 updates: [docker/build-push-action](https://github.com/docker/build-push-action), [softprops/action-gh-release](https://github.com/softprops/action-gh-release), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [pnpm/action-setup](https://github.com/pnpm/action-setup).


Updates `docker/build-push-action` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@d08e5c3...bcafcac)

Updates `softprops/action-gh-release` from 2.6.1 to 3.0.0
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@153bb8e...b430933)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

Updates `pnpm/action-setup` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@fc06bc1...08c4be7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pnpm/action-setup
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 (#553)

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

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.31.0` | `1.35.1` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.22.12` | `1.22.13` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.98.0` | `1.99.0` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.30.0` | `3.31.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.49.0` | `0.50.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.52.1` | `1.54.0` |


Updates `github.com/anthropics/anthropic-sdk-go` from 1.31.0 to 1.35.1
- [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.31.0...v1.35.1)

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

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

Updates `github.com/openai/openai-go/v3` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v3.30.0...v3.31.0)

Updates `golang.org/x/crypto` from 0.49.0 to 0.50.0
- [Commits](golang/crypto@v0.49.0...v0.50.0)

Updates `google.golang.org/genai` from 1.52.1 to 1.54.0
- [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.1...v1.54.0)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.22.13
  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.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/genai
  dependency-version: 1.54.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 (#551)

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.6 to 0.8.10
- [Release notes](https://github.com/cloudflare/sandbox-sdk/releases)
- [Commits](https://github.com/cloudflare/sandbox-sdk/compare/@cloudflare/sandbox@0.8.6...@cloudflare/sandbox@0.8.10)

Updates `@cloudflare/workers-types` from 4.20260405.1 to 4.20260414.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.80.0 to 4.82.2
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.82.2/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/sandbox"
  dependency-version: 0.8.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260414.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wrangler
  dependency-version: 4.82.2
  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 (#550)

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


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

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

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

---
updated-dependencies:
- dependency-name: "@acontext/acontext"
  dependency-version: 0.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.1.4
  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 (#548)

Bumps the dependencies group in /src/client/acontext-ts with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


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

Updates `@typescript-eslint/eslint-plugin` from 8.58.0 to 8.58.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.58.0 to 8.58.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.58.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.58.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 cloudflare/sandbox (#549)

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


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

---
updated-dependencies:
- dependency-name: cloudflare/sandbox
  dependency-version: 0.8.10-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>

* fix(ci): revert pnpm/action-setup to v4, switch JS audit to osv-scanner, bump cryptography

- Revert pnpm/action-setup from v6 (08c4be7e) back to v4 (fc06bc12)
  to fix pnpm 11 beta being installed despite version: 10, which caused
  ERR_PNPM_LOCKFILE_CONFIG_MISMATCH and ERR_PNPM_UNSUPPORTED_ENGINE
- Replace pnpm audit with google/osv-scanner in JS/TS security audit
  workflow since the npm registry audit endpoint returned 410 Gone
- Bump cryptography from >=46.0.6 to >=46.0.7 to fix CVE-2026-39892

* fix(ci): switch JS/TS audit from pnpm audit to npm audit

pnpm audit endpoint (registry.npmjs.org/-/npm/v1/security/audits)
returned 410 Gone. Replace with npm audit using a temporary
package-lock.json for pnpm-based projects. osv-scanner was tried
first but required Go 1.26+ and lacked dev-dependency filtering.

* fix(ci): use --ignore-registry-errors for pnpm audit

The npm audit endpoint returned 410 Gone. Use --ignore-registry-errors
to unblock CI until pnpm fixes the upstream endpoint issue.

---------

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