Skip to content

chore(deps): bump the dependencies group across 1 directory with 55 updates#1483

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/dependencies-ad8f046527
Open

chore(deps): bump the dependencies group across 1 directory with 55 updates#1483
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/dependencies-ad8f046527

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps the dependencies group with 55 updates in the / directory:

Package From To
@changesets/cli 2.29.8 2.30.0
@commitlint/cli 16.3.0 20.5.0
@commitlint/config-conventional 16.2.4 20.5.0
@eslint/eslintrc 3.3.3 3.3.5
@nx-tools/nx-container 6.9.1 7.2.1
@nx/devkit 22.1.3 22.6.4
@nx/eslint 22.1.3 22.6.4
@nx/eslint-plugin 22.1.3 22.6.4
@nx/jest 22.1.3 22.6.4
@nx/js 22.1.3 22.6.4
@nx/next 22.1.3 22.6.4
@nx/playwright 22.1.3 22.6.4
@nx/react 22.1.3 22.6.4
@nx/rollup 22.1.3 22.6.4
@nx/workspace 22.1.3 22.6.4
@playwright/test 1.58.2 1.59.1
@swc/cli 0.7.9 0.8.1
@swc/core 1.15.3 1.15.24
@swc/helpers 0.5.17 0.5.21
@testing-library/react 16.3.0 16.3.2
@types/node 18.19.14 25.5.2
autoprefixer 10.4.21 10.4.27
babel-jest 30.2.0 30.3.0
eslint 9.30.1 10.2.0
eslint-config-prettier 10.1.5 10.1.8
eslint-plugin-playwright 2.2.0 2.10.1
jest 30.2.0 30.3.0
jest-environment-jsdom 30.2.0 30.3.0
nx 22.1.3 22.6.4
playwright 1.58.2 1.59.1
prettier 3.6.2 3.8.1
rimraf 6.1.2 6.1.3
rollup-plugin-preserve-directives 0.2.0 0.4.0
tailwindcss 3.4.3 4.2.2
ts-jest 29.4.6 29.4.9
typescript 5.9.3 6.0.2
bignumber.js 9.3.1 10.0.2
@tanstack/react-virtual 3.13.13 3.13.23
motion 12.23.25 12.38.0
next-themes 0.2.1 0.4.6
react-dropzone 14.3.8 15.0.0
react-hook-form 7.68.0 7.72.1
react-idle-timer 5.7.2 5.7.3
react-number-format 5.4.4 5.4.5
tailwind-merge 3.4.0 3.5.0
tailwind-scrollbar 2.1.0 4.0.2
yup 0.32.11 1.7.1
swr 2.3.7 2.4.1
date-fns 2.30.0 4.1.0
react-intersection-observer 9.16.0 10.0.3
use-debounce 9.0.4 10.1.1
cmdk 0.2.1 1.1.1
react-resizable-panels 3.0.4 4.9.0
@ledgerhq/hw-transport-web-ble 6.29.7 6.33.1
@ledgerhq/hw-transport-webhid 6.30.3 6.34.0

Updates @changesets/cli from 2.29.8 to 2.30.0

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.30.0

Minor Changes

  • #1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

  • #1849 9dc3230 Thanks @​Andarist! - Compute the terminal's size lazily to avoid spurious stderr output in non-interactive mode

  • #1857 2a73025 Thanks @​mixelburg! - Fix confusing prompt labels when entering changeset summary after external editor fallback

  • #1842 6df3a5e Thanks @​RodrigoHamuy! - Allow private packages to depend on skipped packages without requiring them to also be skipped. Private packages are not published to npm, so it is safe for them to have dependencies on ignored or unversioned packages.

  • #1776 503fcaa Thanks @​bluwy! - Support absolute paths in changeset status --output <path>

  • Updated dependencies [667fe5a, 1772598, b6f4c74, 6df3a5e, 6df3a5e, 27fd8f4]:

    • @​changesets/apply-release-plan@​7.1.0
    • @​changesets/config@​3.1.3
    • @​changesets/get-release-plan@​4.0.15
    • @​changesets/read@​0.6.7
Commits
Maintainer changes

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


Updates @commitlint/cli from 16.3.0 to 20.5.0

Release notes

Sourced from @​commitlint/cli's releases.

v20.5.0

20.5.0 (2026-03-15)

Bug Fixes

Features

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.4...v20.5.0

v20.4.4

20.4.4 (2026-03-12)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.3...v20.4.4

v20.4.3

20.4.3 (2026-03-03)

Bug Fixes

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

20.5.0 (2026-03-15)

Bug Fixes

  • cli: validate that --cwd directory exists before execution (#4658) (cf80f75), closes #4595

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/cli

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

Note: Version bump only for package @​commitlint/cli

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/cli

20.4.0 (2026-01-30)

Features

... (truncated)

Commits

Updates @commitlint/config-conventional from 16.2.4 to 20.5.0

Release notes

Sourced from @​commitlint/config-conventional's releases.

v20.5.0

20.5.0 (2026-03-15)

Bug Fixes

Features

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.4...v20.5.0

v20.4.4

20.4.4 (2026-03-12)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.3...v20.4.4

v20.4.3

20.4.3 (2026-03-03)

Bug Fixes

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

20.5.0 (2026-03-15)

Note: Version bump only for package @​commitlint/config-conventional

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/config-conventional

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

Note: Version bump only for package @​commitlint/config-conventional

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/config-conventional

20.4.0 (2026-01-30)

Features

... (truncated)

Commits

Updates @eslint/eslintrc from 3.3.3 to 3.3.5

Release notes

Sourced from @​eslint/eslintrc's releases.

eslintrc: v3.3.5

3.3.5 (2026-03-04)

Bug Fixes

  • update dependency minimatch to ^3.1.5 (#227) (3dc2381)

eslintrc: v3.3.4

3.3.4 (2026-02-22)

Bug Fixes

  • update ajv to 6.14.0 to address security vulnerabilities (#221) (9139140)
  • update minimatch to 3.1.3 to address security vulnerabilities (#224) (30339d0)
Changelog

Sourced from @​eslint/eslintrc's changelog.

3.3.5 (2026-03-04)

Bug Fixes

  • update dependency minimatch to ^3.1.5 (#227) (3dc2381)

3.3.4 (2026-02-22)

Bug Fixes

  • update ajv to 6.14.0 to address security vulnerabilities (#221) (9139140)
  • update minimatch to 3.1.3 to address security vulnerabilities (#224) (30339d0)
Commits
  • 5135df1 chore: release 3.3.5 🚀 (#228)
  • c109d69 docs: Update README sponsors
  • 3dc2381 fix: update dependency minimatch to ^3.1.5 (#227)
  • 81385b6 ci: pin Node.js 25.6.1 (#226)
  • 4c45e24 chore: release 3.3.4 🚀 (#223)
  • 30339d0 fix: update minimatch to 3.1.3 to address security vulnerabilities (#224)
  • 9139140 fix: update ajv to 6.14.0 to address security vulnerabilities (#221)
  • 245ada5 docs: Update README sponsors
  • 78b1a0e docs: Update README sponsors
  • df32fff docs: Update README sponsors
  • Additional commits viewable in compare view

Updates @nx-tools/nx-container from 6.9.1 to 7.2.1

Release notes

Sourced from @​nx-tools/nx-container's releases.

7.2.1 (2026-02-06)

🩹 Fixes

  • deps: bump tinyexec from 1.0.1 to v1.0.2 (65a64f64)
  • deps: bump @​oclif/plugin-help from 6.2.36 to v6.2.37 (e41b5fcb)
  • deps: bump properties-file from 3.6.3 to v3.6.4 (e68007ee)
  • deps: bump @​renovatebot/pep440 from 4.1.0 to v4.2.1 (278baf70)
  • deps: bump lucide-react from 0.545.0 to v0.563.0 (93052a28)
  • deps: bump @​vercel/speed-insights from 1.2.0 to v1.3.1 (a2a138b9)
  • deps: bump @​vercel/analytics from 1.5.0 to v1.6.1 (6103158f)
  • deps: bump @​oclif/core from 4.5.4 to v4.8.0 (543df099)
  • deps: bump semver from 7.7.3 to v7.7.4 (71b02816)
  • deps: bump prisma monorepo from 7.0.0 to v7.3.0 (5adfdaed)

🏡 Chore

  • deps: bump commitlint monorepo from 20.1.0 to v20.3.1 (cb7a3caf)
  • deps: bump nextjs monorepo from 15.5.4 to v15.5.11 (4c795794)
  • deps: bump quay.io/containers/podman docker tag to v5.7.1 (bc47c573)
  • deps: bump tailwindcss monorepo from 4.1.14 to v4.1.18 (e2c8d4a8)
  • deps: bump oclif from 4.22.44 to v4.22.70 (4d6ab88e)
  • deps: bump pnpm from 10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c to v10.28.2 (fbbb3148)
  • deps: bump tsx from 4.20.6 to v4.21.0 (110f84e4)
  • deps: bump vite from 7.2.2 to v7.3.1 (dbd015d1)
  • deps: bump lefthook from 2.0.4 to v2.0.16 (e75d576d)
  • deps: bump verdaccio from 6.2.1 to v6.2.4 (64bea939)
  • deps: bump nextjs monorepo from 15.5.11 to v15.5.12 (830afe7a)
  • deps: bump commitlint monorepo (f95ecfb9)
  • deps: bump memfs from 4.51.0 to v4.56.10 (09ee9200)
  • deps: bump swc monorepo (838bcce7)
  • repo: reoganize dependencies (0b9f5029)

❤️ Thank You

  • Gustavo Perdomo

7.2.0 (2025-11-22)

🚀 Features

  • update config for ai agents (97be03eb)

🩹 Fixes

  • deps: bump @​oclif/plugin-help from 6.2.35 to v6.2.36 (19c84512)
  • deps: bump properties-file from 3.6.1 to v3.6.3 (9a8ea568)
  • deps: bump std-env from 3.9.0 to v3.10.0 (43ff89f5)

🏡 Chore

... (truncated)

Changelog

Sourced from @​nx-tools/nx-container's changelog.

7.2.1 (2026-02-06)

🏡 Chore

  • repo: reoganize dependencies (0b9f5029)
  • deps: bump memfs from 4.51.0 to v4.56.10 (09ee9200)

❤️ Thank You

  • Gustavo Perdomo

7.2.0 (2025-11-22)

🏡 Chore

❤️ Thank You

  • Gustavo Perdomo

7.1.1-0 (2025-11-21)

This was a version bump only for nx-container to align it with other projects, there were no code changes.

7.1.0 (2025-11-20)

This was a version bump only for nx-container to align it with other projects, there were no code changes.

7.0.2 (2025-11-17)

This was a version bump only for nx-container to align it with other projects, there were no code changes.

7.0.2-beta.0 (2025-11-11)

This was a version bump only for nx-container to align it with other projects, there were no code changes.

7.0.1 (2025-10-31)

🏡 Chore

  • fix dependency range to actually support Nx version 22 (738f6a1)

❤️ Thank You

7.0.0 (2025-10-23)

🚀 Features

... (truncated)

Commits
  • 1ca1154 chore(release): publish 7.2.1
  • 0b9f502 chore(repo): reoganize dependencies
  • 09ee920 chore(deps): bump memfs from 4.51.0 to v4.56.10
  • 5073c41 chore(release): publish 7.2.0
  • a6bc84a chore(release): publish 7.1.1-0
  • 958029a chore(release): publish 7.1.0
  • b900199 chore(release): publish 7.0.2
  • 636778c chore(release): publish 7.0.2-beta.0
  • 2427901 chore(release): publish 7.0.1
  • 738f6a1 chore: fix dependency range to actually support Nx version 22
  • Additional commits viewable in compare view

Updates @nx/devkit from 22.1.3 to 22.6.4

Release notes

Sourced from @​nx/devkit's releases.

22.6.4 (2026-04-01)

🚀 Features

  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)

🩹 Fixes

  • core: validate bundler option for Angular presets in create-nx-workspace (#35074)
  • core: handle "." and absolute paths as workspace name in CNW (#35083, #1)
  • core: pin version of axios (#35093)
  • core: preserve sibling dependency inputs in native hashing (#35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#35056)
  • core: no-interactive should disable prompts during migrate (#35106)
  • gradle: increase project graph timeout defaults (#35058)
  • js: recognize tsgo in dependency-checks lint rule (#35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#35086, #35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#35045)
  • react: force Vite 7 when using React Router in framework mode (#35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#35081, #35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#35105, #34969, #20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • vite: update vitest and plugin-react-swc versions for vite 8 compat (#35062)
  • vite: bump sass version for vue/nuxt presets for Vite 8 compat (#35073)
  • webpack: bump postcss-loader to ^8.2.1 to eliminate transitive yaml@1.x CVE (#35028, #35025)

❤️ Thank You

22.6.3 (2026-03-27)

🚀 Features

  • misc: a/b test cloud prompt copy in create-nx-workspace (#35039)

... (truncated)

Commits
  • e8cd76e fix(core): split-target should handle projects with colons in name better (#3...
  • 3557bc7 fix(devkit): prevent double install in generators for TS solution workspaces ...
  • 1fac893 fix(core): set windowsHide: true on all child process spawns (#34894)
  • 7b35985 feat(core): add safe plugin cache write utilities with LRU eviction (#34503)
  • 8f64e84 feat(core): add yarn berry catalog support (#34552)
  • 3b0fb81 feat(devkit): add NX_SKIP_FORMAT environment variable to skip Prettier format...
  • 0d2882e fix(core): use picocolors instead of chalk in the nx package (#34305)
  • e3eedf9 docs(misc): update the docs to use more direct language (#34264)
  • 0e8893f feat(core): improve configure-ai-agents to copy nx skills/subagents/plugins (...
  • 6f85b83 cleanup(repo): format all files (#33902)
  • Additional commits viewable in compare view

Updates @nx/eslint from 22.1.3 to 22.6.4

Release notes

Sourced from @​nx/eslint's releases.

22.6.4 (2026-04-01)

🚀 Features

  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)

🩹 Fixes

  • core: validate bundler option for Angular presets in create-nx-workspace (#35074)
  • core: handle "." and absolute paths as workspace name in CNW (#35083, #1)
  • core: pin version of axios (#35093)
  • core: preserve sibling dependency inputs in native hashing (#35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#35056)
  • core: no-interactive should disable prompts during migrate (#35106)
  • gradle: increase project graph timeout defaults (#35058)
  • js: recognize tsgo in dependency-checks lint rule (#35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#35086, #35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#35045)
  • react: force Vite 7 when using React Router in framework mode (#35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#35081, #35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#35105, #34969, #20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • vite: update vitest and plugin-react-swc versions for vite 8 compat (#35062)
  • vite: bump sass version for vue/nuxt presets for Vite 8 compat (#35073)
  • webpack: bump postcss-loader to ^8.2.1 to eliminate transitive yaml@1.x CVE (#35028, #35025)

❤️ Thank You

22.6.3 (2026-03-27)

🚀 Features

  • misc: a/b test cloud prompt copy in create-nx-workspace (#35039)

... (truncated)

Commits
  • dbd2ace fix(linter): prepend framework configs before baseConfig in flat config gener...
  • fae1dd4 fix(linter): use root config to determine ESLint class in plugin (#34900)
  • b269f95 fix(linter): convert project-level eslint configs and log when skipped (#34899)
  • ea5810e fix(linter): use native nx.configs in convert-to-flat-config for Nx plugins (...
  • 94cc841 cleanup(linter): reuse ESLint instance across child projects in plugin (#34645)
  • 31dad41 fix(linter): support eslint v10 (#34534)
  • e3eedf9 docs(misc): update the docs to use more direct language (#34264)
  • 0fe39b2 fix(linter): delete override block when update returns undefined in replaceOv...
  • 9fb5a6c fix(linter): handle variable references in replaceOverride (#34026)
  • 8b83502 feat(linter): add bulk suppression support for ESLint v9.24.0+ (#32184)
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 22.1.3 to 22.6.4

Release notes

Sourced from @​nx/eslint-plugin's releases.

22.6.4 (2026-04-01)

🚀 Features

  • misc: update nx init telemetry meta from CSV to JSON format (#35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#35043)

🩹 Fixes

  • core: validate bundler option for Angular presets in create-nx-workspace (#35074)
  • core: handle "." and absolute paths as workspace name in CNW (#35083, #1)
  • core: pin version of axios (#35093)
  • core: preserve sibling dependency inputs in native hashing (#35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#35056)
  • core: no-interactive should disable prompts during migrate (#35106)
  • gradle: increase project graph timeout defaults (#35058)
  • js: recognize tsgo in dependency-checks lint rule (#35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#35086, #35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#35045)
  • react: force Vite 7 when using React Router in framework mode (#35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#35081, #35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#35105, #34969, #20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • Description has been truncated

…pdates

Bumps the dependencies group with 55 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.29.8` | `2.30.0` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `16.3.0` | `20.5.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `16.2.4` | `20.5.0` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.3` | `3.3.5` |
| [@nx-tools/nx-container](https://github.com/gperdomor/nx-tools/tree/HEAD/packages/nx-container) | `6.9.1` | `7.2.1` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `22.1.3` | `22.6.4` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `22.1.3` | `22.6.4` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.1.3` | `22.6.4` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.1.3` | `22.6.4` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.1.3` | `22.6.4` |
| [@nx/next](https://github.com/nrwl/nx/tree/HEAD/packages/next) | `22.1.3` | `22.6.4` |
| [@nx/playwright](https://github.com/nrwl/nx/tree/HEAD/packages/playwright) | `22.1.3` | `22.6.4` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `22.1.3` | `22.6.4` |
| [@nx/rollup](https://github.com/nrwl/nx/tree/HEAD/packages/rollup) | `22.1.3` | `22.6.4` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.1.3` | `22.6.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [@swc/cli](https://github.com/swc-project/pkgs) | `0.7.9` | `0.8.1` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.3` | `1.15.24` |
| [@swc/helpers](https://github.com/swc-project/swc/tree/HEAD/packages/helpers) | `0.5.17` | `0.5.21` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.0` | `16.3.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.14` | `25.5.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.27` |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `30.2.0` | `30.3.0` |
| [eslint](https://github.com/eslint/eslint) | `9.30.1` | `10.2.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` |
| [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright) | `2.2.0` | `2.10.1` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.2.0` | `30.3.0` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.2.0` | `30.3.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.1.3` | `22.6.4` |
| [playwright](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.1` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.1.2` | `6.1.3` |
| [rollup-plugin-preserve-directives](https://github.com/Ephem/rollup-plugin-preserve-directives) | `0.2.0` | `0.4.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.3` | `4.2.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.6` | `29.4.9` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` |
| [bignumber.js](https://github.com/MikeMcl/bignumber.js) | `9.3.1` | `10.0.2` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.13` | `3.13.23` |
| [motion](https://github.com/motiondivision/motion) | `12.23.25` | `12.38.0` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.2.1` | `0.4.6` |
| [react-dropzone](https://github.com/react-dropzone/react-dropzone) | `14.3.8` | `15.0.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.68.0` | `7.72.1` |
| [react-idle-timer](https://github.com/supremetechnopriest/react-idle-timer) | `5.7.2` | `5.7.3` |
| [react-number-format](https://github.com/s-yadav/react-number-format) | `5.4.4` | `5.4.5` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.5.0` |
| [tailwind-scrollbar](https://github.com/adoxography/tailwind-scrollbar) | `2.1.0` | `4.0.2` |
| [yup](https://github.com/jquense/yup) | `0.32.11` | `1.7.1` |
| [swr](https://github.com/vercel/swr) | `2.3.7` | `2.4.1` |
| [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `4.1.0` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.16.0` | `10.0.3` |
| [use-debounce](https://github.com/xnimorz/use-debounce) | `9.0.4` | `10.1.1` |
| [cmdk](https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk) | `0.2.1` | `1.1.1` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `3.0.4` | `4.9.0` |
| [@ledgerhq/hw-transport-web-ble](https://github.com/LedgerHQ/ledger-live) | `6.29.7` | `6.33.1` |
| [@ledgerhq/hw-transport-webhid](https://github.com/LedgerHQ/ledger-live) | `6.30.3` | `6.34.0` |



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

Updates `@commitlint/cli` from 16.3.0 to 20.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 16.2.4 to 20.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/config-conventional)

Updates `@eslint/eslintrc` from 3.3.3 to 3.3.5
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@eslintrc-v3.3.3...eslintrc-v3.3.5)

Updates `@nx-tools/nx-container` from 6.9.1 to 7.2.1
- [Release notes](https://github.com/gperdomor/nx-tools/releases)
- [Changelog](https://github.com/gperdomor/oss/blob/main/packages/nx-container/CHANGELOG.md)
- [Commits](https://github.com/gperdomor/nx-tools/commits/7.2.1/packages/nx-container)

Updates `@nx/devkit` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/devkit)

Updates `@nx/eslint` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/eslint)

Updates `@nx/eslint-plugin` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/eslint-plugin)

Updates `@nx/jest` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/jest)

Updates `@nx/js` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/js)

Updates `@nx/next` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/next)

Updates `@nx/playwright` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/playwright)

Updates `@nx/react` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/react)

Updates `@nx/rollup` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/rollup)

Updates `@nx/workspace` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/workspace)

Updates `@playwright/test` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `@swc/cli` from 0.7.9 to 0.8.1
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@swc/core` from 1.15.3 to 1.15.24
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.24/packages/core)

Updates `@swc/helpers` from 0.5.17 to 0.5.21
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md)
- [Commits](https://github.com/swc-project/swc/commits/HEAD/packages/helpers)

Updates `@testing-library/react` from 16.3.0 to 16.3.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.0...v16.3.2)

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

Updates `autoprefixer` from 10.4.21 to 10.4.27
- [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.27)

Updates `babel-jest` from 30.2.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/babel-jest)

Updates `eslint` from 9.30.1 to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.30.1...v10.2.0)

Updates `eslint-config-prettier` from 10.1.5 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.5...v10.1.8)

Updates `eslint-plugin-playwright` from 2.2.0 to 2.10.1
- [Release notes](https://github.com/mskelton/eslint-plugin-playwright/releases)
- [Changelog](https://github.com/mskelton/eslint-plugin-playwright/blob/main/CHANGELOG.md)
- [Commits](mskelton/eslint-plugin-playwright@v2.2.0...v2.10.1)

Updates `jest` from 30.2.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest)

Updates `jest-environment-jsdom` from 30.2.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest-environment-jsdom)

Updates `nx` from 22.1.3 to 22.6.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/nx)

Updates `playwright` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

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

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

Updates `rollup-plugin-preserve-directives` from 0.2.0 to 0.4.0
- [Changelog](https://github.com/Ephem/rollup-plugin-preserve-directives/blob/main/CHANGELOG.md)
- [Commits](Ephem/rollup-plugin-preserve-directives@v0.2.0...v0.4.0)

Updates `tailwindcss` from 3.4.3 to 4.2.2
- [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.2.2/packages/tailwindcss)

Updates `ts-jest` from 29.4.6 to 29.4.9
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.6...v29.4.9)

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

Updates `bignumber.js` from 9.3.1 to 10.0.2
- [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
- [Changelog](https://github.com/MikeMcl/bignumber.js/blob/main/CHANGELOG.md)
- [Commits](MikeMcl/bignumber.js@v9.3.1...v10.0.2)

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

Updates `motion` from 12.23.25 to 12.38.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.23.25...v12.38.0)

Updates `next-themes` from 0.2.1 to 0.4.6
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](https://github.com/pacocoursey/next-themes/commits/v0.4.6)

Updates `react-dropzone` from 14.3.8 to 15.0.0
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](react-dropzone/react-dropzone@v14.3.8...v15.0.0)

Updates `react-hook-form` from 7.68.0 to 7.72.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.68.0...v7.72.1)

Updates `react-idle-timer` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/supremetechnopriest/react-idle-timer/releases)
- [Changelog](https://github.com/SupremeTechnopriest/react-idle-timer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/supremetechnopriest/react-idle-timer/commits)

Updates `react-number-format` from 5.4.4 to 5.4.5
- [Release notes](https://github.com/s-yadav/react-number-format/releases)
- [Commits](s-yadav/react-number-format@v5.4.4...v5.4.5)

Updates `tailwind-merge` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.4.0...v3.5.0)

Updates `tailwind-scrollbar` from 2.1.0 to 4.0.2
- [Release notes](https://github.com/adoxography/tailwind-scrollbar/releases)
- [Commits](adoxography/tailwind-scrollbar@v2.1.0...v4.0.2)

Updates `yup` from 0.32.11 to 1.7.1
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jquense/yup/commits)

Updates `swr` from 2.3.7 to 2.4.1
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.3.7...v2.4.1)

Updates `date-fns` from 2.30.0 to 4.1.0
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md)
- [Commits](date-fns/date-fns@v2.30.0...v4.1.0)

Updates `react-intersection-observer` from 9.16.0 to 10.0.3
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.16.0...v10.0.3)

Updates `use-debounce` from 9.0.4 to 10.1.1
- [Release notes](https://github.com/xnimorz/use-debounce/releases)
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xnimorz/use-debounce/commits)

Updates `cmdk` from 0.2.1 to 1.1.1
- [Release notes](https://github.com/pacocoursey/cmdk/releases)
- [Commits](https://github.com/pacocoursey/cmdk/commits/v1.1.1/cmdk)

Updates `react-resizable-panels` from 3.0.4 to 4.9.0
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@3.0.4...4.9.0)

Updates `@ledgerhq/hw-transport-web-ble` from 6.29.7 to 6.33.1
- [Release notes](https://github.com/LedgerHQ/ledger-live/releases)
- [Commits](https://github.com/LedgerHQ/ledger-live/compare/@ledgerhq/hw-transport-web-ble@6.29.7...@ledgerhq/hw-app-eth@6.33.1)

Updates `@ledgerhq/hw-transport-webhid` from 6.30.3 to 6.34.0
- [Release notes](https://github.com/LedgerHQ/ledger-live/releases)
- [Commits](https://github.com/LedgerHQ/ledger-live/compare/@ledgerhq/hw-transport-webhid@6.30.3...@ledgerhq/hw-bolos@6.34.0)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-version: 2.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@commitlint/cli"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nx-tools/nx-container"
  dependency-version: 7.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@nx/devkit"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/eslint"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/jest"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/js"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/next"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/playwright"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/react"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/rollup"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@swc/cli"
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@swc/helpers"
  dependency-version: 0.5.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: babel-jest
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jest
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jest-environment-jsdom
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nx
  dependency-version: 22.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: playwright
  dependency-version: 1.59.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rimraf
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rollup-plugin-preserve-directives
  dependency-version: 0.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: bignumber.js
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.13.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: motion
  dependency-version: 12.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next-themes
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-dropzone
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.72.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-idle-timer
  dependency-version: 5.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-number-format
  dependency-version: 5.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tailwind-merge
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwind-scrollbar
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: yup
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: swr
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: date-fns
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-intersection-observer
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: use-debounce
  dependency-version: 10.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: cmdk
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-resizable-panels
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@ledgerhq/hw-transport-web-ble"
  dependency-version: 6.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@ledgerhq/hw-transport-webhid"
  dependency-version: 6.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: 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 8, 2026
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 8, 2026

⚠️ No Changeset found

Latest commit: 0fa804b

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

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

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

Project Deployment Actions Updated (UTC)
explorer Error Error Apr 8, 2026 8:34pm
explorer-zen Error Error Apr 8, 2026 8:34pm
hostd Error Error Apr 8, 2026 8:34pm
indexd Error Error Apr 8, 2026 8:34pm
renterd Error Error Apr 8, 2026 8:34pm

Request Review

@socket-security
Copy link
Copy Markdown

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​nx@​22.1.3 ⏵ 22.6.456 -2410093 +1100100
Updatednpm/​@​nx/​playwright@​22.1.3 ⏵ 22.6.49910071 +199 +1100
Updatednpm/​@​commitlint/​cli@​16.3.0 ⏵ 20.5.0100 +110073 -195100
Updatednpm/​@​swc/​helpers@​0.5.17 ⏵ 0.5.21100 +110073 +191100
Updatednpm/​@​nx/​rollup@​22.1.3 ⏵ 22.6.475 -2310092 +199 +1100
Updatednpm/​@​swc/​cli@​0.7.10 ⏵ 0.8.1991007591 +2100
Updatednpm/​@​nx/​jest@​22.1.3 ⏵ 22.6.476 -2210092 +199 +1100
Updatednpm/​@​nx/​eslint@​22.1.3 ⏵ 22.6.476 -2310092 +199 +1100
Updatednpm/​@​nx/​js@​22.1.3 ⏵ 22.6.476 -2110093 +199 +1100
Updatednpm/​@​nx/​eslint-plugin@​22.1.3 ⏵ 22.6.476 -2210092 +199 +1100
Updatednpm/​@​nx/​react@​22.1.3 ⏵ 22.6.477 -2110093 +199 +1100
Updatednpm/​@​nx/​workspace@​22.1.3 ⏵ 22.6.477 -2110092 +199 +1100
Updatednpm/​rollup-plugin-preserve-directives@​0.2.0 ⏵ 0.4.0100 +110099 +580100
Updatednpm/​date-fns@​2.28.0 ⏵ 4.1.098 +110092 -280100
Addednpm/​tailwind-scrollbar@​4.0.21001008181100
Updatednpm/​@​types/​node@​18.19.14 ⏵ 25.5.21001008196100
Addednpm/​yup@​1.7.19710010082100
Addednpm/​next-themes@​0.4.61001009882100
Updatednpm/​cmdk@​0.2.1 ⏵ 1.1.1100100100 +182 +1100
Addednpm/​tailwindcss@​4.2.21001008498100
Updatednpm/​react-intersection-observer@​9.16.0 ⏵ 10.0.3100100100 +184100
Updatednpm/​use-debounce@​9.0.3 ⏵ 10.1.1100 +1100100 +187 +1100
Addednpm/​bignumber.js@​10.0.29810010087100
Updatednpm/​autoprefixer@​10.4.21 ⏵ 10.4.2799 +110089 -287100
Updatednpm/​@​testing-library/​react@​16.3.0 ⏵ 16.3.29910010087100
Updatednpm/​eslint-config-prettier@​10.1.5 ⏵ 10.1.810010010088100
Updatednpm/​react-dropzone@​14.3.8 ⏵ 15.0.099100100 +188100
Updatednpm/​eslint@​9.30.1 ⏵ 10.2.089 +110010097100
Updatednpm/​typescript@​4.9.5 ⏵ 6.0.2100 +110090100 +290
Updatednpm/​prettier@​3.6.2 ⏵ 3.8.19010097 +190100
Updatednpm/​@​nx-tools/​nx-container@​6.9.1 ⏵ 7.2.19910010092 +2100
Updatednpm/​@​nx/​next@​22.1.3 ⏵ 22.6.498 -110093 +199 +1100
See 6 more rows in the dashboard

View full report

@socket-security
Copy link
Copy Markdown

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
License policy violation: npm typescript

License: LicenseRef-W3C-Community-Final-Specification-Agreement - the applicable license policy does not allow this license (4) (package/ThirdPartyNoticeText.txt)

From: package.jsonnpm/typescript@6.0.2

ℹ Read more on: This package | This alert | What is a license policy violation?

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: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/typescript@6.0.2. 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.

Warn High
Obfuscated code: npm vite is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: ?npm/@nx/react@22.6.4npm/vite@8.0.7

ℹ 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/vite@8.0.7. 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

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