Skip to content

chore(deps): bump the npm-dependencies group across 1 directory with 26 updates - #155

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-0065d13b58
Open

chore(deps): bump the npm-dependencies group across 1 directory with 26 updates#155
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-0065d13b58

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 24 updates in the / directory:

Package From To
@snack-uikit/button 0.19.18 0.19.19
@snack-uikit/fields 0.57.0 0.57.2
@snack-uikit/list 0.33.1 0.33.3
@snack-uikit/modal 0.19.14 0.20.2
@snack-uikit/tabs 0.10.18 0.10.19
@snack-uikit/toaster 0.11.28 0.11.30
@snack-uikit/tooltip 0.18.13 0.18.15
@snack-uikit/truncate-string 0.7.12 0.7.14
@cloud-ru/eslint-config 3.1.5 3.1.6
@cloud-ru/ft-config-vitest 1.3.3 1.3.4
@playwright/test 1.60.0 1.62.0
@types/node 25.9.3 26.1.2
concurrently 10.0.3 10.0.4
eslint-plugin-effector 0.18.0 0.19.0
fs-extra 11.3.5 11.4.0
geckodriver 6.1.0 6.1.1
jsdom 29.1.1 30.0.1
postcss-styled-syntax 0.7.1 0.7.2
prettier 3.8.4 3.9.6
selenium-webdriver 4.44.0 4.46.0
terser 5.48.0 5.49.0
typescript 6.0.3 7.0.2
vite 8.0.16 8.1.5
ws 8.21.0 8.21.1

Updates @snack-uikit/button from 0.19.18 to 0.19.19

Changelog

Sourced from @​snack-uikit/button's changelog.

0.19.19 (2026-06-24)

Bug Fixes

  • SITE-11384: fix for next 16 (18978d3)
Commits

Updates @snack-uikit/fields from 0.57.0 to 0.57.2

Changelog

Sourced from @​snack-uikit/fields's changelog.

0.57.2 (2026-07-03)

Only dependencies have been changed

0.57.1 (2026-06-24)

Bug Fixes

  • SITE-11384: update tests (211cfe4)
Commits

Updates @snack-uikit/list from 0.33.1 to 0.33.3

Changelog

Sourced from @​snack-uikit/list's changelog.

0.33.3 (2026-07-03)

Only dependencies have been changed

0.33.2 (2026-06-24)

Bug Fixes

  • SITE-11384: fix for next 16 (18978d3)
  • SITE-11384: update tests (211cfe4)
Commits

Updates @snack-uikit/modal from 0.19.14 to 0.20.2

Changelog

Sourced from @​snack-uikit/modal's changelog.

0.20.2 (2026-07-03)

Only dependencies have been changed

0.20.1 (2026-06-24)

Only dependencies have been changed

0.20.0 (2026-06-16)

Features

  • SITE-10721: add animation for modal (13f4370)
Commits

Updates @snack-uikit/tabs from 0.10.18 to 0.10.19

Changelog

Sourced from @​snack-uikit/tabs's changelog.

0.10.19 (2026-06-24)

Only dependencies have been changed

Commits

Updates @snack-uikit/toaster from 0.11.28 to 0.11.30

Changelog

Sourced from @​snack-uikit/toaster's changelog.

0.11.30 (2026-07-03)

Only dependencies have been changed

0.11.29 (2026-06-24)

Only dependencies have been changed

Commits

Updates @snack-uikit/tooltip from 0.18.13 to 0.18.15

Changelog

Sourced from @​snack-uikit/tooltip's changelog.

0.18.15 (2026-07-03)

Only dependencies have been changed

0.18.14 (2026-06-24)

Only dependencies have been changed

Commits

Updates @snack-uikit/truncate-string from 0.7.12 to 0.7.14

Changelog

Sourced from @​snack-uikit/truncate-string's changelog.

0.7.14 (2026-07-03)

Only dependencies have been changed

0.7.13 (2026-06-24)

