Skip to content

feat(deps): bump the prod-dependencies group across 1 directory with 9 updates - #39

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-7f5c8e162c
Open

feat(deps): bump the prod-dependencies group across 1 directory with 9 updates#39
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-7f5c8e162c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the prod-dependencies group with 9 updates in the / directory:

Package From To
@base-ui/react 1.6.0 1.7.0
@better-auth/drizzle-adapter 1.6.23 1.6.28
@cloudflare/vite-plugin 1.45.1 1.52.1
@tanstack/react-router 1.170.18 1.170.27
@tanstack/react-start 1.168.32 1.168.44
better-auth 1.6.23 1.6.28
react 19.2.7 19.2.8
react-dom 19.2.7 19.2.8
react-i18next 17.0.10 17.0.11

Updates @base-ui/react from 1.6.0 to 1.7.0

Release notes

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

v1.7.0

General changes

Accordion

Alert Dialog

  • Prevent <AlertDialog.Root> from reopening after remounting with a reused handle (#5109) by @​michaldudak

Autocomplete

Avatar

Button

Checkbox

... (truncated)

Changelog

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

v1.7.0

Aug 4, 2026

General changes

Accordion

Alert Dialog

  • Prevent <AlertDialog.Root> from reopening after remounting with a reused handle (#5109) by @​michaldudak

Autocomplete

Avatar

Button

... (truncated)

Commits
  • 254f474 [release] v1.7.0 (#5404)
  • 9222cda [meter] Format clamped values (#5409)
  • becc19a [combobox][autocomplete][select] Fix listbox separator semantics (#5399)
  • 7cc0eef [drawer] Fix click-only outside dismissal after swipe (#5392)
  • 1a2ca3c [all components] Fix canceled exit unmount (#5401)
  • 166e8ac [popups] Fix quadratic dev-mode trigger registration check (#5400)
  • 071e892 [all components] Avoid unused popup handle attachments (#5394)
  • cbc87d1 [select] Stabilize scroll arrow cleanup test (#5402)
  • 3b5715c [all components] Fix popup handle lifecycle regressions (#5387)
  • 54cfcc1 [typescript] Preserve published internals types (#5386)
  • Additional commits viewable in compare view

Updates @better-auth/drizzle-adapter from 1.6.23 to 1.6.28

Release notes

Sourced from @​better-auth/drizzle-adapter's releases.

v1.6.28

better-auth

Bug Fixes

  • Prevented duplicate session requests during React Suspense retries while preserving revalidation for interrupted refreshes (#10769)
  • Restored client plugin declaration compatibility for downstream TypeScript consumers (#10794)

For detailed changes, see the CHANGELOG.

@better-auth/electron

Bug Fixes

  • Restored client plugin declaration compatibility for downstream TypeScript consumers (#10794)

For detailed changes, see the CHANGELOG.

@better-auth/expo

Bug Fixes

  • Restored client plugin declaration compatibility for downstream TypeScript consumers (#10794)

For detailed changes, see the CHANGELOG.

Contributors

Thanks to everyone who contributed to this release:

@​bytaesu

Full changelog: v1.6.27...v1.6.28

v1.6.27

better-auth

Bug Fixes

  • Fixed duplicate session requests being made across Suspense retries (#10676)

For detailed changes, see CHANGELOG

@better-auth/scim

Bug Fixes

  • Fixed auth endpoint types to align with better-call (#10657)

For detailed changes, see CHANGELOG

... (truncated)

Changelog

Sourced from @​better-auth/drizzle-adapter's changelog.

1.6.28

Patch Changes

  • Updated dependencies []:
    • @​better-auth/core@​1.6.28

1.6.27

Patch Changes

  • Updated dependencies [2ae491e]:
    • @​better-auth/core@​1.6.27

1.6.26

Patch Changes

  • Updated dependencies [a30e274]:
    • @​better-auth/core@​1.6.26

1.6.25

Patch Changes

  • Updated dependencies [0ffd1fb]:
    • @​better-auth/core@​1.6.25

1.6.24

Patch Changes

Commits

Updates @cloudflare/vite-plugin from 1.45.1 to 1.52.1

Release notes

Sourced from @​cloudflare/vite-plugin's releases.

@​cloudflare/vite-plugin@​1.52.1

Patch Changes

@​cloudflare/vite-plugin@​1.52.0

Minor Changes

  • #15123 d0c976c Thanks @​dependabot! - Detect Node.js compatibility from the compatibility date, now that nodejs_compat is enabled by default

    As of compatibility date 2026-08-04, workerd enables the nodejs_compat and nodejs_compat_v2 compatibility flags by default. Previously these tools only treated Node.js compatibility as enabled when one of those flags was listed explicitly, so a Worker on a compatibility date of 2026-08-04 or later without the flag would get Node.js APIs from the runtime but no Node.js polyfills from the bundler, and process.env could be substituted with an empty object at build time. They now resolve these flags the same way workerd does, and honour no_nodejs_compat to opt out.

    To keep Node.js compatibility switched off on a newer compatibility date, specify both no_nodejs_compat and no_nodejs_compat_v2, since each flag has its own default.

    @cloudflare/vitest-pool-workers needs nodejs_compat_v2 for its own test runner, so it continues to override a project that opts out of it. On a compatibility date that enables the flag anyway, it now drops the opt-out rather than adding the flag back, which workerd would reject — previously this stopped such a project from running any tests at all.

    wrangler types also no longer attributes its @types/node suggestion to "the nodejs_compat flag", which it can now make for Workers that do not set the flag at all.

Patch Changes

  • #15148 0b82b15 Thanks @​jamesopstad! - Ignore a nodejs_compat compatibility flag that the compatibility date already enables

    workerd rejects a compatibility flag that its compatibility date enables by default, so a Worker configured with both a compatibility date of 2026-08-04 or later and nodejs_compat failed to start locally with "The compatibility flag nodejs_compat became the default as of 2026-08-04 so does not need to be specified anymore".

    The redundant nodejs_compat and nodejs_compat_v2 flags are now dropped when starting the runtime, which has no effect on the resulting Worker because the compatibility date enables both anyway. no_nodejs_compat and no_nodejs_compat_v2 still switch Node.js compatibility off, and a flag specified alongside its own opt-out is left alone so that workerd still reports those as contradictory.

  • Updated dependencies [d0c976c, d0c976c, 0b82b15, d0c976c, d0c976c, 90dd5e5, 3b02915]:

@​cloudflare/vite-plugin@​1.51.3

Patch Changes

@​cloudflare/vite-plugin@​1.51.2

Patch Changes

... (truncated)

Changelog

Sourced from @​cloudflare/vite-plugin's changelog.

1.52.1

Patch Changes

1.52.0

Minor Changes

  • #15123 d0c976c Thanks @​dependabot! - Detect Node.js compatibility from the compatibility date, now that nodejs_compat is enabled by default

    As of compatibility date 2026-08-04, workerd enables the nodejs_compat and nodejs_compat_v2 compatibility flags by default. Previously these tools only treated Node.js compatibility as enabled when one of those flags was listed explicitly, so a Worker on a compatibility date of 2026-08-04 or later without the flag would get Node.js APIs from the runtime but no Node.js polyfills from the bundler, and process.env could be substituted with an empty object at build time. They now resolve these flags the same way workerd does, and honour no_nodejs_compat to opt out.

    To keep Node.js compatibility switched off on a newer compatibility date, specify both no_nodejs_compat and no_nodejs_compat_v2, since each flag has its own default.

    @cloudflare/vitest-pool-workers needs nodejs_compat_v2 for its own test runner, so it continues to override a project that opts out of it. On a compatibility date that enables the flag anyway, it now drops the opt-out rather than adding the flag back, which workerd would reject — previously this stopped such a project from running any tests at all.

    wrangler types also no longer attributes its @types/node suggestion to "the nodejs_compat flag", which it can now make for Workers that do not set the flag at all.

Patch Changes

  • #15148 0b82b15 Thanks @​jamesopstad! - Ignore a nodejs_compat compatibility flag that the compatibility date already enables

    workerd rejects a compatibility flag that its compatibility date enables by default, so a Worker configured with both a compatibility date of 2026-08-04 or later and nodejs_compat failed to start locally with "The compatibility flag nodejs_compat became the default as of 2026-08-04 so does not need to be specified anymore".

    The redundant nodejs_compat and nodejs_compat_v2 flags are now dropped when starting the runtime, which has no effect on the resulting Worker because the compatibility date enables both anyway. no_nodejs_compat and no_nodejs_compat_v2 still switch Node.js compatibility off, and a flag specified alongside its own opt-out is left alone so that workerd still reports those as contradictory.

  • Updated dependencies [d0c976c, d0c976c, 0b82b15, d0c976c, d0c976c, 90dd5e5, 3b02915]:

1.51.3

Patch Changes

1.51.2

Patch Changes

  • #14994 2194f88 Thanks @​emily-shen! - Update dev and preview for Miniflare's config-based options

    The Vite plugin now converts the Miniflare options it creates for dev and preview sessions to Miniflare's config-based workers shape.

... (truncated)

Commits

Updates @tanstack/react-router from 1.170.18 to 1.170.27

Release notes

Sourced from @​tanstack/react-router's releases.

@​tanstack/react-router@​1.170.27

Patch Changes

@​tanstack/react-router@​1.170.26

Patch Changes

  • #8045 f500760 - Warn when an Outlet is rendered inside a pending, error, or not-found component.

  • #8043 1aafca9 - remove the undocumented Link isTransitioning state and data-transitioning attribute

  • #8044 aa10b65 - Apply preloadDelay to viewport link preloading and cancel pending preloads when links leave the viewport.

  • Updated dependencies [7e93431]:

    • @​tanstack/router-core@​1.171.22
Changelog

Sourced from @​tanstack/react-router's changelog.

1.170.27

Patch Changes

1.170.26

Patch Changes

  • #8045 f500760 - Warn when an Outlet is rendered inside a pending, error, or not-found component.

  • #8043 1aafca9 - remove the undocumented Link isTransitioning state and data-transitioning attribute

  • #8044 aa10b65 - Apply preloadDelay to viewport link preloading and cancel pending preloads when links leave the viewport.

  • Updated dependencies [7e93431]:

    • @​tanstack/router-core@​1.171.22

1.170.25

Patch Changes

  • Updated dependencies [51138a8]:
    • @​tanstack/router-core@​1.171.21

1.170.24

Patch Changes

1.170.23

Patch Changes

  • #7952 95dec51 - bail out of Link re-renders when the resolved href and active state are unchanged

1.170.22

Patch Changes

  • #7992 ea3a665 - retain mounted UI during revalidation

  • Updated dependencies [ea3a665]:

    • @​tanstack/router-core@​1.171.19

1.170.21

... (truncated)

Commits

Updates @tanstack/react-start from 1.168.32 to 1.168.44

Release notes

Sourced from @​tanstack/react-start's releases.

@​tanstack/react-start@​1.168.44

Patch Changes

  • Updated dependencies [b0817f5]:
    • @​tanstack/react-router@​1.170.27
    • @​tanstack/react-start-client@​1.168.25
    • @​tanstack/react-start-rsc@​0.1.43
    • @​tanstack/react-start-server@​1.167.32

@​tanstack/react-start@​1.168.43

Patch Changes

  • Updated dependencies [f500760, 1aafca9, aa10b65]:
    • @​tanstack/react-router@​1.170.26
    • @​tanstack/react-start-client@​1.168.24
    • @​tanstack/react-start-rsc@​0.1.42
    • @​tanstack/react-start-server@​1.167.31
    • @​tanstack/start-client-core@​1.170.22
    • @​tanstack/start-plugin-core@​1.171.34
    • @​tanstack/start-server-core@​1.169.26
Changelog

Sourced from @​tanstack/react-start's changelog.

1.168.44

Patch Changes

  • Updated dependencies [b0817f5]:
    • @​tanstack/react-router@​1.170.27
    • @​tanstack/react-start-client@​1.168.25
    • @​tanstack/react-start-rsc@​0.1.43
    • @​tanstack/react-start-server@​1.167.32

1.168.43

Patch Changes

  • Updated dependencies [f500760, 1aafca9, aa10b65]:
    • @​tanstack/react-router@​1.170.26
    • @​tanstack/react-start-client@​1.168.24
    • @​tanstack/react-start-rsc@​0.1.42
    • @​tanstack/react-start-server@​1.167.31
    • @​tanstack/start-client-core@​1.170.22
    • @​tanstack/start-plugin-core@​1.171.34
    • @​tanstack/start-server-core@​1.169.26

1.168.42

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-router@​1.170.25
    • @​tanstack/react-start-client@​1.168.23
    • @​tanstack/react-start-rsc@​0.1.41
    • @​tanstack/react-start-server@​1.167.30
    • @​tanstack/start-client-core@​1.170.21
    • @​tanstack/start-plugin-core@​1.171.33
    • @​tanstack/start-server-core@​1.169.25

1.168.41

Patch Changes

  • Updated dependencies [c59788c]:
    • @​tanstack/start-client-core@​1.170.20
    • @​tanstack/react-router@​1.170.24
    • @​tanstack/react-start-client@​1.168.22
    • @​tanstack/react-start-rsc@​0.1.40
    • @​tanstack/react-start-server@​1.167.29
    • @​tanstack/start-plugin-core@​1.171.32
    • @​tanstack/start-server-core@​1.169.24

1.168.40

... (truncated)

Commits

Updates better-auth from 1.6.23 to 1.6.28

Release notes

Sourced from better-auth's releases.

v1.6.28

better-auth

Bug Fixes

  • Prevented duplicate session requests during React Suspense retries while preserving revalidation for interrupted refreshes (#10769)
  • Restored client plugin declaration compatibility for downstream TypeScript consumers (#10794)

For detailed changes, see the CHANGELOG.

@better-auth/electron

Bug Fixes

  • Restored client plugin declaration compatibility for downstream TypeScript consumers (#10794)

For detailed changes, see the CHANGELOG.

@better-auth/expo

Bug Fixes

  • Restored client plugin declaration compatibility for downstream TypeScript consumers (#10794)

For detailed changes, see the CHANGELOG.

Contributors

Thanks to everyone who contributed to this release:

@​bytaesu

Full changelog: v1.6.27...v1.6.28

v1.6.27

better-auth

Bug Fixes

  • Fixed duplicate session requests being made across Suspense retries (#10676)

For detailed changes, see CHANGELOG

@better-auth/scim

Bug Fixes

  • Fixed auth endpoint types to align with better-call (#10657)

For detailed changes, see CHANGELOG

... (truncated)

Changelog

Sourced from better-auth's changelog.

1.6.28

Patch Changes

  • #10769 773de54 Thanks @​bytaesu! - Prevent duplicate session requests during transient remounts while ensuring incomplete refreshes are revalidated.

  • #10794 2ad2928 Thanks @​bytaesu! - Restore client plugin declaration compatibility for downstream TypeScript consumers.

  • Updated dependencies []:

    • @​better-auth/core@​1.6.28
    • @​better-auth/drizzle-adapter@​1.6.28
    • @​better-auth/kysely-adapter@​1.6.28
    • @​better-auth/memory-adapter@​1.6.28
    • @​better-auth/mongo-adapter@​1.6.28
    • @​better-auth/prisma-adapter@​1.6.28
    • @​better-auth/telemetry@​1.6.28

1.6.27

Patch Changes

@github-actions
github-actions Bot enabled auto-merge (rebase) August 9, 2026 07:06
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-7f5c8e162c branch from 032d6eb to 90614ac Compare August 9, 2026 07:15
…9 updates

Bumps the prod-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@base-ui/react](https://github.com/mui/base-ui/tree/HEAD/packages/react) | `1.6.0` | `1.7.0` |
| [@better-auth/drizzle-adapter](https://github.com/better-auth/better-auth/tree/HEAD/packages/drizzle-adapter) | `1.6.23` | `1.6.28` |
| [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.45.1` | `1.52.1` |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.170.18` | `1.170.27` |
| [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.168.32` | `1.168.44` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.23` | `1.6.28` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
| [react-i18next](https://github.com/i18next/react-i18next) | `17.0.10` | `17.0.11` |



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

Updates `@better-auth/drizzle-adapter` from 1.6.23 to 1.6.28
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/drizzle-adapter/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.6.28/packages/drizzle-adapter)

Updates `@cloudflare/vite-plugin` from 1.45.1 to 1.52.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vite-plugin-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vite-plugin@1.52.1/packages/vite-plugin-cloudflare)

Updates `@tanstack/react-router` from 1.170.18 to 1.170.27
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.170.27/packages/react-router)

Updates `@tanstack/react-start` from 1.168.32 to 1.168.44
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-start@1.168.44/packages/react-start)

Updates `better-auth` from 1.6.23 to 1.6.28
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.6.28/packages/better-auth)

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 `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 `react-i18next` from 17.0.10 to 17.0.11
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v17.0.10...v17.0.11)

---
updated-dependencies:
- dependency-name: "@base-ui/react"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@better-auth/drizzle-adapter"
  dependency-version: 1.6.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@cloudflare/vite-plugin"
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.170.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.168.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: better-auth
  dependency-version: 1.6.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: react-i18next
  dependency-version: 17.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-7f5c8e162c branch from 90614ac to ba1f94f Compare August 16, 2026 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant