Skip to content

build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 23 updates #5348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the theoretically-non-breaking group with 22 updates in the / directory:

Package From To
@eslint/js 9.24.0 9.25.1
@nx/js 20.7.2 20.8.1
@swc/core 1.11.21 1.11.22
@types/node 22.14.1 22.15.3
@vitest/coverage-v8 3.1.1 3.1.2
@vitest/eslint-plugin 1.1.42 1.1.43
@vitest/ui 3.1.1 3.1.2
es-module-lexer 1.6.0 1.7.0
eslint 9.24.0 9.25.1
glob 11.0.1 11.0.2
nx 20.7.2 20.8.1
rollup 4.40.0 4.40.1
typescript-eslint 8.29.1 8.31.0
vitest 3.1.1 3.1.2
parse5 7.2.1 7.3.0
@wdio/cli 9.9.1 9.12.7
@wdio/local-runner 9.9.1 9.12.7
@wdio/mocha-framework 9.9.0 9.12.6
@wdio/sauce-service 9.9.1 9.12.7
@wdio/spec-reporter 9.9.0 9.12.6
@wdio/static-server-service 9.9.0 9.12.6
@parse5/tools 0.5.0 0.6.0

Updates @eslint/js from 9.24.0 to 9.25.1

Release notes

Sourced from @​eslint/js's releases.

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)

v9.25.0

Features

  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)

Bug Fixes

  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)

Documentation

  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)