Only dependencies have been changed

Commits

Updates @cloud-ru/eslint-config from 3.1.5 to 3.1.6

Changelog

Sourced from @​cloud-ru/eslint-config's changelog.

3.1.6 (2026-07-01)

Dependencies

  • FF-8720: updated eslint-config deps (e4d996e)
Commits

Updates @cloud-ru/ft-config-vitest from 1.3.3 to 1.3.4

Changelog

Sourced from @​cloud-ru/ft-config-vitest's changelog.

1.3.4 (2026-07-22)

Dependencies

  • FF-8811: updated vitest and jsdom ranges in config-vitest (6fa3c9e)
Commits
  • b7bd57f [ci skip] Version bump
  • 6fa3c9e deps(FF-8811): updated vitest and jsdom ranges in config-vitest
  • See full diff in compare view

Updates @crxjs/vite-plugin from 2.5.0 to 2.7.1

Changelog

Sourced from @​crxjs/vite-plugin's changelog.

2.7.1

Patch Changes

  • efa9c63: Update direct dependency ranges for convert-source-map, debug, and fs-extra.
  • 6efde9d: Filter Vite 8/Rolldown-only options before the dev file writer calls Rollup, removing Unknown input options: platform warnings.

2.7.0

Minor Changes

  • 9f00943: Add dev HMR support for manifest-declared MAIN world content scripts.

Patch Changes

  • a9cc89a: Remove unused vite-plugin dependencies and update selected dependency versions.

2.6.1

Patch Changes

  • 2b88621: Coalesce file writer readiness waits so large dev-server graph updates do not repeatedly recompute the same dependency traversal. This also fixes late HMR readiness waits that could miss the shared ready event and delay content script updates.

2.6.0

Minor Changes

  • 4f5d2ec: feat: add IIFE content script bundling

    Content scripts named with .iife.ts extension are automatically bundled as self-contained IIFE files with all dependencies inlined. This is useful for MAIN world content scripts used with chrome.scripting.executeScript or chrome.scripting.registerContentScripts.

Patch Changes

  • 5316e9c: Allow chrome-extension:// and moz-extension:// origins in Vite dev-server CORS automatically. This keeps extension pages able to fetch dev-server files on Vite releases with the stricter localhost-only CORS default, including Vite 4.5.6, 5.4.12, and 6.0.9+, without requiring projects to configure server.cors.origin manually.
  • 1aee9ad: fix: dynamic content scripts failing in build --watch mode
  • 2f8bab5: Fix the dev-mode loading page so it waits for the requested extension HTML file, preserves the page URL query string, allows extension-origin

... (truncated)

Commits

Updates @playwright/test from 1.60.0 to 1.62.0

Release notes

Sourced from @​playwright/test's releases.

v1.62.0

🧱 New component testing model

Component testing moves to a stories and galleries model. A story wraps your component in one specific scenario — hard-coded props, mock data, providers — and a gallery page that you serve renders stories on demand. The new fixtures.mount() fixture navigates to the gallery, mounts a story by id, and returns a Locator scoped to the story's root element:

test('click should expand', async ({ mount }) => {
  const component = await mount('components/Expandable/Stateful');
  await component.getByRole('button').click();
  await expect(component.getByTestId('expanded')).toHaveValue('true');
});

Pass a story type as a template argument to type-check its props, and use update(props) / unmount() on the returned locator to re-render or tear down within a test.

🛑 Cancel operations with AbortSignal

Most operations and web-first assertions now accept a signal option that takes an AbortSignal, letting you cancel long-running actions, navigations, waits, and assertions:

const controller = new AbortController();
setTimeout(() => controller.abort(), 1000);
await page.getByRole('button', { name: 'Submit' }).click({ signal: controller.signal });
await expect(page.getByText('Done')).toBeVisible({ signal: controller.signal });

Providing a signal does not disable the default timeout; pass timeout: 0 to disable it.

🖼️ WebP screenshots

expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() can now store snapshots in the WebP format — just give the snapshot a .webp name:

// Visual comparisons store the golden snapshot as lossless WebP.
await expect(page).toHaveScreenshot('homepage.webp');
// Standalone screenshots can trade quality for size with lossy WebP.
await page.screenshot({ path: 'homepage.webp', quality: 50 });

page.screenshot() and [locator.screenshot() (https://playwright.dev/docs/api/class-locator#locator-screenshot) also accept webp as a type, where quality 100 (the default) is lossless and lower values use lossy compression.

🧩 Custom test filtering with Reporter.preprocess()

New reporter.preprocess() hook runs after the configuration is resolved and before reporter.onBegin(), letting a reporter mark individual tests as skipped, excluded, fixed, or failing through a TestRun object:

</tr></table> 

... (truncated)

Commits
  • e3950d9 chore: mark v1.62.0 (#41981)
  • f07e0f7 cherry-pick(#41940): docs: release notes for v1.62 (#41967)
  • 05a306c cherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...
  • 2934858 fix: correct pending navigation log spacing (#41949)
  • 4b0cc99 fix(test): unflake screencast backpressure test on slow macOS runner (#41951)
  • bbbae6d test: fixme WebSocket locale test in Chromium 150 (#41944)
  • 15c4f55 fix(mcp): identify downloads explicitly (#41933)
  • f5fa967 fix(network): request.postData() returns null for empty string body override ...
  • 0edafe4 fix(mcp): launch the Chrome profile that has the extension installed (#41939)
  • 244a1ff feat(firefox): roll to r1538 (#41938)
  • Additional commits viewable in compare view

Updates @types/node from 25.9.3 to 26.1.2

Commits

Updates @vitejs/plugin-react from 6.0.2 to 6.0.4

Release notes

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

plugin-react@6.0.4

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined. This error is now fixed.

plugin-react@6.0.3

No release notes provided.

Changelog

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

6.0.4 (2026-07-22)

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined. This error is now fixed.

6.0.3 (2026-06-23)

Improve the react compiler preset filter to reduce false-positives (#1138)

Improved the filter in the react compiler babel preset to reduce the false-positives so that less modules are processed by the react compiler.

Commits
  • f4b5498 release: plugin-react@6.0.4
  • 7a40659 fix(react): $RefreshSig$ is not defined with NODE_ENV=production vite dev ...
  • 98b32d4 fix(deps): update react 19.2.8 (#1298)
  • 8ae5449 fix: babel-plugin-react-compiler cannot be imported when used in a framework ...
  • f09ea01 fix(deps): update all non-major dependencies (#1282)
  • 640fd35 release: plugin-react@6.0.3
  • 889efb0 fix(deps): update all non-major dependencies (#1249)
  • 6c57dd4 fix(plugin-react): use '/' base in bundledDev preamble to fix non-root base p...
  • 3cc33a7 fix(deps): update react-related dependencies (#1245)
  • c0f7c7f docs: mention the Biome rule in the "Consistent components exports" section (...
  • Additional commits viewable in compare view

Updates concurrently from 10.0.3 to 10.0.4

Release notes

Sourced from concurrently's releases.

v10.0.4

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v10.0.3...v10.0.4

Commits

Updates eslint-plugin-effector from 0.18.0 to 0.19.0

Release notes

Sourced from eslint-plugin-effector's releases.

v0.19.0

Minor Changes

  • 5d565c3: Add new rule enforce-exhaustive-useUnit-destructuring by @​Olovyannikov
  • 81cbfbc: Improve enforce-effect-naming-convention to enforce naming in binding contexts (destructuring & function parameters) by @​kireevmp
  • babf94d: Improve enforce-store-naming-convention to enforce naming in binding contexts (destructuring & function parameters) by @​kireevmp

Patch Changes

  • e80dfee: no-units-spawn-in-render fixed to correctly flag factory.createModel() of effector-factorio inside render by @​kireevmp
  • 3554284: Tighten mandatory-scope-binding to only flag potential unit invocations by @​kireevmp
Changelog

Sourced from eslint-plugin-effector's changelog.

v0.19.0

Minor Changes

  • 81cbfbc: Improve enforce-effect-naming-convention to enforce naming in binding contexts (destructuring & function parameters) by @​kireevmp
  • babf94d: Improve enforce-store-naming-convention to enforce naming in binding contexts (destructuring & function parameters) by @​kireevmp
  • 5d565c3: Add new rule enforce-exhaustive-useUnit-destructuring by @​Olovyannikov

Patch Changes

  • e80dfee: no-units-spawn-in-render fixed to correctly flag factory.createModel() of effector-factorio inside render by @​kireevmp
  • 3554284: Tighten mandatory-scope-binding to only flag potential unit invocations by @​kireevmp
Commits
  • cf82a42 release: v0.19.0
  • 0ec80b9 chore: drop explicit node v20.9 support
  • 2a71034 chore: update pnpm action to v6
  • 9d15576 fix: rollback to pnpm@10
  • 059beca chore: bump dev deps & pnpm@11
  • e16b475 docs: include readme badges
  • db3d239 test(no-useless-methods): widen test coverage
  • d7e0f70 chore(strict-effect-handlers): polish stack tracking
  • d6d2324 test(no-duplicate-on): widen test coverage
  • a61488a test(no-duplicate-clock-or-source-array-values): widen test coverage
  • Additional commits viewable in compare view

Updates fs-extra from 11.3.5 to 11.4.0

Changelog

Sourced from fs-extra's changelog.

11.4.0 / 2026-07-23

  • Proper EEXIST error when trying to create a symlink and the dest already exists as a broken symlink (#925, #1076)

11.3.6 / 2026-06-29

  • Fix handling of symlinked destination ancestors in copy/move methods (#1071, #1073)
  • Docs typo fixed (#1074)
Commits

Updates geckodriver from 6.1.0 to 6.1.1

Release notes

Sourced from geckodriver's releases.

Release 6.1.1

  • Merge pull request #734 from webdriverio-community/ci/npm-oidc-trusted-publishing (05d451c)
  • ci: publish to npm via OIDC trusted publishing (8b0f462)
  • fix: version cached binary filename to detect stale/mismatched drivers (#733) (6e24754)
  • fix: do not forward geckoDriverVersion as a CLI argument to geckodriver binary (#732) (81f1824)
  • chore(deps): bump the patch-deps-updates-main group with 3 updates (#701) (5eee840)
  • chore(deps-dev): bump webdriverio in the minor-deps-updates-main group (#698) (96f78c9)
  • chore(deps-dev): bump @​types/node in the major-deps-updates-main group (#699) (d4a46a4)
  • chore(deps): bump the major-deps-updates group with 2 updates (#700) (02ec272)
  • chore: update pipeline (c515ae4)
  • chore: update deps (80898c5)
  • chore(deps): bump the major-deps-updates group with 2 updates (#691) (153548a)
  • chore(deps-dev): bump the patch-deps-updates-main group with 2 updates (#690) (b6bcd88)
Commits
  • 9fab366 Release 6.1.1
  • 05d451c Merge pull request #734 from webdriverio-community/ci/npm-oidc-trusted-publis...
  • 8b0f462 ci: publish to npm via OIDC trusted publishing
  • 6e24754 fix: version cached binary filename to detect stale/mismatched drivers (#733)
  • 81f1824 fix: do not forward geckoDriverVersion as a CLI argument to geckodriver binar...
  • 5eee840 chore(deps): bump the patch-deps-updates-main group with 3 updates (#701)
  • 96f78c9 chore(deps-dev): bump webdriverio in the minor-deps-updates-main group (#698)
  • d4a46a4 chore(deps-dev): bump @​types/node in the major-deps-updates-main group (#699)
  • 02ec272 chore(deps): bump the major-deps-updates group with 2 updates (#700)
  • c515ae4 chore: update pipeline
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for geckodriver since your current version.


Updates jsdom from 29.1.1 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view

Updates postcss-styled-syntax from 0.7.1 to 0.7.2

Release notes

Sourced from postcss-styled-syntax's releases.

0.7.2

  • Updated dependencies
Changelog

Sourced from postcss-styled-syntax's changelog.

0.7.2

  • Updated dependencies
Commits

Updates prettier from 3.8.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

Updates selenium-webdriver from 4.44.0 to 4.46.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.46.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

…26 updates

Bumps the npm-dependencies group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@snack-uikit/button](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/button) | `0.19.18` | `0.19.19` |
| [@snack-uikit/fields](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/fields) | `0.57.0` | `0.57.2` |
| [@snack-uikit/list](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/list) | `0.33.1` | `0.33.3` |
| [@snack-uikit/modal](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/modal) | `0.19.14` | `0.20.2` |
| [@snack-uikit/tabs](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/tabs) | `0.10.18` | `0.10.19` |
| [@snack-uikit/toaster](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/toaster) | `0.11.28` | `0.11.30` |
| [@snack-uikit/tooltip](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/tooltip) | `0.18.13` | `0.18.15` |
| [@snack-uikit/truncate-string](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/truncate-string) | `0.7.12` | `0.7.14` |
| [@cloud-ru/eslint-config](https://github.com/cloud-ru-tech/frontend-tools/tree/HEAD/packages/eslint-config) | `3.1.5` | `3.1.6` |
| [@cloud-ru/ft-config-vitest](https://github.com/cloud-ru-tech/frontend-tools/tree/HEAD/packages/config-vitest) | `1.3.3` | `1.3.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.60.0` | `1.62.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.1.2` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `10.0.3` | `10.0.4` |
| [eslint-plugin-effector](https://github.com/effector/eslint-plugin) | `0.18.0` | `0.19.0` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.5` | `11.4.0` |
| [geckodriver](https://github.com/webdriverio-community/node-geckodriver) | `6.1.0` | `6.1.1` |
| [jsdom](https://github.com/jsdom/jsdom) | `29.1.1` | `30.0.1` |
| [postcss-styled-syntax](https://github.com/hudochenkov/postcss-styled-syntax) | `0.7.1` | `0.7.2` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.6` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.44.0` | `4.46.0` |
| [terser](https://github.com/terser/terser) | `5.48.0` | `5.49.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.16` | `8.1.5` |
| [ws](https://github.com/websockets/ws) | `8.21.0` | `8.21.1` |



Updates `@snack-uikit/button` from 0.19.18 to 0.19.19
- [Changelog](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/button/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/snack-uikit/commits/@snack-uikit/button@0.19.19/packages/button)

Updates `@snack-uikit/fields` from 0.57.0 to 0.57.2
- [Changelog](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/fields/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/snack-uikit/commits/@snack-uikit/fields@0.57.2/packages/fields)

Updates `@snack-uikit/list` from 0.33.1 to 0.33.3
- [Changelog](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/list/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/snack-uikit/commits/@snack-uikit/list@0.33.3/packages/list)

Updates `@snack-uikit/modal` from 0.19.14 to 0.20.2
- [Changelog](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/modal/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/snack-uikit/commits/@snack-uikit/modal@0.20.2/packages/modal)

Updates `@snack-uikit/tabs` from 0.10.18 to 0.10.19
- [Changelog](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/tabs/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/snack-uikit/commits/@snack-uikit/tabs@0.10.19/packages/tabs)

Updates `@snack-uikit/toaster` from 0.11.28 to 0.11.30
- [Changelog](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/toaster/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/snack-uikit/commits/@snack-uikit/toaster@0.11.30/packages/toaster)

Updates `@snack-uikit/tooltip` from 0.18.13 to 0.18.15
- [Changelog](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/tooltip/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/snack-uikit/commits/@snack-uikit/tooltip@0.18.15/packages/tooltip)

Updates `@snack-uikit/truncate-string` from 0.7.12 to 0.7.14
- [Changelog](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/truncate-string/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/snack-uikit/commits/@snack-uikit/truncate-string@0.7.14/packages/truncate-string)

Updates `@cloud-ru/eslint-config` from 3.1.5 to 3.1.6
- [Changelog](https://github.com/cloud-ru-tech/frontend-tools/blob/master/packages/eslint-config/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/frontend-tools/commits/@cloud-ru/eslint-config@3.1.6/packages/eslint-config)

Updates `@cloud-ru/ft-config-vitest` from 1.3.3 to 1.3.4
- [Changelog](https://github.com/cloud-ru-tech/frontend-tools/blob/master/packages/config-vitest/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/frontend-tools/commits/@cloud-ru/ft-config-vitest@1.3.4/packages/config-vitest)

Updates `@crxjs/vite-plugin` from 2.5.0 to 2.7.1
- [Release notes](https://github.com/crxjs/chrome-extension-tools/releases)
- [Changelog](https://github.com/crxjs/chrome-extension-tools/blob/main/packages/vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/crxjs/chrome-extension-tools/commits/HEAD/packages/vite-plugin)

Updates `@playwright/test` from 1.60.0 to 1.62.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.60.0...v1.62.0)

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

Updates `@vitejs/plugin-react` from 6.0.2 to 6.0.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@6.0.4/packages/plugin-react)

Updates `concurrently` from 10.0.3 to 10.0.4
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v10.0.3...v10.0.4)

Updates `eslint-plugin-effector` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/effector/eslint-plugin/releases)
- [Changelog](https://github.com/effector/eslint-plugin/blob/master/CHANGELOG.md)
- [Commits](effector/eslint-plugin@v0.18.0...v0.19.0)

Updates `fs-extra` from 11.3.5 to 11.4.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.5...11.4.0)

Updates `geckodriver` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/webdriverio-community/node-geckodriver/releases)
- [Changelog](https://github.com/webdriverio-community/node-geckodriver/blob/main/CHANGELOG.md)
- [Commits](webdriverio-community/node-geckodriver@v6.1.0...v6.1.1)

Updates `jsdom` from 29.1.1 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

Updates `postcss-styled-syntax` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/hudochenkov/postcss-styled-syntax/releases)
- [Changelog](https://github.com/hudochenkov/postcss-styled-syntax/blob/main/CHANGELOG.md)
- [Commits](hudochenkov/postcss-styled-syntax@0.7.1...0.7.2)

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

Updates `selenium-webdriver` from 4.44.0 to 4.46.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.44.0...selenium-4.46.0)

Updates `terser` from 5.48.0 to 5.49.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.48.0...v5.49.0)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `vite` from 8.0.16 to 8.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite)

Updates `ws` from 8.21.0 to 8.21.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.0...8.21.1)

---
updated-dependencies:
- dependency-name: "@snack-uikit/button"
  dependency-version: 0.19.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/fields"
  dependency-version: 0.57.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/list"
  dependency-version: 0.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/modal"
  dependency-version: 0.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/tabs"
  dependency-version: 0.10.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/toaster"
  dependency-version: 0.11.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/tooltip"
  dependency-version: 0.18.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/truncate-string"
  dependency-version: 0.7.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@cloud-ru/eslint-config"
  dependency-version: 3.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@cloud-ru/ft-config-vitest"
  dependency-version: 1.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@crxjs/vite-plugin"
  dependency-version: 2.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: concurrently
  dependency-version: 10.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-effector
  dependency-version: 0.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: fs-extra
  dependency-version: 11.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: geckodriver
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: jsdom
  dependency-version: 30.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: postcss-styled-syntax
  dependency-version: 0.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.46.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: terser
  dependency-version: 5.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: ws
  dependency-version: 8.21.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-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 Jul 30, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 30, 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