Skip to content

chore(deps): bump the dependencies group across 1 directory with 12 updates#118

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-52d4e0b217
Open

chore(deps): bump the dependencies group across 1 directory with 12 updates#118
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-52d4e0b217

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

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

Package From To
@gravity-ui/navigation 4.0.11 4.0.12
@gravity-ui/icons 2.17.0 2.18.0
@gravity-ui/uikit 7.32.0 7.33.0
@hey-api/openapi-ts 0.92.4 0.94.0
@types/node 25.3.0 25.4.0
eslint-plugin-react-refresh 0.5.0 0.5.2
globals 17.3.0 17.4.0
knip 5.85.0 5.86.0
react-router 7.13.0 7.13.1
stylelint 17.3.0 17.4.0
stylelint-plugin-use-baseline 1.2.4 1.2.7
typescript-eslint 8.56.0 8.57.0

Updates @gravity-ui/navigation from 4.0.11 to 4.0.12

Release notes

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

v4.0.12

What's Changed

Full Changelog: gravity-ui/navigation@v4.0.11...v4.0.12

Changelog

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

Changelog

5.0.0 (2026-02-27)

⚠ BREAKING CHANGES

Features

Commits

Updates @gravity-ui/icons from 2.17.0 to 2.18.0

Release notes

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

v2.18.0

2.18.0 (2026-03-06)

Features

Changelog

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

2.18.0 (2026-03-06)

Features

Commits

Updates @gravity-ui/uikit from 7.32.0 to 7.33.0

Release notes

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

v7.33.0

7.33.0 (2026-02-27)

Features

