Skip to content

build(deps): bump the theoretically-non-breaking group across 1 directory with 15 updates#5432

Merged
wjhsf merged 3 commits intomasterfrom
dependabot/npm_and_yarn/theoretically-non-breaking-b8dddde8ad
Aug 1, 2025
Merged

build(deps): bump the theoretically-non-breaking group across 1 directory with 15 updates#5432
wjhsf merged 3 commits intomasterfrom
dependabot/npm_and_yarn/theoretically-non-breaking-b8dddde8ad

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

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

Package From To
@eslint/js 9.31.0 9.32.0
@nx/js 21.2.3 21.3.9
@swc/core 1.12.14 1.13.3
@types/node 22.14.1 22.17.0
eslint 9.31.0 9.32.0
nx 21.2.3 21.3.9
rollup 4.45.1 4.46.2
typescript-eslint 8.36.0 8.38.0
@wdio/cli 9.18.0 9.18.4
@wdio/local-runner 9.18.0 9.18.4
@wdio/sauce-service 9.18.0 9.18.4
dotenv 17.2.0 17.2.1
@babel/types 7.28.1 7.28.2
@parse5/tools 0.6.0 0.7.0

Updates @eslint/js from 9.31.0 to 9.32.0

Release notes

Sourced from @​eslint/js's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from @​eslint/js's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates @nx/js from 21.2.3 to 21.3.9

Release notes

Sourced from @​nx/js's releases.

21.3.9 (2025-07-29)

