Skip to content

chore(deps): bump the npm-dependencies group across 1 directory with 14 updates#50

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-c5a2dfdc24
Closed

chore(deps): bump the npm-dependencies group across 1 directory with 14 updates#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-c5a2dfdc24

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm-dependencies group with 14 updates in the / directory:

Package From To
@clerk/nextjs 7.0.12 7.2.3
@clerk/ui 1.5.0 1.6.3
lucide-react 1.7.0 1.8.0
next 16.2.3 16.2.4
@biomejs/biome 2.4.10 2.4.12
@clerk/testing 2.0.12 2.0.17
@rolldown/plugin-babel 0.2.2 0.2.3
@types/node 25.5.2 25.6.0
baseline-browser-mapping 2.10.16 2.10.20
dotenv 17.4.1 17.4.2
lefthook 2.1.5 2.1.6
shadcn 4.2.0 4.3.0
typescript 6.0.2 6.0.3
vitest 4.1.3 4.1.4

Updates @clerk/nextjs from 7.0.12 to 7.2.3

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​7.2.3

Patch Changes

  • Updated dependencies [fcc6c0c]:
    • @​clerk/backend@​3.2.13
    • @​clerk/react@​6.4.2

@​clerk/nextjs@​7.2.2

Patch Changes

@​clerk/nextjs@​7.2.1

