Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@commitlint/cli 20.2.0 20.3.0
@swc/core 1.15.7 1.15.8
@swc/helpers 0.5.17 0.5.18
@vitest/eslint-plugin 1.5.4 1.6.5
jsdom 27.3.0 27.4.0
typescript-eslint 8.50.0 8.51.0
@wdio/cli 9.21.1 9.22.0
@wdio/local-runner 9.21.0 9.22.0
@wdio/mocha-framework 9.21.0 9.22.0
@wdio/sauce-service 9.21.0 9.22.0
chai 6.2.1 6.2.2
immer 11.1.0 11.1.3

Updates @commitlint/cli from 20.2.0 to 20.3.0

Release notes

Sourced from @​commitlint/cli's releases.

v20.3.0

20.3.0 (2026-01-01)

Features

Docs

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.2.0...v20.3.0

Changelog

Sourced from @​commitlint/cli's changelog.

20.3.0 (2026-01-01)

Note: Version bump only for package @​commitlint/cli

Commits

Updates @swc/core from 1.15.7 to 1.15.8

Changelog

Sourced from @​swc/core's changelog.

[1.15.8] - 2025-12-30

Bug Fixes

  • (es/minifier) Remove unused webpack-related code (#11397) (8e4eab4)

  • (es/minifier) Evaluate TemplateLiteral in BinaryExpression (#11406) (8d1b6f6)

  • (es/minifier) More strict check if cannot add ident when invoking IIFE (#11399) (03642aa)

Features

Performance

  • (es/parser) Remove Iterator implementation for Lexer (#11393) (5941018)

  • (es/parser) Optimize do_outside_of_context and do_inside_of_context (#11394) (4210cf1)

  • (es/parser) Remove is_first in lexer state (#11395) (97d903b)

  • (es/parser) Use byte_search to optimize scan_jsx_token (#11398) (f9b4da2)

  • Reduce binary size with panic=abort and ICU optimizations (#11401) (18088b2)

Refactor

  • (es/compiler) Drop the crate (#11407) (8faa14e)

  • (es/minifier) Move drop_console and unsafes from Pure to Optimizer (#11388) (ee40804)

... (truncated)

Commits
  • f2432fe chore: Publish 1.15.8 with swc_core v54.0.0
  • 9aa8df0 chore: Update changelog
  • a836b39 chore: Publish 1.15.8-nightly-20251230.1 with swc_core v54.0.0
  • 67b28d9 chore: Publish crates with swc_core v54.0.0
  • 03642aa fix(es/minifier): More strict check if cannot add ident when invoking IIFE (#...
  • 8faa14e refactor(es/compiler): Drop the crate (#11407)
  • 8d1b6f6 fix(es/minifier): Evaluate TemplateLiteral in BinaryExpression (#11406)
  • 55a5083 feat(es/transformer): Merge static_blocks (#11403)
  • 18088b2 perf: Reduce binary size with panic=abort and ICU optimizations (#11401)
  • f9b4da2 perf(es/parser): Use byte_search to optimize scan_jsx_token (#11398)
  • Additional commits viewable in compare view

Updates @swc/helpers from 0.5.17 to 0.5.18

Commits

Updates @vitest/eslint-plugin from 1.5.4 to 1.6.5

Release notes

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

v1.6.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.5

v1.6.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

New Contributors

... (truncated)

Commits
  • 23b771e chore: release v1.6.5
  • e8ac615 docs: put rule descriptions after title (#861)
  • 01f6df9 feat: no-conditional-expect takes expect.assertions into account (#840)
  • 6beca38 refactor: Require rule name in createTestingLibraryRule return type and use r...
  • 9636ae8 fix(prefer-mock-return-shorthand): don't report mutable implementations (#190...
  • 1881ed0 fix(prefer-mock-return-shorthand): ignore async implementations (#857)
  • da4b6f7 fix(prefer-mock-return-shorthand): ignore use of update expressions (#858)
  • d15371f chore: update eslint-remote-tester (#859)
  • e5a25fa test(unbound-method): port most of the test suite (#850)
  • 48aa682 fix: treat vitest and vi the same (#851)
  • Additional commits viewable in compare view

Updates jsdom from 27.3.0 to 27.4.0

Release notes

Sourced from jsdom's releases.

Version 27.4.0

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.
Changelog

Sourced from jsdom's changelog.

27.4.0

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.
Commits
  • 098d16d Version 27.4.0
  • 1cd029e Improve asciiLowercase/asciiUppercase performance
  • 83fcb62 Implement TextEncoder and TextDecoder; improve XML decoding
  • ddad97d Switch from iconv-lite to exodus/bytes for decoding
  • 25cb2a1 Use weak references for ranges
  • ed4f5ed Add currently-failing CSS regression tests
  • See full diff in compare view

Updates typescript-eslint from 8.50.0 to 8.51.0

Release notes

Sourced from typescript-eslint's releases.

v8.51.0

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)

❤️ Thank You

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

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.51.0 (2025-12-29)

This was a version bump only for typescript-eslint 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 typescript-eslint to align it with other projects, there were no code changes.

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

Commits

Updates @wdio/cli from 9.21.1 to 9.22.0

Release notes

Sourced from @​wdio/cli's releases.

v9.22.0 (2025-12-24)

🚀 New Feature

🐛 Bug Fix

💅 Polish

📝 Documentation

🏠 Internal

Committers: 9

... (truncated)

Changelog

Sourced from @​wdio/cli's changelog.

v9.22.0 (2025-12-24)

🚀 New Feature

🐛 Bug Fix

💅 Polish

📝 Documentation

🏠 Internal

Committers: 9

... (truncated)

Commits
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 @wdio/local-runner from 9.21.0 to 9.22.0

Release notes

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

v9.22.0 (2025-12-24)

🚀 New Feature

🐛 Bug Fix

💅 Polish

📝 Documentation

🏠 Internal

Committers: 9

... (truncated)

Changelog

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

v9.22.0 (2025-12-24)

🚀 New Feature

🐛 Bug Fix

💅 Polish

📝 Documentation

🏠 Internal

Committers: 9

... (truncated)

Commits
Maintainer changes

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


Updates @wdio/mocha-framework from 9.21.0 to 9.22.0

Release notes

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

v9.22.0 (2025-12-24)

🚀 New Feature

🐛 Bug Fix

💅 Polish

📝 Documentation

🏠 Internal

Committers: 9

... (truncated)

Changelog

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

v9.22.0 (2025-12-24)

🚀 New Feature

  • wdio-appium-service
    • #14932...

      Description has been truncated

@git2gus
Copy link

git2gus bot commented Jan 5, 2026

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

@git2gus
Copy link

git2gus bot commented Jan 5, 2026

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

…tory with 13 updates

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

| Package | From | To |
| --- | --- | --- |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.2.0` | `20.3.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.15.7` | `1.15.8` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.17` | `0.5.18` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.5.4` | `1.6.5` |
| [jsdom](https://github.com/jsdom/jsdom) | `27.3.0` | `27.4.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.50.0` | `8.51.0` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.21.1` | `9.22.0` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.21.0` | `9.22.0` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.21.0` | `9.22.0` |
| [@wdio/sauce-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-sauce-service) | `9.21.0` | `9.22.0` |
| [chai](https://github.com/chaijs/chai) | `6.2.1` | `6.2.2` |
| [immer](https://github.com/immerjs/immer) | `11.1.0` | `11.1.3` |



Updates `@commitlint/cli` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.3.0/@commitlint/cli)

Updates `@swc/core` from 1.15.7 to 1.15.8
- [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.15.7...v1.15.8)

Updates `@swc/helpers` from 0.5.17 to 0.5.18
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `@vitest/eslint-plugin` from 1.5.4 to 1.6.5
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.5.4...v1.6.5)

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

Updates `typescript-eslint` from 8.50.0 to 8.51.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.51.0/packages/typescript-eslint)

Updates `@wdio/cli` from 9.21.1 to 9.22.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.22.0/packages/wdio-cli)

Updates `@wdio/local-runner` from 9.21.0 to 9.22.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.22.0/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.21.0 to 9.22.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.22.0/packages/wdio-mocha-framework)

Updates `@wdio/sauce-service` from 9.21.0 to 9.22.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.22.0/packages/wdio-sauce-service)

Updates `webdriverio` from 9.21.0 to 9.22.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.22.0/packages/webdriverio)

Updates `chai` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v6.2.1...v6.2.2)

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

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@swc/core"
  dependency-version: 1.15.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@swc/helpers"
  dependency-version: 0.5.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: jsdom
  dependency-version: 27.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: typescript-eslint
  dependency-version: 8.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/cli"
  dependency-version: 9.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/mocha-framework"
  dependency-version: 9.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/sauce-service"
  dependency-version: 9.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: webdriverio
  dependency-version: 9.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: chai
  dependency-version: 6.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: immer
  dependency-version: 11.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/theoretically-non-breaking-a45f2da905 branch from deb6e6c to e97e8b8 Compare January 6, 2026 16:35
@abdulsattar abdulsattar merged commit 2dfdaa6 into master Jan 7, 2026
42 of 44 checks passed
@abdulsattar abdulsattar deleted the dependabot/npm_and_yarn/theoretically-non-breaking-a45f2da905 branch January 7, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants