Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@snack-uikit/button 0.19.18 0.19.19
@snack-uikit/fields 0.57.0 0.57.1
@snack-uikit/list 0.33.1 0.33.2
@snack-uikit/modal 0.19.14 0.20.1
@snack-uikit/tabs 0.10.18 0.10.19
@snack-uikit/toaster 0.11.28 0.11.29
@snack-uikit/tooltip 0.18.13 0.18.14
@snack-uikit/truncate-string 0.7.12 0.7.13
@playwright/test 1.60.0 1.61.1
@types/node 25.9.3 26.0.1
eslint-plugin-effector 0.18.0 0.19.0
postcss-styled-syntax 0.7.1 0.7.2
selenium-webdriver 4.44.0 4.45.0
vite 8.0.16 8.1.0

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

Changelog

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

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

Changelog

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

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

Changelog

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

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

Changelog

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

0.11.29 (2026-06-24)

Only dependencies have been changed

Commits

Updates @snack-uikit/tooltip from 0.18.13 to 0.18.14

Changelog

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

0.18.14 (2026-06-24)

Only dependencies have been changed

Commits

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

Changelog

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

0.7.13 (2026-06-24)

Only dependencies have been changed

Commits

Updates @crxjs/vite-plugin from 2.5.0 to 2.7.0

Changelog

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

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 readiness polling, and throttles automatic reloads to avoid rapid flicker.
  • 1681511: Expand vite-plugin CI to run e2e tests against supported Vite versions and fix compatibility issues exposed by the matrix.
  • 0593d58: fix: publish ESM declarations for the Vite plugin entrypoint
Commits
  • bea6cf3 Version Packages
  • 16ce2b7 fix(vite-plugin): handle self imports in content script hmr
  • 58cd4ce chore(vite-plugin): update minor deps
  • 58cea9f chore(vite-plugin): remove unused deps
  • 8d91c5f Merge pull request #1186 from Toumash/codex/1159-main-world-hmr
  • fcd78d4 Merge remote-tracking branch 'upstream/main' into fix/vite7-full-reload-hmr-e...
  • ab900aa Version Packages
  • d573a41 fix file writer readiness waits
  • 6fc2178 Version Packages
  • 5a070f1 Merge pull request #1184 from crxjs/codex/fix-loading-page-reload-loop
  • Additional commits viewable in compare view

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

Commits

Updates @vitejs/plugin-react from 6.0.2 to 6.0.3

Changelog

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

6.0.3 (2026-06-23)

