Skip to content

chore(deps): bump the dependencies group across 1 directory with 17 updates#104

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

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

Package From To
@gravity-ui/table 1.15.1 1.15.2
@tanstack/react-query 5.90.20 5.90.21
@gravity-ui/date-components 3.4.1 3.4.2
@gravity-ui/uikit 7.30.0 7.31.2
@hey-api/openapi-ts 0.90.10 0.92.3
@types/node 25.1.0 25.2.3
@vitejs/plugin-react 5.1.2 5.1.4
eslint-plugin-perfectionist 5.4.0 5.5.0
eslint-plugin-react-refresh 0.4.26 0.5.0
globals 17.2.0 17.3.0
knip 5.82.1 5.83.1
stylelint 17.0.0 17.2.0
stylelint-config-recess-order 7.6.0 7.6.1
stylelint-plugin-logical-css 1.2.3 1.3.0
stylelint-plugin-use-baseline 1.2.1 1.2.2
typescript-eslint 8.54.0 8.55.0
vite-bundle-analyzer 1.3.2 1.3.6

Updates @gravity-ui/table from 1.15.1 to 1.15.2

Release notes

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

v1.15.2

1.15.2 (2026-01-29)

Bug Fixes

  • use getFilteredRowModel when filtering is enabled (#141) (7aeff2a)
Changelog

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

1.15.2 (2026-01-29)

Bug Fixes

  • use getFilteredRowModel when filtering is enabled (#141) (7aeff2a)
Commits

Updates @tanstack/react-query from 5.90.20 to 5.90.21

Release notes

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

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

Patch Changes

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

@​tanstack/react-query@​5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)
Changelog

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

5.90.21

Patch Changes

  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#10082)
Commits
  • 08050cb ci: Version Packages (#10115)
  • c5def66 refactor(react-query/useQueries): remove unreachable 'willFetch' branch in su...
  • da2ff5a chore(vite.config): exclude 'tests' directory from coverage reports (#10084)
  • 2a592d2 test(react-query/suspense): add test cases for 'static' staleTime with number...
  • 7e3ea62 test(react-query/QueryResetErrorBoundary): relocate 'issue-9728' test and mig...
  • dee5d3e test(react-query/ssr): add 'useMutation' and 'useMutationState' tests for SSR...
  • See full diff in compare view

Updates @gravity-ui/date-components from 3.4.1 to 3.4.2

Release notes

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

v3.4.2

3.4.2 (2026-02-06)

Bug Fixes

  • Range/DateField: use lang from uikit provider to display date parts (#265) (26c2a38)
Changelog

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

3.4.2 (2026-02-06)

Bug Fixes

  • Range/DateField: use lang from uikit provider to display date parts (#265) (26c2a38)
Commits

Updates @gravity-ui/uikit from 7.30.0 to 7.31.2

Release notes

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

v7.31.2

7.31.2 (2026-02-06)

Bug Fixes

  • avoid layout shifts of Drawer if size prop changes (#2566) (62320f0)
  • Select: fixed selecting item in virtualized list (#2571) (6aa3dc0)

v7.31.1

7.31.1 (2026-02-04)

Bug Fixes

  • Dialog: moved close button to the top of dialog in dom, add "as" prop to DialogHeader (0e56abc)
  • revert #2553 (#2568) (5c34925)

v7.31.0

7.31.0 (2026-02-02)

Features

Bug Fixes

  • Button: avoid icon shrink (#2563) (98da73e)
  • Select: stop clearing filter value if filterProp is used (#2562) (f447583)
Changelog

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

7.31.2 (2026-02-06)

Bug Fixes

  • avoid layout shifts of Drawer if size prop changes (#2566) (62320f0)
  • Select: fixed selecting item in virtualized list (#2571) (6aa3dc0)

7.31.1 (2026-02-04)

Bug Fixes

  • Dialog: moved close button to the top of dialog in dom, add "as" prop to DialogHeader (0e56abc)
  • revert #2553 (#2568) (5c34925)

7.31.0 (2026-02-02)

Features

Bug Fixes

  • Button: avoid icon shrink (#2563) (98da73e)
  • Select: stop clearing filter value if filterProp is used (#2562) (f447583)
Commits

Updates @hey-api/openapi-ts from 0.90.10 to 0.92.3

Release notes

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

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

Patch Changes

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

Minor Changes

  • BREAKING: symbol: replace exportFrom array with getExportFromFilePath() function (#3312) (cd44523) by @​mrlubos

Updated Symbol interface

The exportFrom property has been replaced with the getExportFromFilePath() function. This allows you to dynamically determine export paths based on symbol properties. This is a low-level feature, so you're most likely unaffected.

Patch Changes

Updated Dependencies:

  • @​hey-api/shared@​0.1.2
  • @​hey-api/codegen-core@​0.7.0

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

Patch Changes

Updated Dependencies:

  • @​hey-api/codegen-core@​0.6.1
  • @​hey-api/shared@​0.1.1

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

Minor Changes

Removed CommonJS (CJS) support

... (truncated)

Commits
  • e223fa8 Merge pull request #3326 from hey-api/changeset-release/main
  • 3dc9344 ci: release
  • a715512 Merge pull request #3325 from hey-api/fix/zod-v4-asterisk
  • e54db3e fix: use namespace import for zod v4
  • 1581c11 Merge pull request #3323 from hey-api/changeset-release/main
  • 9a7c46a ci: release
  • e0c1453 Merge pull request #3324 from hey-api/ci/fix-publish-2
  • 734621e ci: add snapshot releases
  • 0e7dd85 Merge pull request #3322 from hey-api/revert-3319-changeset-release/main
  • bfd43ec Revert "ci: release"
  • Additional commits viewable in compare view

Updates @types/node from 25.1.0 to 25.2.3

Commits

Updates @vitejs/plugin-react from 5.1.2 to 5.1.4

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@5.1.4

Fix canSkipBabel not accounting for babel.overrides (#1098)

When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.

plugin-react@5.1.3

No release notes provided.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

5.1.4 (2026-02-10)

Fix canSkipBabel not accounting for babel.overrides (#1098)

When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.

5.1.3 (2026-02-02)

Commits

Updates eslint-plugin-perfectionist from 5.4.0 to 5.5.0

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v5.5.0

   🚀 Features

   🐞 Bug Fixes

  • Prevent spread operator reordering in sort-sets and sort-array-includes  -  by @​azat-io (06b0f)
    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v5.5.0

compare changes

🚀 Features

  • sort-classes: Improve dependency detection algorithm (8bcbc88a)

🐞 Bug Fixes

  • Prevent spread operator reordering in sort-sets and sort-array-includes (06b0f73e)

❤️ Contributors

Commits
  • 53f9610 build: publish v5.5.0
  • f2fff07 chore: update github actions
  • f2a3560 chore: update dependencies
  • 06b0f73 fix: prevent spread operator reordering in sort-sets and sort-array-includes
  • 55f6169 chore: update github actions
  • a7ff1c2 chore: update prettier config
  • 749aeeb docs: update year in copyright
  • 8bcbc88 feat(sort-classes): improve dependency detection algorithm
  • See full diff in compare view

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

Release notes

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

v0.5.0

Breaking changes

  • The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use flat config
  • A new reactRefresh export is available and prefered over the default export. It's an object with two properties:
    • plugin: The plugin object with the rules
    • configs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.
  • customHOCs option was renamed to extraHOCs
  • Validation of HOCs calls is now more strict, you may need to add some HOCs to the extraHOCs option

Config example:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
export default defineConfig(
/* Main config */
reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }),
);

Config example without config:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
export default defineConfig({
files: ["/*.ts", "/*.tsx"],
plugins: {
// other plugins
"react-refresh": reactRefresh.plugin,
},
rules: {
// other rules
"react-refresh/only-export-components": [
"warn",
{ extraHOCs: ["someLibHOC"] },
],
},
});

Why

This version follows a revamp of the internal logic to better make the difference between random call expressions like export const Enum = Object.keys(Record) and actual React HOC calls like export const MemoComponent = memo(Component). (fixes #93)

The rule now handles ternaries and patterns like export default customHOC(props)(Component) which makes it able to correctly support files like this one given this config:

... (truncated)

Changelog

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

0.5.0

Breaking changes

  • The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use flat config
  • A new reactRefresh export is available and prefered over the default export. It's an object with two properties:
    • plugin: The plugin object with the rules
    • configs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.
  • customHOCs option was renamed to extraHOCs
  • Validation of HOCs calls is now more strict, you may need to add some HOCs to the extraHOCs option

Config example:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
export default defineConfig(
/* Main config */
reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }),
);

Config example without config:

import { defineConfig } from "eslint/config";
import { reactRefresh } from "eslint-plugin-react-refresh";
export default defineConfig({
files: ["/*.ts", "/*.tsx"],
plugins: {
// other plugins
"react-refresh": reactRefresh.plugin,
},
rules: {
// other rules
"react-refresh/only-export-components": [
"warn",
{ extraHOCs: ["someLibHOC"] },
],
},
});

Why

This version follows a revamp of the internal logic to better make the difference between random call expressions like export const Enum = Object.keys(Record) and actual React HOC calls like export const MemoComponent = memo(Component). (fixes #93)

The rule now handles ternaries and patterns like export default customHOC(props)(Component) which makes it able to correctly support files like this one given this config:

... (truncated)

Commits

Updates globals from 17.2.0 to 17.3.0

Release notes

Sourced from globals's releases.

v17.3.0

  • Update globals (2026-02-01) (#336) 295fba9

sindresorhus/globals@v17.2.0...v17.3.0

Commits

Updates knip from 5.82.1 to 5.83.1

Release notes

Sourced from knip's releases.

Release 5.83.1

  • Fix package.json import (f8c14c873127481927306751479001d16deafa58)
  • Organize imports (5d716bae3919b3cd684f0c8c9af73a960d12c5cd)
  • Update a bunch of dependencies (78bf644bbfc6554109d7098f83cd30fc8e115900)
  • Add minimal test suite to vscode-knip (b6395089f6b307a145d2493bca59db9d5bc3364a)
  • Add support for monorepo when installing dependency (close #1501) (5782b07f79eb1a25f90c5fdd62b1217db11246b1)
  • Fix unused file output in table (0f3dbb47b850e731c4405e06809aa069f68c7608)
  • Restore slonik in ecosystem tests (35d9185a39cb1efba55ce8a749d3eb9a31eb82a4)
  • Fix type in exported value case (resolve #1508) (d6dda74021a2bc08931691ba1d10029102b0e425)
  • Organize imports (fcdd33b9e8f9169cc0bfb921b468f163ec0f980f)
  • Remove unused export (c777bae22c500606857d9df820aab8af7593b24e)
  • Don't flag exports (including used as type) in protected or consumed exports (a01bec149b8977e0927bd1ecd9d0197a1626e3a6)
  • Add npmx.dev to ecosystem tests (8f8205261fe88144df6cf0cde6e7007952f8ba1d)
  • fix: fix vitest setupFiles resolution (#1511) (273b940f7e32ff7156c3a24875f5d9265ff2559a) - thanks @​tmair!
  • Improve & extend vitest args handling (6c49e5ca61866a8d3fe62aaf8f5a6764aa9c4e86)
  • Detect Bun differently to avoid TS complaint (c1499d32332751fbbed4baa648f5360f1db36dbc)
  • A temporary workaround until they catch up 🤫 (028b9726dfab717a41d95d7e73ad8ee2ca929d31)
  • feat(vite): detect module entry from index.html (#1487) (a76ab85337c5459a0d22128d33d5fcd9e3623db6) - thanks @​WooWan!
  • Auto-format (69150bfd315dff04778f067438194122e4d50761)
  • Add double-dash handling and add tests (close #1404) (4c1de75890c53f35529b6ea6f24e159c9532bedf)
  • Revert most of previous commit 4c1de75 (0cd91ae44ee1bddc584c2fb7494147aeb3f53feb)
  • Auto-format (cf3d8ff92cb53b769814c4140b3c56023d92fd27)

Release 5.83.0

  • fix: skip empty string entries in package.json exports (#1477) (6b64ac5b89916869a2361077a51dc28adb4679df) - thanks @​SBoudrias!
  • add LS version to serverInfo (#1468) (2c28cb8dc8923d83800959a7a259b439d5c50a0e) - thanks @​niklas-wortmann!
  • Avoid highlighting path-like specifiers (#1488) (c8fec09666ad0ce145e1d2bbf99737a6bc95fd05) - thanks @​azat-io!
  • Update avatar URLs (#1489) (d612ac2dab39a560875c53b9cccb3d920caafdd1) - thanks @​azat-io!
  • Copy fix-fixtures to tmp dir (bd1519c30bb0a4004cfae463f10f8b066b778d95)
  • Don't add excluded issue types (resolve #1486) (4eeeec602a8275f8f8d4252157ed6fa3cdd83f24)
  • Minor refactor (767b2c5927d940f8815d157c2fa50c67f0a80d63)
  • Edit docs (78111c96f54da3c41cfb84bd972bb5e836e1b859)
  • feat: add plugin for expressive-code (#1493) (fbf958a9bfb2d913c345c98283a793a7f10faae5) - thanks @​cylewaitforit!
  • Truncate file path left-side (resolves #1494) (235949c0b68e0bf2f3eb9ef0f3f88e750984e70a)
  • Revert fix-fixture format test (fails in outside cwd) (8e961259bddef4652ae3b98387d1afa8514429ec)
  • Skip empty manifest entries (resolve #1497) (d314ce43e7f9fe26125db167c1a8af4728329828)
  • Filter out empty issue objects in compact reporter (resolve #1482) (7df0b4d8ee888f524132cd96260e18b870e8c57c)
  • Lint/group import statements (61e7a24460e11bd2e9e27e9a791953eb004947df)
  • Update AGENTS.md & docs (7537f8a1c474ce931a05a06efcc238eef5806447)
  • Optimize relative path helper (ac8a45454f9e8d88898141e112897803c844f803)
  • Move postinstall script to non-production (360110bed44d77da4ed5e553a63986176d2ed716)
  • Ignore simple-git-hooks in production (like husky etc) (bbab35b144080d061641b6b6a6545176e5286553)
  • Move & add testimonials (5ab18133b0e375508b34014085e10b78dcfd88ff)
  • Update sponsors page (4534a55e37f804bfdef65522354b053f28a5a8f2)
  • Edit docs, add config hints page (1a73a053dad914025e330c03cabaf9ded2444e91)
  • Rename reporter to match project style (58f8c4e476b8a051dd27fdf27859014c4954289b)
  • Auto-format (854124f7b5436436d57c5249f9b64f53e71e1994)
  • Refactor fs helper to match project style (f22e7e94a48ac0dedf41985f3928ff556d04d727)
Commits
  • 801d588 Release knip@5.83.1
  • cf3d8ff Auto-format
  • 0cd91ae Revert most of previous commit 4c1de75
  • 4c1de75 Add double-dash handling and add tests (close #1404)
  • 69150bf Auto-format
  • a76ab85 feat(vite): detect module entry from index.html (#1487)
  • c1499d3 Detect Bun differently to avoid TS complaint
  • 6c49e5c Improve & extend vitest args handling
  • 273b940 fix: fix vitest setupFiles resolution (#1511)
  • a01bec1 Don't flag exports (including used as type) in protected or consumed exports
  • Additional commits viewable in compare view

Updates stylelint from 17.0.0 to 17.2.0

Release notes

Sourced from stylelint's releases.

17.2.0

It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a contributor guide. If you'd like to help out and contribute to Stylelint, that's the place to start.

17.1.1

It fixes 2 bugs.

17.1.0

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

Changelog

Sourced from stylelint's changelog.

17.2.0 - 2026-02-10

It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a contributor guide. If you'd like to help out and contribute to Stylelint, that's the place to start.

17.1.1 - 2026-02-03

It fixes 2 bugs.

17.1.0 - 2026-01-30

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

Commits
  • ae6b4d6 Release 17.2.0 (#9041)
  • 6d7dc41 Revert removal of CommonJS module resolution (#9038)
  • 82dd4f1 Add custom syntax generation to system benchmark tool (#9034)
  • 5ec538d Fix no-duplicate-selectors false negatives for matching escaped selectors (...
  • bc66fe5 Fix unsupported CJS module resolution (#9018)
  • 34c3f5e Refactor to replace existsSync with fs.access in async contexts (#9035)
  • 8ea57a9 Fix declaration-property-value-no-unknown false negatives for math function...
  • dfca970 Document pull request review in contributing guide (#9031)
  • 83614bb Fix performance of config override matching (#9023)
  • 09aebb6 Fix performance of config resolution by reusing cosmiconfig instance (#9033)
  • Additional commits viewable in compare view

Updates stylelint-config-recess-order from 7.6.0 to 7.6.1

Release notes

Sourced from stylelint-config-recess-order's releases.

v7.6.1

Patch Changes

  • Remove invalid anchor-center property (#458)
  • Fix typo in scroll-behavior property (#457)
Changelog

Sourced from stylelint-config-recess-order's changelog.

7.6.1

Patch Changes

  • Remove invalid anchor-center property (#458)
  • Fix typo in scroll-behavior property (#457)
Commits

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@gravity-ui/table](https://github.com/gravity-ui/table) | `1.15.1` | `1.15.2` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.20` | `5.90.21` |
| [@gravity-ui/date-components](https://github.com/gravity-ui/date-components) | `3.4.1` | `3.4.2` |
| [@gravity-ui/uikit](https://github.com/gravity-ui/uikit) | `7.30.0` | `7.31.2` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.90.10` | `0.92.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.1.0` | `25.2.3` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.2` | `5.1.4` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `5.4.0` | `5.5.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.26` | `0.5.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.2.0` | `17.3.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.82.1` | `5.83.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.0.0` | `17.2.0` |
| [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) | `7.6.0` | `7.6.1` |
| [stylelint-plugin-logical-css](https://github.com/yuschick/stylelint-plugin-logical-css) | `1.2.3` | `1.3.0` |
| [stylelint-plugin-use-baseline](https://github.com/ryo-manba/stylelint-plugin-use-baseline) | `1.2.1` | `1.2.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.55.0` |
| [vite-bundle-analyzer](https://github.com/nonzzz/vite-bundle-analyzer) | `1.3.2` | `1.3.6` |



Updates `@gravity-ui/table` from 1.15.1 to 1.15.2
- [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.15.1...v1.15.2)

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

Updates `@gravity-ui/date-components` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/gravity-ui/date-components/releases)
- [Changelog](https://github.com/gravity-ui/date-components/blob/main/CHANGELOG.md)
- [Commits](gravity-ui/date-components@v3.4.1...v3.4.2)

Updates `@gravity-ui/uikit` from 7.30.0 to 7.31.2
- [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.30.0...v7.31.2)

Updates `@hey-api/openapi-ts` from 0.90.10 to 0.92.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.90.10...@hey-api/openapi-ts@0.92.3)

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

Updates `@vitejs/plugin-react` from 5.1.2 to 5.1.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.4/packages/plugin-react)

Updates `eslint-plugin-perfectionist` from 5.4.0 to 5.5.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.4.0...v5.5.0)

Updates `eslint-plugin-react-refresh` from 0.4.26 to 0.5.0
- [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.4.26...v0.5.0)

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

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

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

Updates `stylelint-config-recess-order` from 7.6.0 to 7.6.1
- [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.0...v7.6.1)

Updates `stylelint-plugin-logical-css` from 1.2.3 to 1.3.0
- [Commits](https://github.com/yuschick/stylelint-plugin-logical-css/commits)

Updates `stylelint-plugin-use-baseline` from 1.2.1 to 1.2.2
- [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.1...v1.2.2)

Updates `typescript-eslint` from 8.54.0 to 8.55.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.55.0/packages/typescript-eslint)

Updates `vite-bundle-analyzer` from 1.3.2 to 1.3.6
- [Release notes](https://github.com/nonzzz/vite-bundle-analyzer/releases)
- [Changelog](https://github.com/nonzzz/vite-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](nonzzz/vite-bundle-analyzer@v1.3.2...v1.3.6)

---
updated-dependencies:
- dependency-name: "@gravity-ui/table"
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.90.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@gravity-ui/date-components"
  dependency-version: 3.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@gravity-ui/uikit"
  dependency-version: 7.31.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.92.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 5.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: knip
  dependency-version: 5.83.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: stylelint
  dependency-version: 17.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: stylelint-config-recess-order
  dependency-version: 7.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: stylelint-plugin-logical-css
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: stylelint-plugin-use-baseline
  dependency-version: 1.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vite-bundle-analyzer
  dependency-version: 1.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Feb 11, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2026

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

@dependabot dependabot bot closed this Feb 12, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-b0732d075b branch February 12, 2026 18:08
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