Skip to content

chore(deps): bump the dependencies group across 1 directory with 16 updates#121

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-52466874ae
Closed

chore(deps): bump the dependencies group across 1 directory with 16 updates#121
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-52466874ae

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
@gravity-ui/navigation 4.0.11 4.0.12
@tanstack/react-query 5.90.21 5.91.0
@gravity-ui/icons 2.17.0 2.18.0
@gravity-ui/uikit 7.32.0 7.34.0
@hey-api/openapi-ts 0.92.4 0.94.2
@types/node 25.3.0 25.5.0
eslint-plugin-perfectionist 5.6.0 5.7.0
eslint-plugin-react-refresh 0.5.0 0.5.2
globals 17.3.0 17.4.0
knip 5.85.0 5.88.0
react-router 7.13.0 7.13.1
sass-embedded 1.97.3 1.98.0
stylelint 17.3.0 17.4.0
stylelint-config-recess-order 7.6.1 7.7.0
stylelint-plugin-use-baseline 1.2.4 1.2.7
typescript-eslint 8.56.0 8.57.1

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 @tanstack/react-query from 5.90.21 to 5.91.0

Release notes

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

@​tanstack/react-query@​5.91.0

Minor Changes

  • feat: environmentManager (#10199)

Patch Changes

  • Updated dependencies [6fa901b]:
    • @​tanstack/query-core@​5.91.0

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

Patch Changes

  • Updated dependencies [6fa901b]:
    • @​tanstack/react-query@​5.91.0
    • @​tanstack/query-persist-client-core@​5.92.2

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

Patch Changes

  • Updated dependencies [978fc52]:
    • @​tanstack/query-persist-client-core@​5.92.0
    • @​tanstack/react-query@​5.90.21

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

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.91.19
    • @​tanstack/react-query@​5.90.20
Changelog

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

5.91.0

Minor Changes

  • feat: environmentManager (#10199)

Patch Changes

  • Updated dependencies [6fa901b]:
    • @​tanstack/query-core@​5.91.0
Commits
  • 3761d2b ci: Version Packages (#10290)
  • 6fa901b feat/environmentManager (#10199)
  • 3fac499 test(react-query/useSuspenseInfiniteQuery): add test for basic suspend and re...
  • 6d0a2a9 test(react-query/useSuspenseQuery): remove unnecessary 'act' from background ...
  • 9ec0fc6 test(react-query/useSuspenseQueries): remove unnecessary 'act' from backgroun...
  • 67cf8b6 ref: ts cutoff (#10253)
  • 8a59b2d test({react,preact}-query/useSuspenseQueries): add test for suspending when t...
  • 0eca134 test({react,preact}-query/useSuspenseQueries): add test for not suspending bu...
  • 6af63a7 test({react,preact}-query/useSuspenseQueries): add test for not suspending wh...
  • 282cdc2 test(react-query/useQueries): add test for not fetching during restoring peri...
  • Additional commits viewable in compare view

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.34.0

Release notes

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

v7.34.0

7.34.0 (2026-03-13)

Features

  • AvatarStack: add moreVariant prop and fix 2xs and 3xs size (#2608) (cfa96d8)
  • ColorPicker: add optional prop disabled state (#2602) (b5271f2)

Bug Fixes

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.34.0 (2026-03-13)

Features

  • AvatarStack: add moreVariant prop and fix 2xs and 3xs size (#2608) (cfa96d8)
  • ColorPicker: add optional prop disabled state (#2602) (b5271f2)

Bug Fixes

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
  • 0858ec4 chore(main): release 7.34.0 (#2605)
  • b5271f2 feat(ColorPicker): add optional prop disabled state (#2602)
  • cfa96d8 feat(AvatarStack): add moreVariant prop and fix 2xs and 3xs size (#2608)
  • 01f78bb docs: readme broken markdown markup (#2609)
  • 436ad28 chore: testing infra moved to playwright-tools (#2573)
  • 7af9600 fix: fix types for React 19 (#2603)
  • 1b818ae chore: add PasswordInput codeowner (#2604)
  • 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)
  • Additional commits viewable in compare view

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

Release notes

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

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

Patch Changes

Updated Dependencies:

  • @​hey-api/shared@​0.2.4
  • @​hey-api/codegen-core@​0.7.3
  • @​hey-api/types@​0.1.4

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

Patch Changes

Updated Dependencies:

  • @​hey-api/codegen-core@​0.7.2
  • @​hey-api/shared@​0.2.3

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

Minor Changes

... (truncated)

Commits
  • 66642e6 Merge pull request #3567 from hey-api/changeset-release/main
  • fb785c5 ci: release
  • 3cb1e28 Merge pull request #3573 from mikhin/nestjs
  • e596edb docs: update copy for NestJS
  • c09e477 fix: regenerate NestJS example client to sync with latest codegen
  • 1cb0206 refactor: move NestJS tests under v11/ for future version support
  • 1ebdbcb docs: remove plugin README, move content to PR description
  • 535288d fix: drop @​darraghor/eslint-plugin-nestjs-typed to fix CI Node version issue
  • cb38bca refactor: rename NestJSPlugin to NestJsPlugin for codebase consistency
  • 5275c7a refactor: split NestJS tests into separate project
  • Additional commits viewable in compare view

Updates @types/node from 25.3.0 to 25.5.0

Commits

Updates eslint-plugin-perfectionist from 5.6.0 to 5.7.0

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v5.7.0

   🚀 Features

  • sort-array-includes:
  • sort-classes:
    • Support conditional config by ast selector and name pattern  -  by @​hugop95 (c2965)
  • sort-enums:
  • sort-heritage-clauses:
    • Support conditional config by ast selector and name pattern  -  by @​hugop95 (745c7)
  • sort-import-attributes:
    • Support conditional config by ast selector and name pattern  -  by @​hugop95 (8f6f2)
  • sort-jsx-props:
  • sort-maps:
  • sort-named-exports:
  • sort-named-imports:
    • Support conditional config by ast selector and name pattern  -  by @​hugop95 (2c28d)
  • sort-object-types:
  • sort-objects:
  • sort-union-types:
    • Support conditional config by ast selector and name pattern  -  by @​hugop95 (1953b)
  • sort-variable-declarations:
    • Support conditional config by ast selector and name pattern  -  by @​hugop95 (498be)

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v5.7.0

compare changes

🚀 Features

  • sort-array-includes: Support conditional config by ast selector (bcd12a37)
  • sort-objects: Support conditional config by ast selector (3a629862)
  • sort-enums: Support conditional config by ast selector (ad6f971d)
  • sort-maps: Support conditional config by ast selector (5757889c)
  • sort-classes: Support conditional config by ast selector and name pattern (c2965cc6)
  • sort-objects: Support computed-key partitioning (1d6005e4)
  • sort-jsx-props: Support conditional config by ast selector (a90a0794)
  • sort-named-exports: Support conditional config by ast selector (d573f93f)
  • sort-heritage-clauses: Support conditional config by ast selector and name pattern (745c79cf)
  • sort-variable-declarations: Support conditional config by ast selector and name pattern (498bef97)
  • sort-named-imports: Support conditional config by ast selector and name pattern (2c28d110)
  • sort-object-types: Support conditional config by ast selector (1d3dd304)
  • sort-import-attributes: Support conditional config by ast selector and name pattern (8f6f21d4)
  • sort-union-types: Support conditional config by ast selector and name pattern (1953b4f7)

🐞 Bug Fixes

  • sort-array-includes: Fix invalid arrays being sorted (fc671f0b)
  • Make selector match priority deterministic across overlapping options (76633eea)
  • Apply the first matching configuration in option order (936bf505)

❤️ Contributors

... (truncated)

Commits
  • b08d53d build: publish v5.7.0
  • 06d8c0a chore: update github actions
  • 41d006f chore: update dependencies
  • 975b8d2 chore: update github actions
  • 1953b4f feat(sort-union-types): support conditional config by ast selector and name p...
  • 8f6f21d feat(sort-import-attributes): support conditional config by ast selector and ...
  • 1d3dd30 feat(sort-object-types): support conditional config by ast selector
  • 2c28d11 feat(sort-named-imports): support conditional config by ast selector and name...
  • 498bef9 feat(sort-variable-declarations): support conditional config by ast selector ...
  • 745c79c feat(sort-heritage-clauses): support conditional config by ast selector and n...
  • Additional commits viewable in compare view

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.88.0

Release notes

Sourced from knip's releases.

Release 5.88.0

  • Add Sanity plugin (#1608) (f777834a6db8530f7588e24a916f47b5d5b75673) - thanks @​jonahsnider!
  • feat: detect duplicated package.json dependencies (#1611) (dec15a7e5a37ae97732f83ca091f6373b3a62eda) - thanks @​Zamiell!
  • fix: docusaurus faster (#1616) (c7a0128ca67b66e58b045d44468e61bed5492bfa) - thanks @​Zamiell!
  • feat: raycast plugin (#1619) (52c77eedb75a565fa8ad2869af45131d51692504) - thanks @​TkDodo!
  • fix: docusaurus scripts and stylesheets (#1618) (9fa485f121d9853db4758442c738aa962e17174f) - thanks @​Zamiell!
  • Improve getPackageNameFromModuleSpecifier performance (817180ebd38d4ba51db4ec53e482a4c726edc0d1)
  • Mark Nuxt extends entries as dependencies (96f178f96490045ad5ae766193d7bbc726a5896f)
  • Simplify devDependency duplicate detection logic (99a7c9bffdfcb6ed3b58db762e00a47d1349c81d)
  • Add patch for argos (cecab2183959c60a46860a32f9c6654a9f8aa6b0)
  • Fix conflict and iterate on docusaurus plugin (d3d8cae3b3707f36ce6d5b6b1836735c020dc86c)
  • Iterate on raycast plugin (4948bf81102c8347930ebb344365d07ea350b404)
  • Oxfmt now supports .ts config files (#1621) (27a4813a9362a6da0ab344feb9f61baa4fdc4472) - thanks @​DaniFoldi!
  • Fix typos (#1622) (386b4775579f678cc8f7793da9c652d8bd98f6fc) - thanks @​deining!
  • docs: bump astro to newly released version 6 (#1623) (f941db9f03c64e60941b0217375dc0657344c563) - thanks @​deining!
  • pnpm dedupe (d1a90891a15613fa322b52ce6a199ee668833fef)
  • Release knip@5.88.0 (7aeb857f540af593051d003acdf4d52eef3b0d70)

Release 5.87.0

  • Add pkg as built-in pnpm command (#1597) (32ee5591e) - thanks @​azat-io!
  • Add oxlint.config.ts to oxlint plugin (#1598) (2951050e5) - thanks @​DaniFoldi!
  • Add oxfmt plugin (#1599) (6bd980742) - thanks @​DaniFoldi!
  • Head banger (7930467e3)
  • Add sanity to the list (4ee3d0ddd)
  • Fix minor lint issue (9e0dcd974)
  • Flatten test() (d010c5597)
  • Make toPosix a no-op on non-Windows platforms (b37112361)
  • Replace isBuiltin with startsWith('node:') in sanitizeSpecifier (e7b100aef)
  • Skip picomatch recompilation when gitignore adds no new patterns (c7870dba6)
  • Incrementally compile picomatch matchers during gitignore walk (9948284fb)
  • Identify binaries called by find -exec (#1601) (f7367fd48) - thanks @​t3chguy!
  • Identify that @babel/runtime is needed when @babel/plugin-transform-runtime is used (#1602) (ef4da0691) - thanks @​t3chguy!
  • Rename package-manager → resolvers, move find (0bd97f01f)
  • Streamline babel plugin impl (3cc192e08)
  • Detect local $schema references in changesets plugin (resolve #1335) (3a180820f)
  • Resolve Nx run-commands from cwd (resolve #1595) (e71c9acc9)
  • Fix up issue types table (resolve #1376) (20a3762d5)
  • Skip optional peerDep issues for installed deps (resolve #1545) (f554d2f30)
  • Add dim highlight opts for enum/class members, duplicates (resolve #1567) (35ce4229f)
  • Cache isGitIgnored results (75942dd0a)
  • Don't report unused files outside project set (resolve #1606) (fef625da8)
  • Fix openapi-ts dependency resolution (#1607) (663825ef4) - thanks @​jonahsnider!
  • Improve --performance and --memory output, clean up timerify calls (df0ace489)

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!

... (truncated)

Commits

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 sass-embedded from 1.97.3 to 1.98.0

Changelog

Sourced from sass-embedded's changelog.

1.98.0

Command-Line Interface

  • Gracefully handle dependency loops in --watch mode.

Dart API

  • Add a const Logger.defaultLogger field. This provides a logger that emits to standard error or the browser console, but automatically chooses whether to use terminal colors.

JavaScript API

  • Fix a crash when manually constructing a SassCalculation for 'calc' with an argument that can't be simplified.

  • Properly emit deprecation warnings as text rather than StringBuffer objects when running in a browser.

  • Emit colored warnings and other messages on the console when running in a browser.

Commits

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 (

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@gravity-ui/navigation](https://github.com/gravity-ui/navigation) | `4.0.11` | `4.0.12` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.21` | `5.91.0` |
| [@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.34.0` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.92.4` | `0.94.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.5.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `5.6.0` | `5.7.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.88.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.13.0` | `7.13.1` |
| [sass-embedded](https://github.com/sass/embedded-host-node) | `1.97.3` | `1.98.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.3.0` | `17.4.0` |
| [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) | `7.6.1` | `7.7.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.1` |



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 `@tanstack/react-query` from 5.90.21 to 5.91.0
- [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.91.0/packages/react-query)

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.34.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.34.0)

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

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

Updates `eslint-plugin-perfectionist` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v5.6.0...v5.7.0)

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.88.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.88.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 `sass-embedded` from 1.97.3 to 1.98.0
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](sass/embedded-host-node@1.97.3...1.98.0)

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-config-recess-order` from 7.6.1 to 7.7.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.6.1...v7.7.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.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.57.1/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: "@tanstack/react-query"
  dependency-version: 5.91.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.94.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 5.7.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.88.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: sass-embedded
  dependency-version: 1.98.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-config-recess-order
  dependency-version: 7.7.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.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 Mar 18, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 20, 2026

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

@dependabot dependabot bot closed this Mar 20, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-52466874ae branch March 20, 2026 18:07
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