Commits
  • 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 (...
  • cd80f0f fix(deps): update all non-major dependencies (#1241)
  • e38acca fix(deps): update all non-major dependencies (#1227)
  • 9a9bb26 perf(react): improve react compiler preset so that slightly more modules are ...
  • See full diff 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 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 selenium-webdriver from 4.44.0 to 4.45.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.45.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits
  • cd6a3cd [build] Prepare for release of selenium-4.45.0 (#17680)
  • 15fad06 [build] Automated Browser Version Update (#17679)
  • cb9b6fd [grid] Add support Redis-backed for SessionQueue (#17678)
  • 18bb1d9 [py] terminate driver service process when start() fails to connect (#17651)
  • b3164ef [grid] add HtmlUnit browser logo to Grid UI (#17656)
  • bb741bd [build] Automated Browser Version Update (#17658)
  • 887237c [py] translate continue_request/continue_response kwargs to BiDi wire format ...
  • f53de51 [rb] run minimize test on linux now that #17644 fixed fluxbox startup
  • 3f37cce [rb] set window state before each window test instead of resetting driver
  • 2bfb990 [rb] skip Safari double_click action tests
  • Additional commits viewable in compare view

Updates vite from 8.0.16 to 8.1.0

Release notes

Sourced from vite's releases.

create-vite@8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0

Please refer to CHANGELOG.md for details.

v8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.0 (2026-06-23)

Features

Bug Fixes

  • bundled-dev: errors should be kept when incremental build fails (#22617) (9a0dd48)
  • cache falsy values in perEnvironmentState (#22715) (0e91e79)
  • glob: respect caseSensitive option in hmr matcher (#22711) (65f525e)
  • html: omit nonce on import map when cspNonce is unset (#22713) (8340bb5)
  • optimizer: skip null-valued exports in expandGlobIds glob resolution (#22611) (8b9f5cd)
  • resolved build options should be kept as a getter (#22691) (3527191)
  • server: handle malformed URI in memory files middleware (#22714) (df9e0a5)
  • use literal envPrefix queries for Vite Task (#22706) (da72733)
  • warn on deprecated envFile (#22555) (ed7b283)

Code Refactoring

8.1.0-beta.0 (2026-06-15)

Features

  • import.meta.glob support caseSensitive option (#21707) (2ad6737)
  • add warning to discourage Vite with yarn pnp (#21906) (3fbb55a)
  • build: chunk importmap (#21580) (e180312)
  • css: support lightningcss plugin dependency (#21748) (0b7aaed)
  • deps: bump @​vitejs/devtools peer dependency version (#22542) (d2c2bc0)
  • html: add html.additionalAssetSources option (#21412) (a41404b)
  • integrate with Vite Task for zero-config build caching (#22453) (f8d75f7)
  • rename server.hmr options to server.ws options (#21357) (9ce3036)
  • server: support multiple hosts in __VITE_ADDITIONAL_SERVER_ALLOWED_HOSTS (#21501) (735f9a1)
  • track dependencies when loading config with native (#22602) (a7e2da8)
  • types: add more precise typing for known query types to match known as types (#21863) (cc39e55)
  • update rolldown to 1.1.1 (#22593) (8a13d63)
  • wasm: direct .wasm imports (WASM ESM Integration) (#21779) (c23d85b)

Bug Fixes

  • apply correct fs restrictions for pnpm gvs (#22415) (092320b)
  • css: support external CSS with lightningcss (#18389) (d64a1a5)
  • deps: update all non-major dependencies (#22637) (44bb9d9)
  • deps: update all non-major dependencies (#22681) (f4f0633)
  • html: insert import map before modulepreload that is not self-close tag (#21409) (e399c89)
  • optimizer: preserve sourcemaps for transformed optimized deps with follow-up transforms (#22428) (1298951)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…16 updates

Bumps the npm-dependencies group with 14 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.1` |
| [@snack-uikit/list](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/list) | `0.33.1` | `0.33.2` |
| [@snack-uikit/modal](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/modal) | `0.19.14` | `0.20.1` |
| [@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.29` |
| [@snack-uikit/tooltip](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/tooltip) | `0.18.13` | `0.18.14` |
| [@snack-uikit/truncate-string](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/truncate-string) | `0.7.12` | `0.7.13` |
| [@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.0.1` |
| [eslint-plugin-effector](https://github.com/effector/eslint-plugin) | `0.18.0` | `0.19.0` |
| [postcss-styled-syntax](https://github.com/hudochenkov/postcss-styled-syntax) | `0.7.1` | `0.7.2` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.44.0` | `4.45.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.16` | `8.1.0` |



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.1
- [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.1/packages/fields)

Updates `@snack-uikit/list` from 0.33.1 to 0.33.2
- [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.2/packages/list)

Updates `@snack-uikit/modal` from 0.19.14 to 0.20.1
- [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.1/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.29
- [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.29/packages/toaster)

Updates `@snack-uikit/tooltip` from 0.18.13 to 0.18.14
- [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.14/packages/tooltip)

Updates `@snack-uikit/truncate-string` from 0.7.12 to 0.7.13
- [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.13/packages/truncate-string)

Updates `@crxjs/vite-plugin` from 2.5.0 to 2.7.0
- [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/vite-plugin-v2.7.0/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.0.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.3
- [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.3/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 `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 `selenium-webdriver` from 4.44.0 to 4.45.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.44.0...selenium-4.45.0)

Updates `vite` from 8.0.16 to 8.1.0
- [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/create-vite@8.1.0/packages/vite)

---
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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/list"
  dependency-version: 0.33.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/modal"
  dependency-version: 0.20.1
  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.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/tooltip"
  dependency-version: 0.18.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/truncate-string"
  dependency-version: 0.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@crxjs/vite-plugin"
  dependency-version: 2.7.0
  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.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.3
  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: postcss-styled-syntax
  dependency-version: 0.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-version: 8.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Jun 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 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 2, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-61e0fbd84e branch July 2, 2026 08:17
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