Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-1aed2b8c32
Closed

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 22 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.61.1
@types/node 25.9.3 26.1.1
eslint-plugin-effector 0.18.0 0.19.0
fs-extra 11.3.5 11.3.6
geckodriver 6.1.0 6.1.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.61.1

Release notes

Sourced from @​playwright/test's releases.

v1.61.1

Bug Fixes

  • #41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
  • #41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
  • #41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
  • #41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
  • #41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks

v1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

const context = await browser.newContext();
// Seed a passkey your backend provisioned for a test user.
await context.credentials.create('example.com', {
id: credentialId,
userHandle,
privateKey,
publicKey,
});
await context.credentials.install();
const page = await context.newPage();
await page.goto('https://example.com/login');
// The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.

🗃️ Web Storage

New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:

await page.localStorage.setItem('token', 'abc');
const token = await page.localStorage.getItem('token');
const items = await page.sessionStorage.items();

New APIs

Network

Browser and Screencast

... (truncated)

Commits
  • 39e3553 cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...
  • 4328122 chore: mark v1.61.1 (#41404)
  • 2c29a94 fix(tracing): stop recording websocket frames outside of chunks (#41398)
  • 4324b19 cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend
  • 041e7e3 cherry-pick(#41364): fix(har): WebSocket message timestamps should be in mi...
  • b8a0fc3 cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...
  • b5a3175 cherry-pick(#41319): fix(loader): support other node versions
  • d4724a9 cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image
  • 1cc5a90 cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...
  • a6772bd cherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...
  • Additional commits viewable in compare view

Updates @types/node from 25.9.3 to 26.1.1

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)

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

Changelog

Sourced from fs-extra's changelog.

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

…24 updates

Bumps the npm-dependencies group with 22 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.61.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.1.1` |
| [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.3.6` |
| [geckodriver](https://github.com/webdriverio-community/node-geckodriver) | `6.1.0` | `6.1.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.61.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.60.0...v1.61.1)

Updates `@types/node` from 25.9.3 to 26.1.1
- [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 `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.3.6
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.5...11.3.6)

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 `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.61.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  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: 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.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: 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 23, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jul 30, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-1aed2b8c32 branch July 30, 2026 08:19
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