Skip to content

chore(deps): bump the all group across 1 directory with 37 updates#305

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/all-5432c4ac34
Open

chore(deps): bump the all group across 1 directory with 37 updates#305
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/all-5432c4ac34

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the all group with 37 updates in the / directory:

Package From To
@changesets/cli 2.28.1 2.29.8
rimraf 6.0.1 6.1.2
turbo 2.4.4 2.6.3
@clerk/backend 1.25.8 2.27.0
@clerk/shared 3.2.3 3.39.0
@solid-primitives/context 0.3.0 0.3.2
@solid-primitives/destructure 0.2.0 0.2.2
@solid-primitives/memo 1.4.1 1.4.3
@tanstack/solid-query 5.69.0 5.90.15
@clerk/clerk-js 5.58.1 5.114.1
@clerk/localizations 3.13.4 3.30.1
@clerk/themes 2.2.26 2.4.43
@clerk/types 4.50.1 4.101.6
@eslint/js 9.23.0 9.39.2
@testing-library/jest-dom 6.6.3 6.9.1
@types/node 22.13.14 25.0.2
eslint 9.23.0 9.39.2
expect-type 1.2.0 1.3.0
globals 16.0.0 16.5.0
jsdom 26.0.0 27.3.0
prettier 3.5.3 3.7.4
prettier-plugin-organize-imports 4.1.0 4.3.0
tsup 8.4.0 8.5.1
typescript 5.8.2 5.9.3
typescript-eslint 8.28.0 8.50.0
vite-plugin-solid 2.11.6 2.11.10
vite-tsconfig-paths 5.1.4 6.0.1
vitest 3.0.9 4.0.15
@solid-primitives/resize-observer 2.1.0 2.1.3
@solidjs/router 0.15.3 0.15.4
@solidjs/start 1.1.3 1.2.0
solid-js 1.9.5 1.9.10
autoprefixer 10.4.21 10.4.23
postcss 8.5.3 8.5.6
solid-devtools 0.33.0 0.34.4
tailwindcss 4.0.17 4.1.18
vinxi 0.5.3 0.5.9

Updates @changesets/cli from 2.28.1 to 2.29.8

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.29.7

Patch Changes

  • Updated dependencies [957f24e]:
    • @​changesets/apply-release-plan@​7.0.13

@​changesets/cli@​2.29.6

Patch Changes

@​changesets/cli@​2.29.5

Patch Changes

  • #1693 6352819 Thanks @​Andarist! - Fixed an issue with workspace:^ and workspace:~ dependency ranges not being semantically treated as, respectively, ^CURRENT_VERSION and ~CURRENT_VERSION. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.

  • Updated dependencies [6352819]:

    • @​changesets/assemble-release-plan@​6.0.9
    • @​changesets/get-release-plan@​4.0.13

@​changesets/cli@​2.29.4

Patch Changes

  • #1668 65d6632 Thanks @​Andarist! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabled

  • Updated dependencies [65d6632]:

    • @​changesets/assemble-release-plan@​6.0.8
    • @​changesets/get-release-plan@​4.0.12

@​changesets/cli@​2.29.3

Patch Changes

@​changesets/cli@​2.29.2

Patch Changes

  • #1636 f73f84a Thanks @​Netail! - Correctly resolve new changesets with since option when the .changeset directory is not directly in the git root

  • Updated dependencies [f73f84a]:

    • @​changesets/read@​0.6.5
    • @​changesets/git@​3.0.4
    • @​changesets/get-release-plan@​4.0.10
    • @​changesets/apply-release-plan@​7.0.12

... (truncated)

Commits

Updates rimraf from 6.0.1 to 6.1.2

Changelog

Sourced from rimraf's changelog.

6.1

  • Move to native fs/promises usage instead of promisifying manually.

6.0

  • Drop support for nodes before v20
  • Add --version to CLI

5.0

  • No default export, only named exports

4.4

  • Provide Dirent or Stats object as second argument to filter

4.3

  • Return boolean indicating whether the path was fully removed
  • Add filter option
  • bin: add --verbose, -v to print files as they are deleted
  • bin: add --no-verbose, -V to not print files as they are deleted
  • bin: add -i --interactive to be prompted on each deletion
  • bin: add -I --no-interactive to not be prompted on each deletion
  • 4.3.1 Fixed inappropriately following symbolic links to directories

v4.2

  • Brought back glob support, using the new and improved glob v9

v4.1

  • Improved hybrid module with no need to look at the .default dangly bit. .default preserved as a reference to rimraf for compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore -rf and -fr arguments to the bin.

v4.0

  • Remove glob dependency entirely. This library now only accepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript

... (truncated)

Commits

Updates turbo from 2.4.4 to 2.6.3

Release notes

Sourced from turbo's releases.

Turborepo v2.6.3

What's Changed

turbo-ignore

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.6.2...v2.6.3

Turborepo v2.6.3-canary.0

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.6.2...v2.6.3-canary.0

Turborepo v2.6.2

What's Changed

Docs

... (truncated)

Changelog

Sourced from turbo's changelog.

Release Documentation

Quick Start

Release Turborepo CLI

  1. Create a release by triggering the [Turborepo Release][1] workflow

    • Specify the semver increment using the SemVer Increment field (start with prerelease)
    • Check the "Dry Run" box to run the full release workflow without publishing any packages. Artifacts will be created that you can test with locally.
  2. A PR is automatically opened to merge the release branch created in step 1 back into main

    • ⚠️ Merge this in! You don't need to wait for tests to pass (because they won't pass until after this PR is merged in). It's important to merge this branch soon after the publish is successful.

Release @turbo/repository

  1. Run [bump-version.sh][4] to update the versions of the packages. Merge in the changes to main.

  2. Create a release by triggering the [Turborepo Library Release][5] workflow.

    • Check the "Dry Run" box to run the full release workflow without publishing any packages.

Notes

  • GitHub Release Notes are published automatically using the config from [turborepo-release.yml][2], triggered by the [turbo-orchestrator][3] bot.

Turborepo CLI Release Process - In-Depth Guide

This section provides comprehensive documentation on how the Turborepo CLI is released, including the architecture, workflows, and detailed step-by-step processes.

Table of Contents

  1. Architecture Overview
  2. Version Management
  3. Release Workflow Stages
  4. Packages Released
  5. Platform-Specific Binaries
  6. Technical Reference
  7. Best Practices

Architecture Overview

The Turborepo release process is a multi-stage pipeline that:

  1. Manages versions centrally via version.txt at the repository root

... (truncated)

Commits
Maintainer changes

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


Updates @clerk/backend from 1.25.8 to 2.27.0

Release notes

Sourced from @​clerk/backend's releases.

@​clerk/backend@​2.27.0

