Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

build(deps-dev): bump the theoretically-non-breaking group with 15 updates #5184

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the theoretically-non-breaking group with 15 updates:

Package From To
@commitlint/cli 19.6.1 19.7.1
@nx/js 20.3.3 20.4.0
@swc/core 1.10.11 1.10.12
@types/node 22.10.10 22.13.0
@vitest/coverage-v8 3.0.4 3.0.5
@vitest/ui 3.0.4 3.0.5
nx 20.3.3 20.4.0
rollup 4.32.0 4.34.1
typescript-eslint 8.21.0 8.22.0
vitest 3.0.4 3.0.5
@wdio/cli 9.7.1 9.7.2
@wdio/local-runner 9.7.1 9.7.2
@wdio/mocha-framework 9.6.4 9.7.2
@wdio/sauce-service 9.7.1 9.7.2
webdriverio 9.7.1 9.7.2

Updates @commitlint/cli from 19.6.1 to 19.7.1

Release notes

Sourced from @​commitlint/cli's releases.

v19.7.1

19.7.1 (2025-02-02)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.7.0...v19.7.1

v19.7.0

19.7.0 (2025-01-04)

Features

#Chore

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.6.1...v19.7.0

Changelog

Sourced from @​commitlint/cli's changelog.

19.7.1 (2025-02-02)

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

Commits

Updates @nx/js from 20.3.3 to 20.4.0

Release notes

Sourced from @​nx/js's releases.

20.4.0 (2025-01-27)

🚀 Features

  • angular: support angular v19.1 (#29523)
  • core: allow tasks to run with a substring of project name (#29552)
  • core: add support for skipping remote cache (#29574)
  • core: Add ESM support for Eslint config file (#29613)
  • core: handle existing plugins failed with imported project (#28893)
  • core: support reading projects under new pnpm workspaces entry + skip writing empty nx property to pacakge.json for non-root projects (#29707)
  • core: add pre and post run apis (#29636)
  • graph: update headlessui v2 (#29586)
  • js: simplify generated tsconfig.base.json compiler options in ts solution setup (#29550)
  • js: infer build-deps and watch-deps targets for incremental builds (#29609)
  • js: remove nx property from generated package.json files (#29705)
  • misc: use @swc/jest instead of ts-jest for the ts solution setup (#29718)
  • misc: prompt for unit test runner when creating a workspace using --workspaces flag (#29743)
  • module-federation: upgrade to latest version of @​module-federation/enhanced (#29535)
  • node: update app generator for fastify to the next major v5 (#29589)
  • node: upgrade express to v4.21.2 to address security vulnerabilities (#29419)
  • nx-dev: add TOC markdoc component for blog posts (3e564864fd)
  • nx-dev: customer videos on customer page (#29380)
  • nx-dev: add trial pages for Powerpack and Enterprise, update contact sales team page (#29554)
  • nx-dev: show arg aliases (#29653)
  • nx-dev: generate migration detail pages (#29580)
  • react: add support for React 19 for new Workspaces (#29286)
  • release: allow invalid conventional commits to be considered via custom config (#29658)
  • rspack: non-inferred targets should work OOTB (#29733)
  • testing: add option ciGroupName to @nx/jest/plugin (#29365)
  • web: support custom cors headers (#29382)
  • web: add support for TS solution setup for @​nx/web (#29583)
  • webpack, rspack: support multiple configurations (#29691)

🩹 Fixes

  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#29615)
  • core: daemon spinner should show text (#29448)
  • core: update nx cloud bundle install directory logic (#29555)
  • core: avoid launching default plugins twice (#29539)
  • core: support subpath exports when constructing the project graph (#29577)
  • core: update package script logic to handle cli tool name as command (#29617)
  • core: show better project graph errors (#29525)
  • core: check only for watcher connections during inactivity shutdown (#29621)
  • core: do not warn about custom tasks runners when explicitly usi… (#29669)
  • core: update yarn-parser to handle yarn v4 syntax for root workspace package (#29452)
  • core: ensure that nx is backwards compatible with older versions of Nx Cloud (#29703)
  • core: support subpath exports when constructing the project graph" (#29762)
  • detox: use a version of Detox that works with React Native 0.76/Expo v52 (#29679)
  • devkit: add .riv to binary extension (#29309)
  • gradle: check if java is installed (#29572)

... (truncated)

Commits
  • 4100515 chore(js): update dep babel-plugin-macros to ^3.1.0 (#28649)
  • 86798a2 fix(testing): finish dev server async generator in cypress executor (#29689)
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • d601561 feat(misc): use @swc/jest instead of ts-jest for the ts solution setup (#...
  • 6d8fe5c feat(angular): support angular v19.1 (#29523)
  • 8a6e44b fix(js): ignore bundler config files correctly in eslint config when using vi...
  • ad96cc1 fix(js): do not generate package.json file for non-buildable js libraries in ...
  • ed6b220 fix(js): fix typo so exports field in package.json is properly sorted (#29643)
  • a127177 fix(misc): generate module and moduleResolution in base tsconfig based on...
  • cc441a6 fix(js): sort package.json fields by idiomatic order (#29635)
  • Additional commits viewable in compare view

Updates @swc/core from 1.10.11 to 1.10.12

Changelog

Sourced from @​swc/core's changelog.

[1.10.12] - 2025-01-29

Bug Fixes

  • (es/parser) Remove wrong check about const without init (#9970) (1b57261)

Performance

  • (es/minifier) Make analyzer not call collect_infects_from recursively (#9924) (37616c3)

  • (es/minifier) Skip complex inline operations if possible (#9972) (772cc30)

  • (es/minifier) Merge binding analyzer into infection analyzer (#9973) (ca8a71f)

Commits
  • 08a7d88 chore: Publish 1.10.12 with swc_core v12.0.0
  • 8e58f8f chore: Update changelog
  • e9e600c chore: Publish 1.10.12-nightly-20250129.1 with swc_core v12.0.0
  • 3804b6e chore: Publish crates with swc_core v12.0.0
  • ca8a71f perf(es/minifier): Merge binding analyzer into infection analyzer (#9973)
  • 1b57261 fix(es/parser): Remove wrong check about const without init (#9970)
  • 772cc30 perf(es/minifier): Skip complex inline operations if possible (#9972)
  • 37616c3 perf(es/minifier): Make analyzer not call collect_infects_from recursively ...
  • 9109a53 chore: Update changelog
  • See full diff in compare view

Updates @types/node from 22.10.10 to 22.13.0

Commits

Updates @vitest/coverage-v8 from 3.0.4 to 3.0.5

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.0.5

🚀 Features

🐞 Bug Fixes

View changes on GitHub
Commits

Updates @vitest/ui from 3.0.4 to 3.0.5

Release notes

Sourced from @​vitest/ui's releases.

v3.0.5

🚀 Features

🐞 Bug Fixes

View changes on GitHub
Commits

Updates nx from 20.3.3 to 20.4.0

Release notes

Sourced from nx's releases.

20.4.0 (2025-01-27)

🚀 Features

  • angular: support angular v19.1 (#29523)
  • core: allow tasks to run with a substring of project name (#29552)
  • core: add support for skipping remote cache (#29574)
  • core: Add ESM support for Eslint config file (#29613)
  • core: handle existing plugins failed with imported project (#28893)
  • core: support reading projects under new pnpm workspaces entry + skip writing empty nx property to pacakge.json for non-root projects (#29707)
  • core: add pre and post run apis (#29636)
  • graph: update headlessui v2 (#29586)
  • js: simplify generated tsconfig.base.json compiler options in ts solution setup (#29550)
  • js: infer build-deps and watch-deps targets for incremental builds (#29609)
  • js: remove nx property from generated package.json files (#29705)
  • misc: use @swc/jest instead of ts-jest for the ts solution setup (#29718)
  • misc: prompt for unit test runner when creating a workspace using --workspaces flag (#29743)
  • module-federation: upgrade to latest version of @​module-federation/enhanced (#29535)
  • node: update app generator for fastify to the next major v5 (#29589)
  • node: upgrade express to v4.21.2 to address security vulnerabilities (#29419)
  • nx-dev: add TOC markdoc component for blog posts (3e564864fd)
  • nx-dev: customer videos on customer page (#29380)
  • nx-dev: add trial pages for Powerpack and Enterprise, update contact sales team page (#29554)
  • nx-dev: show arg aliases (#29653)
  • nx-dev: generate migration detail pages (#29580)
  • react: add support for React 19 for new Workspaces (#29286)
  • release: allow invalid conventional commits to be considered via custom config (#29658)
  • rspack: non-inferred targets should work OOTB (#29733)
  • testing: add option ciGroupName to @nx/jest/plugin (#29365)
  • web: support custom cors headers (#29382)
  • web: add support for TS solution setup for @​nx/web (#29583)
  • webpack, rspack: support multiple configurations (#29691)

🩹 Fixes

  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#29615)
  • core: daemon spinner should show text (#29448)
  • core: update nx cloud bundle install directory logic (#29555)
  • core: avoid launching default plugins twice (#29539)
  • core: support subpath exports when constructing the project graph (#29577)
  • core: update package script logic to handle cli tool name as command (#29617)
  • core: show better project graph errors (#29525)
  • core: check only for watcher connections during inactivity shutdown (#29621)
  • core: do not warn about custom tasks runners when explicitly usi… (#29669)
  • core: update yarn-parser to handle yarn v4 syntax for root workspace package (#29452)
  • core: ensure that nx is backwards compatible with older versions of Nx Cloud (#29703)
  • core: support subpath exports when constructing the project graph" (#29762)
  • detox: use a version of Detox that works with React Native 0.76/Expo v52 (#29679)
  • devkit: add .riv to binary extension (#29309)
  • gradle: check if java is installed (#29572)

... (truncated)

Commits
  • 84387f3 feat(nx-dev): generate migration detail pages (#29580)
  • 4a9508b feat(core): add pre and post run apis (#29636)
  • f02a88a Revert "fix(core): support subpath exports when constructing the project grap...
  • b0d4ac6 Revert "fix(core): collect all logs from forked processes (#27778)" (#29740)
  • 3e4f16f feat(release): allow invalid conventional commits to be considered via custom...
  • a9f6ba5 fix(core): ensure that nx is backwards compatible with older versions of Nx C...
  • 3c98a1c fix(core): update yarn-parser to handle yarn v4 syntax for root workspace pac...
  • cf206c3 feat(core): support reading projects under new pnpm workspaces entry + skip w...
  • 104f06c fix(core): do not warn about custom tasks runners when explicitly usi… (#29669)
  • ee135b2 feat(core): handle existing plugins failed with imported project (#28893)
  • Additional commits viewable in compare view

Updates rollup from 4.32.0 to 4.34.1

Release notes

Sourced from rollup's releases.

v4.34.1

4.34.1

2025-02-03

Bug Fixes

  • Ensure throwing objects includes the entire object (#5825)

Pull Requests

v4.34.0

4.34.0

2025-02-01

Features

  • Tree-shake unused properties in object literals (re-implements #5420) (#5737)

Pull Requests

v4.33.0

4.33.0

2025-02-01

Features

  • Correctly detect literal value of more negated expressions (#5812)

Bug Fixes

  • Use the correct with/assert attribute key in dynamic imports (#5818)
  • Fix an issue where logical expressions were considered to have the wrong value (#5819)

Pull Requests

v4.32.1

... (truncated)

Changelog

Sourced from rollup's changelog.

4.34.1

2025-02-03

Bug Fixes

  • Ensure throwing objects includes the entire object (#5825)

Pull Requests

4.34.0

2025-02-01

Features

  • Tree-shake unused properties in object literals (re-implements #5420) (#5737)

Pull Requests

4.33.0

2025-02-01

Features

  • Correctly detect literal value of more negated expressions (#5812)

Bug Fixes

  • Use the correct with/assert attribute key in dynamic imports (#5818)
  • Fix an issue where logical expressions were considered to have the wrong value (#5819)

Pull Requests

4.32.1

2025-01-28

... (truncated)

Commits

Updates typescript-eslint from 8.21.0 to 8.22.0

Release notes

Sourced from typescript-eslint's releases.

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.22.0 (2025-01-27)

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 vitest from 3.0.4 to 3.0.5

Release notes

Sourced from vitest's releases.

v3.0.5

🚀 Features

🐞 Bug Fixes

View changes on GitHub
Commits

Updates @wdio/cli from 9.7.1 to 9.7.2

Release notes

Sourced from @​wdio/cli's releases.

v9.7.2 (2025-01-29)

🐛 Bug Fix

💅 Polish

  • wdio-utils, webdriverio

📝 Documentation

Committers: 4

Changelog

Sourced from @​wdio/cli's changelog.

v9.7.2 (2025-01-29)

🐛 Bug Fix

💅 Polish

  • wdio-utils, webdriverio

📝 Documentation

Committers: 4

Commits

Updates @wdio/local-runner from 9.7.1 to 9.7.2

Release notes

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

v9.7.2 (2025-01-29)

🐛 Bug Fix

💅 Polish

  • wdio-utils, webdriverio

📝 Documentation

Committers: 4

Changelog

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

v9.7.2 (2025-01-29)

🐛 Bug Fix

💅 Polish

  • wdio-utils, webdriverio

📝 Documentation

Committers: 4

Commits

Updates @wdio/mocha-framework from 9.6.4 to 9.7.2

Release notes

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

v9.7.2 (2025-01-29)

🐛 Bug Fix

💅 Polish

  • wdio-utils, webdriverio

📝 Documentation

Committers: 4

v9.7.1 (2025-01-25)

🐛 Bug Fix

📝 Documentation

  • wdio-cli
    • #14111 updating constants and services lists with wdio-roku-service refs (@​jonyet)

Committers: 2

v9.7.0 (2025-01-24)

🐛 Bug Fix

💅 Polish

Committers: 2

Changelog

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

v9.7.2 (2025-01-29)

🐛 Bug Fix

💅 Polish

  • wdio-utils, webdriverio

📝 Documentation

Committers: 4

v9.7.1 (2025-01-25)

🐛 Bug Fix

📝 Documentation

  • wdio-cli
    • #14111 updating constants and services lists with wdio-roku-service refs (@​jonyet)

Committers: 2

v9.7.0 (2025-01-24)

🐛 Bug Fix

💅 Polish

Committers: 2

Commits

Updates @wdio/sauce-service from 9.7.1 to 9.7.2

Release notes

Sourced from @​wdio/sauce-service's releases.

v9.7.2 (2025-01-29)

🐛 Bug Fix

:nail...

Description has been truncated

…dates

Bumps the theoretically-non-breaking group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.6.1` | `19.7.1` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.3.3` | `20.4.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.11` | `1.10.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.10` | `22.13.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.0.4` | `3.0.5` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `3.0.4` | `3.0.5` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.3.3` | `20.4.0` |
| [rollup](https://github.com/rollup/rollup) | `4.32.0` | `4.34.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.21.0` | `8.22.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.4` | `3.0.5` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.7.1` | `9.7.2` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.7.1` | `9.7.2` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.6.4` | `9.7.2` |
| [@wdio/sauce-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-sauce-service) | `9.7.1` | `9.7.2` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.7.1` | `9.7.2` |


Updates `@commitlint/cli` from 19.6.1 to 19.7.1
- [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/v19.7.1/@commitlint/cli)

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

Updates `@swc/core` from 1.10.11 to 1.10.12
- [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.10.11...v1.10.12)

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

Updates `@vitest/coverage-v8` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/coverage-v8)

Updates `@vitest/ui` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/ui)

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

Updates `rollup` from 4.32.0 to 4.34.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.32.0...v4.34.1)

Updates `typescript-eslint` from 8.21.0 to 8.22.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.22.0/packages/typescript-eslint)

Updates `vitest` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest)

Updates `@wdio/cli` from 9.7.1 to 9.7.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.7.2/packages/wdio-cli)

Updates `@wdio/local-runner` from 9.7.1 to 9.7.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.7.2/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.6.4 to 9.7.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.7.2/packages/wdio-mocha-framework)

Updates `@wdio/sauce-service` from 9.7.1 to 9.7.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.7.2/packages/wdio-sauce-service)

Updates `webdriverio` from 9.7.1 to 9.7.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.7.2/packages/webdriverio)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/mocha-framework"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/sauce-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: webdriverio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2025 14:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
Copy link
Collaborator

@wjhsf wjhsf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something in nx or @nx/js v20.4.0 broke the build, so I've reverted those bumps.

@wjhsf wjhsf enabled auto-merge (squash) February 4, 2025 18:42
@wjhsf wjhsf merged commit 4cab9e6 into master Feb 4, 2025
11 checks passed
@wjhsf wjhsf deleted the dependabot/npm_and_yarn/theoretically-non-breaking-8c861e7822 branch February 4, 2025 18:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant