Skip to content

chore(deps): bump the dependencies group across 1 directory with 15 updates#122

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

chore(deps): bump the dependencies group across 1 directory with 15 updates#122
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-dc5ed688ad

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
@gravity-ui/navigation 4.0.11 4.0.12
@tanstack/react-query 5.90.21 5.91.3
@gravity-ui/icons 2.17.0 2.18.0
@gravity-ui/uikit 7.32.0 7.35.0
@hey-api/openapi-ts 0.92.4 0.94.4
@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
react-router 7.13.0 7.13.1
sass-embedded 1.97.3 1.98.0
stylelint 17.3.0 17.5.0
stylelint-config-recess-order 7.6.1 7.7.0
stylelint-plugin-use-baseline 1.2.4 1.4.0
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.

4.0.12 (2026-02-11)

Bug Fixes

  • Full control over the drawer, automatic indenting from the navigation bar from the context.([#583]gravity-ui/navigation#583)
Commits

Updates @tanstack/react-query from 5.90.21 to 5.91.3

Release notes

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

@​tanstack/react-query-devtools@​5.91.3

Patch Changes

  • Updated dependencies [83366c4]:
    • @​tanstack/query-devtools@​5.93.0

@​tanstack/react-query@​5.91.2

Patch Changes

  • fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)

  • Updated dependencies [248975e]:

    • @​tanstack/query-core@​5.91.2

@​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.27

Patch Changes

  • fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)

  • Updated dependencies [248975e]:

    • @​tanstack/query-persist-client-core@​5.92.4
    • @​tanstack/react-query@​5.91.2

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

... (truncated)

Changelog

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

5.91.3

Patch Changes

  • fix: stop node types from leaking into browser (#10302)

5.91.2

Patch Changes

  • fix(streamedQuery): maintain error state on reset refetch with initialData defined (#10287)

  • Updated dependencies [248975e]:

    • @​tanstack/query-core@​5.91.2

5.91.1

Patch Changes

  • fix(core): cancel paused initial fetch when last observer unsubscribes (#10291)

  • Updated dependencies [a89aab9]:

    • @​tanstack/query-core@​5.91.1

5.91.0

Minor Changes

  • feat: environmentManager (#10199)

Patch Changes

  • Updated dependencies [6fa901b]:
    • @​tanstack/query-core@​5.91.0
Commits
  • 9346430 ci: changeset release
  • be3746f fix: stop node types from leaking into browser (#10302)
  • b6fd86b ci: Version Packages (#10297)
  • 79e37cb ci: Version Packages (#10296)
  • a89aab9 fix(core): cancel paused initial fetch when last observer unsubscribes (#10291)
  • 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...
  • 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.35.0

Release notes

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

v7.35.0

7.35.0 (2026-03-19)

Features

  • ArrowToggle: add --g-arrow-toggle-transition-duration CSS token (#2611) (0a4d562)

Bug Fixes

  • ColorPicker: accept default value not only at hex format (#2615) (e448773)
  • Table: add ability to redefine max height for menu popup (#2612) (35a98cb)
  • useCollapseChildren: avoid reset running calculation (#2618) (cd316e8)

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.35.0 (2026-03-19)

Features

  • ArrowToggle: add --g-arrow-toggle-transition-duration CSS token (#2611) (0a4d562)

Bug Fixes

  • ColorPicker: accept default value not only at hex format (#2615) (e448773)
  • Table: add ability to redefine max height for menu popup (#2612) (35a98cb)
  • useCollapseChildren: avoid reset running calculation (#2618) (cd316e8)

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
  • 39aff49 chore(main): release 7.35.0 (#2613)
  • cd316e8 fix(useCollapseChildren): avoid reset running calculation (#2618)
  • e448773 fix(ColorPicker): accept default value not only at hex format (#2615)
  • 35a98cb fix(Table): add ability to redefine max height for menu popup (#2612)
  • 0a4d562 feat(ArrowToggle): add --g-arrow-toggle-transition-duration CSS token (#2611)
  • 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)
  • Additional commits viewable in compare view

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

Release notes

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

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

Patch Changes

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

Patch Changes

Updated Dependencies:

  • @​hey-api/shared@​0.2.5
  • @​hey-api/codegen-core@​0.7.4

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

... (truncated)

Commits

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

Release notes

Sourced from stylelint's releases.

17.5.0

It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released 2.1.0 of our VS Code extension, which adds 8 new requested features, and our first release of the Stylelint Language Server.

  • Deprecated: *syntax options from declaration-property-value-no-unknown (#9102) (@​ragini-pandey).
  • Added: ignoreMediaFeatureNameValues: {} to media-feature-name-value-no-unknown (#8976) (@​kovsu).
  • Fixed: node_modules not ignored when using codeFilename in Node.js API (#9130) (@​adalinesimonian).
  • Fixed: Error TS7016 for imported css-tree types (#9133) (@​ragini-pandey).
  • Fixed: declaration-property-value-keyword-no-deprecated false positives for function arguments (#9116) (@​ragini-pandey).
  • Fixed: declaration-property-value-no-unknown false positives for calc-size() containing size keyword (#9105) (@​hriztam).
  • Fixed: no-descending-specificity & no-duplicate-selectors false negatives for equivalent compound selectors (#8977) (@​kovsu).
  • Fixed: no-invalid-position-declaration false positives for @mixin and @scope (#9120) (@​ragini-pandey).
  • Fixed: property-no-unknown false negatives for types (#9117) (@​Mouvedia).

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.5.0 - 2026-03-19

It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released 2.1.0 of our VS Code extension, which adds 8 new requested features, and our first release of the Stylelint Language Server.

  • Deprecated: *syntax options from declaration-property-value-no-unknown (#9102) (@​ragini-pandey)....

    Description has been truncated

…pdates

Bumps the dependencies group with 15 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.3` |
| [@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.35.0` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.92.4` | `0.94.4` |
| [@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` |
| [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.5.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.4.0` |
| [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.3
- [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.3/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.35.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.35.0)

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

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 `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.5.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.5.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.4.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.2.4...v1.4.0)

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.3
  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.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.94.4
  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: 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.5.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.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

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

@dependabot dependabot bot closed this Mar 23, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-dc5ed688ad branch March 23, 2026 18:29
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