Bug Fixes

  • Bug: fixed positioning in Drawer (#2598) (bc092dc)
  • FileDropZone: pass accept prop to file input and respect multiple in drop handler (#2594) (9f24780)
  • List: correctly handle first item index in getElementId for screen readers (#2601) (48e536a)
  • Select: remove doubled invocation of onUpdate in case of single selection by enter (#2590) (0a21f5e)
  • Slider: fix text color in tooltip (#2588) (a0492dc)
  • TextInput: hide default "x" icon in search (#2599) (238ecc3)
Changelog

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

7.33.0 (2026-02-27)

Features

Bug Fixes

  • Bug: fixed positioning in Drawer (#2598) (bc092dc)
  • FileDropZone: pass accept prop to file input and respect multiple in drop handler (#2594) (9f24780)
  • List: correctly handle first item index in getElementId for screen readers (#2601) (48e536a)
  • Select: remove doubled invocation of onUpdate in case of single selection by enter (#2590) (0a21f5e)
  • Slider: fix text color in tooltip (#2588) (a0492dc)
  • TextInput: hide default "x" icon in search (#2599) (238ecc3)
Commits
  • 3c51d88 chore(main): release 7.33.0 (#2589)
  • 48e536a fix(List): correctly handle first item index in getElementId for screen reade...
  • 238ecc3 fix(TextInput): hide default "x" icon in search (#2599)
  • bc092dc fix(Bug): fixed positioning in Drawer (#2598)
  • 9f24780 fix(FileDropZone): pass accept prop to file input and respect multiple in...
  • b2d5c7e chore: add codeowner for FileDropZone & useDropZone (#2592)
  • dadb9ad feat: add useCollapseChildren hook (#2443)
  • 0a21f5e fix(Select): remove doubled invocation of onUpdate in case of single selectio...
  • a0492dc fix(Slider): fix text color in tooltip (#2588)
  • See full diff in compare view

Updates @hey-api/openapi-ts from 0.92.4 to 0.94.0

Release notes

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

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

Minor Changes

Patch Changes

Updated Dependencies:

  • @​hey-api/shared@​0.2.2
  • @​hey-api/codegen-core@​0.7.1

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

Patch Changes

... (truncated)

Commits
  • 60fc6a9 Merge pull request #3478 from hey-api/changeset-release/main
  • 7fcee0c ci: release
  • 3324e94 Merge pull request #3500 from hey-api/fix/typescript-enum-ref
  • 127e67b fix: reference enum object when creating enum types
  • f38367d Merge pull request #3499 from hey-api/feat/tanstack-preact-query
  • 873839e feat: add @​tanstack/preact-query plugin
  • e2643c1 chore(docs): update contributors list
  • f4ab416 Merge pull request #3498 from hey-api/fix/dev-mode-check
  • ea2538b fix: simplify dev mode check
  • 3ae2b77 Merge pull request #3497 from hey-api/copilot/expand-metadata-option-zod-valibot
  • Additional commits viewable in compare view

Updates @types/node from 25.3.0 to 25.4.0

Commits

Updates eslint-plugin-react-refresh from 0.5.0 to 0.5.2

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.5.2

  • Support nested function calls for extraHOCs (actually fixes #104)

v0.5.1

  • Mark ESLint v10 as supported
  • Support false positives with TypeScript function overloading (fixes #105)
  • Support nested function calls for extraHOCs (fixes #104)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.5.2

  • Support nested function calls for extraHOCs (actually fixes #104)

0.5.1

  • Mark ESLint v10 as supported
  • Support false positives with TypeScript function overloading (fixes #105)
  • Support nested function calls for extraHOCs (fixes #104)
Commits
  • c0317bf Fix support for nested function calls for extraHOCs [publish]
  • 42a1805 Explicit v10 support (fixes #106) [publish]
  • 199793e Support nested function calls for extraHOCs (fixes #104)
  • 26b3c15 Support false positives with TypeScript function overloading (fixes #105)
  • See full diff in compare view

Updates globals from 17.3.0 to 17.4.0

Release notes

Sourced from globals's releases.

v17.4.0

  • Update globals (2026-03-01) (#338) d43a051

sindresorhus/globals@v17.3.0...v17.4.0

Commits

Updates knip from 5.85.0 to 5.86.0

Release notes

Sourced from knip's releases.

Release 5.86.0

  • Rewrite import specifiers to use .ts extensions, remove tsx (#1548) (58674ade551d04ca38eea5b8273e8843eed7659d) - thanks @​wojtekmaj!
  • Add .spec-d to vitest entry files (#1556) (3123ab76745990b2483f9c8f26c9c9ad4500d4aa) - thanks @​yamachi4416!
  • Update docs for tsx → node (0418eba6dc6a0d5e1e56cce1c037b0ae6846bc64)
  • Auto-format (7142fd701f97f8a4115c4094d1007f2551c33537)
  • Add Qwik plugin (#1557) (fc668f4b59e40caddf8e9904fb50dc59de1a86f8) - thanks @​azat-io!
  • Fix Bun plugin to handle directory arguments in bun test (c112b6c68b13976e4b601c5169a09e748e67fd4f)
  • Update FAQ (b105a42610346f7b9a07071ab8f5d2d7c60b004f)
  • fix(plugin): swc with externalHelpers setting ignores @swc/helpers dependency (#1560) (4bcb1f5429d003e6e2b28e2bd65a64c849fe0786) - thanks @​bobaaaaa!
  • chore: git ignore artifacts (#1563) (4878724a6599bc80a9ef9c62d86d2805d7d8a914) - thanks @​unional!
  • Fix Vite plugin to respect root option for index.html entries (#1561) (67a56470f61cadfe1e771adc87385a98e398da2e) - thanks @​azat-io!
  • Fix Astro sharpImageService() false positive for unused sharp (#1559) (c36247cc034a14a846e94faafbdd2097f9a5d7d2) - thanks @​azat-io!
  • Fix up gitignore test (b2c3d086be6c76791d2b60b10944df3b7b52d9fc)
  • fix: normalize Windows backslash paths in fs.watch listener to fix --watch on Windows (#1558) (b86b421ec9f6bf1c930600c5109511712af3d224) - thanks @​Aiudadadadf!
  • Fix wrangler plugin not enabled by jsonc config (#1564) (00bb1be35386300e6ea302c14a9b15e3f6e03b35) - thanks @​DaniFoldi!
  • Edit AGENTS.md (a2aaf2f9983e24b881191403bd716bd1ee791c70)
  • Fix tsconfig presets marked as unlisted in strict mode (resolve #1568) (463d67dad5f105cc2a76ce847192a9a7d1fb8498)
  • oxcellent (8a602c7863b63b1a940584e2a0436b70d8650be8)
  • Refactor format test and use prettier for consistent results (b6afc01828f884f579747e6d8e425aa1b07a068f)
  • Sort package.json (d3a521b62d4ba5de05d3497b456cf9d225a743c8)
  • Add .git to GLOBAL_IGNORE_PATTERNS (resolve #1571) (4e95ffb45748fa1ae84548c1992d2947826d2667)
  • Detect Yarn plugins that are listed by their path alone (#1574) (de4c7d898f83a52ea80a374d9395bcb109f39c23) - thanks @​robintown!
  • Start using unbash (a5de2c4e49bda454f0e42b4e5bfae54024d27772)
  • Bump unbash & simplify bash parser further (57896d32c86412ad5941c67fbb2fc29882a5bafa)
  • Fix refs in workspaces fixture (#1578) (fbee3426ccc05eaf2fcaa069826cd3594f946db9)
  • Include a few more entry patterns with pageExtensions (resolve #1581) (c6a6d9e72b7674392cb58675befcc4c6bbb64e11)
  • Clean exit if --fix fixes all issues (resolve #1577) (c182c29e35748ff044048c578b6bf7dd99dae9a8)
  • Document JSDoc tag hints (0e7b6ae8d66650da9e4aad81aa2bb7cfbd985e57)
  • Update AGENTS.md (f845462736f9fb6349c7e4bfd0f72d76df473f8c)
  • Add openapi-ts plugin (#1579) (42d1b3f5f912b37ed73ab46dc0fe07a93135413b) - thanks @​jonahsnider!
  • Migrate from js-yamlyaml (fb042ae235e57b340d167bb7bb7d7ddb0fa5b1fb)
  • pnpm dedupe (2586254448e28bd54025f5726d23bf4f95c2e886)
  • Fix plugin list order (#1587) (519ae3aca72333978c674aab0e7376c7007deaaf) - thanks @​ikeyan!
  • Fix confusing test fixtures for openapi-ts plugin (#1591) (f0083cac6c51337b1b53ee499dadcd5fa5e209ba) - thanks @​jonahsnider!
  • Off-by-1 (7d7dec6fec59ab8cddca09688d4ad05cdece1aea)
  • Don't fix compiled files (pos off) (a9fdc77fa6321e469b718131df556c37289a7dbd)
  • Add aliases from any tsconfig file in typescript plugin (resolve #1347) (ced77c707d064c5067b6dc331e76d878dc4add87)
  • Support auto-imports in Nuxt plugin (#1517) (4ce27b2f793882bc3fc8f72813b4c0c6152e5168)
  • Fix + lint .ts extension in import specifiers (d349de315a37f5ae208522abe830f1c41732779a)
  • Safe ts.isInTopLevelContextisInTopLevelScope (1819c2050440f82eb30e7be9d271298e6b4c8f14)
  • Wrap session.handleFileChanges in try/catch (185afb8cc6b914df31ca0c22315190e44c2834da)
  • Improve MDX compiler (9205e2a9480182605975687ebc4282f9805da58b)
  • fix(playwright): Add missing built-in null reporter (#1596) (0f1ce7d1bba7a80ce0697378efd2be0968383a86) - thanks @​shrink!
  • Add package.json#imports as entry points (1fbe286046bd51653fff4139b4b8a0ef1ea04193)
  • Update some dependencies + dedupe (381241e2e1e1875da7e34baee6b5d00f0aef0295)
  • Add support for extends in nuxt plugin (9fcbdf5244f81820b9a2f53d5b320e6c54fba792)
  • Update release script (f446b4f08ca48f7b135eb9da34a6388249598f1e)
Commits
  • 5abbc4a Release knip@5.86.0
  • f446b4f Update release script
  • 9fcbdf5 Add support for extends in nuxt plugin
  • 381241e Update some dependencies + dedupe
  • 1fbe286 Add package.json#imports as entry points
  • 0f1ce7d fix(playwright): Add missing built-in null reporter (#1596)
  • 9205e2a Improve MDX compiler
  • 1819c20 Safe ts.isInTopLevelContextisInTopLevelScope
  • d349de3 Fix + lint .ts extension in import specifiers
  • 4ce27b2 Support auto-imports in Nuxt plugin (#1517)
  • Additional commits viewable in compare view

Updates react-router from 7.13.0 to 7.13.1

Release notes

Sourced from react-router's releases.

v7.13.1

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

Changelog

Sourced from react-router's changelog.

7.13.1

Patch Changes

  • fix null reference exception in bad codepath leading to invalid route tree comparisons (#14780)

  • fix: clear timeout when turbo-stream encoding completes (#14810)

  • Improve error message when Origin header is invalid (#14743)

  • Fix matchPath optional params matching without a "/" separator. (#14689)

    • matchPath("/users/:id?", "/usersblah") now returns null.
    • matchPath("/test_route/:part?", "/test_route_more") now returns null.
  • add RSC unstable_getRequest (#14758)

  • Fix HydrateFallback rendering during initial lazy route discovery with matching splat route (#14740)

  • [UNSTABLE] Add support for <Link unstable_mask> in Data Mode which allows users to navigate to a URL in the router but "mask" the URL displayed in the browser. This is useful for contextual routing usages such as displaying an image in a model on top of a gallery, but displaying a browser URL directly to the image that can be shared and loaded without the contextual gallery in the background. (#14716)

    // routes/gallery.tsx
    export function clientLoader({ request }: Route.LoaderArgs) {
      let sp = new URL(request.url).searchParams;
      return {
        images: getImages(),
        // When the router location has the image param, load the modal data
        modalImage: sp.has("image") ? getImage(sp.get("image")!) : null,
      };
    }
    export default function Gallery({ loaderData }: Route.ComponentProps) {
    return (
    <>
    <GalleryGrid>
    {loaderData.images.map((image) => (
    <Link
    key={image.id}
    {/* Navigate the router to /galley?image=N /}}
    to={/gallery?image=${image.id}}
    {/ But display /images/N in the URL bar */}}
    unstable_mask={/images/${image.id}}
    >
    <img src={image.url} alt={image.alt} />
    </Link>
    ))}
    </GalleryGrid>
      {/* When the modal data exists, display the modal */}
      {data.modalImage ? (

... (truncated)

Commits
  • aa3f078 chore: Update version for release (#14829)
  • 3207a5c chore: Update version for release (pre) (#14814)
  • aa93af3 Merge branch 'main' into release-next
  • db7eb57 Fix manifest version mismatch reload losing query parameters and hash (#14813)
  • 2994019 Add support for <Link unstable_mask> (#14716)
  • 6dda561 fix: clear timeout when turbo-stream encoding completes (#14735) (#14810)
  • 407d885 Revert "fix: clear timeout when turbo-stream encoding completes (#14735)" (#1...
  • 11a1600 Fix meta function API reference URL (#14808)
  • 44991a9 fix: clear timeout when turbo-stream encoding completes (#14735)
  • b66e632 Fix hydrate fallback rendering during initial lazy route discovery (#14740)
  • Additional commits viewable in compare view

Updates stylelint from 17.3.0 to 17.4.0

Release notes

Sourced from stylelint's releases.

17.4.0

It adds 2 options to the rules and fixes 7 bugs.

  • Added: ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096) (@​theacrat).
  • Added: ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#9097) (@​theacrat).
  • Fixed: performance of selector cloning rules (#9089) (@​jeddy3).
  • Fixed: *-empty-line-before performance (#9092) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown performance (#9090) (@​jeddy3).
  • Fixed: no-irregular-whitespace performance (#9091) (@​jeddy3).
  • Fixed: property-no-unknown false negatives for at-rule descriptors (#9109) (@​jeddy3).
  • Fixed: property-no-unknown false positives for corner-shape (#9099) (@​jeddy3).
  • Fixed: property-no-unknown false positives for double-slashed properties (#9099) (@​jeddy3).
Changelog

Sourced from stylelint's changelog.

17.4.0 - 2026-02-25

It adds 2 options to the rules and fixes 7 bugs.

  • Added: ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096) (@​theacrat).
  • Added: ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#9097) (@​theacrat).
  • Fixed: performance of selector cloning rules (#9089) (@​jeddy3).
  • Fixed: *-empty-line-before performance (#9092) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown performance (#9090) (@​jeddy3).
  • Fixed: no-irregular-whitespace performance (#9091) (@​jeddy3).
  • Fixed: property-no-unknown false negatives for at-rule descriptors (#9109) (@​jeddy3).
  • Fixed: property-no-unknown false positives for corner-shape (#9099) (@​jeddy3).
  • Fixed: property-no-unknown false positives for double-slashed properties (#9099) (@​jeddy3).
Commits
  • 556b7ad Release 17.4.0 (#9113)
  • 05f64ad Run npm audit for minimatch (#9112)
  • d358479 Document steps for adding an option and fixing a rule bug (#9111)
  • 467c5c9 Fix property-no-unknown false negatives for at-rule descriptors (#9109)
  • 4250b21 Document opening a pull request requests in CONTRIBUTING (#9110)
  • effb787 Remove husky (#8984)
  • f38a18c Remove redundant @types/file-entry-cache type dep (#9108)
  • 83ed11b Add ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096)
  • 0a8f468 Add ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#...
  • 83cfd65 Fix property-no-unknown false positives for corner-shape (#9099)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates stylelint-plugin-use-baseline from 1.2.4 to 1.2.7

Release notes

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

v1.2.7

1.2.7 (2026-03-09)

Bug Fixes

v1.2.6

1.2.6 (2026-03-02)

Bug Fixes

  • ensure comma-separated selectors are correctly detected (#108) (2507130)

v1.2.5

1.2.5 (2026-03-02)

Bug Fixes

Changelog

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

1.2.7 (2026-03-09)

Bug Fixes

1.2.6 (2026-03-02)

Bug Fixes

  • ensure comma-separated selectors are correctly detected (#108) (2507130)

1.2.5 (2026-03-02)

Bug Fixes

Commits

Updates typescript-eslint from 8.56.0 to 8.57.0

Release notes

Sourced from typescript-eslint's releases.

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ Thank You

See GitHub Releases for more information.

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

v8.56.1

8.56.1 (2026-02-23)

What's Changed

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

Changelog

Sourced from typescript-eslint's changelog.

8.57.0 (2026-03-09)

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

See GitHub Releases for more information.

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

8.56.1 (2026-02-23)

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

See GitHub Releases for more information.

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 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 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@gravity-ui/navigation](https://github.com/gravity-ui/navigation) | `4.0.11` | `4.0.12` |
| [@gravity-ui/icons](https://github.com/gravity-ui/icons) | `2.17.0` | `2.18.0` |
| [@gravity-ui/uikit](https://github.com/gravity-ui/uikit) | `7.32.0` | `7.33.0` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.92.4` | `0.94.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.4.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.0` | `0.5.2` |
| [globals](https://github.com/sindresorhus/globals) | `17.3.0` | `17.4.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.85.0` | `5.86.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.13.0` | `7.13.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.3.0` | `17.4.0` |
| [stylelint-plugin-use-baseline](https://github.com/ryo-manba/stylelint-plugin-use-baseline) | `1.2.4` | `1.2.7` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.0` | `8.57.0` |



Updates `@gravity-ui/navigation` from 4.0.11 to 4.0.12
- [Release notes](https://github.com/gravity-ui/navigation/releases)
- [Changelog](https://github.com/gravity-ui/navigation/blob/main/CHANGELOG.md)
- [Commits](gravity-ui/navigation@v4.0.11...v4.0.12)

Updates `@gravity-ui/icons` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/gravity-ui/icons/releases)
- [Changelog](https://github.com/gravity-ui/icons/blob/main/CHANGELOG.md)
- [Commits](gravity-ui/icons@v2.17.0...v2.18.0)

Updates `@gravity-ui/uikit` from 7.32.0 to 7.33.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.32.0...v7.33.0)

Updates `@hey-api/openapi-ts` from 0.92.4 to 0.94.0
- [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.92.4...@hey-api/openapi-ts@0.94.0)

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

Updates `eslint-plugin-react-refresh` from 0.5.0 to 0.5.2
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.5.0...v0.5.2)

Updates `globals` from 17.3.0 to 17.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.3.0...v17.4.0)

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

Updates `react-router` from 7.13.0 to 7.13.1
- [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.13.1/packages/react-router)

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

Updates `stylelint-plugin-use-baseline` from 1.2.4 to 1.2.7
- [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.2.4...v1.2.7)

Updates `typescript-eslint` from 8.56.0 to 8.57.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.57.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@gravity-ui/navigation"
  dependency-version: 4.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@gravity-ui/icons"
  dependency-version: 2.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@gravity-ui/uikit"
  dependency-version: 7.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.94.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: globals
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: knip
  dependency-version: 5.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-router
  dependency-version: 7.13.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: stylelint
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: stylelint-plugin-use-baseline
  dependency-version: 1.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.57.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 Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants