Skip to content

chore(deps): bump the minor-deps-updates group across 1 directory with 16 updates#227

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

chore(deps): bump the minor-deps-updates group across 1 directory with 16 updates#227
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-deps-updates-c59c3e7745

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-deps-updates group with 16 updates in the / directory:

Package From To
@wdio/cli 9.27.2 9.28.0
@typescript-eslint/eslint-plugin 8.60.1 8.61.0
@typescript-eslint/parser 8.60.1 8.61.0
@typescript-eslint/utils 8.60.1 8.61.0
eslint 10.4.1 10.5.0
happy-dom 20.9.0 20.10.3
webdriverio 9.27.2 9.28.0
@wdio/globals 9.27.0 9.28.0
@wdio/reporter 9.27.2 9.28.0
@wdio/types 9.27.2 9.28.0
@wdio/protocols 9.27.2 9.28.0
rollup 4.61.0 4.62.0
stylelint 17.12.0 17.13.0
@wdio/cucumber-framework 9.27.2 9.28.0
@wdio/local-runner 9.27.2 9.28.0
@wdio/spec-reporter 9.27.2 9.28.0

Updates @wdio/cli from 9.27.2 to 9.28.0

Release notes

Sourced from @​wdio/cli's releases.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Changelog

Sourced from @​wdio/cli's changelog.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Commits

Updates @typescript-eslint/eslint-plugin from 8.60.1 to 8.61.0

Release notes

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

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ 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/eslint-plugin's changelog.

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • 16a5b24 chore(release): publish 8.61.0
  • ef1fd28 feat(ast-spec): change type of UnaryExpression.prefix to always true (#12...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.60.1 to 8.61.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ 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/parser's changelog.

8.61.0 (2026-06-08)

This was a version bump only for parser 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 @typescript-eslint/utils from 8.60.1 to 8.61.0

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ 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/utils's changelog.

8.61.0 (2026-06-08)

This was a version bump only for utils 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 eslint from 10.4.1 to 10.5.0

Release notes

Sourced from eslint's releases.

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

  • 8ae1b5b docs: Update README (GitHub Actions Bot)
  • ca7eb90 docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)
  • f99b47a docs: Update README (GitHub Actions Bot)
  • acf03d4 docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)

Chores

  • b18bf58 chore: update ecosystem plugins (#20959) (ESLint Bot)
  • c2d1444 refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)
  • 243b8c5 chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)
  • 217b2a9 test: add unit tests for ParserService (#20949) (Taejin Kim)
  • 72003e7 test: add location information to error messages in max-statements (#20945) (lumir)
  • 7797c26 refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)
  • 67c46fa chore: update ecosystem plugins (#20938) (ESLint Bot)
  • 95d8c7a chore: update dependency @​eslint/json to v2 (#20934) (renovate[bot])
  • cf9e496 chore: update @​arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)
  • fb6d396 test: run type tests with TypeScript 7 (#20868) (sethamus)
Commits

Updates happy-dom from 20.9.0 to 20.10.3

Release notes

Sourced from happy-dom's releases.

v20.10.3

👷‍♂️ Patch fixes

  • Fix "~=" attribute selector matching hyphenated substrings in CSS selectors - By @​mixelburg in task #2194

v20.10.2

👷‍♂️ Patch fixes

v20.10.0

🎨 Features

Commits

Updates webdriverio from 9.27.2 to 9.28.0

Release notes

Sourced from webdriverio's releases.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Changelog

Sourced from webdriverio's changelog.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Commits

Updates @wdio/globals from 9.27.0 to 9.28.0

Release notes

Sourced from @​wdio/globals's releases.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

... (truncated)

Changelog

Sourced from @​wdio/globals's changelog.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

v9.27.2 (2026-05-26)

🚀 New Feature

  • create-wdio, wdio-xvfb

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 11

... (truncated)

Commits

Updates @wdio/reporter from 9.27.2 to 9.28.0

Release notes

Sourced from @​wdio/reporter's releases.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Changelog

Sourced from @​wdio/reporter's changelog.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Commits

Updates @wdio/types from 9.27.2 to 9.28.0

Release notes

Sourced from @​wdio/types's releases.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Changelog

Sourced from @​wdio/types's changelog.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Commits

Updates @wdio/protocols from 9.27.2 to 9.28.0

Release notes

Sourced from @​wdio/protocols's releases.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Changelog

Sourced from @​wdio/protocols's changelog.

v9.28.0 (2026-06-10)

🐛 Bug Fix

🏠 Internal

  • Other
  • wdio-browserstack-service, wdio-protocols, webdriver

Committers: 9

Commits

Updates rollup from 4.61.0 to 4.62.0

Release notes

Sourced from rollup's releases.

v4.62.0

4.62.0

2026-06-13

Features

  • Ensure that shared dependencies between manual chunks and entry points receive a serparate chunk (#6374)

Pull Requests

v4.61.1

4.61.1

2026-06-04

Bug Fixes

  • Avoid extraneous newlines when adding headers via plugins (#6403)
  • Fix a rare issue where starting Rollup would hang on Windows (#6404)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.62.0

2026-06-13

Features

  • Ensure that shared dependencies between manual chunks and entry points receive a serparate chunk (#6374)

Pull Requests

…h 16 updates

Bumps the minor-deps-updates group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.27.2` | `9.28.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.60.1` | `8.61.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.60.1` | `8.61.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.60.1` | `8.61.0` |
| [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.5.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.9.0` | `20.10.3` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.27.2` | `9.28.0` |
| [@wdio/globals](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-globals) | `9.27.0` | `9.28.0` |
| [@wdio/reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-reporter) | `9.27.2` | `9.28.0` |
| [@wdio/types](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-types) | `9.27.2` | `9.28.0` |
| [@wdio/protocols](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-protocols) | `9.27.2` | `9.28.0` |
| [rollup](https://github.com/rollup/rollup) | `4.61.0` | `4.62.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.12.0` | `17.13.0` |
| [@wdio/cucumber-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cucumber-framework) | `9.27.2` | `9.28.0` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.27.2` | `9.28.0` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.27.2` | `9.28.0` |



Updates `@wdio/cli` from 9.27.2 to 9.28.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.28.0/packages/wdio-cli)

Updates `@typescript-eslint/eslint-plugin` from 8.60.1 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.60.1 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/parser)

Updates `@typescript-eslint/utils` from 8.60.1 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/utils)

Updates `eslint` from 10.4.1 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.1...v10.5.0)

Updates `happy-dom` from 20.9.0 to 20.10.3
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.9.0...v20.10.3)

Updates `webdriverio` from 9.27.2 to 9.28.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.28.0/packages/webdriverio)

Updates `@wdio/globals` from 9.27.0 to 9.28.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.28.0/packages/wdio-globals)

Updates `@wdio/reporter` from 9.27.2 to 9.28.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.28.0/packages/wdio-reporter)

Updates `@wdio/types` from 9.27.2 to 9.28.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.28.0/packages/wdio-types)

Updates `@wdio/protocols` from 9.27.2 to 9.28.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.28.0/packages/wdio-protocols)

Updates `rollup` from 4.61.0 to 4.62.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.61.0...v4.62.0)

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

Updates `@wdio/cucumber-framework` from 9.27.2 to 9.28.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.28.0/packages/wdio-cucumber-framework)

Updates `@wdio/local-runner` from 9.27.2 to 9.28.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.28.0/packages/wdio-local-runner)

Updates `@wdio/spec-reporter` from 9.27.2 to 9.28.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.28.0/packages/wdio-spec-reporter)

---
updated-dependencies:
- dependency-name: "@wdio/cli"
  dependency-version: 9.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: eslint
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: happy-dom
  dependency-version: 20.10.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: webdriverio
  dependency-version: 9.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/globals"
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/reporter"
  dependency-version: 9.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/types"
  dependency-version: 9.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/protocols"
  dependency-version: 9.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: rollup
  dependency-version: 4.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: stylelint
  dependency-version: 17.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/cucumber-framework"
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/spec-reporter"
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
...

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 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 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 16, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-deps-updates-c59c3e7745 branch June 16, 2026 11:11
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