Skip to content

chore(deps): bump the npm group across 1 directory with 15 updates#17

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/npm-ac6819f77d
Closed

chore(deps): bump the npm group across 1 directory with 15 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/web/npm-ac6819f77d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Copy link
Copy Markdown

Bumps the npm group with 15 updates in the /apps/web directory:

Package From To
@better-auth/infra 0.1.9-beta.1 0.2.4
@better-auth/utils 0.3.1 0.4.0
@tanstack/react-hotkeys 0.3.3 0.9.1
@vercel/analytics 1.6.1 2.0.1
auth 1.5.0-beta.18 1.6.5
better-auth 1.5.1 1.6.5
foxact 0.2.55 0.3.0
inngest 3.52.7 4.2.4
lucide-react 0.575.0 1.8.0
next 16.1.6 16.2.4
react 19.2.4 19.2.5
react-dom 19.2.4 19.2.5
shiki 3.23.0 4.0.2
vercel 50.44.0 51.7.0
typescript 6.0.2 6.0.3

Updates @better-auth/infra from 0.1.9-beta.1 to 0.2.4

Commits

Updates @better-auth/utils from 0.3.1 to 0.4.0

Release notes

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

v0.4.0

   🚀 Features

    View changes on GitHub
Commits

Updates @tanstack/react-hotkeys from 0.3.3 to 0.9.1

Release notes

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

@​tanstack/react-hotkeys@​0.9.1

Patch Changes

  • Updated dependencies [0e46137]:
    • @​tanstack/hotkeys@​0.7.1

@​tanstack/react-hotkeys@​0.9.0

