Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2026

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

Package From To
@gravity-ui/table 1.13.0 1.15.1
@tanstack/react-query 5.90.12 5.90.19
react-hook-form 7.69.0 7.71.1
@gravity-ui/components 4.17.0 4.18.0
@gravity-ui/uikit 7.28.0 7.30.0
@hey-api/openapi-ts 0.89.2 0.90.8
eslint-plugin-prettier 5.5.4 5.5.5
knip 5.76.3 5.82.1
prettier 3.7.4 3.8.1
react-router 7.11.0 7.12.0
sass-embedded 1.97.1 1.97.3
stylelint-config-recess-order 7.4.0 7.6.0
stylelint-order 7.0.0 7.0.1
stylelint-plugin-use-baseline 1.1.4 1.2.0
typescript-eslint 8.50.1 8.53.1

Updates @gravity-ui/table from 1.13.0 to 1.15.1

Release notes

Sourced from @​gravity-ui/table's releases.

v1.15.1

1.15.1 (2026-01-16)

Bug Fixes

  • BaseRow: do not trigger row click event handler for selection events (#136) (9bff751)

v1.15.0

1.15.0 (2026-01-12)

Features

  • docs: add TableColumnSetup migration to the migration guide (#133) (b6c6ee8)

Bug Fixes

  • useColumnsAutoSize: use rows ids as dependency at effect (#135) (3585453)

v1.14.0

1.14.0 (2025-11-25)

Features

Changelog

Sourced from @​gravity-ui/table's changelog.

1.15.1 (2026-01-16)

Bug Fixes

  • BaseRow: do not trigger row click event handler for selection events (#136) (9bff751)

1.15.0 (2026-01-12)

Features

  • docs: add TableColumnSetup migration to the migration guide (#133) (b6c6ee8)

Bug Fixes

  • useColumnsAutoSize: use rows ids as dependency at effect (#135) (3585453)

1.14.0 (2025-11-25)

Features

Commits
  • 8974f75 chore(main): release 1.15.1 (#137)
  • 9bff751 fix(BaseRow): do not trigger row click event handler for selection events (#136)
  • 8c810b3 chore(main): release 1.15.0 (#134)
  • 3585453 fix(useColumnsAutoSize): use rows ids as dependency at effect (#135)
  • b6c6ee8 feat(docs): add TableColumnSetup migration to the migration guide (#133)
  • 0ea1159 chore(main): release 1.14.0 (#132)
  • 1dacad2 feat(docs): add migration guide from uikit table (#131)
  • 39ebd4d feat: added useRowSelectionFixedHandler (#128)
  • See full diff in compare view

Updates @tanstack/react-query from 5.90.12 to 5.90.19

Release notes

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

@​tanstack/react-query-persist-client@​5.90.19

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.16
    • @​tanstack/react-query@​5.90.17

@​tanstack/react-query@​5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19

@​tanstack/react-query-persist-client@​5.90.18

Patch Changes

  • Updated dependencies [4be3ad7]:
    • @​tanstack/react-query@​5.90.16
    • @​tanstack/query-persist-client-core@​5.91.15

@​tanstack/react-query@​5.90.18

Patch Changes

  • Updated dependencies [dea1614]:
    • @​tanstack/query-core@​5.90.18

@​tanstack/react-query-persist-client@​5.90.17

Patch Changes

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

@​tanstack/react-query@​5.90.17

Patch Changes

  • Updated dependencies [269351b]:
    • @​tanstack/query-core@​5.90.17

@​tanstack/react-query-persist-client@​5.90.16

Patch Changes

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

@​tanstack/react-query@​5.90.16

Patch Changes

  • fix(react-query): allow retryOnMount when throwOnError is function (#9338)

... (truncated)

Changelog

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

5.90.19

Patch Changes

  • Updated dependencies [53fc74e]:
    • @​tanstack/query-core@​5.90.19

5.90.18

Patch Changes

  • Updated dependencies [dea1614]:
    • @​tanstack/query-core@​5.90.18

5.90.17

Patch Changes

  • Updated dependencies [269351b]:
    • @​tanstack/query-core@​5.90.17

5.90.16

Patch Changes

  • fix(react-query): allow retryOnMount when throwOnError is function (#9338)

  • Updated dependencies [7f47906]:

    • @​tanstack/query-core@​5.90.16

5.90.15

Patch Changes

  • Updated dependencies [fccef79]:
    • @​tanstack/query-core@​5.90.15

5.90.14

Patch Changes

  • Updated dependencies [d576092]:
    • @​tanstack/query-core@​5.90.14

5.90.13

Patch Changes

  • Updated dependencies [4a0a78a]:
    • @​tanstack/query-core@​5.90.13
Commits
  • 0525ad1 ci: Version Packages (#10047)
  • 53fc74e fix(query-core): fix combine not updating when queries change with stable ref...
  • 64d5d62 ci: Version Packages (#10045)
  • dea1614 fix(query-core): avoid throwing promise errors when data exists (#10025)
  • bf7f47e ci: Version Packages (#10033)
  • 44c3cb9 test(react-query/ssr): add 'useQueries' test for SSR (#9996)
  • 167db32 ci: Version Packages (#10005)
  • 4be3ad7 fix(react-query): allow retryOnMount when throwOnError is function (#9336) (#...
  • 0a1e3e0 ci: Version Packages (#10003)
  • fccef79 fix(query-core): ensure query refetches on mount/retry when status is error (...
  • Additional commits viewable in compare view
Maintainer changes

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


Updates react-hook-form from 7.69.0 to 7.71.1

Release notes

Sourced from react-hook-form's releases.

Version v7.71.1

🐞 fix #13250 issue with booleans_as_integers (#13252)

Version 7.71.0

⚡ perf: memoize FormProvider context value to prevent unnecessary rerenders (#13235) 🚄 perf: separate control context to prevent unnecessary rerenders (#13234) 🐞 fix: update isValid when field disabled state changes (#13231) 👌 chore: optimize bundle size via safe terser options (#13243) (#13244)

thanks to @​kamja44, @​a28689604 & @​newsiberian

Version 7.70.0

✅ watch type improvement (#13228) 🐞 fix: prevent field array ghost elements with keepDirtyValues (#13188) 🐞 fix: improve invalid date handling in deepEqual and validation (#13230) 🐞 fix(types): handle branded types correctly in DeepPartial (#13222) 🐞 fix native validation focus issue (#13220) 🐞 change spread operator to set name with depricated names prop, then override with new name prop is supplied (#13214) 🐞 fix: prevent duplicate subscription trigger in setValue (#13206) (#13209) 👌 chore: fix lib type check include tests (#13229)

thanks to @​EdwardEB, @​constantly-dev & @​a28689604

Commits

Updates @gravity-ui/components from 4.17.0 to 4.18.0

Release notes

Sourced from @​gravity-ui/components's releases.

v4.18.0

4.18.0 (2026-01-22)

Features

  • Stories: add keyboard navigation with arrow keys (#370) (34bc1f1)

Bug Fixes

  • Gallery: add min-width for the gallery content (#364) (962426b)
  • Gallery: reduce gallery controls area height (#367) (b69d7f3)
Changelog

Sourced from @​gravity-ui/components's changelog.

4.18.0 (2026-01-22)

Features

  • Stories: add keyboard navigation with arrow keys (#370) (34bc1f1)

Bug Fixes

  • Gallery: add min-width for the gallery content (#364) (962426b)
  • Gallery: reduce gallery controls area height (#367) (b69d7f3)
Commits

Updates @gravity-ui/uikit from 7.28.0 to 7.30.0

Release notes

Sourced from @​gravity-ui/uikit's releases.

v7.30.0

7.30.0 (2026-01-22)

Features

  • Card: added aria-checked state and changed role (#2555) (7e17e76)
  • Checkbox: add hover to checked state (#2548) (f8bfda7)
  • some improvements at color picker (#2547) (74c22e9)
  • Toaster: simplify required interface for provider (#2544) (0d6fe60)

Bug Fixes

v7.29.0

7.29.0 (2025-12-24)

Features

Bug Fixes

Changelog

Sourced from @​gravity-ui/uikit's changelog.

7.30.0 (2026-01-22)

Features

  • Card: added aria-checked state and changed role (#2555) (7e17e76)
  • Checkbox: add hover to checked state (#2548) (f8bfda7)
  • some improvements at color picker (#2547) (74c22e9)
  • Toaster: simplify required interface for provider (#2544) (0d6fe60)

Bug Fixes

7.29.0 (2025-12-24)

Features

Bug Fixes

Commits

Updates @hey-api/openapi-ts from 0.89.2 to 0.90.8

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.90.8

Patch Changes

Updated Dependencies:

  • @​hey-api/codegen-core@​0.5.4

@​hey-api/openapi-ts@​0.90.7

Patch Changes

Updated Dependencies:

  • @​hey-api/codegen-core@​0.5.3

@​hey-api/openapi-ts@​0.90.6

Patch Changes

@​hey-api/openapi-ts@​0.90.4

Patch Changes

@​hey-api/openapi-ts@​0.90.3

Patch Changes

@​hey-api/openapi-ts@​0.90.2

Patch Changes

... (truncated)

Commits
  • 9a2e0c8 Merge pull request #3237 from hey-api/changeset-release/main
  • 4b449b8 chore: update lock file
  • d6c7e8a ci: release
  • 01f846e Merge pull request #3238 from hey-api/fix/ascii-bye-generate
  • 72e17f3 fix: do not show ascii logo on generate command
  • c2cf380 Merge pull request #3235 from hey-api/refactor/logger-core
  • 88532f0 refactor: move logger to codegen-core
  • a801a1d Merge pull request #3233 from hey-api/changeset-release/main
  • f9cc5bc chore: update lock file
  • aa24f41 ci: release
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.5.4 to 5.5.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.5

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.5

Patch Changes

Commits
  • e2c154a chore: release eslint-plugin-prettier (#773)
  • 6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
  • 77651a3 fix: bump synckit for yarn PnP ESM issue (#776)
  • 7264ed0 chore: bump prettier-linter-helpers to v1.0.1 (#772)
  • e11a5b7 build(deps): Bump the actions group across 1 directory with 3 updates (#769)
  • befda88 ci: enable trusted publishing (#757)
  • See full diff in compare view
Maintainer changes

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


Updates knip from 5.76.3 to 5.82.1

Release notes

Sourced from knip's releases.

Release 5.82.1

  • Add vsce + ovsx verify PATs (6bec12857f9278c07685388eac3f9d475b63d5df)
  • Improve coverage for isReferencedInExport types (570eafe3a69cc2738e5aabb800cc9dd0076b83ca)

Release 5.82.0

  • Release @​knip/create-config@​1.2.0 (31eaaf544c88bd4c26003025da515a0f8ac134dd)
  • Update docs (0384673619ad523cfc936b7c7c465010de40f5b1)
  • Add config load error hint + example env var fixes (close #1470) (844beb008dc155b8b04fee085949c9e32513f409)
  • Improve mdx "compiler" (resolve #1471) (cd145e2a189be3be37ca997ad3aa0d96c90270be)
  • Add and use deputy.addIgnoredUnresolved (4f6d9e5c9216fe9743ddaec1fa8f71d4fc33469f)
  • Unescape regex in config hint output (b51772648213276b960fd11d93a4c1df01c3ba4d)
  • Create new sveltekit plugin (split from svelte) (714af2e7908f3493c27b1c2f74b617e9a2d3c4d6)
  • Use bun@1.2.22 (cf5bae269428b87a1f1c84aa49654399b910d484)
  • Detect and install none installed packages (#1473) (abefd095a798b0356b1952dcbc74a6f851b69ab0) - thanks @​AlexanderKaran!
  • Auto-format (443017526c47e1095bd6b44babc1fb2639a28cde)

Release 5.81.0

  • Update CLI documentation to match current implementation (#1458) (937dd832d9421a295e733d0046266b3154fd78fc) - thanks @​sebacardello!
  • Replace glob with fs helpers (#1454) (880f7182f3df5df5b1ee497d73c02846ae8f10f4) - thanks @​gameroman!
  • Expand workspace filter (#1455) (b3edb80a9b56fecd2b9ed67a5dcc927e405bd93d) - thanks @​fightZy!
  • Sync up cli-arguments ↔ md docs further (47559d21f1f13a2317c4b9d8439d5df4c8084306)
  • Minor refactor for lints & consistency (c5e66dbe226612c8ea7c65b5d193292a115c987e)
  • Fix manual enabled compilers (#1457) (57df2e1c581b14e85023bd857048bb313d386130) - thanks @​digitsum!
  • add push notification once module graph is built (#1461) (57825f443509fb2afa0444f7831ea67a798364f8) - thanks @​niklas-wortmann!
  • fix(prisma): Avoid crash if Prisma schema path is not specified (#1464) (1e0ffc7d64fa513eec47e082b0aba96c817960ee) - thanks @​stephenwade!
  • Add Nitro plugin (#1415) (ecf5e34b51f3817dabcf50ca6705141aea3f56e5) - thanks @​lynnntropy!
  • Add a few impl guidelines to AGENTS.md (5923a20b0b8a12fb33ef23ecf600e82cc1afe7c9)
  • Optimize workspaces storage & usage inside ConfigurationChief (602603fdf428d329925e191dde319388e8726597)
  • Exclude optional peer deps from the production deps check in strict mode (resolve #1145) (605fb852a927ef89c0983000cf623f00ab3ebc55)
  • Consider all members of keyof typeof MyEnum used (7d5b9d6c34f0c25d5608f398defe3ed12f0f49c3)
  • Add entry files to sveltekit (resolve #1162, resolve #1465) (c0ed40a21519993d0513bb87b1b2a189b3d0054f)
  • Consistent config options (dc11214340839b3e0d11c6b5f0d1bcbd271ccb5f)
  • Warn for faux monorepo in init script (b94dcfa6b0e108d3bcb80d35fdde7ff54274d908)
  • Document new --workspace behavior (#1455) (9cbbbc203199c002616722ad76704b621c0706d4)
  • Auto-format (4c3e45ffe9dc447ab9630022406a89a04ae7acda)
  • Add npm login to release script (968d339f8583c678bb891a446ac038d79b6716c9)

Release 5.80.2

  • Add astro-og-canvas plugin (#1445) (bb93a2b8ea4cbd87b300f5bcc4676cd8e83d786d) - thanks @​JoshuaKGoldberg!
  • Small performance optimization on bun commands (#1453) (af0d73673b587df10635ec19e367b788bdb173cd) - thanks @​ClementValot!
  • Accept cwdOrPath in isDirectory and isFile (2d0bb0cd38fb8d0502532b0999cb4cf795c3e4cb)
  • Improve hasRefsInFile (86bde97ea1a202fdd9dad1fd05a30026fa78f284)
  • Rename find-internal-references.ts → has-refs-in-file.ts (307c37b87e311da519342d39216e8a38aa635388)
  • Move pos from exported default keyword to identifier (8e74ec7154f408e53973a9cdad7492c711d7811b)
  • Fix release script (71206b79a43b7c293be36135f863e2b73981d16a)

Release 5.80.1

  • Minor lints/formats (26a6f7b5)
  • Resolve _partial.scss in compiler (close #1439) (ee09aa33)
  • Add tip re. Knip editor extension early on (88c488a8)

... (truncated)

Commits
  • a306f49 Release knip@5.82.1
  • 570eafe Improve coverage for isReferencedInExport types
  • afd268a Release knip@5.82.0
  • 714af2e Create new sveltekit plugin (split from svelte)
  • b517726 Unescape regex in config hint output
  • 4f6d9e5 Add and use deputy.addIgnoredUnresolved
  • cd145e2 Improve mdx "compiler" (resolve #1471)
  • 844beb0 Add config load error hint + example env var fixes (close #1470)
  • 9fdba99 Release knip@5.81.0
  • 4c3e45f Auto-format
  • Additional commits viewable in compare view

Updates prettier from 3.7.4 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

Commits

Updates react-router from 7.11.0 to 7.12.0

Release notes

Sourced from react-router's releases.

v7.12.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7120

Changelog

Sourced from react-router's changelog.

7.12.0

Minor Changes

  • Add additional layer of CSRF protection by rejecting submissions to UI routes from external origins. If you need to permit access to specific external origins, you can specify them in the react-router.config.ts config allowedActionOrigins field. (#14708)

Patch Changes

  • Fix generatePath when used with suffixed params (i.e., "/books/:id.json") (#14269)

  • Export UNSAFE_createMemoryHistory and UNSAFE_createHashHistory alongside UNSAFE_createBrowserHistory for consistency. These are not intended to be used for new apps but intended to help apps usiong unstable_HistoryRouter migrate from v6->v7 so they can adopt the newer APIs. (#14663)

  • Escape HTML in scroll restoration keys (#14705)

  • Validate redirect locations (#14706)

  • [UNSTABLE] Pass <Scripts nonce> value through to the underlying importmap script tag when using future.unstable_subResourceIntegrity (#14675)

  • [UNSTABLE] Add a new future.unstable_trailingSlashAwareDataRequests flag to provide consistent behavior of request.pathname inside middleware, loader, and action functions on document and data requests when a trailing slash is present in the browser URL. (#14644)

    Currently, your HTTP and request pathnames would be as follows for /a/b/c and /a/b/c/

    URL /a/b/c HTTP pathname request pathname`
    Document /a/b/c /a/b/c
    Data /a/b/c.data /a/b/c
    URL /a/b/c/ HTTP pathname request pathname`
    Document /a/b/c/ /a/b/c/
    Data /a/b/c.data /a/b/c ⚠️

    With this flag enabled, these pathnames will be made consistent though a new _.data format for client-side .data requests:

    URL /a/b/c HTTP pathname request pathname`
    Document /a/b/c /a/b/c
    Data /a/b/c.data /a/b/c
    URL /a/b/c/ HTTP pathname request pathname`
    Document /a/b/c/ /a/b/c/
    Data /a/b/c/_.data ⬅️ /a/b/c/

    This a bug fix but we are putting it behind an opt-in flag because it has the potential to be a "breaking bug fix" if you are relying on the URL format for any other application or caching logic.

    Enabling th...

    Description has been truncated

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@gravity-ui/table](https://github.com/gravity-ui/table) | `1.13.0` | `1.15.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.12` | `5.90.19` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.69.0` | `7.71.1` |
| [@gravity-ui/components](https://github.com/gravity-ui/components) | `4.17.0` | `4.18.0` |
| [@gravity-ui/uikit](https://github.com/gravity-ui/uikit) | `7.28.0` | `7.30.0` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.89.2` | `0.90.8` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.76.3` | `5.82.1` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.11.0` | `7.12.0` |
| [sass-embedded](https://github.com/sass/embedded-host-node) | `1.97.1` | `1.97.3` |
| [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) | `7.4.0` | `7.6.0` |
| [stylelint-order](https://github.com/hudochenkov/stylelint-order) | `7.0.0` | `7.0.1` |
| [stylelint-plugin-use-baseline](https://github.com/ryo-manba/stylelint-plugin-use-baseline) | `1.1.4` | `1.2.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.50.1` | `8.53.1` |



Updates `@gravity-ui/table` from 1.13.0 to 1.15.1
- [Release notes](https://github.com/gravity-ui/table/releases)
- [Changelog](https://github.com/gravity-ui/table/blob/main/CHANGELOG.md)
- [Commits](gravity-ui/table@v1.13.0...v1.15.1)

Updates `@tanstack/react-query` from 5.90.12 to 5.90.19
- [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.90.19/packages/react-query)

Updates `react-hook-form` from 7.69.0 to 7.71.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.69.0...v7.71.1)

Updates `@gravity-ui/components` from 4.17.0 to 4.18.0
- [Release notes](https://github.com/gravity-ui/components/releases)
- [Changelog](https://github.com/gravity-ui/components/blob/main/CHANGELOG.md)
- [Commits](gravity-ui/components@v4.17.0...v4.18.0)

Updates `@gravity-ui/uikit` from 7.28.0 to 7.30.0
- [Release notes](https://github.com/gravity-ui/uikit/releases)
- [Changelog](https://github.com/gravity-ui/uikit/blob/main/CHANGELOG.md)
- [Commits](gravity-ui/uikit@v7.28.0...v7.30.0)

Updates `@hey-api/openapi-ts` from 0.89.2 to 0.90.8
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.89.2...@hey-api/openapi-ts@0.90.8)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5)

Updates `knip` from 5.76.3 to 5.82.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.82.1/packages/knip)

Updates `prettier` from 3.7.4 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.7.4...3.8.1)

Updates `react-router` from 7.11.0 to 7.12.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router)

Updates `sass-embedded` from 1.97.1 to 1.97.3
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](sass/embedded-host-node@1.97.1...1.97.3)

Updates `stylelint-config-recess-order` from 7.4.0 to 7.6.0
- [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases)
- [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md)
- [Commits](stormwarning/stylelint-config-recess-order@v7.4.0...v7.6.0)

Updates `stylelint-order` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](hudochenkov/stylelint-order@7.0.0...7.0.1)

Updates `stylelint-plugin-use-baseline` from 1.1.4 to 1.2.0
- [Release notes](https://github.com/ryo-manba/stylelint-plugin-use-baseline/releases)
- [Changelog](https://github.com/ryo-manba/stylelint-plugin-use-baseline/blob/main/CHANGELOG.md)
- [Commits](ryo-manba/stylelint-plugin-use-baseline@v1.1.4...v1.2.0)

Updates `typescript-eslint` from 8.50.1 to 8.53.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.53.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@gravity-ui/table"
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.71.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@gravity-ui/components"
  dependency-version: 4.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@gravity-ui/uikit"
  dependency-version: 7.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.90.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: knip
  dependency-version: 5.82.1
  dependency-type: direct:development
  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: react-router
  dependency-version: 7.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sass-embedded
  dependency-version: 1.97.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: stylelint-config-recess-order
  dependency-version: 7.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: stylelint-order
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: stylelint-plugin-use-baseline
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.53.1
  dependency-type: direct:development
  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 Jan 22, 2026
@netsvetoch netsvetoch merged commit 59a6fdf into main Jan 24, 2026
6 checks passed
@netsvetoch netsvetoch deleted the dependabot/npm_and_yarn/dependencies-ef970921ac branch January 24, 2026 01:57
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.

2 participants