Minor Changes

  • Added API keys get, delete and update methods. (#7400) by @​wobsoriano

    Usage:

    await clerkClient.apiKeys.get('api_key_id');
    await clerkClient.apiKeys.update({
    apiKeyId: 'api_key_id',
    scopes: ['scope1', 'scope2'],
    });
    await clerkClient.apiKeys.delete('api_key_id');

@​clerk/backend@​2.26.0

Minor Changes

Patch Changes

  • Updated dependencies [b117ebc]:
    • @​clerk/shared@​3.39.0
    • @​clerk/types@​4.101.6

@​clerk/backend@​2.25.1

Patch Changes

@​clerk/backend@​2.25.0

Minor Changes

  • Unified machine token verification methods under a consistent verify() API. The previous methods (verifySecret, verifyToken, verifyAccessToken) are now deprecated. (#7347) by @​wobsoriano

    Before

    await clerkClient.apiKeys.verifySecret('ak_...');
    await clerkClient.m2m.verifyToken({ token: 'mt_...' });

... (truncated)

Changelog

Sourced from @​clerk/backend's changelog.

2.27.0

Minor Changes

  • Added API keys get, delete and update methods. (#7400) by @​wobsoriano

    Usage:

    await clerkClient.apiKeys.get('api_key_id');
    await clerkClient.apiKeys.update({
    apiKeyId: 'api_key_id',
    scopes: ['scope1', 'scope2'],
    });
    await clerkClient.apiKeys.delete('api_key_id');

2.26.0

Minor Changes

Patch Changes

  • Updated dependencies [b117ebc]:
    • @​clerk/shared@​3.39.0
    • @​clerk/types@​4.101.6

2.25.1

Patch Changes

2.25.0

Minor Changes

  • Unified machine token verification methods under a consistent verify() API. The previous methods (verifySecret, verifyToken, verifyAccessToken) are now deprecated. (#7347) by @​wobsoriano

    Before

... (truncated)

Commits
  • 3d9e063 ci(repo): Version packages (Core 2) (#7416)
  • e448757 chore(backend): Add API keys get, delete and update methods (#7400)
  • 426ee94 ci(repo): Version packages (#7377)
  • 6dbb02b feat(backend): Add support for JWTs in OAuth token type (#7308)
  • 91e3727 ci(repo): Version packages (#7353)
  • c1a517c docs(backend,shared): Update typedoc comments (#7115)
  • b41c0d5 fix(clerk-js,localizations,backend): Rename passwordUntrusted to `passwordC...
  • 93aa5a7 ci(repo): Version packages (#7311)
  • d7c336d chore(backend): Rename machine auth verification methods (#7347)
  • f95ffdc docs(repo): Change clerk-docs link with new link (#7336)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dominic-clerk, a new releaser for @​clerk/backend since your current version.


Updates @clerk/shared from 3.2.3 to 3.39.0

Release notes

Sourced from @​clerk/shared's releases.

@​clerk/shared@​3.39.0

Minor Changes

  • Add a subtitle on the Reset password session task screen (#7392) by @​octoper

@​clerk/shared@​3.38.0

Minor Changes

  • Improve error handling and retry logic when loading @clerk/clerk-js. (#6860) by @​brkalow

  • Introduce new <TaskResetPassword/> session task component (#7314) by @​octoper

Patch Changes

  • Fix for allowing task url customization for specific tasks instead of requiring them all (#7354) by @​octoper

  • Show the correct error message on form_new_password_matches_current error code (#7372) by @​octoper

  • Rename internal isPasswordUntrustedError to isPasswordCompromisedError (#7352) by @​octoper

@​clerk/shared@​3.37.0

Minor Changes

Patch Changes

@​clerk/shared@​3.36.0

Minor Changes

  • Introduce in-app development prompt to enable the Organizations feature (#7159) by @​LauraBeatris

    In development instances, when using organization components or hooks for the first time, developers will see a prompt to enable the Organizations feature directly in their app, eliminating the need to visit the Clerk Dashboard.

  • Creates compatibility layer for SWR hooks that were previously inside @clerk/clerk-js (#7270) by @​panteliselef

Changelog

Sourced from @​clerk/shared's changelog.

3.39.0

Minor Changes

  • Add a subtitle on the Reset password session task screen (#7392) by @​octoper

3.38.0

Minor Changes

  • Improve error handling and retry logic when loading @clerk/clerk-js. (#6860) by @​brkalow

  • Introduce new <TaskResetPassword/> session task component (#7314) by @​octoper

Patch Changes

  • Fix for allowing task url customization for specific tasks instead of requiring them all (#7354) by @​octoper

  • Show the correct error message on form_new_password_matches_current error code (#7372) by @​octoper

  • Rename internal isPasswordUntrustedError to isPasswordCompromisedError (#7352) by @​octoper

3.37.0

Minor Changes

Patch Changes

3.36.0

Minor Changes

... (truncated)

Commits
  • 426ee94 ci(repo): Version packages (#7377)
  • b117ebc feat(clerk-js,localizations): Add subtitle to TaskResetPassword component (#7...
  • 2fbbf2c chore(clerk-react): Update account portal links in jsdoc comments
  • 4ff106a fix(clerk-js): Fix AvatarUploader error handling (#7357)
  • 91e3727 ci(repo): Version packages (#7353)
  • 818c25a feat(clerk-js,clerk-react,nextjs): Export TaskResetPassword component (#7314)
  • f917d68 fix(clerk-js,localizations,shared): Show the correct message when using same ...
  • c1a517c docs(backend,shared): Update typedoc comments (#7115)
  • 8376789 feat(shared): Intelligent retries for existing clerk-js script (#6860)
  • e31f3d5 fix(shared): Allow task URL customisation for specific tasks (#7354)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dominic-clerk, a new releaser for @​clerk/shared since your current version.


Updates @solid-primitives/context from 0.3.0 to 0.3.2

Release notes

Sourced from @​solid-primitives/context's releases.

@​solid-primitives/context@​0.3.2

Patch Changes

  • 396812d: Enable verbatimModuleSyntax -> add type keyword to all type imports.
Commits

Updates @solid-primitives/destructure from 0.2.0 to 0.2.2

Release notes

Sourced from @​solid-primitives/destructure's releases.

@​solid-primitives/destructure@​0.2.2

Patch Changes

  • 396812d: Enable verbatimModuleSyntax -> add type keyword to all type imports.
  • Updated dependencies [396812d]
    • @​solid-primitives/utils@​6.3.2
Commits

Updates @solid-primitives/memo from 1.4.1 to 1.4.3

Release notes

Sourced from @​solid-primitives/memo's releases.

@​solid-primitives/memo@​1.4.3

Patch Changes

  • 396812d: Enable verbatimModuleSyntax -> add type keyword to all type imports.
  • Updated dependencies [396812d]
    • @​solid-primitives/scheduled@​1.5.2
    • @​solid-primitives/utils@​6.3.2
Commits

Updates @tanstack/solid-query from 5.69.0 to 5.90.15

Release notes

Sourced from @​tanstack/solid-query's releases.

@​tanstack/solid-query-persist-client@​5.90.15

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.11
    • @​tanstack/solid-query@​5.90.15

@​tanstack/solid-query@​5.90.15

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

@​tanstack/solid-query-persist-client@​5.90.14

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.10
    • @​tanstack/solid-query@​5.90.14

@​tanstack/solid-query@​5.90.14

Patch Changes

  • Updated dependencies [c01b150]:
    • @​tanstack/query-core@​5.90.11

@​tanstack/solid-query-persist-client@​5.90.13

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.9
    • @​tanstack/solid-query@​5.90.13

@​tanstack/solid-query@​5.90.13

Patch Changes

@​tanstack/solid-query-persist-client@​5.90.12

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.8
    • @​tanstack/solid-query@​5.90.12

@​tanstack/solid-query@​5.90.12

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/solid-query's changelog.

5.90.15

Patch Changes

  • Updated dependencies [72d8ac5]:
    • @​tanstack/query-core@​5.90.12

5.90.14

Patch Changes

  • Updated dependencies [c01b150]:
    • @​tanstack/query-core@​5.90.11

5.90.13

Patch Changes

5.90.12

Patch Changes

  • Updated dependencies [08b211f]:
    • @​tanstack/query-core@​5.90.9

5.90.11

Patch Changes

  • Updated dependencies [c0ec9fe]:
    • @​tanstack/query-core@​5.90.8

5.90.10

Patch Changes

  • Updated dependencies [b4cd121]:
    • @​tanstack/query-core@​5.90.7

5.90.9

Patch Changes

  • Skip errors if returned data is undefined (#9841)

5.90.8

... (truncated)

Commits

Updates @clerk/clerk-js from 5.58.1 to 5.114.1

Release notes

Sourced from @​clerk/clerk-js's releases.

@​clerk/clerk-js@​5Description has been truncated

Bumps the all group with 37 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.28.1` | `2.29.8` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.2` |
| [turbo](https://github.com/vercel/turborepo) | `2.4.4` | `2.6.3` |
| [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) | `1.25.8` | `2.27.0` |
| [@clerk/shared](https://github.com/clerk/javascript/tree/HEAD/packages/shared) | `3.2.3` | `3.39.0` |
| [@solid-primitives/context](https://github.com/solidjs-community/solid-primitives) | `0.3.0` | `0.3.2` |
| [@solid-primitives/destructure](https://github.com/solidjs-community/solid-primitives) | `0.2.0` | `0.2.2` |
| [@solid-primitives/memo](https://github.com/solidjs-community/solid-primitives) | `1.4.1` | `1.4.3` |
| [@tanstack/solid-query](https://github.com/TanStack/query/tree/HEAD/packages/solid-query) | `5.69.0` | `5.90.15` |
| [@clerk/clerk-js](https://github.com/clerk/javascript/tree/HEAD/packages/clerk-js) | `5.58.1` | `5.114.1` |
| [@clerk/localizations](https://github.com/clerk/javascript/tree/HEAD/packages/localizations) | `3.13.4` | `3.30.1` |
| [@clerk/themes](https://github.com/clerk/javascript/tree/HEAD/packages/themes) | `2.2.26` | `2.4.43` |
| [@clerk/types](https://github.com/clerk/javascript/tree/HEAD/packages/types) | `4.50.1` | `4.101.6` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.23.0` | `9.39.2` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.3` | `6.9.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.14` | `25.0.2` |
| [eslint](https://github.com/eslint/eslint) | `9.23.0` | `9.39.2` |
| [expect-type](https://github.com/mmkal/expect-type) | `1.2.0` | `1.3.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.0.0` | `16.5.0` |
| [jsdom](https://github.com/jsdom/jsdom) | `26.0.0` | `27.3.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.7.4` |
| [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) | `4.1.0` | `4.3.0` |
| [tsup](https://github.com/egoist/tsup) | `8.4.0` | `8.5.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.28.0` | `8.50.0` |
| [vite-plugin-solid](https://github.com/solidjs/vite-plugin-solid) | `2.11.6` | `2.11.10` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.1.4` | `6.0.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.9` | `4.0.15` |
| [@solid-primitives/resize-observer](https://github.com/solidjs-community/solid-primitives) | `2.1.0` | `2.1.3` |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.15.3` | `0.15.4` |
| [@solidjs/start](https://github.com/solidjs/solid-start/tree/HEAD/packages/start) | `1.1.3` | `1.2.0` |
| [solid-js](https://github.com/solidjs/solid) | `1.9.5` | `1.9.10` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.23` |
| [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.6` |
| [solid-devtools](https://github.com/thetarnav/solid-devtools) | `0.33.0` | `0.34.4` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.17` | `4.1.18` |
| [vinxi](https://github.com/nksaraf/vinxi/tree/HEAD/packages/vinxi) | `0.5.3` | `0.5.9` |



Updates `@changesets/cli` from 2.28.1 to 2.29.8
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits)

Updates `rimraf` from 6.0.1 to 6.1.2
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.0.1...v6.1.2)

Updates `turbo` from 2.4.4 to 2.6.3
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.4.4...v2.6.3)

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

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

Updates `@solid-primitives/context` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/solidjs-community/solid-primitives/releases)
- [Commits](https://github.com/solidjs-community/solid-primitives/compare/@solid-primitives/context@0.3.0...@solid-primitives/context@0.3.2)

Updates `@solid-primitives/destructure` from 0.2.0 to 0.2.2
- [Release notes](https://github.com/solidjs-community/solid-primitives/releases)
- [Commits](https://github.com/solidjs-community/solid-primitives/compare/@solid-primitives/destructure@0.2.0...@solid-primitives/destructure@0.2.2)

Updates `@solid-primitives/memo` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/solidjs-community/solid-primitives/releases)
- [Commits](https://github.com/solidjs-community/solid-primitives/compare/@solid-primitives/memo@1.4.1...@solid-primitives/memo@1.4.3)

Updates `@tanstack/solid-query` from 5.69.0 to 5.90.15
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/solid-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/solid-query@5.90.15/packages/solid-query)

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

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

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

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

Updates `@eslint/js` from 9.23.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@testing-library/jest-dom` from 6.6.3 to 6.9.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.6.3...v6.9.1)

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

Updates `eslint` from 9.23.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.23.0...v9.39.2)

Updates `expect-type` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/mmkal/expect-type/releases)
- [Commits](mmkal/expect-type@v1.2.0...v1.3.0)

Updates `globals` from 16.0.0 to 16.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.0.0...v16.5.0)

Updates `jsdom` from 26.0.0 to 27.3.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@26.0.0...27.3.0)

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

Updates `prettier-plugin-organize-imports` from 4.1.0 to 4.3.0
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md)
- [Commits](simonhaenisch/prettier-plugin-organize-imports@v4.1.0...v4.3.0)

Updates `tsup` from 8.4.0 to 8.5.1
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.4.0...v8.5.1)

Updates `typescript` from 5.8.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.2...v5.9.3)

Updates `typescript-eslint` from 8.28.0 to 8.50.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.50.0/packages/typescript-eslint)

Updates `vite-plugin-solid` from 2.11.6 to 2.11.10
- [Release notes](https://github.com/solidjs/vite-plugin-solid/releases)
- [Changelog](https://github.com/solidjs/vite-plugin-solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/vite-plugin-solid/compare/vite-plugin-solid@2.11.6...vite-plugin-solid@2.11.10)

Updates `vite-tsconfig-paths` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v5.1.4...v6.0.1)

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

Updates `@solid-primitives/resize-observer` from 2.1.0 to 2.1.3
- [Release notes](https://github.com/solidjs-community/solid-primitives/releases)
- [Commits](https://github.com/solidjs-community/solid-primitives/compare/@solid-primitives/resize-observer@2.1.0...@solid-primitives/resize-observer@2.1.3)

Updates `@solidjs/router` from 0.15.3 to 0.15.4
- [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `@solidjs/start` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/solidjs/solid-start/releases)
- [Changelog](https://github.com/solidjs/solid-start/blob/@solidjs/start@1.2.0/packages/start/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-start/commits/@solidjs/start@1.2.0/packages/start)

Updates `solid-js` from 1.9.5 to 1.9.10
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits)

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

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

Updates `solid-devtools` from 0.33.0 to 0.34.4
- [Release notes](https://github.com/thetarnav/solid-devtools/releases)
- [Commits](https://github.com/thetarnav/solid-devtools/compare/solid-devtools@0.33.0...solid-devtools@0.34.4)

Updates `tailwindcss` from 4.0.17 to 4.1.18
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss)

Updates `vinxi` from 0.5.3 to 0.5.9
- [Release notes](https://github.com/nksaraf/vinxi/releases)
- [Changelog](https://github.com/nksaraf/vinxi/blob/main/packages/vinxi/CHANGELOG.md)
- [Commits](https://github.com/nksaraf/vinxi/commits/HEAD/packages/vinxi)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-version: 2.29.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rimraf
  dependency-version: 6.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: turbo
  dependency-version: 2.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@clerk/backend"
  dependency-version: 2.27.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@clerk/shared"
  dependency-version: 3.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@solid-primitives/context"
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@solid-primitives/destructure"
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@solid-primitives/memo"
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tanstack/solid-query"
  dependency-version: 5.90.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@clerk/clerk-js"
  dependency-version: 5.114.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@clerk/localizations"
  dependency-version: 3.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@clerk/themes"
  dependency-version: 2.4.43
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@clerk/types"
  dependency-version: 4.101.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: expect-type
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: globals
  dependency-version: 16.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jsdom
  dependency-version: 27.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: prettier-plugin-organize-imports
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tsup
  dependency-version: 8.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-version: 8.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vite-plugin-solid
  dependency-version: 2.11.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vite-tsconfig-paths
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: vitest
  dependency-version: 4.0.15
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@solid-primitives/resize-observer"
  dependency-version: 2.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@solidjs/router"
  dependency-version: 0.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@solidjs/start"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: solid-js
  dependency-version: 1.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: autoprefixer
  dependency-version: 10.4.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: solid-devtools
  dependency-version: 0.34.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vinxi
  dependency-version: 0.5.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Dec 15, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 15, 2025

⚠️ No Changeset found

Latest commit: e8a5660

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​solid-primitives/​destructure@​0.2.0 ⏵ 0.2.272 +11009985 +2100
Updatedtypescript-eslint@​8.28.0 ⏵ 8.50.010010074 -198100
Added@​solidjs/​start@​1.2.0961007790100
Updated@​clerk/​shared@​3.2.3 ⏵ 3.39.087 -610077 +2100 +1100
Updatedvitest@​3.0.9 ⏵ 4.0.1597 -11007998100
Updated@​solid-primitives/​context@​0.3.0 ⏵ 0.3.28010010085 +2100
Updated@​clerk/​clerk-js@​5.58.1 ⏵ 5.114.181 -18100 +294 +1100100
Updated@​types/​node@​22.13.14 ⏵ 25.0.210010081 +196100
Updatedprettier-plugin-organize-imports@​4.1.0 ⏵ 4.3.0100 +1100100 +181100
Updatedpostcss@​8.5.3 ⏵ 8.5.6100 +110082 +184100
Updatedtailwindcss@​4.0.17 ⏵ 4.1.181001008498100
Updatedturbo@​2.4.4 ⏵ 2.6.3100 +110084 -197100
Updatedglobals@​16.0.0 ⏵ 16.5.010010085 +190100
Updated@​solid-primitives/​memo@​1.4.1 ⏵ 1.4.393 +410010086 -2100
Updated@​solidjs/​router@​0.15.3 ⏵ 0.15.4100 +1100100 +186 +1100
Updated@​solid-primitives/​resize-observer@​2.1.0 ⏵ 2.1.3100 +110010086 +2100
Updatedtsup@​8.4.0 ⏵ 8.5.19810095 +186100
Updatedexpect-type@​1.2.0 ⏵ 1.3.010010010086 -1100
Updated@​tanstack/​solid-query@​5.69.0 ⏵ 5.90.1596 +410087 +1797 +2100
Updated@​clerk/​types@​4.50.1 ⏵ 4.101.688 -1210091 -5100 +1100
Updatedrimraf@​6.0.1 ⏵ 6.1.2100 +110010089100
Updatedautoprefixer@​10.4.21 ⏵ 10.4.23100 +110089 -289100
Updated@​testing-library/​jest-dom@​6.6.3 ⏵ 6.9.110010010089100
Addedvite-plugin-solid@​2.11.109910010090100
Updatedvinxi@​0.5.3 ⏵ 0.5.99810010090100
Updatedtypescript@​5.8.2 ⏵ 5.9.310010090 +110090
Updatedprettier@​3.5.3 ⏵ 3.7.490 -810097 -397100
Updatedvite-tsconfig-paths@​5.1.4 ⏵ 6.0.199100100 +191100
Updatedsolid-js@​1.9.5 ⏵ 1.9.10100 +110010091100
Updated@​clerk/​themes@​2.2.26 ⏵ 2.4.4392 -810092100 +1100
Updated@​clerk/​backend@​1.25.8 ⏵ 2.27.094 -610095 +1100 +1100
See 6 more rows in the dashboard

View full report

@socket-security
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @clerk/clerk-js is 95.0% likely obfuscated

Confidence: 0.95

Location: Package overview

From: packages/clerk-solidjs/package.jsonnpm/@clerk/clerk-js@5.114.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@clerk/clerk-js@5.114.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

2 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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