Minor Changes

  • feat: options.meta with name and descriptions by default and new useHotkeysRegistrations hooks (#95)

Patch Changes

  • Updated dependencies [63bfa22]:
    • @​tanstack/hotkeys@​0.7.0

@​tanstack/react-hotkeys@​0.8.4

Patch Changes

  • Updated dependencies [b04c88e]:
    • @​tanstack/hotkeys@​0.6.4

@​tanstack/react-hotkeys@​0.8.3

Patch Changes

  • Updated dependencies [1999147]:
    • @​tanstack/hotkeys@​0.6.3

@​tanstack/react-hotkeys@​0.8.2

Patch Changes

  • Updated dependencies [6939ac7]:
    • @​tanstack/hotkeys@​0.6.2

@​tanstack/react-hotkeys@​0.8.1

Patch Changes

  • chore: upgrade tanstack store version (19a960f)

  • Updated dependencies [19a960f]:

    • @​tanstack/hotkeys@​0.6.1

@​tanstack/react-hotkeys@​0.7.0

Minor Changes

  • Add plural sequence APIs (useHotkeySequences, createHotkeySequences, createHotkeySequencesAttachment, injectHotkeySequences) and align enabled across adapters: disabled registrations stay in the manager for devtools, only core dispatch is skipped, and toggling enabled updates handles via setOptions instead of churning unregister/register. (#80)

@​tanstack/react-hotkeys-devtools@​0.6.6

Patch Changes

... (truncated)

Changelog

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

0.9.1

Patch Changes

  • Updated dependencies [0e46137]:
    • @​tanstack/hotkeys@​0.7.1

0.9.0

Minor Changes

  • feat: options.meta with name and descriptions by default and new useHotkeysRegistrations hooks (#95)

Patch Changes

  • Updated dependencies [63bfa22]:
    • @​tanstack/hotkeys@​0.7.0

0.8.4

Patch Changes

  • Updated dependencies [b04c88e]:
    • @​tanstack/hotkeys@​0.6.4

0.8.3

Patch Changes

  • Updated dependencies [1999147]:
    • @​tanstack/hotkeys@​0.6.3

0.8.2

Patch Changes

  • Updated dependencies [6939ac7]:
    • @​tanstack/hotkeys@​0.6.2

0.8.1

Patch Changes

  • chore: upgrade tanstack store version (19a960f)

  • Updated dependencies [19a960f]:

    • @​tanstack/hotkeys@​0.6.1

0.8.0

... (truncated)

Commits

Updates @vercel/analytics from 1.6.1 to 2.0.1

Release notes

Sourced from @​vercel/analytics's releases.

v2.0.1

What's Changed

New Contributors

Full Changelog: vercel/analytics@v2.0.0...v2.0.1

v2.0.0

What's Changed

Breaking Changes

  • License changed from MPL-2.0 to MIT (#170)
  • Nuxt: introduce module support. If you need to configure it, load injectAnalytics() from @vercel/analytics/nuxt/runtime (#183)

Features

  • feat: load dynamic configuration (#184) — analytics config can now be loaded dynamically

Bug Fixes

  • fix: src and endpoint paths do not work when relative (#186)

Full Changelog: vercel/speed-insights@1.6.1...2.0.0

v2.0.0-canary.1

Canary release for testing 2.0.0 changes

Commits

Updates auth from 1.5.0-beta.18 to 1.6.5

Release notes

Sourced from auth's releases.

v1.6.5

better-auth

Bug Fixes

  • Clarified recommended production usage for the test utils plugin (#9119)
  • Fixed session not refreshing after /change-password and /revoke-other-sessions (#9087)

For detailed changes, see CHANGELOG

@better-auth/oauth-provider

Security

  • Fixed GHSA-xr8f-h2gw-9xh6, a high-severity authorization bypass in @better-auth/oauth-provider where unprivileged authenticated users could create OAuth clients when deployments relied on clientPrivileges to restrict client creation.
  • First patched stable version: @better-auth/oauth-provider@1.6.5.
  • Note: the published beta line (1.7.0-beta.0 and 1.7.0-beta.1) remains affected until a fixed beta release is published.

For detailed changes, see CHANGELOG

Contributors

Thanks to everyone who contributed to this release:

@​GautamBytes, @​ramonclaudio

Full changelog: v1.6.4...v1.6.5

v1.6.4

better-auth

Bug Fixes

  • Fixed forceAllowId UUIDs set in database hooks being ignored on PostgreSQL adapters when advanced.database.generateId is set to "uuid" (#9068)
  • Reverted 2FA enforcement scope to credential sign-in paths only, so magic link, email OTP, OAuth, SSO, passkey, and other non-credential sign-in flows no longer trigger a 2FA challenge (#9205)

For detailed changes, see CHANGELOG

Contributors

Thanks to everyone who contributed to this release:

@​GautamBytes, @​gustavovalverde

Full changelog: v1.6.3...v1.6.4

v1.6.3

better-auth

Features

... (truncated)

Changelog

Sourced from auth's changelog.

1.6.5

Patch Changes

  • Updated dependencies [938dd80, 0538627]:
    • better-auth@1.6.5
    • @​better-auth/core@​1.6.5
    • @​better-auth/telemetry@​1.6.5

1.6.4

Patch Changes

1.6.3

Patch Changes

1.6.2

Patch Changes

1.6.1

Patch Changes

1.6.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for auth since your current version.


Updates better-auth from 1.5.1 to 1.6.5

Release notes

Sourced from better-auth's releases.

v1.6.5

better-auth

Bug Fixes

  • Clarified recommended production usage for the test utils plugin (#9119)
  • Fixed session not refreshing after /change-password and /revoke-other-sessions (#9087)

For detailed changes, see CHANGELOG

@better-auth/oauth-provider

Security

  • Fixed GHSA-xr8f-h2gw-9xh6, a high-severity authorization bypass in @better-auth/oauth-provider where unprivileged authenticated users could create OAuth clients when deployments relied on clientPrivileges to restrict client creation.
  • First patched stable version: @better-auth/oauth-provider@1.6.5.
  • Note: the published beta line (1.7.0-beta.0 and 1.7.0-beta.1) remains affected until a fixed beta release is published.

For detailed changes, see CHANGELOG

Contributors

Thanks to everyone who contributed to this release:

@​GautamBytes, @​ramonclaudio

Full changelog: v1.6.4...v1.6.5

v1.6.4

better-auth

Bug Fixes

  • Fixed forceAllowId UUIDs set in database hooks being ignored on PostgreSQL adapters when advanced.database.generateId is set to "uuid" (#9068)
  • Reverted 2FA enforcement scope to credential sign-in paths only, so magic link, email OTP, OAuth, SSO, passkey, and other non-credential sign-in flows no longer trigger a 2FA challenge (#9205)

For detailed changes, see CHANGELOG

Contributors

Thanks to everyone who contributed to this release:

@​GautamBytes, @​gustavovalverde

Full changelog: v1.6.3...v1.6.4

v1.6.3

better-auth

Features

... (truncated)

Changelog

Sourced from better-auth's changelog.

1.6.5

Patch Changes

  • #9119 938dd80 Thanks @​GautamBytes! - clarify recommended production usage for the test utils plugin

  • #9087 0538627 Thanks @​ramonclaudio! - fix(client): refetch session after /change-password and /revoke-other-sessions

  • Updated dependencies []:

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

1.6.4

Patch Changes

  • #9205 9aed910 Thanks @​gustavovalverde! - fix(two-factor): revert enforcement broadening from #9122

    Restores the pre-#9122 enforcement scope. 2FA is challenged only on /sign-in/email, /sign-in/username, and /sign-in/phone-number, matching the behavior that shipped through v1.6.2. Non-credential sign-in flows (magic link, email OTP, OAuth, SSO, passkey, SIWE, one-tap, phone-number OTP, device authorization, email-verification auto-sign-in) are no longer gated by a 2FA challenge by default.

    A broader enforcement scope with per-method opt-outs and alignment to NIST SP 800-63B-4 authenticator assurance levels is planned for a future minor release.

  • #9068 acbd6ef Thanks @​GautamBytes! - Fix forced UUID user IDs from create hooks being ignored on PostgreSQL adapters when advanced.database.generateId is set to "uuid".

  • #9165 39d6af2 Thanks @​gustavovalverde! - chore(adapters): require patched drizzle-orm and kysely peer versions

    Narrows the drizzle-orm peer to ^0.45.2 and the kysely peer to ^0.28.14. Both new ranges track the minor line that carries the vulnerability fix and nothing newer, so the adapters only advertise support for versions that have actually been tested against. Consumers on older ORM releases see an install-time warning and can upgrade alongside the adapter; the peer is marked optional, so installs do not hard-fail.

  • Updated dependencies [39d6af2]:

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

1.6.3

Patch Changes

  • #9131 5142e9c Thanks @​gustavovalverde! - harden dynamic baseURL handling for direct auth.api.* calls and plugin metadata helpers

    Direct auth.api.* calls

    • Throw APIError with a clear message when the baseURL can't be resolved (no source and no fallback), instead of leaving ctx.context.baseURL = "" for downstream plugins to crash on.

... (truncated)

Commits
  • c8a91f4 chore: release v1.6.5 (#9209)
  • 938dd80 docs(test-utils): clarify production usage (#9119)
  • 0538627 fix(client): trigger $sessionSignal for session-rotating endpoints (#9087)
  • 9ec849f chore: release v1.6.4 (#9175)
  • 39d6af2 chore(adapters): require patched drizzle-orm and kysely peer versions (#9165)
  • ba03fb5 chore(deps): bump electron and next devDependencies to patched versions (#9166)
  • 9aed910 fix(two-factor): revert enforcement broadening from #9122 (#9205)
  • acbd6ef fix: honor forceAllowId UUIDs on postgres adapters (#9068)
  • 6f17bb3 chore: release v1.6.3 (#9081)
  • 9a6d475 fix(client): prevent isMounted race condition causing many rps (#9078)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for better-auth since your current version.


Updates foxact from 0.2.55 to 0.3.0

Release notes

Sourced from foxact's releases.

0.3.0

BREAKING CHANGES

  • Remove foxact/use-next-link
    • This hook was implemented before Next.js useLinkStatus API was implemented, which you should use instead.
  • Remove foxact/use-next-pathname
    • You can import usePathname from next/navigation in your Next.js Pages Router app (yes that's supported).
  • Remove foxact/use-react-router-enable-concurrent-navigation
    • The hook was implemented before React Router had implemented the native concurrent navigation support, which is enabled by default now in React Router v7. If you are on React Router v6, enable v7_startTransition flag instead.
  • Remove foxact/use-react-router-is-match
Commits

Updates inngest from 3.52.7 to 4.2.4

Release notes

Sourced from inngest's releases.

inngest@4.2.4

Patch Changes

inngest@4.2.3

Patch Changes

inngest@4.2.2

Patch Changes

  • #1366 aca72f88 Thanks @​Linell! - Fix extendProvider() for OTel SDK v2 where addSpanProcessor() was removed.

    Move @opentelemetry/auto-instrumentations-node and related imports from static top-level to dynamic await import() inside createProvider(). This prevents module-level monkey-patching side effects that broke inngest.send() when combined with host app OTel setups (e.g. Sentry). See #1324.

  • #1457 d151b404 Thanks @​amh4r! - Fix using CountQueuingStrategy when not available

  • #1455 15495e03 Thanks @​amh4r! - Fix dependencyInjection not working statically at function level

inngest@4.2.1

Patch Changes

inngest@4.2.0

Minor Changes

inngest@4.1.2

Patch Changes

inngest@4.1.1

Patch Changes

... (truncated)

Changelog

Sourced from inngest's changelog.

4.2.4

Patch Changes

4.2.3

Patch Changes

4.2.2

Patch Changes

  • #1366 aca72f88 Thanks @​Linell! - Fix extendProvider() for OTel SDK v2 where addSpanProcessor() was removed.

    Move @opentelemetry/auto-instrumentations-node and related imports from static top-level to dynamic await import() inside createProvider(). This prevents module-level monkey-patching side effects that broke inngest.send() when combined with host app OTel setups (e.g. Sentry). See #1324.

  • #1457 d151b404 Thanks @​amh4r! - Fix using CountQueuingStrategy when not available

  • #1455 15495e03 Thanks @​amh4r! - Fix dependencyInjection not working statically at function level

4.2.1

Patch Changes

4.2.0

Minor Changes

4.1.2

Patch Changes

4.1.1

Patch Changes

... (truncated)

Commits

Updates lucide-react from 0.575.0 to 1.8.0

Release notes

Sourced from lucide-react's releases.

Version 1.8.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.7.0...1.8.0

Version 1.7.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.6.0...1.7.0

Version 1.6.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.5.0...1.6.0

Version 1.5.0

What's Changed

... (truncated)

Commits
  • 7623e23 feat(docs): add Zephyr Cloud to Hero Backers tier & rework updateSponsors scr...
  • dada0a8 fix(lucide-react): Fix dynamic imports (#4210)
  • a6e648a fix(lucide-react): correct client directives in RSC files (#4189)
  • 1f010a3 fix(luc...

    Description has been truncated

Bumps the npm group with 15 updates in the /apps/web directory:

| Package | From | To |
| --- | --- | --- |
| [@better-auth/infra](https://github.com/better-auth/better-auth-infra/tree/HEAD/packages/infra) | `0.1.9-beta.1` | `0.2.4` |
| [@better-auth/utils](https://github.com/better-auth/utils) | `0.3.1` | `0.4.0` |
| [@tanstack/react-hotkeys](https://github.com/TanStack/hotkeys/tree/HEAD/packages/react-hotkeys) | `0.3.3` | `0.9.1` |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.6.1` | `2.0.1` |
| [auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/cli) | `1.5.0-beta.18` | `1.6.5` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.5.1` | `1.6.5` |
| [foxact](https://github.com/SukkaW/foxact) | `0.2.55` | `0.3.0` |
| [inngest](https://github.com/inngest/inngest-js/tree/HEAD/packages/inngest) | `3.52.7` | `4.2.4` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.575.0` | `1.8.0` |
| [next](https://github.com/vercel/next.js) | `16.1.6` | `16.2.4` |
| [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` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `3.23.0` | `4.0.2` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `50.44.0` | `51.7.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` |



Updates `@better-auth/infra` from 0.1.9-beta.1 to 0.2.4
- [Commits](https://github.com/better-auth/better-auth-infra/commits/HEAD/packages/infra)

Updates `@better-auth/utils` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/better-auth/utils/releases)
- [Commits](better-auth/utils@v0.3.1...v0.4.0)

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

Updates `@vercel/analytics` from 1.6.1 to 2.0.1
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/v2.0.1/packages/web)

Updates `auth` from 1.5.0-beta.18 to 1.6.5
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/auth@1.6.5/packages/cli)

Updates `better-auth` from 1.5.1 to 1.6.5
- [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/better-auth@1.6.5/packages/better-auth)

Updates `foxact` from 0.2.55 to 0.3.0
- [Release notes](https://github.com/SukkaW/foxact/releases)
- [Commits](SukkaW/foxact@0.2.55...0.3.0)

Updates `inngest` from 3.52.7 to 4.2.4
- [Release notes](https://github.com/inngest/inngest-js/releases)
- [Changelog](https://github.com/inngest/inngest-js/blob/main/packages/inngest/CHANGELOG.md)
- [Commits](https://github.com/inngest/inngest-js/commits/inngest@4.2.4/packages/inngest)

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

Updates `next` from 16.1.6 to 16.2.4
- [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.1.6...v16.2.4)

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 `shiki` from 3.23.0 to 4.0.2
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.0.2/packages/shiki)

Updates `vercel` from 50.44.0 to 51.7.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@51.7.0/packages/cli)

Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: "@better-auth/infra"
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@better-auth/utils"
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@tanstack/react-hotkeys"
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@vercel/analytics"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: auth
  dependency-version: 1.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: better-auth
  dependency-version: 1.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: foxact
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: inngest
  dependency-version: 4.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: lucide-react
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: next
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: shiki
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: vercel
  dependency-version: 51.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

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 18, 2026
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Apr 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

While Codacy reports that the repository is up to standards, this PR cannot be safely merged in its current state. The most significant issue is the empty diff, which prevents verification of the 15 package updates described. Furthermore, bundling multiple major version jumps (e.g., foxact, @vercel/analytics, shiki) into a single 'npm group' is high-risk. Specifically, the update to 'foxact' 0.3.0 involves the removal of several hooks that may cause runtime failures if the codebase has not been audited. Acceptance criteria regarding the verification of these updates cannot be met without visible changes to the lockfile or package configuration.

About this PR

  • The update to 'foxact' 0.3.0 removes several hooks (use-next-link, use-next-pathname, etc.). There is no evidence that the codebase has been audited for these removals, which could lead to runtime errors.
  • The PR diff is empty. It is impossible to verify if the 15 npm package updates have been correctly applied to the package.json or lockfiles in the /apps/web directory.
  • This PR bundles 15 updates into a single group, including several major version increments. It is recommended to split major updates into separate PRs to simplify debugging and reduce regression risk.

Test suggestions

  • Verify successful application build using TypeScript 6.0.3
  • Audit codebase for usage of removed hooks in foxact 0.3.0 (use-next-link, use-next-pathname, use-react-router-enable-concurrent-navigation, use-react-router-is-match) to prevent runtime errors
  • Verify Vercel Analytics v2 integration, specifically checking for breaking changes mentioned in the release notes regarding Nuxt support or configuration
  • Validate Better-Auth authentication flows, specifically session refreshing after password changes as mentioned in the 1.6.5 bug fixes
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify successful application build using TypeScript 6.0.3
2. Audit codebase for usage of removed hooks in foxact 0.3.0 (use-next-link, use-next-pathname, use-react-router-enable-concurrent-navigation, use-react-router-is-match) to prevent runtime errors
3. Verify Vercel Analytics v2 integration, specifically checking for breaking changes mentioned in the release notes regarding Nuxt support or configuration
4. Validate Better-Auth authentication flows, specifically session refreshing after password changes as mentioned in the 1.6.5 bug fixes

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@dependabot @github

dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 20, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/apps/web/npm-ac6819f77d branch June 20, 2026 05:33
@sonarqubecloud

Copy link
Copy Markdown

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.

0 participants