Skip to content

Comments

build(deps): bump the theoretically-non-breaking group with 16 updates#5713

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/theoretically-non-breaking-86d7360497
Open

build(deps): bump the theoretically-non-breaking group with 16 updates#5713
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/theoretically-non-breaking-86d7360497

Conversation

@dependabot
Copy link
Contributor

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

Bumps the theoretically-non-breaking group with 16 updates:

Package From To
@nx/js 22.4.4 22.5.1
@vitest/eslint-plugin 1.6.6 1.6.9
glob 13.0.0 13.0.4
jsdom 28.0.0 28.1.0
nx 22.4.4 22.5.1
typescript-eslint 8.54.0 8.56.0
@wdio/cli 9.23.3 9.24.0
@wdio/local-runner 9.23.3 9.24.0
@wdio/mocha-framework 9.23.3 9.24.0
@wdio/sauce-service 9.23.3 9.24.0
@wdio/spec-reporter 9.23.3 9.24.0
@wdio/static-server-service 9.23.3 9.24.0
dotenv 17.2.3 17.3.1
playwright 1.58.1 1.58.2
immer 11.1.3 11.1.4
meriyah 7.0.0 7.1.0

Updates @nx/js from 22.4.4 to 22.5.1

Release notes

Sourced from @​nx/js's releases.

22.5.1 (2026-02-13)

🚀 Features

  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