Chores

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • bd05397 chore: upgrade @eslint/* dependencies (#19606) (Milos Djermanovic)
  • 22ea18b chore: replace invalid int type with number inside JSDocs. (#19597) (Arya Emami)
Changelog

Sourced from @​eslint/js's changelog.

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

v9.25.0 - April 18, 2025

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)
  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)
  • bd05397 chore: upgrade @eslint/* dependencies (#19606) (Milos Djermanovic)
  • 22ea18b chore: replace invalid int type with number inside JSDocs. (#19597) (Arya Emami)
  • 865aed6 docs: Update README (GitHub Actions Bot)
Commits
  • 771317f chore: package.json update for @​eslint/js release
  • 345288d chore: package.json update for @​eslint/js release
  • See full diff in compare view

Updates @nx/js from 20.7.2 to 20.8.1

Release notes

Sourced from @​nx/js's releases.

20.8.1 (2025-04-25)

🚀 Features

  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (83b235e9dd)

🩹 Fixes

  • angular: remove deprecated standaloneConfig from generators (#30578)
  • angular: handle ssr with convert-to-rspack (#30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#30778)
  • core: improve flaky ci test (#30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#30834)
  • js: remove check that ts plugin is used for ts sync generator (#30743)
  • linter: remove empty entry in typescript eslint flat config (#30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#30717)

❤️ Thank You

20.8.0 (2025-04-14)

🚀 Features

  • angular: add --bundler=rspack option to app generator (#30623)
  • core: handle yarn resolutions and patches when parsing and pruning lock file (#30546)
  • core: add --bundler=rspack option to angular stack cnw (#30629)
  • core: add support for http based caches (#30593)
  • core: add filter for git checkouts in generated pipelines and docs (#30547)
  • core: allow globs in project config to extend atomized targets (#30630)
  • nx-dev: tutorialkit project (#29992)
  • react: add crystal mf support to host and remote (#30424)
  • release: revamped nx release version implementation (#30418)
  • rspack: add support for non-buildable libraries in external dependencies (#30606)
  • storybook: migrate to latest storybook 8 version (#30584)
  • testing: add support for cypress v14 (#30618)

🩹 Fixes

... (truncated)

Commits
  • 08f4dd9 fix(js): remove check that ts plugin is used for ts sync generator (#30743)
  • ce41ded fix(js): ensure the tsconfig files cache is correctly busted when implementat...
  • 136e721 fix(js): handle when there are no package manager workspaces' patterns (#30666)
  • 7b85d91 feat(release): revamped nx release version implementation (#30418)
  • 2fd964f fix(js): Use correctly resolved path to tsconfig in readTsConfigWithRemappedP...
  • 538fd8c fix(js): update @​swc/cli version to fix vulnerability (#30575)
  • ac103fa cleanup(js): fix outdated unit test snapshot (#30582)
  • 9b84926 fix(js): handle extending from multiple config files and from local workspace...
  • 5974851 fix(js): infer dependency between typecheck and build tasks and more gran...
  • See full diff in compare view

Updates @swc/core from 1.11.21 to 1.11.22

Changelog

Sourced from @​swc/core's changelog.

[1.11.22] - 2025-04-23

Bug Fixes

  • (es/parser) Parse export default from; with exportDefaultFrom: true option (#10373) (a270cb0)

  • (es/proposal) Fix exported class for explicit-resource-management (#10393) (6b5dbc6)

  • (swc_core) Fix downstream doc builds (#10401) (df511ba)

  • Upgrade browserslist-rs version (#10389) (f802892)

Features

  • (bindings/core) Enhance existing parse function to accept both string and buffer types(#10371) (c9a2afc)

  • (css/prefixer) Fix default implementation (#10351) (34f4e41)

Miscellaneous Tasks

Performance

  • (common) Use next instead of nth (#10403) (12c2807)

  • (es/minifier) Use bigflags to reduce context size of analyzer (#10380) (773d19c)

  • (es/minifier) Use bitflags to reduce context size of InfectionCollector (#10387) (126d432)

... (truncated)

Commits
  • 03e4f0d chore: Publish 1.11.22 with swc_core v22.5.2
  • cc2830e chore: Update changelog
  • ef645f8 chore: Publish 1.11.22-nightly-20250423.1 with swc_core v22.5.2
  • 26d4824 chore: Publish crates with swc_core v22.5.2
  • a0e89f0 chore(bindings/node): Add README.md (#10402)
  • 12c2807 perf(common): Use next instead of nth (#10403)
  • 6008ba2 chore: Publish crates with swc_core v22.5.1
  • df511ba fix(swc_core): Fix downstream doc builds (#10401)
  • 3935b60 chore(es/utils): Mark Symbol members as literal (#10400)
  • 6b5dbc6 fix(es/proposal): Fix exported class for explicit-resource-management (#10393)
  • Additional commits viewable in compare view

Updates @types/node from 22.14.1 to 22.15.3

Commits

Updates @vitest/coverage-v8 from 3.1.1 to 3.1.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.1.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates @vitest/eslint-plugin from 1.1.42 to 1.1.43

Release notes

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

v1.1.43

Features

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.42...v1.1.43

Commits

Updates @vitest/ui from 3.1.1 to 3.1.2

Release notes

Sourced from @​vitest/ui's releases.

v3.1.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 5a0afd1 chore: release v3.1.2
  • 6555d61 fix(ui): load panel sizes from storage on initial load (#7265)
  • 15701f5 fix(deps): update all non-major dependencies (#7831)
  • a7e773b fix: remove pointer-events-none after resizing the left panel (#7811)
  • 29084f1 chore(deps): update all non-major dependencies (#7802)
  • 7c3dfb1 fix(deps): update all non-major dependencies (#7765)
  • See full diff in compare view

Updates es-module-lexer from 1.6.0 to 1.7.0

Release notes

Sourced from es-module-lexer's releases.

1.7.0

What's Changed

Full Changelog: guybedford/es-module-lexer@1.6.0...1.7.0

Commits

Updates eslint from 9.24.0 to 9.25.1

Release notes

Sourced from eslint's releases.

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)

v9.25.0

Features

  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)

Bug Fixes

  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)

Documentation

  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)

Chores

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • bd05397 chore: upgrade @eslint/* dependencies (#19606) (Milos Djermanovic)
  • 22ea18b chore: replace invalid int type with number inside JSDocs. (#19597) (Arya Emami)
Changelog

Sourced from eslint's changelog.

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

v9.25.0 - April 18, 2025

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)
  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (

@dependabot dependabot bot requested a review from a team as a code owner April 28, 2025 16:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 28, 2025
…irectory with 23 updates

Bumps the theoretically-non-breaking group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `9.25.1` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.7.2` | `20.8.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.11.21` | `1.11.22` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.1` | `22.15.3` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.1.1` | `3.1.2` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.1.42` | `1.1.43` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `3.1.1` | `3.1.2` |
| [es-module-lexer](https://github.com/guybedford/es-module-lexer) | `1.6.0` | `1.7.0` |
| [eslint](https://github.com/eslint/eslint) | `9.24.0` | `9.25.1` |
| [glob](https://github.com/isaacs/node-glob) | `11.0.1` | `11.0.2` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.7.2` | `20.8.1` |
| [rollup](https://github.com/rollup/rollup) | `4.40.0` | `4.40.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.29.1` | `8.31.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.1` | `3.1.2` |
| [parse5](https://github.com/inikulin/parse5) | `7.2.1` | `7.3.0` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.9.1` | `9.12.7` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.9.1` | `9.12.7` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.9.0` | `9.12.6` |
| [@wdio/sauce-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-sauce-service) | `9.9.1` | `9.12.7` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.9.0` | `9.12.6` |
| [@wdio/static-server-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-static-server-service) | `9.9.0` | `9.12.6` |
| [@parse5/tools](https://github.com/parse5/parse5-tools) | `0.5.0` | `0.6.0` |



Updates `@eslint/js` from 9.24.0 to 9.25.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.25.1/packages/js)

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

Updates `@swc/core` from 1.11.21 to 1.11.22
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.11.21...v1.11.22)

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

Updates `@vitest/coverage-v8` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/coverage-v8)

Updates `@vitest/eslint-plugin` from 1.1.42 to 1.1.43
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.1.42...v1.1.43)

Updates `@vitest/ui` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/ui)

Updates `es-module-lexer` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](guybedford/es-module-lexer@1.6.0...1.7.0)

Updates `eslint` from 9.24.0 to 9.25.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.24.0...v9.25.1)

Updates `glob` from 11.0.1 to 11.0.2
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.1...v11.0.2)

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

Updates `rollup` from 4.40.0 to 4.40.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.40.0...v4.40.1)

Updates `typescript-eslint` from 8.29.1 to 8.31.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.31.0/packages/typescript-eslint)

Updates `vitest` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/vitest)

Updates `parse5` from 7.2.1 to 7.3.0
- [Release notes](https://github.com/inikulin/parse5/releases)
- [Commits](inikulin/parse5@v7.2.1...v7.3.0)

Updates `@wdio/cli` from 9.9.1 to 9.12.7
- [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.12.7/packages/wdio-cli)

Updates `@wdio/local-runner` from 9.9.1 to 9.12.7
- [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.12.7/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.9.0 to 9.12.6
- [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.12.6/packages/wdio-mocha-framework)

Updates `@wdio/sauce-service` from 9.9.1 to 9.12.7
- [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.12.7/packages/wdio-sauce-service)

Updates `@wdio/spec-reporter` from 9.9.0 to 9.12.6
- [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.12.6/packages/wdio-spec-reporter)

Updates `@wdio/static-server-service` from 9.9.0 to 9.12.6
- [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.12.6/packages/wdio-static-server-service)

Updates `webdriverio` from 9.9.1 to 9.12.7
- [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.12.7/packages/webdriverio)

Updates `@parse5/tools` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/parse5/parse5-tools/releases)
- [Commits](parse5/parse5-tools@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@nx/js"
  dependency-version: 20.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@swc/core"
  dependency-version: 1.11.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@types/node"
  dependency-version: 22.15.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.1.43
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@vitest/ui"
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: es-module-lexer
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: eslint
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: glob
  dependency-version: 11.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-version: 20.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: rollup
  dependency-version: 4.40.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: typescript-eslint
  dependency-version: 8.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: vitest
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: parse5
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/cli"
  dependency-version: 9.12.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.12.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/mocha-framework"
  dependency-version: 9.12.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/sauce-service"
  dependency-version: 9.12.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/spec-reporter"
  dependency-version: 9.12.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/static-server-service"
  dependency-version: 9.12.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: webdriverio
  dependency-version: 9.12.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@parse5/tools"
  dependency-version: 0.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/theoretically-non-breaking-dd9ee4b50f branch from 3be05e9 to 5227d52 Compare April 28, 2025 21:08
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