Skip to content

chore(deps): bump the npm-dependencies group with 5 updates#141

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

chore(deps): bump the npm-dependencies group with 5 updates#141
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-0ba15375ec

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 5 updates:

Package From To
@snack-uikit/modal 0.19.14 0.20.0
@crxjs/vite-plugin 2.5.0 2.6.1
@playwright/test 1.60.0 1.61.0
eslint-plugin-effector 0.18.0 0.19.0
selenium-webdriver 4.44.0 4.45.0

Updates @snack-uikit/modal from 0.19.14 to 0.20.0

Changelog

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

0.20.0 (2026-06-16)

Features

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

Updates @crxjs/vite-plugin from 2.5.0 to 2.6.1

Changelog

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

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
  • 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
  • 5f6101e Merge pull request #1187 from Toumash/codex/document-local-vite-plugin-testing
  • b5ef07a Merge pull request #1113 from crxjs/dependabot/npm_and_yarn/eslint-9.26.0
  • 596edf3 docs: keep link workflow primary
  • 3b61b16 docs: use packed vite plugin for local testing
  • d6c14a7 Fix ESLint 9 lint config
  • 1ad81a0 Merge remote-tracking branch 'origin/main' into codex/pr-1113
  • Additional commits viewable in compare view

Updates @playwright/test from 1.60.0 to 1.61.0

Release notes

Sourced from @​playwright/test's releases.

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

  • New option artifactsDir in browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.
  • New option cursor in screencast.showActions() controls the cursor decoration rendered for pointer actions.
  • The onFrame callback in screencast.start() now receives a timestamp of when the frame was presented by the browser.

Test runner

  • The testOptions.video option now supports the same set of modes as trace: new 'on-all-retries', 'retain-on-first-failure' and 'retain-on-failure-and-retries' values. See the video modes table for which runs are recorded and kept in each mode.
  • Supported expect.soft.poll(...).
  • New fullConfig.argv — a snapshot of process.argv from the runner process, handy for reading custom arguments passed after the -- separator.
  • New fullConfig.failOnFlakyTests mirrors the config option, so reporters can explain why a flaky run failed.
  • testInfo.errors now lists each sub-error of an AggregateError as a separate entry.

... (truncated)

Commits
  • 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...
  • 8133dcf cherry-pick(#41283): docs: add Ubuntu 26.04 and Node.js 26.x to system requir...
  • 812432e chore: mark v1.61.0 (#41277)
  • ac05145 fix(fetch): report serverAddr and securityDetails for reused sockets (#41267)
  • 056efc9 fix(trace-viewer): add keyboard navigation to NetworkFilters component (#41...
  • 41f7b9a chore: fixes uncovered by the .NET 1.61 roll (#41266)
  • ba50778 fix(mcp): assign caps as array for legacy --vision flag (#41253)
  • b8ee5ae docs: release notes for v1.61 (#41261)
  • 49c1f69 fix(trace viewer): load trace from a local file (#41263)
  • 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 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

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

Bumps the npm-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@snack-uikit/modal](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/modal) | `0.19.14` | `0.20.0` |
| [@crxjs/vite-plugin](https://github.com/crxjs/chrome-extension-tools/tree/HEAD/packages/vite-plugin) | `2.5.0` | `2.6.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.60.0` | `1.61.0` |
| [eslint-plugin-effector](https://github.com/effector/eslint-plugin) | `0.18.0` | `0.19.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.44.0` | `4.45.0` |


Updates `@snack-uikit/modal` from 0.19.14 to 0.20.0
- [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.0/packages/modal)

Updates `@crxjs/vite-plugin` from 2.5.0 to 2.6.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/vite-plugin-v2.6.1/packages/vite-plugin)

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

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

---
updated-dependencies:
- dependency-name: "@snack-uikit/modal"
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@crxjs/vite-plugin"
  dependency-version: 2.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: selenium-webdriver
  dependency-version: 4.45.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 18, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 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 Jun 25, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-0ba15375ec branch June 25, 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