chore(deps): bump the dependencies group across 1 directory with 221 updates#300
chore(deps): bump the dependencies group across 1 directory with 221 updates#300dependabot[bot] wants to merge 1 commit into
Conversation
|
Thanks for opening your first pull request on RoboCo! Quick checklist before review (most of these are enforced by CI, but worth a glance):
See CONTRIBUTING.md for the full workflow and the Code of Conduct for the community standards we follow. Welcome aboard — a maintainer will review shortly. |
rennf93
left a comment
There was a problem hiding this comment.
Summary
This PR bumps 221 dependencies in panel/ but includes four major-version jumps (TypeScript 5→6, ESLint 9→10, @types/node 25→26, lucide-react 0.x→1.x) without any accompanying source code, config, or test changes to prove the project still builds, type-checks, lints, and passes tests. The lucide-react 0→1 migration is especially high-risk given 150 files import from it, and historically this major bump renames or reorganizes icon exports. TypeScript 6 changes module resolution semantics that may conflict with the existing tsconfig. The lockfile itself is clean — all 218 integrity hashes are present (sha512), no new direct dependencies are introduced, no packages are removed, and no suspicious registries or install scripts appear — so supply-chain risk is low, but the functional risk from untested major bumps is unacceptable for merge without verification.
Findings
| File | Line | Severity | Expected → Actual |
|---|---|---|---|
panel/package.json |
98 | blocker | TypeScript major-version bump (^5 → ^6) must be accompanied by a passing pnpm typecheck run and any necessary tsconfig/source adaptations (e.g., module-resolution changes, removed deprecated options) → TypeScript bumped from ^5 to ^6 with zero source or config changes; no evidence the 325 .ts/.tsx files compile under TS 6 |
panel/package.json |
54 | blocker | lucide-react major-version bump (0.x → 1.x) must include migration of all icon imports per the lucide-react 1.0 changelog — renamed/removed icons need updating → lucide-react bumped from ^0.562.0 to ^1.23.0; 150 source files import from it with no import changes, risking broken builds from renamed or removed icon exports |
panel/package.json |
89 | major | ESLint major-version bump (^9 → ^10) should be verified with a passing pnpm lint and any config updates needed for ESLint 10 API changes → ESLint bumped from ^9 to ^10; the existing flat config (eslint.config.mjs) may be compatible, but @eslint/eslintrc and @eslint/js are dropped from the dependency tree and no lint verification is provided |
panel/package.json |
84 | minor | @types/node major bump (^25 → ^26) should be validated against existing Node.js API usage in the codebase → @types/node bumped from ^25.0.8 to ^26.1.0 — a major-version type-definition change that could surface new type errors without verification |
panel/package.json |
55 | minor | next framework pin (16.1.1 → 16.2.10) with a 9-patch jump should include build verification → next bumped from 16.1.1 to 16.2.10 — while not a major bump, this is a significant minor jump that could introduce Next.js behavioral changes; no build evidence provided |
Verdict
changes requested
…updates Bumps the dependencies group with 39 updates in the /panel directory: | Package | From | To | | --- | --- | --- | | [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `5.2.2` | `5.4.0` | | [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/alert-dialog) | `1.1.15` | `1.1.18` | | [@radix-ui/react-avatar](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/avatar) | `1.1.11` | `1.2.1` | | [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/checkbox) | `1.3.3` | `1.3.6` | | [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/collapsible) | `1.1.12` | `1.1.15` | | [@radix-ui/react-dialog](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dialog) | `1.1.15` | `1.1.18` | | [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dropdown-menu) | `2.1.16` | `2.1.19` | | [@radix-ui/react-label](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/label) | `2.1.8` | `2.1.11` | | [@radix-ui/react-popover](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/popover) | `1.1.15` | `1.1.18` | | [@radix-ui/react-progress](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/progress) | `1.1.8` | `1.1.11` | | [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/scroll-area) | `1.2.10` | `1.2.13` | | [@radix-ui/react-select](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/select) | `2.2.6` | `2.3.2` | | [@radix-ui/react-separator](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/separator) | `1.1.8` | `1.1.11` | | [@radix-ui/react-slot](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/slot) | `1.2.4` | `1.3.0` | | [@radix-ui/react-switch](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/switch) | `1.2.6` | `1.3.2` | | [@radix-ui/react-tabs](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/tabs) | `1.1.13` | `1.1.16` | | [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/tooltip) | `1.2.8` | `1.2.11` | | [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.19` | `0.5.20` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.16` | `5.101.2` | | [axios](https://github.com/axios/axios) | `1.13.2` | `1.18.1` | | [date-fns](https://github.com/date-fns/date-fns) | `4.1.0` | `4.4.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.562.0` | `1.23.0` | | [next](https://github.com/vercel/next.js) | `16.1.1` | `16.2.10` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.7` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.8` | `19.2.17` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.7` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.0` | `7.81.0` | | [recharts](https://github.com/recharts/recharts) | `3.8.1` | `3.9.2` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.6.0` | | [zod](https://github.com/colinhacks/zod) | `4.3.5` | `4.4.3` | | [zustand](https://github.com/pmndrs/zustand) | `5.0.10` | `5.0.14` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.18` | `4.3.2` | | [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.91.2` | `5.101.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.8` | `26.1.0` | | [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.6.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.1` | `16.2.10` | | [prettier](https://github.com/prettier/prettier) | `3.8.5` | `3.9.4` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.3.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` | Updates `@hookform/resolvers` from 5.2.2 to 5.4.0 - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](https://github.com/react-hook-form/resolvers/compare/v5.2.2...v5.4.0) Updates `@radix-ui/react-alert-dialog` from 1.1.15 to 1.1.18 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/alert-dialog/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/alert-dialog) Updates `@radix-ui/react-avatar` from 1.1.11 to 1.2.1 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/avatar/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/avatar) Updates `@radix-ui/react-checkbox` from 1.3.3 to 1.3.6 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/checkbox/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/checkbox) Updates `@radix-ui/react-collapsible` from 1.1.12 to 1.1.15 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/collapsible/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/collapsible) Updates `@radix-ui/react-dialog` from 1.1.15 to 1.1.18 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dialog/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dialog) Updates `@radix-ui/react-dropdown-menu` from 2.1.16 to 2.1.19 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dropdown-menu/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dropdown-menu) Updates `@radix-ui/react-label` from 2.1.8 to 2.1.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/label/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/label) Updates `@radix-ui/react-popover` from 1.1.15 to 1.1.18 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/popover/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/popover) Updates `@radix-ui/react-progress` from 1.1.8 to 1.1.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/progress/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/progress) Updates `@radix-ui/react-scroll-area` from 1.2.10 to 1.2.13 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/scroll-area/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/scroll-area) Updates `@radix-ui/react-select` from 2.2.6 to 2.3.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/select/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/select) Updates `@radix-ui/react-separator` from 1.1.8 to 1.1.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/separator/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/separator) Updates `@radix-ui/react-slot` from 1.2.4 to 1.3.0 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/slot/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/slot) Updates `@radix-ui/react-switch` from 1.2.6 to 1.3.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/switch/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/switch) Updates `@radix-ui/react-tabs` from 1.1.13 to 1.1.16 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/tabs/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/tabs) Updates `@radix-ui/react-tooltip` from 1.2.8 to 1.2.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/tooltip/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/tooltip) Updates `@tailwindcss/typography` from 0.5.19 to 0.5.20 - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.19...v0.5.20) Updates `@tanstack/react-query` from 5.90.16 to 5.101.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.2/packages/react-query) Updates `axios` from 1.13.2 to 1.18.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.18.1) Updates `date-fns` from 4.1.0 to 4.4.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Commits](https://github.com/date-fns/date-fns/compare/v4.1.0...v4.4.0) Updates `lucide-react` from 0.562.0 to 1.23.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.23.0/packages/lucide-react) Updates `next` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.1.1...v16.2.10) Updates `react` from 19.2.3 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `@types/react` from 19.2.8 to 19.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 19.2.3 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) Updates `react-hook-form` from 7.71.0 to 7.81.0 - [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](https://github.com/react-hook-form/react-hook-form/compare/v7.71.0...v7.81.0) Updates `recharts` from 3.8.1 to 3.9.2 - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v3.8.1...v3.9.2) Updates `tailwind-merge` from 3.4.0 to 3.6.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](https://github.com/dcastil/tailwind-merge/compare/v3.4.0...v3.6.0) Updates `zod` from 4.3.5 to 4.4.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.3.5...v4.4.3) Updates `zustand` from 5.0.10 to 5.0.14 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.10...v5.0.14) Updates `@tailwindcss/postcss` from 4.1.18 to 4.3.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.3.2/packages/@tailwindcss-postcss) Updates `@tanstack/react-query-devtools` from 5.91.2 to 5.101.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.101.2/packages/react-query-devtools) Updates `@types/node` from 25.0.8 to 26.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.2.8 to 19.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `eslint` from 9.39.2 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v10.6.0) Updates `eslint-config-next` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/eslint-config-next) Updates `prettier` from 3.8.5 to 3.9.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.5...3.9.4) Updates `tailwindcss` from 4.1.18 to 4.3.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.3.2/packages/tailwindcss) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) Updates `@babel/code-frame` from 7.27.1 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-code-frame) Updates `@babel/compat-data` from 7.28.5 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-compat-data) Updates `@babel/core` from 7.28.5 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) Updates `@babel/generator` from 7.28.5 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-generator) Updates `@babel/helper-compilation-targets` from 7.27.2 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-helper-compilation-targets) Updates `@babel/helper-globals` from 7.28.0 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-helper-globals) Updates `@babel/helper-module-imports` from 7.27.1 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-helper-module-imports) Updates `@babel/helper-module-transforms` from 7.28.3 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-helper-module-transforms) Updates `@babel/helper-string-parser` from 7.27.1 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-helper-string-parser) Updates `@babel/helper-validator-identifier` from 7.28.5 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-helper-validator-identifier) Updates `@babel/helper-validator-option` from 7.27.1 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-helper-validator-option) Updates `@babel/helpers` from 7.28.4 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-helpers) Updates `@babel/parser` from 7.28.5 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-parser) Updates `@babel/template` from 7.27.2 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-template) Updates `@babel/traverse` from 7.28.5 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-traverse) Updates `@babel/types` from 7.28.5 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-types) Updates `@emnapi/core` from 1.7.1 to 1.10.0 - [Release notes](https://github.com/toyobayashi/emnapi/releases) - [Commits](https://github.com/toyobayashi/emnapi/compare/v1.7.1...v1.10.0) Updates `@emnapi/runtime` from 1.7.1 to 1.10.0 - [Release notes](https://github.com/toyobayashi/emnapi/releases) - [Commits](https://github.com/toyobayashi/emnapi/compare/v1.7.1...v1.10.0) Updates `@emnapi/wasi-threads` from 1.1.0 to 1.2.1 - [Release notes](https://github.com/toyobayashi/emnapi/releases) - [Commits](https://github.com/toyobayashi/emnapi/compare/v1.1.0...wasi-threads-v1.2.1) Updates `@eslint-community/eslint-utils` from 4.9.0 to 4.9.1 - [Release notes](https://github.com/eslint-community/eslint-utils/releases) - [Commits](https://github.com/eslint-community/eslint-utils/compare/v4.9.0...v4.9.1) Updates `@eslint/config-array` from 0.21.1 to 0.23.5 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-array/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/config-array-v0.23.5/packages/config-array) Updates `@eslint/config-helpers` from 0.4.2 to 0.6.0 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-helpers/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/core-v0.6.0/packages/config-helpers) Updates `@eslint/core` from 0.17.0 to 1.2.1 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/core-v1.2.1/packages/core) Updates `@eslint/object-schema` from 2.1.7 to 3.0.5 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/object-schema/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/object-schema-v3.0.5/packages/object-schema) Updates `@eslint/plugin-kit` from 0.4.1 to 0.7.2 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.7.2/packages/plugin-kit) Updates `@floating-ui/core` from 1.7.3 to 1.7.5 - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/core/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/core@1.7.5/packages/core) Updates `@floating-ui/dom` from 1.7.4 to 1.7.6 - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.6/packages/dom) Updates `@floating-ui/react-dom` from 2.1.6 to 2.1.8 - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react-dom/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react-dom@2.1.8/packages/react-dom) Updates `@floating-ui/utils` from 0.2.10 to 0.2.11 - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/utils/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/utils@0.2.11/packages/utils) Updates `@humanfs/core` from 0.19.1 to 0.19.2 - [Release notes](https://github.com/humanwhocodes/humanfs/releases) - [Commits](https://github.com/humanwhocodes/humanfs/compare/core-v0.19.1...core-v0.19.2) Updates `@humanfs/node` from 0.16.7 to 0.16.8 - [Release notes](https://github.com/humanwhocodes/humanfs/releases) - [Changelog](https://github.com/humanwhocodes/humanfs/blob/main/packages/node/CHANGELOG.md) - [Commits](https://github.com/humanwhocodes/humanfs/commits/node-v0.16.8/packages/node) Updates `@img/colour` from 1.0.0 to 1.1.0 - [Commits](https://github.com/lovell/colour/compare/v1.0.0...v1.1.0) Updates `@napi-rs/wasm-runtime` from 0.2.12 to 1.1.6 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Changelog](https://github.com/napi-rs/napi-rs/blob/main/wasm-runtime/CHANGELOG.md) - [Commits](https://github.com/napi-rs/napi-rs/commits/@napi-rs/wasm-runtime@1.1.6/wasm-runtime) Updates `@next/env` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/next-env) Updates `@next/eslint-plugin-next` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/eslint-plugin-next) Updates `@next/swc-darwin-arm64` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/crates/next-napi-bindings/npm/darwin-arm64) Updates `@next/swc-darwin-x64` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/crates/next-napi-bindings/npm/darwin-x64) Updates `@next/swc-linux-arm64-gnu` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/crates/next-napi-bindings/npm/linux-arm64-gnu) Updates `@next/swc-linux-arm64-musl` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/crates/next-napi-bindings/npm/linux-arm64-musl) Updates `@next/swc-linux-x64-gnu` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/crates/next-napi-bindings/npm/linux-x64-gnu) Updates `@next/swc-linux-x64-musl` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/crates/next-napi-bindings/npm/linux-x64-musl) Updates `@next/swc-win32-arm64-msvc` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/crates/next-napi-bindings/npm/win32-arm64-msvc) Updates `@next/swc-win32-x64-msvc` from 16.1.1 to 16.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.10/crates/next-napi-bindings/npm/win32-x64-msvc) Updates `@radix-ui/number` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/core/number) Updates `@radix-ui/primitive` from 1.1.3 to 1.1.4 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/core/primitive/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/core/primitive) Updates `@radix-ui/react-arrow` from 1.1.7 to 1.1.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/arrow/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/arrow) Updates `@radix-ui/react-collection` from 1.1.7 to 1.1.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/collection/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/collection) Updates `@radix-ui/react-compose-refs` from 1.1.2 to 1.1.3 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/compose-refs) Updates `@radix-ui/react-context` from 1.1.2 to 1.1.4 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/context/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/context) Updates `@radix-ui/react-direction` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/direction/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/direction) Updates `@radix-ui/react-dismissable-layer` from 1.1.11 to 1.1.14 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dismissable-layer/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dismissable-layer) Updates `@radix-ui/react-focus-guards` from 1.1.3 to 1.1.4 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/focus-guards/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/focus-guards) Updates `@radix-ui/react-focus-scope` from 1.1.7 to 1.1.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/focus-scope/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/focus-scope) Updates `@radix-ui/react-id` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/id/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/id) Updates `@radix-ui/react-menu` from 2.1.16 to 2.1.19 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/menu/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/menu) Updates `@radix-ui/react-popper` from 1.2.8 to 1.3.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/popper/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/popper) Updates `@radix-ui/react-portal` from 1.1.9 to 1.1.13 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/portal/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/portal) Updates `@radix-ui/react-presence` from 1.1.5 to 1.1.6 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/presence/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/presence) Updates `@radix-ui/react-primitive` from 2.1.3 to 2.1.7 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/primitive/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/primitive) Updates `@radix-ui/react-roving-focus` from 1.1.11 to 1.1.14 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/roving-focus/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/roving-focus) Updates `@radix-ui/react-use-callback-ref` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/use-callback-ref/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/use-callback-ref) Updates `@radix-ui/react-use-controllable-state` from 1.2.2 to 1.2.3 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/use-controllable-state/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/use-controllable-state) Updates `@radix-ui/react-use-effect-event` from 0.0.2 to 0.0.3 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/use-effect-event/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/use-effect-event) Updates `@radix-ui/react-use-is-hydrated` from 0.1.0 to 0.1.1 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/use-is-hydrated/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/use-is-hydrated) Updates `@radix-ui/react-use-layout-effect` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/use-layout-effect/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/use-layout-effect) Updates `@radix-ui/react-use-previous` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/use-previous) Updates `@radix-ui/react-use-rect` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/use-rect/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/use-rect) Updates `@radix-ui/react-use-size` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/use-size/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/use-size) Updates `@radix-ui/react-visually-hidden` from 1.2.3 to 1.2.7 - [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/visually-hidden/CHANGELOG.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/visually-hidden) Updates `@radix-ui/rect` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/core/rect) Updates `@tailwindcss/node` from 4.1.18 to 4.3.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.3.2/packages/@tailwindcss-node) Updates `@tailwindcss/oxide-android-arm64` from 4.1.18 to 4.3.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.3.2/crates/node/npm/android-arm64) Updates `@tailwindcss/oxide-darwin-arm64` from 4.1.18 to 4.3.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.3.2/crates/node/npm/darwin-arm64) Updates `@tailwindcss/oxide-darwin-x64` from 4.1.18 to 4.3.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.3.2/crates/node/npm/darwin-x64) Updates `@tailwindcss/oxide-freebsd-x64` from 4.1.18 to 4.3.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.3.2/crates/node/npm/freebsd-x64) Updates `@tailwindcss/oxide-linux-arm-gnueabihf` from 4.1.18 to 4.3.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.3.2/crates/node/npm/linux-arm-gnueabihf) Updates `@tailwindcss/oxide-linux-arm64-gnu` from 4.1.18 to 4.3.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.3.2/crates/node/npm/linux-arm64-gnu) Updates `@tailwindcss/oxide-linux-arm64-musl` from 4.1.18 to 4.3.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.3.2/crates/node/npm/linux-arm64-musl) Updates `@tailwindcss/oxide-linux-x64-gnu` from 4.1.18 to 4.3.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.3.2/crates/node/npm/linux-x64-gnu) Updates `@tailwindcss/oxide-linux-x64-musl` from 4.1.18 to 4.3.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.3.2/crates/node/npm/linux-x64-musl) Updates `@tailwindcss/oxide-wasm32-wasi` from 4.1.18 to 4.3.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.3.2/crates/node) Updates `@tailwindcss/oxide-win32-arm64-msvc` from 4.1.18 to 4.3.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.3.2/crates/node/npm/win32-arm64-msvc) Updates `@tailwindcss/oxide-win32-x64-msvc` from 4.1.18 to 4.3.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.3.2/crates/node/npm/win32-x64-msvc) Updates `@tailwindcss/oxide` from 4.1.18 to 4.3.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.3.2/crates/node) Updates `@tanstack/query-core` from 5.90.16 to 5.101.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/query-core/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/query-core@5.101.2/packages/query-core) Updates `@tanstack/query-devtools` from 5.92.0 to 5.101.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/query-devtools/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/query-devtools@5.101.2/packages/query-devtools) Updates `@tybys/wasm-util` from 0.10.1 to 0.10.3 - [Commits](https://github.com/toyobayashi/wasm-util/commits) Updates `@types/estree` from 1.0.8 to 1.0.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/estree) Updates `@typescript-eslint/eslint-plugin` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/parser) Updates `@typescript-eslint/project-service` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/project-service/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/project-service) Updates `@typescript-eslint/scope-manager` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/scope-manager) Updates `@typescript-eslint/tsconfig-utils` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/tsconfig-utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/tsconfig-utils) Updates `@typescript-eslint/type-utils` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/type-utils) Updates `@typescript-eslint/types` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/types) Updates `@typescript-eslint/typescript-estree` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/typescript-estree) Updates `@typescript-eslint/utils` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/utils) Updates `@typescript-eslint/visitor-keys` from 8.49.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/visitor-keys) Updates `@unrs/resolver-binding-android-arm-eabi` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-android-arm64` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-darwin-arm64` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-darwin-x64` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-freebsd-x64` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-arm-gnueabihf` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-arm-musleabihf` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-arm64-gnu` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-arm64-musl` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-ppc64-gnu` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-riscv64-gnu` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-riscv64-musl` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-s390x-gnu` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-x64-gnu` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-linux-x64-musl` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-wasm32-wasi` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-win32-arm64-msvc` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-win32-ia32-msvc` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `@unrs/resolver-binding-win32-x64-msvc` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `acorn` from 8.15.0 to 8.17.0 - [Commits](https://github.com/acornjs/acorn/compare/8.15.0...8.17.0) Updates `ajv` from 6.12.6 to 6.15.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.6...v6.15.0) Updates `ansi-styles` from 4.3.0 to 5.2.0 - [Release notes](https://github.com/chalk/ansi-styles/releases) - [Commits](https://github.com/chalk/ansi-styles/compare/v4.3.0...v5.2.0) Updates `axe-core` from 4.11.0 to 4.12.1 - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core/compare/v4.11.0...v4.12.1) Updates `baseline-browser-mapping` from 2.9.7 to 2.10.41 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.7...v2.10.41) Updates `brace-expansion` from 1.1.12 to 1.1.15 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.12...v1.1.15) Updates `browserslist` from 4.28.1 to 4.28.4 - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.28.1...4.28.4) Updates `call-bind` from 1.0.8 to 1.0.9 - [Changelog](https://github.com/ljharb/call-bind/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/call-bind/compare/v1.0.8...v1.0.9) Updates `caniuse-lite` from 1.0.30001760 to 1.0.30001800 - [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001760...1.0.30001800) Updates `electron-to-chromium` from 1.5.267 to 1.5.387 - [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kilian/electron-to-chromium/compare/v1.5.267...v1.5.387) Updates `enhanced-resolve` from 5.18.4 to 5.21.6 - [Release notes](https://github.com/webpack/enhanced-resolve/releases) - [Changelog](https://github.com/webpack/enhanced-resolve/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/enhanced-resolve/compare/v5.18.4...v5.21.6) Updates `es-abstract` from 1.24.1 to 1.24.2 - [Changelog](https://github.com/ljharb/es-abstract/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/es-abstract/compare/v1.24.1...v1.24.2) Updates `es-iterator-helpers` from 1.2.2 to 1.3.3 - [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md) - [Commits](https://github.com/es-shims/iterator-helpers/compare/v1.2.2...v1.3.3) Updates `es-object-atoms` from 1.1.1 to 1.1.2 - [Changelog](https://github.com/es-shims/es-object-atoms/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/es-object-atoms/compare/v1.1.1...v1.1.2) Updates `es-to-primitive` from 1.3.0 to 1.3.4 - [Changelog](https://github.com/ljharb/es-to-primitive/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/es-to-primitive/compare/v1.3.0...v1.3.4) Updates `es-toolkit` from 1.47.0 to 1.49.0 - [Release notes](https://github.com/toss/es-toolkit/releases) - [Changelog](https://github.com/toss/es-toolkit/blob/main/CHANGELOG.md) - [Commits](https://github.com/toss/es-toolkit/compare/v1.47.0...v1.49.0) Updates `eslint-import-resolver-node` from 0.3.9 to 0.3.10 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/resolvers/node/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/commits/v0.3.10/resolvers/node) Updates `eslint-module-utils` from 2.12.1 to 2.14.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/utils/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/commits/v2.14.0/utils) Updates `eslint-plugin-react-hooks` from 7.0.1 to 7.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) Updates `eslint-scope` from 8.4.0 to 9.1.2 - [Release notes](https://github.com/eslint/js/releases) - [Changelog](https://github.com/eslint/js/blob/main/packages/eslint-scope/CHANGELOG.md) - [Commits](https://github.com/eslint/js/commits/eslint-scope-v9.1.2/packages/eslint-scope) Updates `espree` from 10.4.0 to 11.2.0 - [Release notes](https://github.com/eslint/js/releases) - [Changelog](https://github.com/eslint/js/blob/main/packages/espree/CHANGELOG.md) - [Commits](https://github.com/eslint/js/commits/espree-v11.2.0/packages/espree) Updates `esquery` from 1.6.0 to 1.7.0 - [Commits](https://github.com/estools/esquery/commits) Updates `fastq` from 1.19.1 to 1.20.1 - [Release notes](https://github.com/mcollina/fastq/releases) - [Commits](https://github.com/mcollina/fastq/compare/v1.19.1...v1.20.1) Updates `flatted` from 3.3.3 to 3.4.2 - [Commits](https://github.com/WebReflection/flatted/compare/v3.3.3...v3.4.2) Updates `follow-redirects` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0) Updates `form-data` from 4.0.5 to 4.0.6 - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6) Updates `function.prototype.name` from 1.1.8 to 1.2.0 - [Changelog](https://github.com/es-shims/Function.prototype.name/blob/main/CHANGELOG.md) - [Commits](https://github.com/es-shims/Function.prototype.name/compare/v1.1.8...v1.2.0) Updates `get-tsconfig` from 4.13.0 to 4.14.0 - [Release notes](https://github.com/privatenumber/get-tsconfig/releases) - [Commits](https://github.com/privatenumber/get-tsconfig/compare/v4.13.0...v4.14.0) Updates `globals` from 14.0.0 to 16.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v14.0.0...v16.4.0) Updates `hasown` from 2.0.2 to 2.0.4 - [Changelog](https://github.com/inspect-js/hasOwn/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspect-js/hasOwn/compare/v2.0.2...v2.0.4) Updates `immer` from 10.2.0 to 11.1.11 - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](https://github.com/immerjs/immer/compare/v10.2.0...v11.1.11) Updates `is-core-module` from 2.16.1 to 2.16.2 - [Changelog](https://github.com/inspect-js/is-core-module/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspect-js/is-core-module/compare/v2.16.1...v2.16.2) Updates `jiti` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/unjs/jiti/releases) - [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/jiti/compare/v2.6.1...v2.7.0) Updates `lightningcss-android-arm64` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-darwin-arm64` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-darwin-x64` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-freebsd-x64` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-linux-arm-gnueabihf` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-linux-arm64-gnu` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-linux-arm64-musl` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-linux-x64-gnu` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-linux-x64-musl` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-win32-arm64-msvc` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss-win32-x64-msvc` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `lightningcss` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.2...v1.32.0) Updates `minimatch` from 3.1.2 to 3.1.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5) Updates `nanoid` from 3.3.11 to 3.3.15 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/3.3.15/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.11...3.3.15) Updates `node-releases` from 2.0.27 to 2.0.50 - [Commits](https://github.com/chicoxyzzy/node-releases/compare/v2.0.27...v2.0.50) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2) Updates `proxy-from-env` from 1.1.0 to 2.1.0 - [Release notes](https://github.com/Rob--W/proxy-from-env/releases) - [Commits](https://github.com/Rob--W/proxy-from-env/compare/v1.1.0...v2.1.0) Updates `reselect` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/reduxjs/reselect/releases) - [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/reselect/compare/v5.1.1...v5.2.0) Updates `resolve` from 1.22.11 to 2.0.0-next.7 - [Commits](https://github.com/browserify/resolve/compare/v1.22.11...v2.0.0-next.7) Updates `safe-array-concat` from 1.1.3 to 1.1.4 - [Changelog](https://github.com/ljharb/safe-array-concat/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/safe-array-concat/compare/v1.1.3...v1.1.4) Updates `side-channel-list` from 1.0.0 to 1.0.1 - [Changelog](https://github.com/ljharb/side-channel-list/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/side-channel-list/compare/v1.0.0...v1.0.1) Updates `side-channel` from 1.1.0 to 1.1.1 - [Changelog](https://github.com/ljharb/side-channel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/side-channel/compare/v1.1.0...v1.1.1) Updates `string.prototype.trim` from 1.2.10 to 1.2.11 - [Changelog](https://github.com/es-shims/String.prototype.trim/blob/main/CHANGELOG.md) - [Commits](https://github.com/es-shims/String.prototype.trim/compare/v1.2.10...v1.2.11) Updates `string.prototype.trimend` from 1.0.9 to 1.0.10 - [Changelog](https://github.com/es-shims/String.prototype.trimEnd/blob/main/CHANGELOG.md) - [Commits](https://github.com/es-shims/String.prototype.trimEnd/compare/v1.0.9...v1.0.10) Updates `tapable` from 2.3.0 to 2.3.3 - [Release notes](https://github.com/webpack/tapable/releases) - [Changelog](https://github.com/webpack/tapable/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/tapable/compare/v2.3.0...v2.3.3) Updates `ts-api-utils` from 2.1.0 to 2.5.0 - [Release notes](https://github.com/JoshuaKGoldberg/ts-api-utils/releases) - [Changelog](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/JoshuaKGoldberg/ts-api-utils/commits/v2.5.0) Updates `typed-array-length` from 1.0.7 to 1.0.8 - [Changelog](https://github.com/inspect-js/typed-array-length/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspect-js/typed-array-length/compare/v1.0.7...v1.0.8) Updates `typescript-eslint` from 8.49.0 to 8.62.1 - [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.62.1/packages/typescript-eslint) Updates `undici-types` from 7.16.0 to 8.3.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v8.3.0) Updates `unrs-resolver` from 1.11.1 to 1.12.2 - [Release notes](https://github.com/unrs/unrs-resolver/releases) - [Changelog](https://github.com/unrs/unrs-resolver/blob/main/CHANGELOG.md) - [Commits](https://github.com/unrs/unrs-resolver/compare/v1.11.1...v1.12.2) Updates `update-browserslist-db` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/browserslist/update-db/releases) - [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/update-db/compare/1.2.2...1.2.3) Updates `which-typed-array` from 1.1.19 to 1.1.22 - [Changelog](https://github.com/inspect-js/which-typed-array/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspect-js/which-typed-array/compare/v1.1.19...v1.1.22) --- updated-dependencies: - dependency-name: "@babel/code-frame" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/compat-data" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/generator" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/helper-compilation-targets" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/helper-globals" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/helper-module-imports" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/helper-module-transforms" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/helper-string-parser" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/helper-validator-identifier" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/helper-validator-option" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/helpers" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/parser" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/template" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/traverse" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/types" dependency-version: 7.29.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@emnapi/core" dependency-version: 1.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@emnapi/runtime" dependency-version: 1.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@emnapi/wasi-threads" dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@eslint-community/eslint-utils" dependency-version: 4.9.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@eslint/config-array" dependency-version: 0.23.5 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@eslint/config-helpers" dependency-version: 0.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@eslint/core" dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@eslint/object-schema" dependency-version: 3.0.5 dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@eslint/plugin-kit" dependency-version: 0.7.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@floating-ui/core" dependency-version: 1.7.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@floating-ui/dom" dependency-version: 1.7.6 dependency-type: ... Signed-off-by: dependabot[bot] <support@github.com>
6378cca to
3759881
Compare
rennf93
left a comment
There was a problem hiding this comment.
Summary
This grouped dependency bump only touches panel/package.json and panel/pnpm-lock.yaml, which is clean, but it silently upgrades four direct dependencies across major versions (eslint 9→10, typescript 5→6, lucide-react 0.x→1.x, @types/node 25→26) without any source or config changes. Our own prior review of similar group bumps found that the eslint 10 + typescript 6 combination breaks the quality gate when bundled without adaptation, and a read-only review cannot confirm the panel build, type-check, lint, or test suites still pass. I’m requesting changes to split the major-version bumps into separate, individually verified upgrades with the necessary config/source fixes; the remaining patch/minor updates can land once the majors are removed from this PR.
Findings
| File | Line | Severity | Expected → Actual |
|---|---|---|---|
panel/package.json |
55 | major | lucide-react should stay on a 0.x line or the PR should include source/config updates required by the 1.x API change (e.g., icon import path changes). → lucide-react bumped from ^0.562.0 to ^1.23.0 with no source or configuration changes. |
panel/package.json |
91 | major | eslint should stay on ^9 or the PR should update eslint config files to be compatible with eslint 10 (Node/runtime requirements, removed APIs, config format). → eslint bumped from ^9 to ^10 with no eslint config changes. |
panel/package.json |
99 | major | typescript should stay on ^5 or the PR should update tsconfig and source code for TypeScript 6 breaking changes. → typescript bumped from ^5 to ^6 with no tsconfig or source changes. |
panel/package.json |
85 | major | @types/node should stay on ^25 or the PR should verify that Node 26 type changes do not introduce type errors in panel source/tests. → @types/node bumped from ^25.0.8 to ^26.1.0 with no verification that panel type-check still passes. |
panel/package.json |
92 | major | eslint-config-next 16.2.10 should be paired with compatible eslint and typescript versions and updated Next.js ESLint config if needed. → eslint-config-next bumped from 16.1.1 to 16.2.10 together with eslint 10 and typescript 6, creating a coordinated toolchain jump with no config updates. |
Verdict
changes requested
Bumps the dependencies group with 39 updates in the /panel directory:
5.2.25.4.01.1.151.1.181.1.111.2.11.3.31.3.61.1.121.1.151.1.151.1.182.1.162.1.192.1.82.1.111.1.151.1.181.1.81.1.111.2.101.2.132.2.62.3.21.1.81.1.111.2.41.3.01.2.61.3.21.1.131.1.161.2.81.2.110.5.190.5.205.90.165.101.21.13.21.18.14.1.04.4.00.562.01.23.016.1.116.2.1019.2.319.2.719.2.819.2.1719.2.319.2.77.71.07.81.03.8.13.9.23.4.03.6.04.3.54.4.35.0.105.0.144.1.184.3.25.91.25.101.225.0.826.1.09.39.210.6.016.1.116.2.103.8.53.9.44.1.184.3.25.9.36.0.3Updates
@hookform/resolversfrom 5.2.2 to 5.4.0Release notes
Sourced from @hookform/resolvers's releases.
Commits
3d29924feat: add guidance on passing context toyupResolver(useForm context) (#835)56b68f3feat: 5.3.0cf8562dupdate readme on ata-validator5e5b610fix issue with toNestErrors.ts (#848)72aacf8Revise supported versions in SECURITY.mdad89a20feat: add ata-validator resolver (#845)02286dbci: updated publish workflow to use node 24 (#838)2e9bc7cFix(zodResolver): error paths in complex unions #787 (#819)Updates
@radix-ui/react-alert-dialogfrom 1.1.15 to 1.1.18Changelog
Sourced from @radix-ui/react-alert-dialog's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-alert-dialogsince your current version.Updates
@radix-ui/react-avatarfrom 1.1.11 to 1.2.1Changelog
Sourced from @radix-ui/react-avatar's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-avatarsince your current version.Updates
@radix-ui/react-checkboxfrom 1.3.3 to 1.3.6Changelog
Sourced from @radix-ui/react-checkbox's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-checkboxsince your current version.Updates
@radix-ui/react-collapsiblefrom 1.1.12 to 1.1.15Changelog
Sourced from @radix-ui/react-collapsible's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-collapsiblesince your current version.Updates
@radix-ui/react-dialogfrom 1.1.15 to 1.1.18Changelog
Sourced from @radix-ui/react-dialog's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-dialogsince your current version.Updates
@radix-ui/react-dropdown-menufrom 2.1.16 to 2.1.19Changelog
Sourced from @radix-ui/react-dropdown-menu's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-dropdown-menusince your current version.Updates
@radix-ui/react-labelfrom 2.1.8 to 2.1.11Changelog
Sourced from @radix-ui/react-label's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-labelsince your current version.Updates
@radix-ui/react-popoverfrom 1.1.15 to 1.1.18Changelog
Sourced from @radix-ui/react-popover's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-popoversince your current version.Updates
@radix-ui/react-progressfrom 1.1.8 to 1.1.11Changelog
Sourced from @radix-ui/react-progress's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-progresssince your current version.Updates
@radix-ui/react-scroll-areafrom 1.2.10 to 1.2.13Changelog
Sourced from @radix-ui/react-scroll-area's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-scroll-areasince your current version.Updates
@radix-ui/react-selectfrom 2.2.6 to 2.3.2Changelog
Sourced from @radix-ui/react-select's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-selectsince your current version.Updates
@radix-ui/react-separatorfrom 1.1.8 to 1.1.11Changelog
Sourced from @radix-ui/react-separator's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-separatorsince your current version.Updates
@radix-ui/react-slotfrom 1.2.4 to 1.3.0Changelog
Sourced from @radix-ui/react-slot's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-slotsince your current version.Updates
@radix-ui/react-switchfrom 1.2.6 to 1.3.2Changelog
Sourced from @radix-ui/react-switch's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-switchsince your current version.Updates
@radix-ui/react-tabsfrom 1.1.13 to 1.1.16Changelog
Sourced from @radix-ui/react-tabs's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-tabssince your current version.Updates
@radix-ui/react-tooltipfrom 1.2.8 to 1.2.11Changelog
Sourced from @radix-ui/react-tooltip's changelog.
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@radix-ui/react-tooltipsince your current version.Updates
@tailwindcss/typographyfrom 0.5.19 to 0.5.20Release notes
Sourced from @tailwindcss/typography's releases.
Changelog
Sourced from @tailwindcss/typography's changelog.
Commits
e3714a30.5.20f34283dUpdate tailwindcss peer dependency version (#424)543de42bump Node.js881b048Setup OIDC (#423)74a3da7Fix typo in README.md (#413)3963dfeBump js-yaml from 3.14.1 to 3.14.2 (#410)abf85ccclassName instead of classname (#406)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@tailwindcss/typographysince your current version.Updates
@tanstack/react-queryfrom 5.90.16 to 5.101.2Release notes
Sourced from @tanstack/react-query's releases.
... (truncated)
Changelog
Sourced from @tanstack/react-query's changelog.
... (truncated)
Commits
610e8d1ci: Version Packages (#10996)1f84256docs: document theselecttyping caveat for parallel-queries hooks (#10984)b809297ci: Version Packages (#10977)ccc843etest({react,preact}-query/useQueries): move type-only tests to 'useQueries.te...4154613test({react,preact}-query/useMutation): split 'should handle conditional logi...8bb5fdetest({react,preact}-query/useMutation): split 'should pass meta to mutation' ...87426a3test(react-query): replace deprecated 'toBeCalledTimes' with 'toHaveBeenCalle...feb1efdtest(*): move 'vi.useRealTimers' to the end of 'afterEach' so cleanup runs un...f3d8d2aci: Version Packages (#10774)532bb29fix(tests): disable local coverage instrumentation (#10776)Updates
axiosfrom 1.13.2 to 1.18.1Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
a209bfbchore(release): prepare release 1.18.1 (#11027)fa6a55echore(deps-dev): bump multer from 2.1.1 to 2.2.0 (#11026)40e7be8docs: clarifies that request data is request-specific in axios (#11025)a446b39fix(AxiosURLSearchParams): use arrow function so encoder.call(this) receives ...cf1306adocs: add Deno to install instructions (#11023)b32880afix: incorrect use of error (#11021)1792edafix: ensure maxBodyLength is explicitly passed to follow-redirects (#10993)30499d6fix: various runtime crashes and type definition mismatches (#10959)20ce9c4fix(http): defer env proxy handling to Node (#10942)