Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@gravity-ui/table 1.13.0 1.15.0
@tanstack/react-query 5.90.12 5.90.16
react-hook-form 7.69.0 7.71.0
@gravity-ui/uikit 7.28.0 7.29.0
@hey-api/openapi-ts 0.89.2 0.90.3
knip 5.76.3 5.80.2
react-router 7.11.0 7.12.0
sass-embedded 1.97.1 1.97.2
stylelint-order 7.0.0 7.0.1
stylelint-plugin-use-baseline 1.1.4 1.1.6
typescript-eslint 8.50.1 8.53.0

Updates @gravity-ui/table from 1.13.0 to 1.15.0

Release notes

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

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.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
  • 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.16

Release notes

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

@​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)

  • Updated dependencies [7f47906]:

    • @​tanstack/query-core@​5.90.16

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

Patch Changes

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

@​tanstack/react-query@​5.90.15

Patch Changes

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

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

Patch Changes

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

@​tanstack/react-query@​5.90.14

Patch Changes

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

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

Patch Changes

  • Updated dependencies [c01b150]:
    • @​tanstack/react-query@​5.90.11
    • @​tanstack/query-persist-client-core@​5.91.10
Changelog

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

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
  • 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 (...
  • e907f89 fix(core): report errors of useMutation callbacks asynchronously (#9676)
  • 84564f1 ci: Version Packages (#10001)
  • 642f72d test(react-query/ssr): add 'useIsFetching' test for SSR (#9994)
  • 1d20c48 ci: Version Packages (#9997)
  • 2be25ca test(react-query/HydrationBoundary): add tests for 'enabled: false' and 'stal...
  • f15b7fc ci: prepare for trusted publishing (#9952)
  • 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 @​tanstack/react-query since your current version.


Updates react-hook-form from 7.69.0 to 7.71.0

Release notes

Sourced from react-hook-form's releases.

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
  • 195139d 7.71.0
  • e26f886 👌 chore: optimize bundle size via safe terser options (#13243) (#13244)
  • 17c85ed 🚄 perf: separate control context to prevent unnecessary rerenders (#13234)
  • a084dcb ⚡ perf: memoize FormProvider context value to prevent unnecessary rerenders (...
  • 65c78bc 🐞 fix: update isValid when field disabled state changes (#13231)
  • d810ff5 7.70.0
  • c54ebf9 🐞 fix: prevent field array ghost elements with keepDirtyValues (#13188)
  • 3966596 ✅ watch type improvement (#13228)
  • 29885bb 🐞 fix: improve invalid date handling in deepEqual and validation (#13230)
  • 9c22bc7 👌 chore: fix lib type check include tests (#13229)
  • Additional commits viewable in compare view

Updates @gravity-ui/uikit from 7.28.0 to 7.29.0

Release notes

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

v7.29.0

7.29.0 (2025-12-24)

Features

Bug Fixes

Changelog

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

7.29.0 (2025-12-24)

Features

Bug Fixes

Commits

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

Release notes

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

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

Patch Changes

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

Patch Changes

Updated Dependencies:

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

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

Patch Changes

The SDK plugin can generate ready-to-use code examples for each operation, showing how to call the SDK methods with proper parameters and setup.

Learn how to generate examples on the SDK plugin page.

Source is a copy of the input specification used to generate your output. It can be used to power documentation tools or to persist a stable snapshot alongside your generated files.

Learn how to use the source on the Output page.

Updated Dependencies:

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

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

Minor Changes

The Resolvers API has been simplified and expanded to provide a more consistent behavior across plugins. You can view a few common examples on the Resolvers page.

Structure API

The SDK plugin now implements the Structure API, enabling more complex structures and fixing several known issues.

Some Structure APIs are incompatible with the previous configuration, most notably the methodNameBuilder function, which accepted the operation object as an argument. You can read the SDK Output section to familiarize yourself with the Structure API.

... (truncated)

Commits
  • 6b337ae Merge pull request #3198 from hey-api/changeset-release/main
  • c5e56c6 ci: release
  • 0917dfb Merge pull request #3197 from hey-api/chore/editorconfig-hbs
  • c0a72f1 Merge branch 'main' into chore/editorconfig-hbs
  • 701a69c feat(config): add oxfmt preset
  • 4cca04b docs: update roadmap link
  • c88fd19 chore: remove hbs from editorconfig
  • f201cc8 Merge pull request #3188 from hey-api/changeset-release/main
  • b261cf7 chore: update lock file
  • 0ea0348 ci: release
  • Additional commits viewable in compare view

Updates knip from 5.76.3 to 5.80.2

Release notes

Sourced from knip's releases.

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)
  • Add more deterministic workspace mapping to remedy test flakiness (4d000e74)
  • Remove ignoreExportsUsedInFile from default config (f3eddf3d)
  • Update docs (29e5f175)
  • Show link to docs for module load errors in CLI (31ce18a1)
  • Bump release-it (64ad7b4f)
  • Improved TanStack Router Configs (#1449) (3e0b847b)- thanks @​AlexanderKaran!
  • Add warning about invalid tag characters to docs (#1448) (de508e34) - thanks @​solomonhawk!
  • Housekeep a few thingies around resolve in plugins (5b98269b)
  • Improve react-router appDir + fix glob escaper (f993591b)
  • Extended the NX plugins (#1443) (b9dc80e3) - thanks @​AlexanderKaran!
  • Remove mention of editor plugins from FAQ (#1444) (d8fa043c) - thanks @​sebacardello!
  • Fix remaining broken links (a8d0bfd0)
  • Bump md/mdx presets (a4d6b1e7)
  • Fix quoting in release script (2f663e3c)

Release 5.80.0

  • Edit docs (d6f33a51)
  • Only try to use tsconfig files if tsconfig.json exists (707c96db)
  • Also create comment for commits that close an issue (3485d677)
  • Plugin for Parcel (#1438) (24d81313) - thanks @​AlexanderKaran!
  • Edit "Knip for Editors & Agents" (e031018e)
  • Timerify hasRefsInFile (#1435) (c6fa5e47)
  • Fixes #1436 - Make stderr redirection platform-agnostic (#1437) (61305e74) - thanks @​ClementValot!
  • Refactor isReferenced and hasStrictlyNsReferences to better express intent (fa23a330)
  • Fix up and reuse base graph objects in tests (ddc66932)
  • Rename file node key to importedBy, and then some.. (cabee8e6)
  • Refactor hasStrictlyNsReferences (resolve #1427) (0768c8a5)
  • Replace entry symbol in trace output (circle → enter) (a7bc12b6)
  • Add comments to module graph types (9971d476)
  • Work + comment release script (e8486156)

Release 5.79.0

  • Edit docs (a60e15aaccda64ae5511c07d8b641115789c5fd1)
  • Added docs to explain dynamic config (#1423) (834104176c634ee939093480eba79b92c70ff3c0) - thanks @​AlexanderKaran!
  • Fix recursion for namespaced self-re-export (resolve #1429) (edb8bcd09a0cad29e760cd5a43179a6c61e97da1)
  • Fix plugin doc gen after b7bf92a (7a7d19691fb9bb7ad6f545bb88dfa962600f1521)
  • Add cache to OG image gen to speed up build time (1c66878dbf683bcfaee10306c68fc5f6544916ef)

... (truncated)

Commits
  • 05e0159 Release knip@5.80.2
  • 8e74ec7 Move pos from exported default keyword to identifier
  • 307c37b Rename find-internal-references.ts → has-refs-in-file.ts
  • 86bde97 Improve hasRefsInFile
  • 2d0bb0c Accept cwdOrPath in isDirectory and isFile
  • af0d736 Small performance optimization on bun commands (#1453)
  • bb93a2b Add astro-og-canvas plugin (#1445)
  • 3a99050 Release knip@5.80.1
  • 26a6f7b Minor lints/formats
  • ee09aa3 Resolve _partial.scss in compiler (close #1439)
  • Additional commits viewable in compare view

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 this flag also changes the format of client side .data requests from /_root.data to /_.data when navigating to / to align with the new format. This does not impact the request pathname which is still / in all cases.

  • Preserve clientLoader.hydrate=true when using <HydratedRouter unstable_instrumentations> (#14674)

Commits
  • 26653a6 chore: Update version for release (#14712)
  • 7ac2346 chore: Update version for release (pre) (#14709)
  • 75b1ef5 Add origin checks for UI route submissions (#14708)
  • c05ef93 Validate redirect locations (#14706)
  • c89c32c Escape HTML in scroll restoration keys (#14705)
  • cbcbf30 fix: pass nonce to importmap script when using subResourceIntegrity (#14675)
  • 30f6c1d fix(react-router): handle parameters with static suffixes in generatePath (#1...
  • 7f140e0 Handle data requests with trailing slash consistently (#14644)
  • 1954af6 Preserve hydrate property on client loaders during instrumentation (#14674)
  • 5ce5cd4 chore: format
  • Additional commits viewable in compare view

Updates sass-embedded from 1.97.1 to 1.97.2

Changelog

Sourced from sass-embedded's changelog.

1.97.2

  • Additional fixes for implicit configuration when nested imports are involved.
Commits

Updates stylelint-order from 7.0.0 to 7.0.1

Release notes

Sourced from stylelint-order's releases.

7.0.1

  • Added support for Stylelint 17
Changelog

Sourced from stylelint-order's changelog.

7.0.1

  • Added support for Stylelint 17
Commits

Updates stylelint-plugin-use-baseline from 1.1.4 to 1.1.6

Release notes

Sourced from stylelint-plugin-use-baseline's releases.

v1.1.6

1.1.6 (2026-01-11)

Bug Fixes

v1.1.5

1.1.5 (2025-12-26)

Bug Fixes

Changelog

Sourced from stylelint-plugin-use-baseline's changelog.

1.1.6 (2026-01-11)

Bug Fixes

1.1.5 (2025-12-26)

Bug Fixes

Commits
  • 54d0a9e chore(release): 1.1.6 [skip ci]
  • 99f9d67 fix: update baseline data (#97)
  • 33a2796 chore(deps): update actions/checkout action to v6 (#95)
  • cdbca94 chore(deps): update actions/setup-node action to v6 (#96)
  • a72511d chore(release): 1.1.5 [skip ci]
  • e4e4df3 chore(deps): update peter-evans/create-pull-request action to v7.0.11 (#92)
  • 17cec59 fix: update baseline data (#94)
  • See full diff in compare view

Updates typescript-eslint from 8.50.1 to 8.53.0

Release notes

Sourced from typescript-eslint's releases.

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.53.0 (2026-01-12)

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

You can read about our versioning strategy and releases on our website.

8.52.0 (2026-01-05)

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

You can read about our versioning strategy and releases on our website.

8.51.0 (2025-12-29)

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

You can read about our versioning strategy and releases on our website.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@gravity-ui/table](https://github.com/gravity-ui/table) | `1.13.0` | `1.15.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.12` | `5.90.16` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.69.0` | `7.71.0` |
| [@gravity-ui/uikit](https://github.com/gravity-ui/uikit) | `7.28.0` | `7.29.0` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.89.2` | `0.90.3` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.76.3` | `5.80.2` |
| [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.2` |
| [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.1.6` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.50.1` | `8.53.0` |



Updates `@gravity-ui/table` from 1.13.0 to 1.15.0
- [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.0)

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

Updates `react-hook-form` from 7.69.0 to 7.71.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](react-hook-form/react-hook-form@v7.69.0...v7.71.0)

Updates `@gravity-ui/uikit` from 7.28.0 to 7.29.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.29.0)

Updates `@hey-api/openapi-ts` from 0.89.2 to 0.90.3
- [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.3)

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

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.2
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](sass/embedded-host-node@1.97.1...1.97.2)

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.1.6
- [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.1.6)

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

---
updated-dependencies:
- dependency-name: "@gravity-ui/table"
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-hook-form
  dependency-version: 7.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@gravity-ui/uikit"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.90.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: knip
  dependency-version: 5.80.2
  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.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.53.0
  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 12, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2026

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

@dependabot dependabot bot closed this Jan 14, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-612a305152 branch January 14, 2026 18:09
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.

1 participant