Patch Changes

  • Normalize URL paths in createPathMatcher to prevent route protection bypass (#8311) by @​nikosdouvlis

  • Updated dependencies [b0b6675]:

    • @​clerk/shared@​4.8.1
    • @​clerk/backend@​3.2.11
    • @​clerk/react@​6.4.1

@​clerk/nextjs@​7.1.0

Minor Changes

  • Introduce internal useOAuthConsent() hook for fetching OAuth consent screen metadata for the signed-in user. (#8286) by @​jfoshee

Patch Changes

  • Bump next devDependency to 15.5.15 to pick up the fix for CVE-2026-23869, a high-severity (CVSS 7.5) denial-of-service vulnerability in React Server Components. If you use the Next.js App Router, we recommend upgrading to Next.js 15.5.15 or 16.2.3. (#8257) by @​renovate

  • Updated dependencies [3fd586d, f9ff9e9]:

    • @​clerk/react@​6.3.0
    • @​clerk/shared@​4.7.0
    • @​clerk/backend@​3.2.9
Changelog

Sourced from @​clerk/nextjs's changelog.

7.2.3

Patch Changes

  • Updated dependencies [fcc6c0c]:
    • @​clerk/backend@​3.2.13
    • @​clerk/react@​6.4.2

7.2.2

Patch Changes

7.2.1

Patch Changes

  • Normalize URL paths in createPathMatcher to prevent route protection bypass (#8311) by @​nikosdouvlis

  • Updated dependencies [b0b6675]:

    • @​clerk/shared@​4.8.1
    • @​clerk/backend@​3.2.11
    • @​clerk/react@​6.4.1

7.2.0

Minor Changes

  • Introduce internal <OAuthConsent /> component for rendering a zero-config OAuth consent screen on an OAuth authorize redirect page. (#8289) by @​wobsoriano

    Usage example:

    import { OAuthConsent } from '@clerk/nextjs';
    export default function OAuthConsentPage() {
    return <OAuthConsent />;
    }

Patch Changes

  • Updated dependencies [dc2de16]:
    • @​clerk/react@​6.4.0
    • @​clerk/shared@​4.8.0
    • @​clerk/backend@​3.2.10

... (truncated)

Commits

Updates @clerk/ui from 1.5.0 to 1.6.3

Release notes

Sourced from @​clerk/ui's releases.

@​clerk/ui@​1.6.3

Patch Changes

  • Fix EnableOrganizationsPrompt in keyless mode: show "Claim your application" CTA instead of broken "Sign in to continue" when organizations are enabled on an unclaimed keyless app with no signed-in user. (#8341) by @​mwickett

  • Use user.organizationMemberships from the already-loaded user object to populate the org select in the OAuth consent screen, avoiding a redundant memberships fetch. (#8350) by @​wobsoriano

  • Correctly display IP redirect URIs in OAuth consent. (#8342) by @​wobsoriano

  • Add scroll-driven fade overlays to ListGroupContent in the OAuthConsent component so overflowing scope lists visually indicate more content above and below. (#8339) by @​alexcarpenter

@​clerk/ui@​1.6.2

Patch Changes

  • Add infinite loading to organization selection in <OAuthConsent />. (#8309) by @​wobsoriano

  • Fix OAuthConsent always redirecting to sign-in by adopting the AuthenticatedRoutes pattern used by other full-page components (#8327) by @​alexcarpenter

  • Updated dependencies [c7b0f47, 34762e8]:

    • @​clerk/shared@​4.8.2
    • @​clerk/localizations@​4.5.2

@​clerk/ui@​1.6.1

Patch Changes

  • Updated dependencies [b0b6675]:
    • @​clerk/shared@​4.8.1
    • @​clerk/localizations@​4.5.1

@​clerk/ui@​1.5.1

Patch Changes

Changelog

Sourced from @​clerk/ui's changelog.

1.6.3

Patch Changes

  • Fix EnableOrganizationsPrompt in keyless mode: show "Claim your application" CTA instead of broken "Sign in to continue" when organizations are enabled on an unclaimed keyless app with no signed-in user. (#8341) by @​mwickett

  • Use user.organizationMemberships from the already-loaded user object to populate the org select in the OAuth consent screen, avoiding a redundant memberships fetch. (#8350) by @​wobsoriano

  • Correctly display IP redirect URIs in OAuth consent. (#8342) by @​wobsoriano

  • Add scroll-driven fade overlays to ListGroupContent in the OAuthConsent component so overflowing scope lists visually indicate more content above and below. (#8339) by @​alexcarpenter

1.6.2

Patch Changes

  • Add infinite loading to organization selection in <OAuthConsent />. (#8309) by @​wobsoriano

  • Fix OAuthConsent always redirecting to sign-in by adopting the AuthenticatedRoutes pattern used by other full-page components (#8327) by @​alexcarpenter

  • Updated dependencies [c7b0f47, 34762e8]:

    • @​clerk/shared@​4.8.2
    • @​clerk/localizations@​4.5.2

1.6.1

Patch Changes

  • Updated dependencies [b0b6675]:
    • @​clerk/shared@​4.8.1
    • @​clerk/localizations@​4.5.1

1.6.0

Minor Changes

  • Introduce internal <OAuthConsent /> component for rendering a zero-config OAuth consent screen on an OAuth authorize redirect page. (#8289) by @​wobsoriano

    Usage example:

    import { OAuthConsent } from '@clerk/nextjs';
    export default function OAuthConsentPage() {
    return <OAuthConsent />;
    }

Patch Changes

... (truncated)

Commits
  • 7994b5f ci(repo): Version packages (#8340)
  • 22f0b27 refactor(ui): Use existing organizationMemberships and remove infinite scroll...
  • ca46860 fix(ui): show claim CTA in EnableOrganizationsPrompt for keyless mode (#8341)
  • 0067481 fix(ui): Correctly display IP redirect URIs in OAuth consent (#8342)
  • 14d072a feat(ui): Add overflow scroll and fades to \<ListGroupContent /> (#8339)
  • cc8fed5 ci(repo): Version packages (#8322)
  • 6f36c51 chore(clerk-js,ui): Add infinite loading to organization selection in OAuthCo...
  • 45b773a fix(ui): OAuthConsent AuthenticatedRoutes usage (#8327)
  • 6399251 ci(repo): Version packages (#8315)
  • b1f9bbe ci(repo): Version packages (#8307)
  • Additional commits viewable in compare view

Updates lucide-react from 1.7.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

Commits
  • 7623e23 feat(docs): add Zephyr Cloud to Hero Backers tier & rework updateSponsors scr...
  • See full diff in compare view

Updates next from 16.2.3 to 16.2.4

Release notes

Sourced from next's releases.

v16.2.4

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#92713)
  • Turbopack: fix filesystem watcher config not applying follow_symlinks(false) (#92631)
  • Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • Compiler: Support boolean and number primtives in next.config defines (#92731)
  • turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during recomputation (#92725)
  • Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92828)
  • Adding more system info to the 'initialize project' trace (#92427)

Credits

Huge thanks to @​Badbird5907, @​lukesandberg, @​andrewimm, @​sokra, and @​mischnic for helping!

Commits
  • 2275bd8 v16.2.4
  • e073983 Adding more system info to the 'initialize project' trace (#92427)
  • 8a540b5 Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#92...
  • 2f5343f Turbopack: shorter error for ChunkGroupInfo::get_index_of (#92814)
  • 2ad9d3f turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during ...
  • 6f3808e Compiler: Support boolean and number primtives in next.config defines (#92731)
  • fbc7684 Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#92580)
  • 805d758 Turbopack: fix filesystem watcher config not applying follow_symlinks(false) ...
  • 1056fae chore: Bump reqwest to 0.13.2 (#92713)
  • See full diff in compare view

Updates @biomejs/biome from 2.4.10 to 2.4.12

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.12

2.4.12

Patch Changes

  • #9376 9701a33 Thanks @​dyc3! - Added the nursery/noIdenticalTestTitle lint rule. This rule disallows using the same title for two describe blocks or two test cases at the same nesting level.

    describe("foo", () => {});
    describe("foo", () => {
      // invalid: same title as previous describe block
      test("baz", () => {});
      test("baz", () => {}); // invalid: same title as previous test case
    });
  • #9889 7ae83f2 Thanks @​dyc3! - Improved the diagnostics for useForOf to better explain the problem, why it matters, and how to fix it.

  • #9916 27dd7b1 Thanks @​Jayllyz! - Added a new nursery rule noComponentHookFactories, that disallows defining React components or custom hooks inside other functions.

    For example, the following snippets trigger the rule:

    function createComponent(label) {
      function MyComponent() {
        return <div>{label}</div>;
      }
      return MyComponent;
    }
    function Parent() {
      function Child() {
        return <div />;
      }
      return <Child />;
    }
  • #9980 098f1ff Thanks @​ematipico! - Fixed #9941: Biome now emits a warning diagnostic when a file exceed the files.maxSize limit.

  • #9942 9956f1d Thanks @​dyc3! - Fixed #9918: useConsistentTestIt no longer panics when applying fixes to chained calls such as test.for([])("x", () => {});.

  • #9891 4d9ac51 Thanks @​dyc3! - Improved the noGlobalObjectCalls diagnostic to better explain why calling global objects like Math or JSON is invalid and how to fix it.

  • #9902 3f4d103 Thanks @​ematipico! - Fixed #9901: the command lint --write is now idempotent when it's run against HTML-ish files that contains scripts and styles.

  • #9891 4d9ac51 Thanks @​dyc3! - Improved the noMultiStr diagnostic to explain why escaped multiline strings are discouraged and what to use instead.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.12

Patch Changes

  • #9376 9701a33 Thanks @​dyc3! - Added the nursery/noIdenticalTestTitle lint rule. This rule disallows using the same title for two describe blocks or two test cases at the same nesting level.

    describe("foo", () => {});
    describe("foo", () => {
      // invalid: same title as previous describe block
      test("baz", () => {});
      test("baz", () => {}); // invalid: same title as previous test case
    });
  • #9889 7ae83f2 Thanks @​dyc3! - Improved the diagnostics for useForOf to better explain the problem, why it matters, and how to fix it.

  • #9916 27dd7b1 Thanks @​Jayllyz! - Added a new nursery rule noComponentHookFactories, that disallows defining React components or custom hooks inside other functions.

    For example, the following snippets trigger the rule:

    function createComponent(label) {
      function MyComponent() {
        return <div>{label}</div>;
      }
      return MyComponent;
    }
    function Parent() {
      function Child() {
        return <div />;
      }
      return <Child />;
    }
  • #9980 098f1ff Thanks @​ematipico! - Fixed #9941: Biome now emits a warning diagnostic when a file exceed the files.maxSize limit.

  • #9942 9956f1d Thanks @​dyc3! - Fixed #9918: useConsistentTestIt no longer panics when applying fixes to chained calls such as test.for([])("x", () => {});.

  • #9891 4d9ac51 Thanks @​dyc3! - Improved the noGlobalObjectCalls diagnostic to better explain why calling global objects like Math or JSON is invalid and how to fix it.

  • #9902 3f4d103 Thanks @​ematipico! - Fixed #9901: the command lint --write is now idempotent when it's run against HTML-ish files that contains scripts and styles.

  • #9891 4d9ac51 Thanks @​dyc3! - Improved the noMultiStr diagnostic to explain why escaped multiline strings are discouraged and what to use instead.

  • #9966 322675e Thanks @​siketyan! - Fixed #9113: Biome now parses and formats @media and other conditional blocks correctly inside embedded CSS snippets.

... (truncated)

Commits

Updates @clerk/testing from 2.0.12 to 2.0.17

Release notes

Sourced from @​clerk/testing's releases.

@​clerk/testing@​2.0.17

Patch Changes

  • Updated dependencies [fcc6c0c]:
    • @​clerk/backend@​3.2.13

@​clerk/testing@​2.0.16

Patch Changes

@​clerk/testing@​2.0.15

Patch Changes

  • Updated dependencies [b0b6675]:
    • @​clerk/shared@​4.8.1
    • @​clerk/backend@​3.2.11

@​clerk/testing@​2.0.13

Patch Changes

Changelog

Sourced from @​clerk/testing's changelog.

2.0.17

Patch Changes

  • Updated dependencies [fcc6c0c]:
    • @​clerk/backend@​3.2.13

2.0.16

Patch Changes

2.0.15

Patch Changes

  • Updated dependencies [b0b6675]:
    • @​clerk/shared@​4.8.1
    • @​clerk/backend@​3.2.11

2.0.14

Patch Changes

  • Updated dependencies [dc2de16]:
    • @​clerk/shared@​4.8.0
    • @​clerk/backend@​3.2.10

2.0.13

Patch Changes

Commits

Updates @rolldown/plugin-babel from 0.2.2 to 0.2.3

Release notes

Sourced from @​rolldown/plugin-babel's releases.

plugin-babel@0.2.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​rolldown/plugin-babel's changelog.

0.2.3 (2026-04-13)

Bug Fixes

  • babel: exclude rolldown runtime module by default (#57) (d42ec45)
  • deps: update all non-major dependencies (#35) (f359c39)
  • deps: update all non-major dependencies (#40) (1963ed1)
  • deps: update all non-major dependencies (#49) (8047e05)
  • deps: update rolldown-related dependencies (#36) (b2bf24b)
  • deps: update rolldown-related dependencies (#46) (6b7fcfc)
  • deps: update rolldown-related dependencies (#50) (232515f)
  • deps: update rolldown-related dependencies (#55) (c432590)

Miscellaneous Chores

  • deps: update dependency @​types/node to v24 (#38) (d6b8baa)
Commits
  • 015e64a release: plugin-babel@0.2.3
  • d42ec45 fix(babel): exclude rolldown runtime module by default (#57)
  • c432590 fix(deps): update rolldown-related dependencies (#55)
  • 232515f fix(deps): update rolldown-related dependencies (#50)
  • 8047e05 fix(deps): update all non-major dependencies (#49)
  • 1963ed1 fix(deps): update all non-major dependencies (#40)
  • 6b7fcfc fix(deps): update rolldown-related dependencies (#46)
  • d6b8baa chore(deps): update dependency @​types/node to v24 (#38)
  • b2bf24b fix(deps): update rolldown-related dependencies (#36)
  • f359c39 fix(deps): update all non-major dependencies (#35)
  • See full diff in compare view

Updates @types/node from 25.5.2 to 25.6.0

Commits

Updates baseline-browser-mapping from 2.10.16 to 2.10.20

Release notes

Sourced from baseline-browser-mapping's releases.

v2.9.3 - remove process.loadEnvFile()

What's Changed

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3

Commits
  • 481a1e4 Patch to 2.10.20 because browser or feature data changed
  • f784244 Browser or feature data changed
  • 94a5b7b Patch to 2.10.19 because browser or feature data changed
  • b1fbd83 Browser or feature data changed
  • 933b064 Updating static site
  • 6bcec92 Updating static site
  • 71803d0 Patch to 2.10.18 because browser or feature data changed
  • 91e38d0 Browser or feature data changed
  • c5c778c Patch to 2.10.17 because browser or feature data changed
  • c3ab98d Browser or feature data changed
  • Additional commits viewable in compare view

Updates dotenv from 17.4.1 to 17.4.2

Changelog

Sourced from dotenv's changelog.

17.4.2 (2026-04-12)

Changed

  • Improved skill files - tightened up details (#1009)
Commits

Updates lefthook from 2.1.5 to 2.1.6

Release notes

Sourced from lefthook's releases.

v2.1.6

Changelog

  • bf73ea2f1ea5468c9af7a6f06b5ef8cd43e66040 fix(packaging): do not pipe stdout and stderr (#1382)
  • 04da00697cd8a6241023c1962feb720eeaa62698 fix(windows): normalize lefthook path for sh script (#1383)
  • de9597a1bf456d2cf0fbcb8816858b6e5cf6b609 fix: log full scoped name for skipped jobs (#1291)
  • eb3e70dbbd2442200ec8ff2140a3ee9daa7d9e70 fix: normalize root to always include trailing slash before path replacement (#1381)
  • f90f3f570ef9227ddf345a79cec687dac41a5d31 fix: skip pty allocation when stdout is not a terminal (#1393)
Changelog

Sourced from lefthook's changelog.

2.1.6 (2026-04-16)

  • fix: normalize lefthook path for sh script (#1383)...

    Description has been truncated

…14 updates

Bumps the npm-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) | `7.0.12` | `7.2.3` |
| [@clerk/ui](https://github.com/clerk/javascript/tree/HEAD/packages/ui) | `1.5.0` | `1.6.3` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.7.0` | `1.8.0` |
| [next](https://github.com/vercel/next.js) | `16.2.3` | `16.2.4` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.10` | `2.4.12` |
| [@clerk/testing](https://github.com/clerk/javascript/tree/HEAD/packages/testing) | `2.0.12` | `2.0.17` |
| [@rolldown/plugin-babel](https://github.com/rolldown/plugins/tree/HEAD/packages/babel) | `0.2.2` | `0.2.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.2` | `25.6.0` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.16` | `2.10.20` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.4.1` | `17.4.2` |
| [lefthook](https://github.com/evilmartians/lefthook) | `2.1.5` | `2.1.6` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.2.0` | `4.3.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.3` | `4.1.4` |



Updates `@clerk/nextjs` from 7.0.12 to 7.2.3
- [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.2.3/packages/nextjs)

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

Updates `lucide-react` from 1.7.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.2.3 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.2.3...v16.2.4)

Updates `@biomejs/biome` from 2.4.10 to 2.4.12
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.12/packages/@biomejs/biome)

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

Updates `@rolldown/plugin-babel` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/rolldown/plugins/releases)
- [Changelog](https://github.com/rolldown/plugins/blob/main/packages/babel/CHANGELOG.md)
- [Commits](https://github.com/rolldown/plugins/commits/plugin-babel@0.2.3/packages/babel)

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

Updates `baseline-browser-mapping` from 2.10.16 to 2.10.20
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.16...v2.10.20)

Updates `dotenv` from 17.4.1 to 17.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.4.1...v17.4.2)

Updates `lefthook` from 2.1.5 to 2.1.6
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v2.1.5...v2.1.6)

Updates `shadcn` from 4.2.0 to 4.3.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.3.0/packages/shadcn)

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)

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

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-version: 7.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@clerk/ui"
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: lucide-react
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: next
  dependency-version: 16.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@clerk/testing"
  dependency-version: 2.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@rolldown/plugin-babel"
  dependency-version: 0.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: baseline-browser-mapping
  dependency-version: 2.10.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: lefthook
  dependency-version: 2.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: shadcn
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 19, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 19, 2026

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

Project Deployment Actions Updated (UTC)
devflow Ready Ready Preview, Comment Apr 19, 2026 6:56pm

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 26, 2026

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

@dependabot dependabot Bot closed this Apr 26, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-c5a2dfdc24 branch April 26, 2026 18:54
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