🩹 Fixes

  • core: make sure that mcp args aren't overridden when running configure-ai-agents (#34381)
  • core: use a consistent batch id between scheduler and task runner (#34392)
  • core: clean up stale socket files before listening (#34236, #34233)
  • core: avoid dropping unrelated continuous deps in makeAcyclic (#34389)
  • core: make runtime cache key deterministic (#34390)
  • core: handle dangling symlinks during cache restore (#34396, #34013)
  • core: hitting [1] or [2] should remove pinned panes if they match the current task (#34433, #34175)
  • core: remove shellapi from winapi featureset to minimize AV false positives (#34208)
  • maven: use module-level variable for cache transfer between createNodes and createDependencies (#34386)
  • maven: correctly map between maven locators and nx project names (#34366)
  • nx-dev: improve plugin registry visibility (#34395)
  • nx-dev: add missing nx-cloud intro in sidebar (#34403)
  • nx-dev: clarify project linking for workspaces (#34405)
  • repo: use sudo for global npm install in publish workflow (#34409)
  • repo: replace addnab/docker-run-action with direct docker run (#34448)
  • repo: revert sudo for global npm install in publish workflow (#34451, #34409)

❤️ Thank You

... (truncated)

Commits

Updates @vitest/eslint-plugin from 1.6.6 to 1.6.9

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.9

   🐞 Bug Fixes

    View changes on GitHub

v1.6.8

No significant changes

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.7...v1.6.8

v1.6.7

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates glob from 13.0.0 to 13.0.4

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates jsdom from 28.0.0 to 28.1.0

Release notes

Sourced from jsdom's releases.

Version 28.1.0

  • Added blob.text(), blob.arrayBuffer(), and blob.bytes() methods.
  • Improved getComputedStyle() to account for CSS specificity when multiple rules apply. (asamuzaK)
  • Improved synchronous XMLHttpRequest performance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.
  • Improved performance of node.getRootNode(), node.isConnected, and event.dispatchEvent() by caching the root node of document-connected trees.
  • Fixed getComputedStyle() to correctly handle !important priority. (asamuzaK)
  • Fixed document.getElementById() to return the first element in tree order when multiple elements share the same ID.
  • Fixed <svg> elements to no longer incorrectly proxy event handlers to the Window.
  • Fixed FileReader event timing and fileReader.result state to more closely follow the spec.
  • Fixed a potential hang when synchronous XMLHttpRequest encountered dispatch errors.
  • Fixed compatibility with environments where Node.js's built-in fetch() has been used before importing jsdom, by working around undici v6/v7 incompatibilities.
Changelog

Sourced from jsdom's changelog.

28.1.0

  • Added blob.text(), blob.arrayBuffer(), and blob.bytes() methods.
  • Improved getComputedStyle() to account for CSS specificity when multiple rules apply. (asamuzaK)
  • Improved synchronous XMLHttpRequest performance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.
  • Improved performance of node.getRootNode(), node.isConnected, and event.dispatchEvent() by caching the root node of document-connected trees.
  • Fixed getComputedStyle() to correctly handle !important priority. (asamuzaK)
  • Fixed document.getElementById() to return the first element in tree order when multiple elements share the same ID.
  • Fixed <svg> elements to no longer incorrectly proxy event handlers to the Window.
  • Fixed FileReader event timing and fileReader.result state to more closely follow the spec.
  • Fixed a potential hang when synchronous XMLHttpRequest encountered dispatch errors.
  • Fixed compatibility with environments where Node.js's built-in fetch() has been used before importing jsdom, by working around undici v6/v7 incompatibilities.
Commits
  • 12949b5 Version 28.1.0
  • ce4c58f Apply CSS specificity when computing styles
  • 7ed55a0 Skip single-byte-decoder encoding tests on Node 20
  • f3b1973 Generalize node version conditions in test expectations
  • 853c596 Rewrite getElementById ID caching for tree-order correctness
  • 5fbfde6 Fix potential sync XHR worker hang from unhandled dispatch errors
  • 82df38f Cache the root node for document-connected trees
  • ed7c5c0 Add documentation comment to create-event-accessor.js
  • b4562e9 Simplify Window.js installEventHandlers
  • 7da340f Centralize "determine the target of an event handler"
  • Additional commits viewable in compare view

Updates nx from 22.4.4 to 22.5.1

Release notes

Sourced from nx's releases.

22.5.1 (2026-02-13)

🚀 Features

  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

🩹 Fixes

  • core: make sure that mcp args aren't overridden when running configure-ai-agents (#34381)
  • core: use a consistent batch id between scheduler and task runner (#34392)
  • core: clean up stale socket files before listening (#34236, #34233)
  • core: avoid dropping unrelated continuous deps in makeAcyclic (#34389)
  • core: make runtime cache key deterministic (#34390)
  • core: handle dangling symlinks during cache restore (#34396, #34013)
  • core: hitting [1] or [2] should remove pinned panes if they match the current task (#34433, #34175)
  • core: remove shellapi from winapi featureset to minimize AV false positives (#34208)
  • maven: use module-level variable for cache transfer between createNodes and createDependencies (#34386)
  • maven: correctly map between maven locators and nx project names (#34366)
  • nx-dev: improve plugin registry visibility (#34395)
  • nx-dev: add missing nx-cloud intro in sidebar (#34403)
  • nx-dev: clarify project linking for workspaces (#34405)
  • repo: use sudo for global npm install in publish workflow (#34409)
  • repo: replace addnab/docker-run-action with direct docker run (#34448)
  • repo: revert sudo for global npm install in publish workflow (#34451, #34409)

❤️ Thank You

... (truncated)

Commits
  • cbc9c4d fix(core): remove shellapi from winapi featureset to minimize AV false positi...
  • da7b1e0 fix(core): hitting [1] or [2] should remove pinned panes if they match the cu...
  • 501fd57 feat(core): add negation pattern support for plugin include/exclude (#34160)
  • 13acb88 feat(core): extract sandbox detection into reusable utility (#34408)
  • d3bed1b feat(core): handle agentic sandboxing (#34402)
  • 1b1c702 fix(core): handle dangling symlinks during cache restore (#34396)
  • 42920fc fix(core): make runtime cache key deterministic (#34390)
  • 7c80acc fix(core): avoid dropping unrelated continuous deps in makeAcyclic (#34389)
  • 7d5655d fix(core): clean up stale socket files before listening (#34236)
  • 00eb405 fix(core): use a consistent batch id between scheduler and task runner (#34392)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.54.0 to 8.56.0

Release notes

Sourced from typescript-eslint's releases.

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.56.0 (2026-02-16)

🚀 Features

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.55.0 (2026-02-09)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @wdio/cli from 9.23.3 to 9.24.0

Release notes

Sourced from @​wdio/cli's releases.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Changelog

Sourced from @​wdio/cli's changelog.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Commits

Updates @wdio/local-runner from 9.23.3 to 9.24.0

Release notes

Sourced from @​wdio/local-runner's releases.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Changelog

Sourced from @​wdio/local-runner's changelog.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Commits

Updates @wdio/mocha-framework from 9.23.3 to 9.24.0

Release notes

Sourced from @​wdio/mocha-framework's releases.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Changelog

Sourced from @​wdio/mocha-framework's changelog.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Commits

Updates @wdio/sauce-service from 9.23.3 to 9.24.0

Release notes

Sourced from @​wdio/sauce-service's releases.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Changelog

Sourced from @​wdio/sauce-service's changelog.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Commits

Updates @wdio/spec-reporter from 9.23.3 to 9.24.0

Release notes

Sourced from @​wdio/spec-reporter's releases.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Changelog

Sourced from @​wdio/spec-reporter's changelog.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Commits

Updates @wdio/static-server-service from 9.23.3 to 9.24.0

Release notes

Sourced from @​wdio/static-server-service's releases.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Changelog

Sourced from @​wdio/static-server-service's changelog.

v9.24.0 (2026-02-10)

🚀 New Feature

💅 Polish

📝 Documentation

Committers: 3

Commits

Updates dotenv from 17.2.3 to 17.3.1

Changelog

Sourced from dotenv's changelog.

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits

Updates playwright from 1.58.1 to 1.58.2

Release notes

Sourced from playwright's releases.

v1.58.2

Highlights

#39121 fix(trace viewer): make paths via stdin work #39129 fix: do not force swiftshader on chromium mac

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0
Commits

Updates immer from 11.1.3 to 11.1.4

Release notes

Sourced from immer's releases.

v11.1.4

11.1.4 (2026-02-10)

Bug Fixes

  • handle nested proxies after spreading and inserting into an array (90a7765)
Commits
  • cdccf1a Merge pull request #1210 from immerjs/bugfix/1209-array-plugin-nested-drafts
  • 90a7765 fix: handle nested proxies after spreading and inserting into an array
  • See full diff in compare view

Updates meriyah from 7.0.0 to 7.1.0

Changelog

Sourced from meriyah's changelog.

7.1.0 (2026-02-04)

Features

  • add isParseError() for brand check (#541) (c5443c4)
  • assign to CallExpression is now runtime error in annexB (#546) (5835016)
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for meriyah since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
meriyah [>= 6.a, < 7]

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 theoretically-non-breaking group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.4.4` | `22.5.1` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.6` | `1.6.9` |
| [glob](https://github.com/isaacs/node-glob) | `13.0.0` | `13.0.4` |
| [jsdom](https://github.com/jsdom/jsdom) | `28.0.0` | `28.1.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.4.4` | `22.5.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.56.0` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.23.3` | `9.24.0` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.23.3` | `9.24.0` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.23.3` | `9.24.0` |
| [@wdio/sauce-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-sauce-service) | `9.23.3` | `9.24.0` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.23.3` | `9.24.0` |
| [@wdio/static-server-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-static-server-service) | `9.23.3` | `9.24.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.3.1` |
| [playwright](https://github.com/microsoft/playwright) | `1.58.1` | `1.58.2` |
| [immer](https://github.com/immerjs/immer) | `11.1.3` | `11.1.4` |
| [meriyah](https://github.com/meriyah/meriyah) | `7.0.0` | `7.1.0` |


Updates `@nx/js` from 22.4.4 to 22.5.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.5.1/packages/js)

Updates `@vitest/eslint-plugin` from 1.6.6 to 1.6.9
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.6...v1.6.9)

Updates `glob` from 13.0.0 to 13.0.4
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v13.0.0...v13.0.4)

Updates `jsdom` from 28.0.0 to 28.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@28.0.0...28.1.0)

Updates `nx` from 22.4.4 to 22.5.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.5.1/packages/nx)

Updates `typescript-eslint` from 8.54.0 to 8.56.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/typescript-eslint)

Updates `@wdio/cli` from 9.23.3 to 9.24.0
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.24.0/packages/wdio-cli)

Updates `@wdio/local-runner` from 9.23.3 to 9.24.0
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.24.0/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.23.3 to 9.24.0
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.24.0/packages/wdio-mocha-framework)

Updates `@wdio/sauce-service` from 9.23.3 to 9.24.0
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.24.0/packages/wdio-sauce-service)

Updates `@wdio/spec-reporter` from 9.23.3 to 9.24.0
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.24.0/packages/wdio-spec-reporter)

Updates `@wdio/static-server-service` from 9.23.3 to 9.24.0
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.24.0/packages/wdio-static-server-service)

Updates `dotenv` from 17.2.3 to 17.3.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.3...v17.3.1)

Updates `playwright` from 1.58.1 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.1...v1.58.2)

Updates `immer` from 11.1.3 to 11.1.4
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v11.1.3...v11.1.4)

Updates `meriyah` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/meriyah/meriyah/releases)
- [Changelog](https://github.com/meriyah/meriyah/blob/main/CHANGELOG.md)
- [Commits](meriyah/meriyah@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: "@nx/js"
  dependency-version: 22.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: glob
  dependency-version: 13.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: jsdom
  dependency-version: 28.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-version: 22.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: typescript-eslint
  dependency-version: 8.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/cli"
  dependency-version: 9.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/mocha-framework"
  dependency-version: 9.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/sauce-service"
  dependency-version: 9.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/spec-reporter"
  dependency-version: 9.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/static-server-service"
  dependency-version: 9.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: dotenv
  dependency-version: 17.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: playwright
  dependency-version: 1.58.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: immer
  dependency-version: 11.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: meriyah
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 19, 2026 14:28
@git2gus
Copy link

git2gus bot commented Feb 19, 2026

This issue has been linked to a new work item: W-21312155

@git2gus
Copy link

git2gus bot commented Feb 19, 2026

This issue has been linked to a new work item: W-21312156

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants