Skip to content

chore(deps): bump the production-minor-patch group across 1 directory with 10 updates - #51

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/production-minor-patch-8c663ea3c6
Open

chore(deps): bump the production-minor-patch group across 1 directory with 10 updates#51
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/production-minor-patch-8c663ea3c6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown

Bumps the production-minor-patch group with 10 updates in the / directory:

Package From To
@base-ui/react 1.6.0 1.8.0
@clerk/nextjs 7.6.1 7.9.1
@google/genai 2.13.0 2.21.0
lucide-react 1.27.0 1.41.0
mongoose 9.8.0 9.9.4
shadcn 4.15.0 4.21.0
zustand 5.0.14 5.0.15
@clerk/backend 3.8.2 3.17.1
express-rate-limit 8.6.0 8.7.0
zod 4.4.3 4.5.4

Updates @base-ui/react from 1.6.0 to 1.8.0

Release notes

Sourced from @​base-ui/react's releases.

v1.8.0

General changes

Alert Dialog

Autocomplete

Avatar

Checkbox

Checkbox Group

Combobox

... (truncated)

Changelog

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

v1.8.0

Sep 4, 2026

General changes

Alert Dialog

Autocomplete

Avatar

Checkbox

Checkbox Group

Combobox

... (truncated)

Commits
  • 47b4052 [release] v1.8.0 (#5609)
  • dd13809 [toast] Accept an updater function in the update method instead of on data (#...
  • 670e95c [docs] Update docs infra to restore generated types (#5616)
  • e8526f7 [utils] Restore frozen EMPTY_ARRAY (#5620)
  • b7f6683 [number field] Preserve consumer selection when focusing the input (#5619)
  • b8c5d78 [context menu] Correct generated API metadata (#5523)
  • 261d699 [combobox][autocomplete] Document that items must not contain nullish entries...
  • 0a6ff44 [toast] Replace custom data wholesale and accept a function to derive it (#5611)
  • 2e1bddd [combobox][select] Make the multiple selection anchor lookup linear (#5613)
  • ad83c8a [code-infra] Run TypeScript 7 alongside the TS6 JS API (#5603)
  • Additional commits viewable in compare view

Updates @clerk/nextjs from 7.6.1 to 7.9.1

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​7.9.1

Patch Changes

@​clerk/nextjs@​7.9.0

Minor Changes

  • Add an authenticated OAuth device verification component and workflow hook for approving or denying OAuth Device Authorization Grant requests. (#9518) by @​jeremy-clerk

Patch Changes

  • Updated dependencies [25d8633]:
    • @​clerk/react@​6.15.0
    • @​clerk/shared@​4.31.0
    • @​clerk/backend@​3.17.1

@​clerk/nextjs@​7.8.4

Patch Changes

  • Add @deprecated tags to the removed <SignedIn>, <SignedOut>, and <Protect> control-component stubs so editors and lint rules flag them at authoring time (with the <Show> migration guidance) instead of only failing when rendered. (#9627) by @​manovotny

  • Updated dependencies [c4f9883, eef0ceb]:

    • @​clerk/backend@​3.17.0

@​clerk/nextjs@​7.8.2

Patch Changes

  • Updated dependencies [dbaa95a]:
    • @​clerk/react@​6.14.7
    • @​clerk/shared@​4.30.1
    • @​clerk/backend@​3.16.12

@​clerk/nextjs@​7.8.1

Patch Changes

@​clerk/nextjs@​7.8.0

Minor Changes

  • In development, missing Clerk keys no longer activate keyless mode. When NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY are not set, the SDK now throws an error directing you to run npx clerk@latest init, which provisions a Clerk application and writes the keys to .env.local. Keyless credentials stored in the development keyless cookie are no longer read. Existing apps with configured or claimed keys are unaffected. (#9493) by @​djgould

Patch Changes

... (truncated)

Changelog

Sourced from @​clerk/nextjs's changelog.

7.9.1

Patch Changes

7.9.0

Minor Changes

  • Add an authenticated OAuth device verification component and workflow hook for approving or denying OAuth Device Authorization Grant requests. (#9518) by @​jeremy-clerk

Patch Changes

  • Updated dependencies [25d8633]:
    • @​clerk/react@​6.15.0
    • @​clerk/shared@​4.31.0
    • @​clerk/backend@​3.17.1

7.8.4

Patch Changes

  • Add @deprecated tags to the removed <SignedIn>, <SignedOut>, and <Protect> control-component stubs so editors and lint rules flag them at authoring time (with the <Show> migration guidance) instead of only failing when rendered. (#9627) by @​manovotny

  • Updated dependencies [c4f9883, eef0ceb]:

    • @​clerk/backend@​3.17.0

7.8.3

Patch Changes

  • Align JSDoc link targets with the docs link rules: internal docs links don't open in a new tab (removed {{ target: '_blank' }} from the Invitation Metadata link), while API reference links do (added it to the ExternalAccount Backend API link and the currentUser() endpoint link). (#9556) by @​manovotny

  • Updated dependencies [9c5e93c, 0d224f2]:

    • @​clerk/backend@​3.16.13
    • @​clerk/shared@​4.30.2
    • @​clerk/react@​6.14.8

7.8.2

Patch Changes

  • Updated dependencies [dbaa95a]:
    • @​clerk/react@​6.14.7
    • @​clerk/shared@​4.30.1
    • @​clerk/backend@​3.16.12

7.8.1

... (truncated)

Commits

Updates @google/genai from 2.13.0 to 2.21.0

Release notes

Sourced from @​google/genai's releases.

v2.21.0

2.21.0 (2026-09-02)

Features

  • Add Gemini 3.8 Flash model to SDKs and update Flash model descriptions (4a969fe)

v2.20.0

2.20.0 (2026-08-31)

Features

  • Add support for the audio/webm MIME type. (b0e3c5f)
  • Add translation_config SDK support for GEAP. (3e1d923)
  • add Video Understanding support to the Interactions API (6ddbeba)

Bug Fixes

  • Don't set redundant Content-Length on file upload requests (2f5cc7a)
  • Don't set redundant Content-Length on file upload requests (2f5cc7a), refs #1718
  • expose ProcessingCallStep and ProcessingResultStep in Interactions SDK (b6f8db5)
  • Quote setupComplete key in LiveClientMessage (4467faf)

v2.19.0

2.19.0 (2026-08-25)

Features

  • Add AudioTranscriptionConfigMode (c0a37de)
  • add environment files support and scotty file download helper (0d6ee9d)
  • Add TYPE_JPEG2000 to VideoContent.MimeType enum (41da204)

Performance Improvements

  • Keep the Buffer in the Node tokenizer platform, ~2x faster model parse (11d804a)

v2.18.0

2.18.0 (2026-08-19)

Features

  • Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and TranscriptionConfig. (4c5208b)
  • Add enable_data_retention to ToolParallelAiSearch, Add step_count to ReinforcementTuningHyperParameters, Add BidiGenerateContentSetup (f52c208)
  • Add IDLE state to live connection status enum and mark REQUIRES_ACTION as deprecated. (2f110f2)

... (truncated)

Changelog

Sourced from @​google/genai's changelog.

2.21.0 (2026-09-02)

Features

  • Add Gemini 3.8 Flash model to SDKs and update Flash model descriptions (4a969fe)

2.20.0 (2026-08-31)

Features

  • Add support for the audio/webm MIME type. (b0e3c5f)
  • Add translation_config SDK support for GEAP. (3e1d923)
  • add Video Understanding support to the Interactions API (6ddbeba)

Bug Fixes

  • Don't set redundant Content-Length on file upload requests (2f5cc7a)
  • Don't set redundant Content-Length on file upload requests (2f5cc7a), refs #1718
  • expose ProcessingCallStep and ProcessingResultStep in Interactions SDK (b6f8db5)
  • Quote setupComplete key in LiveClientMessage (4467faf)

2.19.0 (2026-08-25)

Features

  • Add AudioTranscriptionConfigMode (c0a37de)
  • add environment files support and scotty file download helper (0d6ee9d)
  • Add TYPE_JPEG2000 to VideoContent.MimeType enum (41da204)

Performance Improvements

  • Keep the Buffer in the Node tokenizer platform, ~2x faster model parse (11d804a)

2.18.0 (2026-08-19)

Features

  • Add mode enum (VERBATIM, SMART) to AudioTranscriptionConfig and TranscriptionConfig. (4c5208b)
  • Add enable_data_retention to ToolParallelAiSearch, Add step_count to ReinforcementTuningHyperParameters, Add BidiGenerateContentSetup (f52c208)
  • Add IDLE state to live connection status enum and mark REQUIRES_ACTION as deprecated. (2f110f2)
  • add video resolution and extension task parameters (39b2a2d)

Bug Fixes

... (truncated)

Commits
  • 27af897 chore(main): release 2.21.0 (#1915)
  • 4a969fe feat: Add Gemini 3.8 Flash model to SDKs and update Flash model descriptions
  • 8233d41 chore: docs
  • 7fe15a6 chore(main): release 2.20.0 (#1899)
  • b0e3c5f feat: Add support for the audio/webm MIME type.
  • 3e1d923 feat: Add translation_config SDK support for GEAP.
  • b6f8db5 fix: expose ProcessingCallStep and ProcessingResultStep in Interactions SDK
  • 4467faf fix: Quote setupComplete key in LiveClientMessage
  • 6ddbeba feat: add Video Understanding support to the Interactions API
  • 6a44ab0 chore: keep config as the last method parameter
  • Additional commits viewable in compare view

Updates lucide-react from 1.27.0 to 1.41.0

Release notes

Sourced from lucide-react's releases.

Version 1.41.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.40.0...1.41.0

Version 1.40.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.39.0...1.40.0

Version 1.39.0

What's Changed

Full Changelog: lucide-icons/lucide@1.38.0...1.39.0

... (truncated)

Commits
  • 75b5516 chore(dev): upgrade ESLint to latest compatible stack (v10) (#4378)
  • 0f8d48b test(packages): updates unit test snapshots with face-slightly-smiling (#4676)
  • See full diff in compare view

Updates mongoose from 9.8.0 to 9.9.4

Release notes

Sourced from mongoose's releases.

9.9.4 / 2026-08-25

  • fix(query): set strictQuery and strict on _mongooseOptions consistently #16451 #16447
  • fix(hydration): use the doc model for looking up a ref #16453 rawmind
  • fix(schema): drop the map values subpath when removing a map path #16457 rawmind
  • fix(schema): remove a map that lives under a nested path #16461 #16457 luantaraschi
  • fix(schema): do not repeat null in a toJSONSchema enum that already lists null #16456 luantaraschi
  • fix(schema): clone a document array element with its own constructor signature #16463 #16462 luantaraschi
  • fix(schema): keep the map value schematype a single object when cloning #16473 luantaraschi
  • fix(schema): clarify duplicate index warning to note index is not created #16476 vjymisal0
  • perf(model): index bulkSave write errors by document id #16474 yoominho91
  • docs: add Atlas Vector Search and Atlas Search documentation #16395
  • docs: fix dead MongoDB driver Collection link #16458 rajanpanth

9.9.3 / 2026-08-17

9.9.2 / 2026-08-10

  • fix(query): apply sanitizeFilter on countDocuments and cursor()
  • fix(document): support map wildcards in optimistic concurrency paths option #16436 #16383
  • fix(model): set document session in bulkSave() so transaction retries restore document state #16438 #16432 yogesh968
  • fix(connection): restore delete state across transaction retries #16435 #16433 snowyukitty
  • fix(schema): put enum on array elements and support the object enum form in toJSONSchema #16444 #16443 Jaybhade
  • perf(document): inline the type checks in $__hasOnlyPrimitiveValues() #14394 yogesh968
  • types(document): respect schema toObject and toJSON options #16431 #15594 samuelmbabhazi
  • types: import BSON from mongodb instead of bson #16434 #16434 orgads
  • docs(populate): document that skip needs sort to paginate reliably #16442 #7579
  • docs: remove unused jobs.pug #16437 #16430

9.9.1 / 2026-07-31

  • fix(query): avoid path collision when excluding subdocuments with nested select: false paths #12798
  • types(model): support overriding schema-level lean with lean: false #16413

9.9.0 / 2026-07-30

  • perf(document): improve toObject perf with faster string checks and avoiding unnecessary isSelected on paths with no getters #16407 #16373 #16385
  • perf(model): improve insertMany() performance and general change tracking performance #16370
  • perf(timestamps): avoid adding $setOnInsert for createdAt unless upsert set #16411
  • perf: improve toObject() performance #16408 #16405 #16378 #14394 BIGSUS24
  • types: add discriminator key to each member of embedded discriminator enum- #16412 #16045

9.8.1 / 2026-07-27

... (truncated)

Changelog

Sourced from mongoose's changelog.

9.9.4 / 2026-08-25

  • fix(query): set strictQuery and strict on _mongooseOptions consistently #16451 #16447
  • fix(hydration): use the doc model for looking up a ref #16453 rawmind
  • fix(schema): drop the map values subpath when removing a map path #16457 rawmind
  • fix(schema): remove a map that lives under a nested path #16461 #16457 luantaraschi
  • fix(schema): do not repeat null in a toJSONSchema enum that already lists null #16456 luantaraschi
  • fix(schema): clone a document array element with its own constructor signature #16463 #16462 luantaraschi
  • fix(schema): keep the map value schematype a single object when cloning #16473 luantaraschi
  • fix(schema): clarify duplicate index warning to note index is not created #16476 vjymisal0
  • perf(model): index bulkSave write errors by document id #16474 yoominho91
  • docs: add Atlas Vector Search and Atlas Search documentation #16395
  • docs: fix dead MongoDB driver Collection link #16458 rajanpanth

8.24.4 / 2026-08-21

9.9.3 / 2026-08-17

8.24.3 / 2026-08-10

  • fix(query): apply sanitizeFilter on countDocuments and cursor()

9.9.2 / 2026-08-10

  • fix(query): apply sanitizeFilter on countDocuments and cursor()
  • fix(document): support map wildcards in optimistic concurrency paths option #16436 #16383
  • fix(model): set document session in bulkSave() so transaction retries restore document state #16438 #16432 yogesh968
  • fix(connection): restore delete state across transaction retries #16435 #16433 snowyukitty
  • fix(schema): put enum on array elements and support the object enum form in toJSONSchema #16444 #16443 Jaybhade
  • perf(document): inline the type checks in $__hasOnlyPrimitiveValues() #14394 yogesh968
  • types(document): respect schema toObject and toJSON options #16431 #15594 samuelmbabhazi
  • types: import BSON from mongodb instead of bson #16434 #16434 orgads
  • docs(populate): document that skip needs sort to paginate reliably #16442 #7579
  • docs: remove unused jobs.pug #16437 #16430

9.9.1 / 2026-07-31

  • fix(query): avoid path collision when excluding subdocuments with nested select: false paths #12798 BIGSUS24
  • types(model): apply schema-level lean to find() #16413
  • types(model): support overriding schema-level lean with lean: false #16413

9.9.0 / 2026-07-30

... (truncated)

Commits
  • a4b8a60 chore: release 9.9.4
  • 9ffac59 Merge pull request #16474 from yoominho91/perf/bulksave-error-index
  • e57f554 Merge pull request #16478 from vjymisal0/fix/duplicate-index-warning-message
  • aa68225 docs: fix markdown lint
  • e3b2db6 Merge pull request #16395 from RaschidJFR/docs/mongodb-sync-20260708-151113
  • e76ea0a Clarify embedded_movies collection usage
  • 72c9d59 Improve search example
  • 5e57227 perf(model): only index bulkSave errors for large batches
  • ec2d92d docs(schema): clarify duplicate index warning to note index is not created (g...
  • Description has been truncated

… with 10 updates

Bumps the production-minor-patch group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@base-ui/react](https://github.com/mui/base-ui/tree/HEAD/packages/react) | `1.6.0` | `1.8.0` |
| [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) | `7.6.1` | `7.9.1` |
| [@google/genai](https://github.com/googleapis/js-genai) | `2.13.0` | `2.21.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.27.0` | `1.41.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.8.0` | `9.9.4` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.15.0` | `4.21.0` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.14` | `5.0.15` |
| [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) | `3.8.2` | `3.17.1` |
| [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.6.0` | `8.7.0` |
| [zod](https://github.com/colinhacks/zod) | `4.4.3` | `4.5.4` |



Updates `@base-ui/react` from 1.6.0 to 1.8.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.8.0/packages/react)

Updates `@clerk/nextjs` from 7.6.1 to 7.9.1
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@7.9.1/packages/nextjs)

Updates `@google/genai` from 2.13.0 to 2.21.0
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v2.13.0...v2.21.0)

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

Updates `mongoose` from 9.8.0 to 9.9.4
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@9.8.0...9.9.4)

Updates `shadcn` from 4.15.0 to 4.21.0
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.21.0/packages/shadcn)

Updates `zustand` from 5.0.14 to 5.0.15
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.14...v5.0.15)

Updates `@clerk/backend` from 3.8.2 to 3.17.1
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/backend/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/backend@3.17.1/packages/backend)

Updates `express-rate-limit` from 8.6.0 to 8.7.0
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.6.0...v8.7.0)

Updates `zod` from 4.4.3 to 4.5.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.4.3...v4.5.4)

---
updated-dependencies:
- dependency-name: "@base-ui/react"
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@clerk/nextjs"
  dependency-version: 7.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@google/genai"
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: lucide-react
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: mongoose
  dependency-version: 9.9.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: shadcn
  dependency-version: 4.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: zustand
  dependency-version: 5.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@clerk/backend"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: express-rate-limit
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: zod
  dependency-version: 4.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
...

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

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
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.

@dependabot
dependabot Bot requested a review from bighnesh0007 as a code owner September 7, 2026 17:17
@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
dwcbackend Error Error Sep 7, 2026 5:18pm UTC
dwcode Ready Ready Preview Sep 7, 2026 5:18pm UTC

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