Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

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

Package From To
@wdio/cli 9.18.0 9.23.2
@typescript-eslint/eslint-plugin 8.46.2 8.53.1
@typescript-eslint/parser 8.46.2 8.53.1
@typescript-eslint/utils 8.46.2 8.53.1
eslint 9.38.0 9.39.2
happy-dom 20.0.11 20.3.4
prettier 3.6.2 3.8.0
tsx 4.20.6 4.21.0
webdriverio 9.20.0 9.23.2
fastify 5.6.1 5.7.1
ws 8.18.3 8.19.0
preact 10.27.2 10.28.2
@wdio/reporter 9.18.0 9.23.2
@wdio/types 9.16.2 9.23.2
@wdio/globals 9.17.0 9.23.0
@wdio/protocols 9.16.2 9.23.2
@codemirror/view 6.38.6 6.39.11
rollup 4.52.5 4.55.2
@wdio/cucumber-framework 9.18.0 9.23.2
@wdio/local-runner 9.18.0 9.23.2
@wdio/spec-reporter 9.18.0 9.23.2
expect-webdriverio 5.4.3 5.6.3

Updates @wdio/cli from 9.18.0 to 9.23.2

Release notes

Sourced from @​wdio/cli's releases.

v9.23.2

No updates!

v9.23.1 (2026-01-18)

👓 Spec Compliancy

  • wdio-protocols

🚀 New Feature

🐛 Bug Fix

  • wdio-browser-runner
    • #15010 fix(wdio-browser-runner): prioritize @​tailwindcss/postcss for Tailwin… (@​mccmrunal)
  • wdio-cli
    • #15012 fix(wdio-cli): ensure dynamic specs added in onPrepare are correctly … (@​mccmrunal)
  • wdio-allure-reporter, wdio-jasmine-framework
  • webdriver
    • #14951 fix(webdriver): normalize overlapping W3C capabilities (webdriverio#14946) (@​mccmrunal)
  • wdio-utils
  • wdio-local-runner
  • wdio-jasmine-framework, wdio-sauce-service
  • webdriverio
  • wdio-cli, wdio-local-runner, wdio-runner, wdio-types
    • #14859 fix: Allow specFileRetries to be overriden in the beforeSession hook (@​bgrozev)
  • wdio-cli, webdriverio
  • wdio-appium-service
  • wdio-junit-reporter
    • #14965 fix(junit-reporter): do not report skipped test when no tests are exe… (@​mccmrunal)
  • wdio-shared-store-service
  • wdio-mocha-framework
  • wdio-browserstack-service

📝 Documentation

... (truncated)

Changelog

Sourced from @​wdio/cli's changelog.

Changelog

Tags:

  • 💥 [Breaking Change]
  • 👓 [Spec Compliancy]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

Note: Gaps between patch versions are faulty, broken or test releases.

See CHANGELOG - v4.

See CHANGELOG - v5.

See CHANGELOG - v6

See CHANGELOG - v7

See CHANGELOG - v8


v9.23.1 (2026-01-18)

👓 Spec Compliancy

  • wdio-protocols

🚀 New Feature

🐛 Bug Fix

  • wdio-browser-runner
    • #15010 fix(wdio-browser-runner): prioritize @​tailwindcss/postcss for Tailwin… (@​mccmrunal)
  • wdio-cli
    • #15012 fix(wdio-cli): ensure dynamic specs added in onPrepare are correctly … (@​mccmrunal)
  • wdio-allure-reporter, wdio-jasmine-framework
  • webdriver
    • #14951 fix(webdriver): normalize overlapping W3C capabilities (webdriverio#14946) (@​mccmrunal)
  • wdio-utils
  • wdio-local-runner
  • wdio-jasmine-framework, wdio-sauce-service

... (truncated)

Commits
  • 19ac2c1 v9.23.1
  • aa94017 fix(wdio-cli): ensure dynamic specs added in onPrepare are correctly … (#15012)
  • 88562e2 test(cli): fix launcher tests for specFileRetries -1 initialization (#14998)
  • 667f9a2 fix: Allow specFileRetries to be overriden in the beforeSession hook (#14859)
  • 15222c1 Fix/watcher files to watch 14685 (#14913)
  • 5b35e4e v9.23.0
  • 1c858cd v9.22.0
  • 9f4324c fixes double config file loading issue and tsx file timing load issue (#14904)
  • 20be6f4 fix(cli): correct isParallelMultiremote check for empty capabilities (#14917)
  • 3440650 v9.21.1
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @typescript-eslint/eslint-plugin from 8.46.2 to 8.53.1

Release notes

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

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

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

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

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

v8.52.0

... (truncated)

Changelog

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

8.53.1 (2026-01-19)

🩹 Fixes

  • utils: make RuleCreator root defaultOptions optional (#11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)

❤️ Thank You

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

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: add rule [strict-void-return] (#9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)

❤️ Thank You

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

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)

🩹 Fixes

... (truncated)

Commits
  • 9940e53 chore(release): publish 8.53.1
  • e0f2a01 fix(utils): make RuleCreator root defaultOptions optional (#11956)
  • 76f8ff7 fix(eslint-plugin): [consistent-indexed-object-style] skip fixer if interface...
  • 3021ede chore(release): publish 8.53.0
  • 722ab62 fix(eslint-plugin): [no-useless-default-assignment] fix false positive for pa...
  • 92fcf3e feat(eslint-plugin): add rule [strict-void-return] (#9707)
  • 3fb0381 docs(eslint-plugin): [no-useless-default-assignment] fix misformatted link (#...
  • 62ee26e feat(eslint-plugin): [no-unused-vars] add a fixer to remove unused imports (#...
  • c4d5a56 fix(eslint-plugin): replace unclear "error typed" with more helpful descrip...
  • 3ac7735 fix(typescript-estree): forbid invalid extends and implements in interfac...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.46.2 to 8.53.1

Release notes

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

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

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

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

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

v8.52.0

... (truncated)

Changelog

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

8.53.1 (2026-01-19)

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

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

8.53.0 (2026-01-12)

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

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

8.52.0 (2026-01-05)

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

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

8.51.0 (2025-12-29)

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

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

8.50.1 (2025-12-22)

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

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

8.50.0 (2025-12-15)

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

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

8.49.0 (2025-12-08)

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

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

8.48.1 (2025-12-02)

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

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

8.48.0 (2025-11-24)

... (truncated)

Commits
  • 9940e53 chore(release): publish 8.53.1
  • 3021ede chore(release): publish 8.53.0
  • 9ddd571 chore(release): publish 8.52.0
  • 95c7c73 chore: update deps to latest minor/patch (#11921)
  • e4c57f5 chore(release): publish 8.51.0
  • d520b88 chore(release): publish 8.50.1
  • c62e858 chore(release): publish 8.50.0
  • 864595a chore(release): publish 8.49.0
  • 32b7e89 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.1 (#11816)
  • 8fe3445 chore(release): publish 8.48.1
  • Additional commits viewable in compare view

Updates @typescript-eslint/utils from 8.46.2 to 8.53.1

Release notes

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

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

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

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

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

v8.52.0

... (truncated)

Changelog

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

8.53.1 (2026-01-19)

🩹 Fixes

  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

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

8.53.0 (2026-01-12)

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

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

8.52.0 (2026-01-05)

🚀 Features

  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

❤️ Thank You

  • Josh Goldberg ✨

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

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: add namespace to plugin meta (#11885)
  • eslint-plugin: expose rule name via RuleModule interface (#11719)

❤️ Thank You

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

8.50.1 (2025-12-22)

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

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

... (truncated)

Commits
  • 9940e53 chore(release): publish 8.53.1
  • e0f2a01 fix(utils): make RuleCreator root defaultOptions optional (#11956)
  • 3021ede chore(release): publish 8.53.0
  • 9ddd571 chore(release): publish 8.52.0
  • c036392 feat(typescript-estree): add tseslint.com redirects for CLI outputs (#11895)
  • 95c7c73 chore: update deps to latest minor/patch (#11921)
  • e4c57f5 chore(release): publish 8.51.0
  • c7b698b feat(eslint-plugin): add namespace to plugin meta (#11885)
  • 2fe34b0 feat(eslint-plugin): expose rule name via RuleModule interface (#11719)
  • d520b88 chore(release): publish 8.50.1
  • Additional commits viewable in compare view

Updates eslint from 9.38.0 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)

... (truncated)

Commits

Updates happy-dom from 20.0.11 to 20.3.4

Release notes

Sourced from happy-dom's releases.

v20.3.4

👷‍♂️ Patch fixes

v20.3.3

👷‍♂️ Patch fixes

v20.3.2

👷‍♂️ Patch fixes

v20.3.1

👷‍♂️ Patch fixes

  • Normalizes the "format" parameter according to the HTML specification in DataTransfer.getData() - By @​marchaos in task #1965
  • Handle partial responses in XMLHttpRequest - By @​rexxars in task #1890

v20.3.0

🎨 Features

v20.2.0

🎨 Features

  • Use Element.classList.contains() instead of splitting className in query selectors to improve performance as it's cached - By @​TrevorBurnham in task #1884

v20.1.1

👷‍♂️ Patch fixes

v20.1.0

🎨 Features

  • Adds support for BrowserPage.evaluateModule() and BrowserFrame.evaluateModule() - By @​capricorn86 in task #1944
  • Adds support for module to the browser settings - By @​capricorn86 in task #1944
    • This makes it possible to add a custom resolver or a node module resolver
  • Adds support for dynamic import() to JavaScript evaluation - By @​capricorn86 in task #1944
    • It was previously only supported when using type="module" on script elements

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.18.0` | `9.23.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.2` | `8.53.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.2` | `8.53.1` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.46.2` | `8.53.1` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.2` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.0.11` | `20.3.4` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.6` | `4.21.0` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.20.0` | `9.23.2` |
| [fastify](https://github.com/fastify/fastify) | `5.6.1` | `5.7.1` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |
| [preact](https://github.com/preactjs/preact) | `10.27.2` | `10.28.2` |
| [@wdio/reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-reporter) | `9.18.0` | `9.23.2` |
| [@wdio/types](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-types) | `9.16.2` | `9.23.2` |
| [@wdio/globals](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-globals) | `9.17.0` | `9.23.0` |
| [@wdio/protocols](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-protocols) | `9.16.2` | `9.23.2` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.38.6` | `6.39.11` |
| [rollup](https://github.com/rollup/rollup) | `4.52.5` | `4.55.2` |
| [@wdio/cucumber-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cucumber-framework) | `9.18.0` | `9.23.2` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.18.0` | `9.23.2` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.18.0` | `9.23.2` |
| [expect-webdriverio](https://github.com/webdriverio/expect-webdriverio) | `5.4.3` | `5.6.3` |



Updates `@wdio/cli` from 9.18.0 to 9.23.2
- [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.23.2/packages/wdio-cli)

Updates `@typescript-eslint/eslint-plugin` from 8.46.2 to 8.53.1
- [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.53.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.2 to 8.53.1
- [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.53.1/packages/parser)

Updates `@typescript-eslint/utils` from 8.46.2 to 8.53.1
- [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.53.1/packages/utils)

Updates `eslint` from 9.38.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.2)

Updates `happy-dom` from 20.0.11 to 20.3.4
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.0.11...v20.3.4)

Updates `prettier` from 3.6.2 to 3.8.0
- [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.0)

Updates `tsx` from 4.20.6 to 4.21.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.6...v4.21.0)

Updates `webdriverio` from 9.20.0 to 9.23.2
- [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.23.2/packages/webdriverio)

Updates `fastify` from 5.6.1 to 5.7.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.6.1...v5.7.1)

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

Updates `preact` from 10.27.2 to 10.28.2
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.27.2...10.28.2)

Updates `@wdio/reporter` from 9.18.0 to 9.23.2
- [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.23.2/packages/wdio-reporter)

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

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

Updates `@wdio/protocols` from 9.16.2 to 9.23.2
- [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.23.2/packages/wdio-protocols)

Updates `@codemirror/view` from 6.38.6 to 6.39.11
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.38.6...6.39.11)

Updates `rollup` from 4.52.5 to 4.55.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.52.5...v4.55.2)

Updates `@wdio/cucumber-framework` from 9.18.0 to 9.23.2
- [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.23.2/packages/wdio-cucumber-framework)

Updates `@wdio/local-runner` from 9.18.0 to 9.23.2
- [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.23.2/packages/wdio-local-runner)

Updates `@wdio/spec-reporter` from 9.18.0 to 9.23.2
- [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.23.2/packages/wdio-spec-reporter)

Updates `expect-webdriverio` from 5.4.3 to 5.6.3
- [Release notes](https://github.com/webdriverio/expect-webdriverio/releases)
- [Commits](webdriverio/expect-webdriverio@v5.4.3...v5.6.3)

---
updated-dependencies:
- dependency-name: "@wdio/cli"
  dependency-version: 9.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: happy-dom
  dependency-version: 20.3.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: prettier
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: webdriverio
  dependency-version: 9.23.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: fastify
  dependency-version: 5.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: preact
  dependency-version: 10.28.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/reporter"
  dependency-version: 9.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/types"
  dependency-version: 9.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/globals"
  dependency-version: 9.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/protocols"
  dependency-version: 9.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: rollup
  dependency-version: 4.55.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/cucumber-framework"
  dependency-version: 9.23.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.23.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: "@wdio/spec-reporter"
  dependency-version: 9.23.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates
- dependency-name: expect-webdriverio
  dependency-version: 5.6.3
  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 Jan 20, 2026
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.

1 participant