🩹 Fixes

  • misc: critical severity for form-data package (#32108)

❤️ Thank You

21.3.8 (2025-07-28)

🩹 Fixes

  • core: remove graph creation from postinstall hook (#32027, #31694)
  • react-native: add release option to publisable react-native library (#29817)

❤️ Thank You

21.3.7 (2025-07-25)

🩹 Fixes

  • core: prevent --skipInstall from being passed from create-nx-workspace to new generator (#32086, #31834)
  • core: cloud commands should be handled before loading local (#32090)
  • misc: allow scoped package names in application generators (#31957, #31229)

❤️ Thank You

21.3.6 (2025-07-25)

🩹 Fixes

  • angular: update migration target version for jest-preset-angular v15 package update (#32051)
  • core: improve tui minimal view display and prevent flashing scrollbar (#32045)
  • core: make tasks list columns in the tui more compact (#32074)
  • core: improve arrow key detection for interactive programs (#32075)
  • core: prevent thread leaks in nx_walker and logger (#32061)
  • core: disable TUI on ai agents (#31480)
  • core: derive graph node type correctly when projectType is not set (#32018, #31983)
  • js: resolve relative imports correctly in nested projects (#31978, #31980)

❤️ Thank You

... (truncated)

Commits
  • b001a45 fix(core): derive graph node type correctly when projectType is not set (#3...
  • 2f2764d feat(release): releaseTagPatternStrictPreid option to match git tag based on ...
  • a7800c4 fix(misc): add fallback for missing source root (#31759)
  • 16e3e7a feat(release): allow for semver requirements to be disabled in version and ch...
  • 9d5030b fix(js): improve typescript plugin build detection (#31533)
  • 3c24896 fix(bundling): ensure lockfile creation doesnt error with bun (#31762)
  • cae6df7 fix(bundling): respect decision to create babelrc file (#31755)
  • e703e0b feat(js): add prune-lockfile executor (#31557)
  • fd31fa6 fix(js): resolve asset paths relative to workspace root instead of cwd (#31664)
  • 57e70d0 feat(js): deprecate simpleName option in library generator (#31673)
  • See full diff in compare view

Updates @swc/core from 1.12.14 to 1.13.3

Changelog

Sourced from @​swc/core's changelog.

[1.13.3] - 2025-07-29

Bug Fixes

  • (es/minifier) Check exported when optimize last expr (#10939) (f6f15f3)

  • (es/minifier) Disallow types (#10945) (63172ef)

  • (es/minifier) Don't optimize Number properties when Number is shadowed (#10947) (40a1e2e)

  • (es/minifier) Fix cycle detection (#10950) (212d8bc)

  • (es/parser) Correctly handle EOF position (#10934) (dd70fbd)

Performance

[1.13.2] - 2025-07-22

Bug Fixes

  • (es/minifier) Remove the last break in the second switch (#10923) (3ed4a12)

... (truncated)

Commits
  • 335c33d chore: Publish 1.13.3 with swc_core v34.0.3
  • 404967b chore: Update changelog
  • a372da4 chore: Publish 1.13.3-nightly-20250729.1 with swc_core v34.0.3
  • eda0c58 chore: Publish crates with swc_core v34.0.3
  • 212d8bc fix(es/minifier): Fix cycle detection (#10950)
  • b5e5e8c perf(es/minifier): Remove needless clone (#10949)
  • 40a1e2e fix(es/minifier): Don't optimize Number properties when Number is shadowed (#...
  • 63172ef fix(es/minifier): Disallow types (#10945)
  • a262eeb perf(es/parser): Reduce comparison (#10941)
  • 4317988 perf(es/minifier): Use bitflag for var kind (#10940)
  • Additional commits viewable in compare view

Updates @types/node from 22.14.1 to 22.17.0

Commits

Updates eslint from 9.31.0 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates nx from 21.2.3 to 21.3.9

Release notes

Sourced from nx's releases.

21.3.9 (2025-07-29)

🩹 Fixes

  • misc: critical severity for form-data package (#32108)

❤️ Thank You

21.3.8 (2025-07-28)

🩹 Fixes

  • core: remove graph creation from postinstall hook (#32027, #31694)
  • react-native: add release option to publisable react-native library (#29817)

❤️ Thank You

21.3.7 (2025-07-25)

🩹 Fixes

  • core: prevent --skipInstall from being passed from create-nx-workspace to new generator (#32086, #31834)
  • core: cloud commands should be handled before loading local (#32090)
  • misc: allow scoped package names in application generators (#31957, #31229)

❤️ Thank You

21.3.6 (2025-07-25)

🩹 Fixes

  • angular: update migration target version for jest-preset-angular v15 package update (#32051)
  • core: improve tui minimal view display and prevent flashing scrollbar (#32045)
  • core: make tasks list columns in the tui more compact (#32074)
  • core: improve arrow key detection for interactive programs (#32075)
  • core: prevent thread leaks in nx_walker and logger (#32061)
  • core: disable TUI on ai agents (#31480)
  • core: derive graph node type correctly when projectType is not set (#32018, #31983)
  • js: resolve relative imports correctly in nested projects (#31978, #31980)

❤️ Thank You

... (truncated)

Commits
  • d53e008 cleanup(core): clean up onboarding url generation (#32101)
  • b9be698 fix(core): remove graph creation from postinstall hook (#32027)
  • ad01165 fix(core): cloud commands should be handled before loading local (#32090)
  • b001a45 fix(core): derive graph node type correctly when projectType is not set (#3...
  • be3e3dc fix(core): disable TUI on ai agents (#31480)
  • 0b143a7 fix(core): prevent thread leaks in nx_walker and logger (#32061)
  • 3aaedd3 fix(core): improve arrow key detection for interactive programs (#32075)
  • b6abd81 fix(core): make tasks list columns in the tui more compact (#32074)
  • 3781cfe fix(js): resolve relative imports correctly in nested projects (#31978)
  • d5b829e fix(core): improve tui minimal view display and prevent flashing scrollbar (#...
  • Additional commits viewable in compare view

Updates rollup from 4.45.1 to 4.46.2

Release notes

Sourced from rollup's releases.

v4.46.2

4.46.2

2025-07-29

Bug Fixes

  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)

Pull Requests

v4.46.1

4.46.1

2025-07-28

Bug Fixes

  • Do not fail when using the in operator on external namespaces (#6036)

Pull Requests

  • #6036: disables optimization for external namespace when using the in operator (@​TrickyPi)

v4.46.0

4.46.0

2025-07-27

Features

  • Optimize in checks on namespaces to keep them treeshake-able (#6029)

Pull Requests

v4.45.3

4.45.3

2025-07-26

Bug Fixes

  • Do not fail build if a const is reassigned but warn instead (#6020)
  • Fail with a helpful error message if an exported binding is not defined (#6023)

... (truncated)

Changelog

Sourced from rollup's changelog.

4.46.2

2025-07-29

Bug Fixes

  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)

Pull Requests

4.46.1

2025-07-28

Bug Fixes

  • Do not fail when using the in operator on external namespaces (#6036)

Pull Requests

  • #6036: disables optimization for external namespace when using the in operator (@​TrickyPi)

4.46.0

2025-07-27

Features

  • Optimize in checks on namespaces to keep them treeshake-able (#6029)

Pull Requests

4.45.3

2025-07-26

Bug Fixes

  • Do not fail build if a const is reassigned but warn instead (#6020)
  • Fail with a helpful error message if an exported binding is not defined (#6023)

Pull Requests

  • #6014: chore(deps): update dependency @​vue/language-server to v3 (@​renovate[bot])

... (truncated)

Commits

Updates typescript-eslint from 8.36.0 to 8.38.0

Release notes

Sourced from typescript-eslint's releases.

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.38.0 (2025-07-21)

🩹 Fixes

  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)

❤️ Thank You

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

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

❤️ Thank You

  • Josh Goldberg ✨

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

Commits
  • d11e79e chore(release): publish 8.38.0
  • 6d8fae9 fix(typescript-eslint): error on nested extends in tseslint.config() (#11...
  • abb7c4d fix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)
  • 816be17 chore(release): publish 8.37.0
  • 7126c3a feat(typescript-estree): infer tsconfigRootDir from call stack (#11370)
  • See full diff in compare view

Updates @wdio/cli from 9.18.0 to 9.18.4

Release notes

Sourced from @​wdio/cli's releases.

v9.18.4 (2025-07-23)

💅 Polish

  • webdriverio
    • #14659 polish(webdriverio): expose contentVisibilityAuto, opacityProperty and visibilityProperty to waitForDisplayed (@​erwinheitzman)

Committers: 1

v9.18.3 (2025-07-22)

🐛 Bug Fix

Committers: 1

v9.18.2 (2025-07-21)

🐛 Bug Fix

Committers: 3

v9.18.1

No updates!

Changelog

Sourced from @​wdio/cli's changelog.

v9.18.4 (2025-07-23)

💅 Polish

  • webdriverio
    • #14659 polish(webdriverio): expose contentVisibilityAuto, opacityProperty and visibilityProperty to waitForDisplayed (@​erwinheitzman)

Committers: 1

v9.18.3 (2025-07-22)

🐛 Bug Fix

Committers: 1

v9.18.2 (2025-07-21)

🐛 Bug Fix

Committers: 3

Commits

Updates @wdio/local-runner from 9.18.0 to 9.18.4

Release notes

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

v9.18.4 (2025-07-23)

💅 Polish

  • webdriverio
    • #14659 polish(webdriverio): expose contentVisibilityAuto, opacityProperty and visibilityProperty to waitForDisplayed (@​erwinheitzman)

Committers: 1

v9.18.3 (2025-07-22)

🐛 Bug Fix

Committers: 1

v9.18.2 (2025-07-21)

🐛 Bug Fix

  • create-wdio
    • #14650 fix(create-wdio): ...

      Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner July 29, 2025 21:29
@git2gus
Copy link

git2gus bot commented Jul 29, 2025

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

@git2gus
Copy link

git2gus bot commented Jul 29, 2025

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/theoretically-non-breaking-b8dddde8ad branch 3 times, most recently from f792560 to 29e6e41 Compare July 31, 2025 21:38
…tory with 15 updates

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

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.31.0` | `9.32.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `21.2.3` | `21.3.9` |
| [@swc/core](https://github.com/swc-project/swc) | `1.12.14` | `1.13.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.1` | `22.17.0` |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.32.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.2.3` | `21.3.9` |
| [rollup](https://github.com/rollup/rollup) | `4.45.1` | `4.46.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.36.0` | `8.38.0` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.18.0` | `9.18.4` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.18.0` | `9.18.4` |
| [@wdio/sauce-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-sauce-service) | `9.18.0` | `9.18.4` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.0` | `17.2.1` |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.28.1` | `7.28.2` |
| [@parse5/tools](https://github.com/parse5/parse5-tools) | `0.6.0` | `0.7.0` |



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

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

Updates `@swc/core` from 1.12.14 to 1.13.3
- [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.12.14...v1.13.3)

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

Updates `eslint` from 9.31.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.32.0)

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

Updates `rollup` from 4.45.1 to 4.46.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.45.1...v4.46.2)

Updates `typescript-eslint` from 8.36.0 to 8.38.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.38.0/packages/typescript-eslint)

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

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

Updates `@wdio/sauce-service` from 9.18.0 to 9.18.4
- [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.18.4/packages/wdio-sauce-service)

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

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

Updates `@babel/types` from 7.28.1 to 7.28.2
- [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.28.2/packages/babel-types)

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

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@nx/js"
  dependency-version: 21.3.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@swc/core"
  dependency-version: 1.13.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@types/node"
  dependency-version: 22.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-version: 21.3.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: rollup
  dependency-version: 4.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: typescript-eslint
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/cli"
  dependency-version: 9.18.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/local-runner"
  dependency-version: 9.18.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/sauce-service"
  dependency-version: 9.18.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: dotenv
  dependency-version: 17.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: webdriverio
  dependency-version: 9.18.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@babel/types"
  dependency-version: 7.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@parse5/tools"
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/theoretically-non-breaking-b8dddde8ad branch from 29e6e41 to 6875d4f Compare August 1, 2025 01:41
@wjhsf wjhsf enabled auto-merge (squash) August 1, 2025 01:45
@wjhsf wjhsf merged commit 869088e into master Aug 1, 2025
7 checks passed
@wjhsf wjhsf deleted the dependabot/npm_and_yarn/theoretically-non-breaking-b8dddde8ad branch August 1, 2025 14:33
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.

1 participant