Skip to content

chore(deps): bump the minor-deps-updates-main group with 32 updates#167

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-deps-updates-main-15d2fe114f
Closed

chore(deps): bump the minor-deps-updates-main group with 32 updates#167
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-deps-updates-main-15d2fe114f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-deps-updates-main group with 32 updates:

Package From To
@types/shelljs 0.8.17 0.10.0
@types/vscode 1.102.0 1.120.0
@vitest/eslint-plugin 1.3.4 1.6.18
eslint-plugin-mocha 11.1.0 11.3.0
jest-mock-vscode 4.5.0 4.12.0
prettier 3.6.2 3.8.3
tsx 4.20.3 4.22.3
turbo 2.5.5 2.9.14
@wdio/reporter 9.17.0 9.27.1
@wdio/types 9.16.2 9.27.1
get-port 7.1.0 7.2.0
ws 8.18.3 8.21.0
@babel/parser 7.28.0 7.29.7
dotenv 17.2.0 17.4.2
import-meta-resolve 4.1.0 4.2.0
@wdio/cli 9.17.1 9.27.1
@vscode/vsce 3.6.0 3.9.1
chalk 5.4.1 5.6.2
esbuild 0.25.8 0.28.0
fdir 6.4.6 6.5.0
semver 7.7.2 7.8.1
@types/semver 7.7.0 7.7.1
@wdio/globals 9.17.0 9.27.1
@wdio/local-runner 9.17.0 9.27.1
@wdio/mocha-framework 9.17.0 9.27.1
@wdio/spec-reporter 9.17.0 9.27.1
expect 30.0.4 30.4.1
webdriver 9.17.0 9.27.1
webdriverio 9.17.0 9.27.1
@cucumber/cucumber 12.1.0 12.9.0
@wdio/cucumber-framework 9.17.0 9.27.1
@wdio/jasmine-framework 9.17.0 9.27.1

Updates @types/shelljs from 0.8.17 to 0.10.0

Commits

Updates @types/vscode from 1.102.0 to 1.120.0

Commits

Updates @vitest/eslint-plugin from 1.3.4 to 1.6.18

Release notes

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

v1.6.18

   🐞 Bug Fixes

    View changes on GitHub

v1.6.17

   🐞 Bug Fixes

    View changes on GitHub

v1.6.16

   🚀 Features

    View changes on GitHub

v1.6.15

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.14...v1.6.15

v1.6.14

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.13...v1.6.14

v1.6.13

   🚀 Features

    View changes on GitHub

v1.6.12

    View changes on GitHub

What's Changed

... (truncated)

Commits
  • 3b428d6 chore: release v1.6.18
  • e06a3dc fix: correct requiresTypeChecking metadata for four rules (#905)
  • 789966e chore: release v1.6.17
  • a4bcdf5 fix: recommend toBeTypeOf instead of expectTypeOf in `prefer-expect-type-...
  • fd8eb3c fix(no-standalone-expect): allow expect inside vi.defineHelper callbacks (#894)
  • dbf423c refactor: simplify ParsedGeneralVitestFnCall type exclusion (#895)
  • 3dfdf72 chore: release v1.6.16
  • 8110bfa feat(require-test-timeout): support ancestor traversal (#890)
  • 123a9c4 chore: release v1.6.15
  • 84f312a feat: allow same-file const variable timeouts (#888)
  • Additional commits viewable in compare view

Updates eslint-plugin-mocha from 11.1.0 to 11.3.0

Release notes

Sourced from eslint-plugin-mocha's releases.

11.3.0

Bug Fixes

  • fix: don't add loops to current layer in consistent-spacing-between-b… (#408)
  • Fix type of the plugin object's configs field (#393)
  • Fix handling of suites in no-synchronous-tests (#401)

Enhancements

  • Fix: disallow extra properties in rule options (#395)
  • Improve exported plugin type (#400)

Documentation

  • Syntax highlighting for return in no-synchronous-tests-return (#402)

Build-Related

  • ci: drop node 23, add node 24 (#397)

11.2.0

Enhancements

  • Improve exported plugin type (#400)

Build-Related

  • ci: drop node 23, add node 24 (#397)
Changelog

Sourced from eslint-plugin-mocha's changelog.

11.3.0 (May 18, 2026)

Bug Fixes

  • fix: don't add loops to current layer in consistent-spacing-between-b… (#408)
  • Fix type of the plugin object's configs field (#393)
  • Fix handling of suites in no-synchronous-tests (#401)

Enhancements

  • Fix: disallow extra properties in rule options (#395)
  • Improve exported plugin type (#400)

Documentation

  • Syntax highlighting for return in no-synchronous-tests-return (#402)

Build-Related

  • ci: drop node 23, add node 24 (#397)

11.2.0 (October 2, 2025)

Enhancements

  • Improve exported plugin type (#400)

Build-Related

  • ci: drop node 23, add node 24 (#397)
Commits
  • d4a91e2 11.3.0
  • 3a32d78 Merge pull request #408 from KristjanTammekivi/fix-consistent-newline-in-loop
  • fe6e279 fix: ignore nested control flow in spacing rule
  • 702d814 Merge pull request #393 from rhysd/issue-392
  • 62fca7c Fix lint error in plugin test
  • 7cf7db2 Tighten plugin type definitions
  • 7079519 Fix type of the plugin object's configs field
  • 1bfd232 fix: don't add loops to current layer in consistent-spacing-between-blocks
  • 7895d72 Merge pull request #402 from mureinik/no-synchronous-tests-return-highlight
  • c9df300 Syntax highlighting for return in no-synchronous-tests-return
  • Additional commits viewable in compare view

Updates jest-mock-vscode from 4.5.0 to 4.12.0

Release notes

Sourced from jest-mock-vscode's releases.

v4.12.0

4.12.0 (2026-03-10)

Features

v4.11.0

4.11.0 (2026-02-09)

Features

v4.10.0

4.10.0 (2025-12-20)

Features

v4.9.5

4.9.5 (2025-11-30)

Updates and Bug Fixes

  • CSpell Version: ^1.106.0 --> ^1.106.1 (76595f3)

v4.9.4

4.9.4 (2025-11-16)

Updates and Bug Fixes

v4.9.3

4.9.3 (2025-11-16)

Updates and Bug Fixes

v4.9.2

... (truncated)

Changelog

Sourced from jest-mock-vscode's changelog.

4.12.0 (2026-03-10)

Features

4.11.0 (2026-02-09)

Features

4.10.0 (2025-12-20)

Features

4.9.5 (2025-11-30)

Updates and Bug Fixes

  • CSpell Version: ^1.106.0 --> ^1.106.1 (76595f3)

4.9.4 (2025-11-16)

Updates and Bug Fixes

4.9.3 (2025-11-16)

Updates and Bug Fixes

4.9.2 (2025-11-16)

Updates and Bug Fixes

... (truncated)

Commits
  • 3fcae42 chore(main): release 4.12.0 (#824)
  • 9c9fc77 ci: Workflow Bot -- Update ALL Dependencies (main) (#813)
  • d5828e3 chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#815)
  • f4835f1 chore: group dependabot PRs
  • 3c33e55 chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 in /.github/actions/...
  • 83fe979 feat: Update VSCode to (^1.110.0) (main) (#819)
  • bc1dd8f chore(deps-dev): bump @​eslint/js from 9.39.3 to 10.0.1 (#811)
  • cbf3a95 ci: Workflow Bot -- Update ALL Dependencies (main) (#804)
  • b1708d9 chore(deps-dev): bump eslint from 9.39.2 to 10.0.2 (#809)
  • b8bbbb7 ci: Workflow Bot -- Update ALL Dependencies (main) (#798)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for jest-mock-vscode since your current version.


Updates prettier from 3.6.2 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

... (truncated)

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.


Updates tsx from 4.20.3 to 4.22.3

Release notes

Sourced from tsx's releases.

v4.22.3

4.22.3 (2026-05-19)

Bug Fixes

  • decode typed loader source (dce02fc)
  • preserve entrypoint with TypeScript preload hooks (68f72f3)

This release is also available on:

v4.22.2

4.22.2 (2026-05-18)

Bug Fixes

  • preserve CJS JSON require in ESM hooks (35b700b)
  • preserve named exports from CommonJS TypeScript (11de737)
  • support module.exports require(esm) interop (cf8f199)

This release is also available on:

v4.22.1

4.22.1 (2026-05-17)

Bug Fixes

  • resolve tsconfig path aliases containing a colon (#780) (6979f28)

This release is also available on:

v4.22.0

4.22.0 (2026-05-14)

Features


This release is also available on:

... (truncated)

Commits
  • dce02fc fix: decode typed loader source
  • 68f72f3 fix: preserve entrypoint with TypeScript preload hooks
  • 69455cf test: cover package exports for ambiguous ESM reexports
  • 35b700b fix: preserve CJS JSON require in ESM hooks
  • ef807db chore: update testing dependencies
  • 3917090 test: document compatibility test taxonomy
  • de8113f refactor: centralize Node capability facts
  • c1f62db test: consolidate tsconfig path edge coverage
  • 4e08174 test: consolidate loader hook coverage
  • 674bb30 test: consolidate tsImport commonjs mts coverage
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tsx since your current version.


Updates turbo from 2.5.5 to 2.9.14

Release notes

Sourced from turbo's releases.

Turborepo v2.9.14

[!NOTE] This release contains important security fixes.

High:

Low:

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.9.12...v2.9.14

Turborepo v2.9.13-canary.1

What's Changed

Changelog

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for turbo since your current version.


Updates @wdio/reporter from 9.17.0 to 9.27.1

Release notes

Sourced from @​wdio/reporter's releases.

v9.27.1 (2026-04-30)

👓 Spec Compliancy

🚀 New Feature

🐛 Bug Fix

  • wdio-types, wdio-utils
  • wdio-local-runner, wdio-runner
    • #15193 fix: call afterSession hook on session init failure and guard worker IPC against kill race (@​mccmrunal)
  • webdriverio
  • wdio-allure-reporter
    • #15112 Fix Allure reporter historyId — use capability key instead of cid (@​todti)
  • wdio-protocols, wdio-types, webdriverio
  • wdio-runner
  • wdio-protocols, wdio-types, webdriver, webdriverio

💅 Polish

📝 Documentation

🏠 Internal

Committers: 9

... (truncated)

Changelog

Sourced from @​wdio/reporter's changelog.

v9.27.1 (2026-04-30)

👓 Spec Compliancy

🚀 New Feature

🐛 Bug Fix

  • wdio-types, wdio-utils
  • wdio-local-runner, wdio-runner
    • #15193 fix: call afterSession hook on session init failure and guard worker IPC against kill race (@​mccmrunal)
  • webdriverio
  • wdio-allure-reporter
    • #15112 Fix Allure reporter historyId — use capability key instead of cid (@​todti)
  • wdio-protocols, wdio-types, webdriverio
  • wdio-runner
  • wdio-protocols, wdio-types, webdriver, webdriverio

💅 Polish

📝 Documentation

🏠 Internal

Committers: 9

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​wdio/reporter since your current version.


Updates @wdio/types from 9.16.2 to 9.27.1

Release notes

Sourced from @​wdio/types's releases.

v9.27.1 (2026-04-30)

👓 Spec Compliancy

🚀 New Feature

🐛 Bug Fix

  • wdio-types, wdio-utils
  • wdio-local-runner, wdio-runner
    • #15193 fix: call afterSession hook on session init failure and guard worker IPC against kill race (@​mccmrunal)
  • webdriverio
  • wdio-allure-reporter
    • #15112 Fix Allure reporter historyId — use capability key instead of cid (@​todti)
  • wdio-protocols, wdio-types, webdriverio
  • wdio-runner
  • wdio-protocols, wdio-types, webdriver, webdriverio

💅 Polish

  • wdio-browserstack-service
    • #15206 V9 username accesskey redaction (

Bumps the minor-deps-updates-main group with 32 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/shelljs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/shelljs) | `0.8.17` | `0.10.0` |
| [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.102.0` | `1.120.0` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.3.4` | `1.6.18` |
| [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) | `11.1.0` | `11.3.0` |
| [jest-mock-vscode](https://github.com/streetsidesoftware/jest-mock-vscode) | `4.5.0` | `4.12.0` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.3` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.3` | `4.22.3` |
| [turbo](https://github.com/vercel/turborepo) | `2.5.5` | `2.9.14` |
| [@wdio/reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-reporter) | `9.17.0` | `9.27.1` |
| [@wdio/types](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-types) | `9.16.2` | `9.27.1` |
| [get-port](https://github.com/sindresorhus/get-port) | `7.1.0` | `7.2.0` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.21.0` |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.28.0` | `7.29.7` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.0` | `17.4.2` |
| [import-meta-resolve](https://github.com/wooorm/import-meta-resolve) | `4.1.0` | `4.2.0` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.17.1` | `9.27.1` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.6.0` | `3.9.1` |
| [chalk](https://github.com/chalk/chalk) | `5.4.1` | `5.6.2` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.8` | `0.28.0` |
| [fdir](https://github.com/thecodrr/fdir) | `6.4.6` | `6.5.0` |
| [semver](https://github.com/npm/node-semver) | `7.7.2` | `7.8.1` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.7.0` | `7.7.1` |
| [@wdio/globals](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-globals) | `9.17.0` | `9.27.1` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.17.0` | `9.27.1` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.17.0` | `9.27.1` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.17.0` | `9.27.1` |
| [expect](https://github.com/jestjs/jest/tree/HEAD/packages/expect) | `30.0.4` | `30.4.1` |
| [webdriver](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriver) | `9.17.0` | `9.27.1` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.17.0` | `9.27.1` |
| [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) | `12.1.0` | `12.9.0` |
| [@wdio/cucumber-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cucumber-framework) | `9.17.0` | `9.27.1` |
| [@wdio/jasmine-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-jasmine-framework) | `9.17.0` | `9.27.1` |


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

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

Updates `@vitest/eslint-plugin` from 1.3.4 to 1.6.18
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.3.4...v1.6.18)

Updates `eslint-plugin-mocha` from 11.1.0 to 11.3.0
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md)
- [Commits](lo1tuma/eslint-plugin-mocha@11.1.0...11.3.0)

Updates `jest-mock-vscode` from 4.5.0 to 4.12.0
- [Release notes](https://github.com/streetsidesoftware/jest-mock-vscode/releases)
- [Changelog](https://github.com/streetsidesoftware/jest-mock-vscode/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/jest-mock-vscode@v4.5.0...v4.12.0)

Updates `prettier` from 3.6.2 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.8.3)

Updates `tsx` from 4.20.3 to 4.22.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.3...v4.22.3)

Updates `turbo` from 2.5.5 to 2.9.14
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.5.5...v2.9.14)

Updates `@wdio/reporter` from 9.17.0 to 9.27.1
- [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.27.1/packages/wdio-reporter)

Updates `@wdio/types` from 9.16.2 to 9.27.1
- [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.27.1/packages/wdio-types)

Updates `get-port` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/sindresorhus/get-port/releases)
- [Commits](sindresorhus/get-port@v7.1.0...v7.2.0)

Updates `ws` from 8.18.3 to 8.21.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.21.0)

Updates `@babel/parser` from 7.28.0 to 7.29.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-parser)

Updates `dotenv` from 17.2.0 to 17.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.0...v17.4.2)

Updates `import-meta-resolve` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/wooorm/import-meta-resolve/releases)
- [Commits](wooorm/import-meta-resolve@4.1.0...4.2.0)

Updates `@wdio/cli` from 9.17.1 to 9.27.1
- [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.27.1/packages/wdio-cli)

Updates `@vscode/vsce` from 3.6.0 to 3.9.1
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v3.6.0...v3.9.1)

Updates `chalk` from 5.4.1 to 5.6.2
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v5.4.1...v5.6.2)

Updates `esbuild` from 0.25.8 to 0.28.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](evanw/esbuild@v0.25.8...v0.28.0)

Updates `fdir` from 6.4.6 to 6.5.0
- [Release notes](https://github.com/thecodrr/fdir/releases)
- [Commits](thecodrr/fdir@v6.4.6...v6.5.0)

Updates `semver` from 7.7.2 to 7.8.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.2...v7.8.1)

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

Updates `@wdio/globals` from 9.17.0 to 9.27.1
- [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.27.1/packages/wdio-globals)

Updates `@wdio/local-runner` from 9.17.0 to 9.27.1
- [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.27.1/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.17.0 to 9.27.1
- [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.27.1/packages/wdio-mocha-framework)

Updates `@wdio/spec-reporter` from 9.17.0 to 9.27.1
- [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.27.1/packages/wdio-spec-reporter)

Updates `expect` from 30.0.4 to 30.4.1
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/expect)

Updates `webdriver` from 9.17.0 to 9.27.1
- [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.27.1/packages/webdriver)

Updates `webdriverio` from 9.17.0 to 9.27.1
- [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.27.1/packages/webdriverio)

Updates `@cucumber/cucumber` from 12.1.0 to 12.9.0
- [Release notes](https://github.com/cucumber/cucumber-js/releases)
- [Changelog](https://github.com/cucumber/cucumber-js/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-js@v12.1.0...v12.9.0)

Updates `@wdio/cucumber-framework` from 9.17.0 to 9.27.1
- [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.27.1/packages/wdio-cucumber-framework)

Updates `@wdio/jasmine-framework` from 9.17.0 to 9.27.1
- [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.27.1/packages/wdio-jasmine-framework)

---
updated-dependencies:
- dependency-name: "@types/shelljs"
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@types/vscode"
  dependency-version: 1.120.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: eslint-plugin-mocha
  dependency-version: 11.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: jest-mock-vscode
  dependency-version: 4.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: tsx
  dependency-version: 4.22.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: turbo
  dependency-version: 2.9.14
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@wdio/reporter"
  dependency-version: 9.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@wdio/types"
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: get-port
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@babel/parser"
  dependency-version: 7.29.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: import-meta-resolve
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@wdio/cli"
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@vscode/vsce"
  dependency-version: 3.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: chalk
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: esbuild
  dependency-version: 0.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: fdir
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: semver
  dependency-version: 7.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@types/semver"
  dependency-version: 7.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-deps-updates-main
- dependency-name: "@wdio/globals"
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@wdio/mocha-framework"
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@wdio/spec-reporter"
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: expect
  dependency-version: 30.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: webdriver
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: webdriverio
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@cucumber/cucumber"
  dependency-version: 12.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@wdio/cucumber-framework"
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@wdio/jasmine-framework"
  dependency-version: 9.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
...

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 May 25, 2026
@wdio-bot wdio-bot added the Stale label Jun 2, 2026
@wdio-bot wdio-bot closed this Jun 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-deps-updates-main-15d2fe114f branch June 2, 2026 01:04
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 Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant