Skip to content

build(deps): Bump the minor-and-patch group across 1 directory with 29 updates - #22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-b94fca6617
Open

build(deps): Bump the minor-and-patch group across 1 directory with 29 updates#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-b94fca6617

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 28 updates in the / directory:

Package From To
@anthropic-ai/sdk 0.104.1 0.116.0
@payloadcms/db-postgres 3.85.1 3.88.0
@payloadcms/next 3.85.1 3.88.0
@payloadcms/plugin-multi-tenant 3.85.1 3.88.0
@payloadcms/richtext-lexical 3.85.1 3.88.0
@payloadcms/ui 3.85.1 3.88.0
@radix-ui/react-slot 1.2.5 1.3.3
@react-three/drei 10.7.7 10.7.8
@react-three/fiber 9.6.1 9.7.0
@react-three/postprocessing 3.0.4 3.0.5
lucide-react 1.18.0 1.31.0
mermaid 11.15.0 11.16.1
next 16.2.9 16.3.0
openid-client 6.8.4 6.8.5
payload 3.85.1 3.88.0
picomatch 4.0.4 4.0.5
react 19.2.7 19.2.8
@types/react 19.2.17 19.2.18
react-dom 19.2.7 19.2.8
@types/react-dom 19.2.3 19.2.4
recharts 3.8.1 3.10.1
sharp 0.35.1 0.35.3
three 0.184.0 0.185.1
tiptap-markdown 0.8.10 0.9.0
@types/three 0.184.1 0.185.4
autoprefixer 10.5.0 10.5.4
playwright 1.60.0 1.62.1
tsx 4.22.4 4.23.12

Updates @anthropic-ai/sdk from 0.104.1 to 0.116.0

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.116.0

0.116.0 (2026-08-07)

Full Changelog: sdk-v0.115.0...sdk-v0.116.0

Features

  • api: add mid-conversation-tool-changes-2026-07-01 beta (70e04f6)
  • api: add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub (1336a4a)
  • tools: make bash timeout and abort errors matchable by class (#259) (201b12e)

Bug Fixes

  • client: use hardcoded User-Agent strings instead of constructor names (0b97f04)

Chores

  • api: remove retired Claude Opus 4.1 models (11b685c)
  • docs: small updates to descriptions (413cc5f)
  • docs: updates to a few documentation strings (c38a1de)
  • internal/deps: bump @​babel/core and @​babel/helpers to 7.29.7 (#261) (3164934)
  • internal/deps: install tsc-multi from the npm registry (#265) (c787f90)
  • internal: codegen related update (73b3d61)

sdk: v0.115.0

0.115.0 (2026-07-24)

Full Changelog: sdk-v0.114.0...sdk-v0.115.0

Features

  • api: add claude-opus-5 model (cdd3606)
  • api: add tool addition/removal blocks and tool_change events (cdd3606)
  • api: expand client-side fallback credit token types and add server-side fallbacks default option (cdd3606)

Bug Fixes

  • client: release abort listeners when requests settle (#1129) (b85e902)

sdk: v0.114.0

0.114.0 (2026-07-23)

Full Changelog: sdk-v0.113.0...sdk-v0.114.0

Features

  • api: add new stop reason 'model_context_window_exceeded' (1ec71c1)

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.116.0 (2026-08-07)

Full Changelog: sdk-v0.115.0...sdk-v0.116.0

Features

  • api: add mid-conversation-tool-changes-2026-07-01 beta (70e04f6)
  • api: add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub (1336a4a)
  • tools: make bash timeout and abort errors matchable by class (#259) (201b12e)

Bug Fixes

  • client: use hardcoded User-Agent strings instead of constructor names (0b97f04)

Chores

  • api: remove retired Claude Opus 4.1 models (11b685c)
  • docs: small updates to descriptions (413cc5f)
  • docs: updates to a few documentation strings (c38a1de)
  • internal/deps: bump @​babel/core and @​babel/helpers to 7.29.7 (#261) (3164934)
  • internal/deps: install tsc-multi from the npm registry (#265) (c787f90)
  • internal: codegen related update (73b3d61)

0.115.0 (2026-07-24)

Full Changelog: sdk-v0.114.0...sdk-v0.115.0

Features

  • api: add claude-opus-5 model (cdd3606)
  • api: add tool addition/removal blocks and tool_change events (cdd3606)
  • api: expand client-side fallback credit token types and add server-side fallbacks default option (cdd3606)

Bug Fixes

  • client: release abort listeners when requests settle (#1129) (b85e902)

0.114.0 (2026-07-23)

Full Changelog: sdk-v0.113.0...sdk-v0.114.0

Features

  • api: add new stop reason 'model_context_window_exceeded' (1ec71c1)

0.113.0 (2026-07-22)

... (truncated)

Commits
  • ed02a89 chore: release main
  • d72ff6a feat(api): add support for session budgets, advisor tool, pinned inference lo...
  • dbfed51 chore(internal/deps): refresh provider package dev tooling to mirror-availabl...
  • b7e95bf chore(docs): updates to a few documentation strings
  • 9efb7bd chore(api): remove retired Claude Opus 4.1 models
  • 342d422 chore(internal/deps): install tsc-multi from the npm registry (#265)
  • 501955c chore(internal/deps): bump @​babel/core and @​babel/helpers to 7.29.7 (#261)
  • 6641c5e feat(tools): make bash timeout and abort errors matchable by class (#259)
  • e421c43 chore(docs): small updates to descriptions
  • c0a963e feat(api): add mid-conversation-tool-changes-2026-07-01 beta
  • Additional commits viewable in compare view

Updates @payloadcms/db-postgres from 3.85.1 to 3.88.0

Release notes

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

v3.88.0

v3.88.0 (2026-08-11)

🐛 Bug Fixes

  • prevent multipart content-type backtracking (#17679) (a742140)
  • ui: tighten clipboard prefix matching to prevent sibling row leakage on copy/paste (#17595) (c6477b8)

🛠 Refactors

  • plugin-mcp: better access control defaults for api keys collection (#17751) (025581d)

📝 Templates

🤝 Contributors

v3.87.1

v3.87.1 (2026-08-06)

🐛 Bug Fixes

📚 Documentation

  • update admin panel location link in custom components docs (#17624) (57178e3)

⚙️ CI

🤝 Contributors

... (truncated)

Commits
  • fea6f8a chore(release): v3.88.0 [skip ci]
  • 57278bd chore(release): v3.87.1 [skip ci]
  • 8d65662 chore(release): v3.87.0 [skip ci]
  • 81e04d7 chore(release): v3.86.0 [skip ci]
  • 624ac51 chore(release): v3.85.2 [skip ci]
  • See full diff in compare view

Updates @payloadcms/next from 3.85.1 to 3.88.0

Release notes

Sourced from @​payloadcms/next's releases.

v3.88.0

v3.88.0 (2026-08-11)

🐛 Bug Fixes

  • prevent multipart content-type backtracking (#17679) (a742140)
  • ui: tighten clipboard prefix matching to prevent sibling row leakage on copy/paste (#17595) (c6477b8)

🛠 Refactors

  • plugin-mcp: better access control defaults for api keys collection (#17751) (025581d)

📝 Templates

🤝 Contributors

v3.87.1

v3.87.1 (2026-08-06)

🐛 Bug Fixes

📚 Documentation

  • update admin panel location link in custom components docs (#17624) (57178e3)

⚙️ CI

🤝 Contributors

... (truncated)

Commits
  • fea6f8a chore(release): v3.88.0 [skip ci]
  • 57278bd chore(release): v3.87.1 [skip ci]
  • 291ac66 fix: connect to the correct Next.js dev HMR endpoint per version (#17644)
  • 8d65662 chore(release): v3.87.0 [skip ci]
  • 81e04d7 chore(release): v3.86.0 [skip ci]
  • 9e9c35a fix: respect disabled GraphQL config, v3 backport (#17228)
  • f23b693 feat(ui): add livePreview.openByDefault config option (#17213)
  • ca02cdc feat: collection-level disableBulkDelete (#17207)
  • 624ac51 chore(release): v3.85.2 [skip ci]
  • See full diff in compare view

Updates @payloadcms/plugin-multi-tenant from 3.85.1 to 3.88.0

Release notes

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

v3.88.0

v3.88.0 (2026-08-11)

🐛 Bug Fixes

  • prevent multipart content-type backtracking (#17679) (a742140)
  • ui: tighten clipboard prefix matching to prevent sibling row leakage on copy/paste (#17595) (c6477b8)

🛠 Refactors

  • plugin-mcp: better access control defaults for api keys collection (#17751) (025581d)

📝 Templates

🤝 Contributors

v3.87.1

v3.87.1 (2026-08-06)

🐛 Bug Fixes

📚 Documentation

  • update admin panel location link in custom components docs (#17624) (57178e3)

⚙️ CI

🤝 Contributors

... (truncated)

Commits
  • fea6f8a chore(release): v3.88.0 [skip ci]
  • a742140 fix: prevent multipart content-type backtracking (#17679)
  • 57278bd chore(release): v3.87.1 [skip ci]
  • 8d65662 chore(release): v3.87.0 [skip ci]
  • 09e01df fix(plugin-multi-tenant): apply tenant on confirm (#17350)
  • 81e04d7 chore(release): v3.86.0 [skip ci]
  • d128fde fix(plugin-multi-tenant): run tenant delete cleanup inside the request transa...
  • 624ac51 chore(release): v3.85.2 [skip ci]
  • See full diff in compare view

Updates @payloadcms/richtext-lexical from 3.85.1 to 3.88.0

Release notes

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

v3.88.0

v3.88.0 (2026-08-11)

🐛 Bug Fixes

  • prevent multipart content-type backtracking (#17679) (a742140)
  • ui: tighten clipboard prefix matching to prevent sibling row leakage on copy/paste (#17595) (c6477b8)

🛠 Refactors

  • plugin-mcp: better access control defaults for api keys collection (#17751) (025581d)

📝 Templates

🤝 Contributors

v3.87.1

v3.87.1 (2026-08-06)

🐛 Bug Fixes

📚 Documentation

  • update admin panel location link in custom components docs (#17624) (57178e3)

⚙️ CI

🤝 Contributors

... (truncated)

Commits
  • fea6f8a chore(release): v3.88.0 [skip ci]
  • 57278bd chore(release): v3.87.1 [skip ci]
  • 90fb9e1 fix(richtext-lexical): preserve link drawer form state (#17586)
  • 8d65662 chore(release): v3.87.0 [skip ci]
  • 81e04d7 chore(release): v3.86.0 [skip ci]
  • 624ac51 chore(release): v3.85.2 [skip ci]
  • c0affcb fix(richtext-lexical): preserve hard line breaks on markdown import (#17061)
  • See full diff in compare view

Updates @payloadcms/ui from 3.85.1 to 3.88.0

Release notes

Sourced from @​payloadcms/ui's releases.

v3.88.0

v3.88.0 (2026-08-11)

🐛 Bug Fixes

  • prevent multipart content-type backtracking (#17679) (a742140)
  • ui: tighten clipboard prefix matching to prevent sibling row leakage on copy/paste (#17595) (c6477b8)

🛠 Refactors

  • plugin-mcp: better access control defaults for api keys collection (#17751) (025581d)

📝 Templates

🤝 Contributors

v3.87.1

v3.87.1 (2026-08-06)

🐛 Bug Fixes

📚 Documentation

  • update admin panel location link in custom components docs (#17624) (57178e3)

⚙️ CI

🤝 Contributors

... (truncated)

Commits
  • fea6f8a chore(release): v3.88.0 [skip ci]
  • c6477b8 fix(ui): tighten clipboard prefix matching to prevent sibling row leakage on ...
  • 57278bd chore(release): v3.87.1 [skip ci]
  • 8d65662 chore(release): v3.87.0 [skip ci]
  • 2371624 fix(ui): resolve named-tab field permissions in bulk edit field select (3.x b...
  • bf72bda fix(ui): keep folder create drawers open during autosave (#17421)
  • 5157c72 fix(ui): handle undefined field admin components (#17388)
  • 81e04d7 chore(release): v3.86.0 [skip ci]
  • 2061859 fix: escape regex metacharacters in isURLAllowed pathname allow-list (#17237)
  • f31f26d fix(ui): presentational fields skipped in form state when admin.condition is ...
  • Additional commits viewable in compare view

Updates @radix-ui/react-slot from 1.2.5 to 1.3.3

Changelog

Sourced from @​radix-ui/react-slot's changelog.

1.3.2, 1.3.3

  • Reverted breaking changes that caused compatibility issues with React Server Components.

1.3.1

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-compose-refs@1.1.4

1.3.0

Added generic type arguments for SlotProps and createSlot

SlotProps and createSlot now accept generic type arguments to specify the type of element a slot should render, as well as its props.

const Slot = createSlot<HTMLButtonElement, MyCustomButtonProps>('Slot');
Commits

Updates @react-three/drei from 10.7.7 to 10.7.8

Release notes

Sourced from @​react-three/drei's releases.

v10.7.8

10.7.8 (2026-08-05)

Bug Fixes

  • Add Chromatic badge to introduction.md (bd7bad3)
  • ci: support npm trusted publishing (#2760) (ffa15b9)
  • ci: use repository Node version in tests (6fdcd73)
  • docs: do not override docker_tag (c9d3d0d)
  • docs: pmndrs/docs:3 (032f1d6)
  • MeshTransmissionMaterial: backside rendering and perf improvements (#2759) (ea128ae)
  • wrong branch name (a039007)
Commits
  • ffa15b9 fix(ci): support npm trusted publishing (#2760)
  • ea128ae fix(MeshTransmissionMaterial): backside rendering and perf improvements (#2759)
  • 6a89ee3 chore(ci): remove CodeSandbox configuration
  • 6fdcd73 fix(ci): use repository Node version in tests
  • c9d3d0d fix(docs): do not override docker_tag
  • a039007 fix: wrong branch name
  • 032f1d6 fix(docs): pmndrs/docs:3
  • bd7bad3 fix: Add Chromatic badge to introduction.md
  • 9cc32c4 chore: use trusted publisher (#2598)
  • 563a6ce chore(storybook): upgrade to sb10 (#2594)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​react-three/drei since your current version.


Updates @react-three/fiber from 9.6.1 to 9.7.0

Release notes

Sourced from @​react-three/fiber's releases.

v9.7.0

The headline updates for this release are the reconciler fixes. We did a pass to harden what is there against react-dom as the standard.

  • R3F's internal children were not being reordered correctly. Basically, if React reordered children, our internal map would drift out of sync and this would cause subtle bugs. This is now fixed. Thanks to @​kvvasuu who reported it and @​wanxiankai who offered a solution.
  • Pierced props now reset properly. We had a bug where if a pierce prop was unset, the reconciler would try to reset it to a default value. However, it would set it to the base object instead of the pierced prop. This is fixed now.
// Initial render
<mesh position-x={5} />
// Later render: prop removed
<mesh />
// bug: would set it to the base object
mesh.x = 0 // !!!

  • Host props now update properly. Host props are ones that we supply such as dispose and onUpdate. These now update properly. This also caused a subtle bug where imperatively updated values could get overwritten unexpectedly after unsetting the value in React. This is all fixed. Note: attach is fixed on first set and ignored if you try to dynamically update it.
  • Properly batch instance reconstruction. This one is pretty technical and if you are curious check out the test in the attached PR. Basically, there was an edge case where if two instances needed to reconstruct (because the args updated), one could be ignore if the other bailed out of updates because of a React.memo or similar. It is likely a problem you never had, but your agent would curse if you did.
  • Event priorities match react-dom. React allows for prioritizing events, for example continuous events like wheel get a higher priority over impulse events like pointer. We copy from the best here and use the same list react-dom does.
  • Support reconciler microtasks. The React reconciler has a cool feature where it can queue microtasks to defer work based on the priorities we set earlier.

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v9.6.1...v9.7.0

Commits

Updates @react-three/postprocessing from 3.0.4 to 3.0.5

Release notes

Sourced from @​react-three/postprocessing's releases.

v3.0.5

Fixed

  • EffectComposer: the composer was created in useMemo, which React may discard without running cleanup. Creation moved into a proper effect lifecycle instead. (#353) by @​kvvasuu
  • EffectComposer: renderer.autoClear and renderer.toneMapping were force-set and never restored. They're now restored on unmount. (#358) by @​kvvasuu
  • ChromaticAberration: moved off the generic wrapEffect onto a manual construct/dispose pattern so the tuple offset prop is correctly coerced. (#355) by @​kvvasuu
  • Selection: fixed an infinite update loop caused by Select's effect depending on its own write; it now diffs newly-claimed/released objects against what it previously claimed instead of clearing and re-adding unconditionally. (#359) by @​kvvasuu
  • Selection: object detection now covers Mesh/Line/Points subclasses (isMesh/isLine/isPoints), not just an exact type === 'Mesh' check - custom mesh subclasses are now selectable. (#359) by @​kvvasuu
  • SelectiveBloom: light refs that haven't attached yet are now resolved and filtered instead of crashing addLight/removeLight on a null object. (#360) by @​kvvasuu
  • Outline, SelectiveBloom: selection sync unified behind a shared useSelectionSync hook, which also stops the selection effect from re-running on every render (it previously depended on an unstable spread props object). (#360) by @​kvvasuu
  • Outline: patternScale, multisampling, resolutionScale, resolutionX, resolutionY are now wired up as live constructor options. (#360) by @​kvvasuu
  • SelectiveBloom: radius, levels, resolutionScale, resolutionX, resolutionY are now wired up as live constructor options. (#360) by @​kvvasuu
  • All <primitive>-based effects now dispose themselves (new useDispose hook). (#355) by @​kvvasuu
  • Corrected npm package metadata (added bugs/homepage fields). (#347) by @​2lll5

Changed

…9 updates

Bumps the minor-and-patch group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.104.1` | `0.116.0` |
| [@payloadcms/db-postgres](https://github.com/payloadcms/payload/tree/HEAD/packages/db-postgres) | `3.85.1` | `3.88.0` |
| [@payloadcms/next](https://github.com/payloadcms/payload/tree/HEAD/packages/next) | `3.85.1` | `3.88.0` |
| [@payloadcms/plugin-multi-tenant](https://github.com/payloadcms/payload/tree/HEAD/packages/plugin-multi-tenant) | `3.85.1` | `3.88.0` |
| [@payloadcms/richtext-lexical](https://github.com/payloadcms/payload/tree/HEAD/packages/richtext-lexical) | `3.85.1` | `3.88.0` |
| [@payloadcms/ui](https://github.com/payloadcms/payload/tree/HEAD/packages/ui) | `3.85.1` | `3.88.0` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/slot) | `1.2.5` | `1.3.3` |
| [@react-three/drei](https://github.com/pmndrs/drei) | `10.7.7` | `10.7.8` |
| [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) | `9.6.1` | `9.7.0` |
| [@react-three/postprocessing](https://github.com/pmndrs/react-postprocessing) | `3.0.4` | `3.0.5` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.18.0` | `1.31.0` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.15.0` | `11.16.1` |
| [next](https://github.com/vercel/next.js) | `16.2.9` | `16.3.0` |
| [openid-client](https://github.com/panva/openid-client) | `6.8.4` | `6.8.5` |
| [payload](https://github.com/payloadcms/payload/tree/HEAD/packages/payload) | `3.85.1` | `3.88.0` |
| [picomatch](https://github.com/micromatch/picomatch) | `4.0.4` | `4.0.5` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.3` | `19.2.4` |
| [recharts](https://github.com/recharts/recharts) | `3.8.1` | `3.10.1` |
| [sharp](https://github.com/lovell/sharp) | `0.35.1` | `0.35.3` |
| [three](https://github.com/mrdoob/three.js) | `0.184.0` | `0.185.1` |
| [tiptap-markdown](https://github.com/aguingand/tiptap-markdown) | `0.8.10` | `0.9.0` |
| [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) | `0.184.1` | `0.185.4` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.0` | `10.5.4` |
| [playwright](https://github.com/microsoft/playwright) | `1.60.0` | `1.62.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.22.4` | `4.23.12` |



Updates `@anthropic-ai/sdk` from 0.104.1 to 0.116.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.104.1...sdk-v0.116.0)

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

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

Updates `@payloadcms/plugin-multi-tenant` from 3.85.1 to 3.88.0
- [Release notes](https://github.com/payloadcms/payload/releases)
- [Commits](https://github.com/payloadcms/payload/commits/v3.88.0/packages/plugin-multi-tenant)

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

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

Updates `@radix-ui/react-slot` from 1.2.5 to 1.3.3
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/slot/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/slot)

Updates `@react-three/drei` from 10.7.7 to 10.7.8
- [Release notes](https://github.com/pmndrs/drei/releases)
- [Changelog](https://github.com/pmndrs/drei/blob/master/release.config.js)
- [Commits](pmndrs/drei@v10.7.7...v10.7.8)

Updates `@react-three/fiber` from 9.6.1 to 9.7.0
- [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
- [Commits](pmndrs/react-three-fiber@v9.6.1...v9.7.0)

Updates `@react-three/postprocessing` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/pmndrs/react-postprocessing/releases)
- [Commits](pmndrs/react-postprocessing@v3.0.4...v3.0.5)

Updates `lucide-react` from 1.18.0 to 1.31.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide-react)

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

Updates `next` from 16.2.9 to 16.3.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.2.9...v16.3.0)

Updates `openid-client` from 6.8.4 to 6.8.5
- [Release notes](https://github.com/panva/openid-client/releases)
- [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md)
- [Commits](panva/openid-client@v6.8.4...v6.8.5)

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

Updates `picomatch` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.4...4.0.5)

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

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

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

Updates `@types/react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `recharts` from 3.8.1 to 3.10.1
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.8.1...v3.10.1)

Updates `sharp` from 0.35.1 to 0.35.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.35.1...v0.35.3)

Updates `three` from 0.184.0 to 0.185.1
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `tiptap-markdown` from 0.8.10 to 0.9.0
- [Release notes](https://github.com/aguingand/tiptap-markdown/releases)
- [Commits](aguingand/tiptap-markdown@v0.8.10...v0.9.0)

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

Updates `@types/react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

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

Updates `playwright` from 1.60.0 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.60.0...v1.62.1)

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

Updates `tsx` from 4.22.4 to 4.23.12
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.22.4...v4.23.12)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.116.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@payloadcms/db-postgres"
  dependency-version: 3.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@payloadcms/next"
  dependency-version: 3.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@payloadcms/plugin-multi-tenant"
  dependency-version: 3.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@payloadcms/richtext-lexical"
  dependency-version: 3.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@payloadcms/ui"
  dependency-version: 3.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@radix-ui/react-slot"
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-three/drei"
  dependency-version: 10.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-three/fiber"
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-three/postprocessing"
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: mermaid
  dependency-version: 11.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 16.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: openid-client
  dependency-version: 6.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: payload
  dependency-version: 3.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: picomatch
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: recharts
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sharp
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: three
  dependency-version: 0.185.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tiptap-markdown
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/three"
  dependency-version: 0.185.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: autoprefixer
  dependency-version: 10.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: playwright
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tsx
  dependency-version: 4.23.12
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants