Skip to content

build(deps): bump the theoretically-non-breaking group with 22 updates#5225

Merged
wjhsf merged 1 commit intomasterfrom
dependabot/npm_and_yarn/theoretically-non-breaking-a737ab100c
Feb 24, 2025
Merged

build(deps): bump the theoretically-non-breaking group with 22 updates#5225
wjhsf merged 1 commit intomasterfrom
dependabot/npm_and_yarn/theoretically-non-breaking-a737ab100c

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@nx/js 20.4.0 20.4.4
@swc/core 1.10.15 1.10.16
@types/node 22.13.1 22.13.4
@vitest/eslint-plugin 1.1.27 1.1.31
eslint 9.20.0 9.20.1
globals 15.14.0 15.15.0
nx 20.4.0 20.4.4
prettier 3.5.0 3.5.1
rollup 4.34.6 4.34.8
terser 5.38.1 5.39.0
typescript-eslint 8.23.0 8.24.0
@babel/core 7.26.8 7.26.9
@types/jasmine 5.1.5 5.1.6
@wdio/cli 9.8.0 9.9.1
@wdio/local-runner 9.8.0 9.9.1
@wdio/mocha-framework 9.7.3 9.9.0
@wdio/sauce-service 9.8.0 9.9.1
@wdio/spec-reporter 9.8.0 9.9.0
@wdio/static-server-service 9.6.3 9.9.0
webdriverio 9.8.0 9.9.1
@babel/types 7.26.8 7.26.9
postcss 8.5.1 8.5.2

Updates @nx/js from 20.4.0 to 20.4.4

Release notes

Sourced from @​nx/js's releases.

20.4.4 (2025-02-14)

🚀 Features

  • nx-dev: add Faro for observability (#30021)

🩹 Fixes

  • core: change to use init generator during import (#30029)
  • gradle: log gradlew output for verbose (#29966)
  • testing: remove dependency on @​nx/vite and @​nx/webpack from @​nx/playwright (#30023)
  • vite: prevent asset copying when NX_GRAPH_CREATION is enabled (#30037)

❤️ Thank You

20.4.3 (2025-02-12)

🚀 Features

🩹 Fixes

  • angular: do not generate @nx/dependency-checks block in flat root eslint config (#29980)
  • core: tweaks to nx init (#30002)
  • core: create multi-glob function (#29880)
  • core: fix plugin error indexes (#29936)
  • core: handle nullable lock when creating project graph (#30000)
  • gradle: fix gradle undefined dependency target (#29943)
  • js: allow publishable library to run release command (#29775)
  • linter: install @​eslint/eslintrc package as necessary (#29933)
  • linter: dependency-check-support-catalogs (#29923)
  • rspack: should be inferred by default (#29736)

❤️ Thank You

... (truncated)

Commits
  • 02253cc fix(js): allow publishable library to run release command (#29775)
  • fa694d1 fix(nextjs): enhance support for custom server with SWC configuration (#29895)
  • 59e7f44 fix(js): set --ws=false when running npm config for jest e2e (#29887)
  • 1a3c015 fix(js): do not infer tsc tasks with verbose output by default (#29804)
  • c28fe93 fix(js): ensure js library creation respects skipFormat (#28831)
  • See full diff in compare view

Updates @swc/core from 1.10.15 to 1.10.16

Changelog

Sourced from @​swc/core's changelog.

[1.10.16] - 2025-02-13

Bug Fixes

  • (es/minifier) Check assign target before merge assign cond (#10020) (6dab49a)

  • (es/parser) Preserve comment positions with leading semicolon (#10019) (c9937b6)

  • (swc_common) Fix panic with non-narrow chars with width != 2 (#10011) (f9f4cac)

  • (ts/fast-strip) Handle unsupported module keyword (#10022) (308f5d0)

Performance

  • (es/codegen) Reduce allocation using compact_str (#10008) (7d7319f)
Commits
  • df4f619 chore: Publish 1.10.16 with swc_core v13.3.0
  • 05d2152 chore: Publish 1.10.16-nightly-20250213.1 with swc_core v13.3.0
  • 660b92a chore: Publish crates with swc_core v13.3.0
  • 308f5d0 fix(ts/fast-strip): Handle unsupported module keyword (#10022)
  • 6dab49a fix(es/minifier): Check assign target before merge assign cond (#10020)
  • c9937b6 fix(es/parser): Preserve comment positions with leading semicolon (#10019)
  • 7d7319f perf(es/codegen): Reduce allocation using compact_str (#10008)
  • f9f4cac fix(swc_common): Fix panic with non-narrow chars with width != 2 (#10011)
  • 5dc16a2 chore: Update changelog
  • See full diff in compare view

Updates @types/node from 22.13.1 to 22.13.4

Commits

Updates @vitest/eslint-plugin from 1.1.27 to 1.1.31

Release notes

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

v1.1.31

Bug Fixes

  • require-mock-type-parameters: fixed checking of type annotation (#661) (20a56a7)

v1.1.30

No release notes provided.

v1.1.29

Bug Fixes

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.28...v1.1.29

v1.1.28

Bug Fixes

Commits

Updates eslint from 9.20.0 to 9.20.1

Release notes

Sourced from eslint's releases.

v9.20.1

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)
Changelog

Sourced from eslint's changelog.

v9.20.1 - February 11, 2025

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 274f054 fix: fix RuleContext type (#19417) (Francesco Trotta)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)
Commits

Updates globals from 15.14.0 to 15.15.0

Release notes

Sourced from globals's releases.

v15.15.0

  • Regenerate vitest globals (#279) 445df81

sindresorhus/globals@v15.14.0...v15.15.0

Commits

Updates nx from 20.4.0 to 20.4.4

Release notes

Sourced from nx's releases.

20.4.4 (2025-02-14)

🚀 Features

  • nx-dev: add Faro for observability (#30021)

🩹 Fixes

  • core: change to use init generator during import (#30029)
  • gradle: log gradlew output for verbose (#29966)
  • testing: remove dependency on @​nx/vite and @​nx/webpack from @​nx/playwright (#30023)
  • vite: prevent asset copying when NX_GRAPH_CREATION is enabled (#30037)

❤️ Thank You

20.4.3 (2025-02-12)

🚀 Features

🩹 Fixes

  • angular: do not generate @nx/dependency-checks block in flat root eslint config (#29980)
  • core: tweaks to nx init (#30002)
  • core: create multi-glob function (#29880)
  • core: fix plugin error indexes (#29936)
  • core: handle nullable lock when creating project graph (#30000)
  • gradle: fix gradle undefined dependency target (#29943)
  • js: allow publishable library to run release command (#29775)
  • linter: install @​eslint/eslintrc package as necessary (#29933)
  • linter: dependency-check-support-catalogs (#29923)
  • rspack: should be inferred by default (#29736)

❤️ Thank You

... (truncated)

Commits
  • cbbcafd fix(core): change to use init generator during import (#30029)
  • e09a5b5 fix(core): handle nullable lock when creating project graph (#30000)
  • bc80cc5 fix(core): fix plugin error indexes (#29936)
  • e50f4c2 fix(core): create multi-glob function (#29880)
  • 2f876e0 fix(core): tweaks to nx init (#30002)
  • c592b03 chore(core): handle project graph errors which do not have a message (#29893)
  • 2b7a4b7 fix(core): do not use revokable proxy (#29878)
  • 887bad5 fix(core): do not write filemap cache when there are errors (#29892)
  • aec9215 feat(core): show link to migrate detail page in --interactive mode (#29874)
  • d940de1 feat(core): add sync generators option to target defaults in nx-schema (#29441)
  • Additional commits viewable in compare view

Updates prettier from 3.5.0 to 3.5.1

Release notes

Sourced from prettier's releases.

3.5.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

Commits

Updates rollup from 4.34.6 to 4.34.8

Release notes

Sourced from rollup's releases.

v4.34.8

4.34.8

2025-02-17

Bug Fixes

  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#5846)

Pull Requests

  • #5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

v4.34.7

4.34.7

2025-02-14

Bug Fixes

  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#5842)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.34.8

2025-02-17

Bug Fixes

  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#5846)

Pull Requests

  • #5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

4.34.7

2025-02-14

Bug Fixes

  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#5842)

Pull Requests

Commits

Updates terser from 5.38.1 to 5.39.0

Changelog

Sourced from terser's changelog.

v5.39.0

  • Remove unnecessary console.assert calls (#1590)

v5.38.2

  • internal: Flatten inheritance tree for object/class members
Commits

Updates typescript-eslint from 8.23.0 to 8.24.0

Release notes

Sourced from typescript-eslint's releases.

v8.24.0

8.24.0 (2025-02-10)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#10639)
  • utils: add reportUnusedInlineConfigs to LinterOptions (#10718)

🩹 Fixes

  • ast-spec: correct YieldExpression.argument type (#10799)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#10737)
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#10751)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.24.0 (2025-02-10)

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 @babel/core from 7.26.8 to 7.26.9

Release notes

Sourced from @​babel/core's releases.

v7.26.9 (2025-02-14)

🐛 Bug Fix

🏠 Internal

Committers: 5

Changelog

Sourced from @​babel/core's changelog.

v7.26.9 (2025-02-14)

🐛 Bug Fix

🏠 Internal

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types

... (truncated)

Commits

Updates @types/jasmine from 5.1.5 to 5.1.6

Commits

Updates @wdio/cli from 9.8.0 to 9.9.1

Release notes

Sourced from @​wdio/cli's releases.

v9.9.1 (2025-02-14)

🐛 Bug Fix

💅 Polish

  • eslint-plugin-wdio
  • wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-runner

Committers: 2

v9.9.0

No updates!

Changelog

Sourced from @​wdio/cli's changelog.

v9.9.1 (2025-02-14)

🐛 Bug Fix

💅 Polish

  • eslint-plugin-wdio
  • wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-runner

Committers: 2

Commits

Updates @wdio/local-runner from 9.8.0 to 9.9.1

Release notes

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

v9.9.1 (2025-02-14)

🐛 Bug Fix

💅 Polish

  • eslint-plugin-wdio
  • wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-runner

Committers: 2

v9.9.0

No updates!

Changelog

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

v9.9.1 (2025-02-14)

🐛 Bug Fix

💅 Polish

  • eslint-plugin-wdio
  • wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-runner

Committers: 2

Commits

Updates @wdio/mocha-framework from 9.7.3 to 9.9.0

Release notes

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

v9.9.0

No updates!

v9.8.0 (2025-02-06)

🐛 Bug Fix

💅 Polish

  • wdio-sauce-service, wdio-spec-reporter
    • #14130 Add support for Sauce Connect 5, drop support for Sauce Connect 4 (@​budziam)
  • wdio-cli

Committers: 3

Changelog

Sourced from @​wdio/mocha-framework'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.9.1 (2025-02-14)

🐛 Bug Fix

💅 Polish

  • eslint-plugin-wdio
  • wdio-browser-runner, wdio-globals, wdio-jasmine-framework, wdio-runner

Committers: 2

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

| Package | From | To |
| --- | --- | --- |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.4.0` | `20.4.4` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.15` | `1.10.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.1` | `22.13.4` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.1.27` | `1.1.31` |
| [eslint](https://github.com/eslint/eslint) | `9.20.0` | `9.20.1` |
| [globals](https://github.com/sindresorhus/globals) | `15.14.0` | `15.15.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.4.0` | `20.4.4` |
| [prettier](https://github.com/prettier/prettier) | `3.5.0` | `3.5.1` |
| [rollup](https://github.com/rollup/rollup) | `4.34.6` | `4.34.8` |
| [terser](https://github.com/terser/terser) | `5.38.1` | `5.39.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.23.0` | `8.24.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.8` | `7.26.9` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.5` | `5.1.6` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.8.0` | `9.9.1` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.8.0` | `9.9.1` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.7.3` | `9.9.0` |
| [@wdio/sauce-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-sauce-service) | `9.8.0` | `9.9.1` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.8.0` | `9.9.0` |
| [@wdio/static-server-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-static-server-service) | `9.6.3` | `9.9.0` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.8.0` | `9.9.1` |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.26.8` | `7.26.9` |
| [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.2` |


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

Updates `@swc/core` from 1.10.15 to 1.10.16
- [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.15...v1.10.16)

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

Updates `@vitest/eslint-plugin` from 1.1.27 to 1.1.31
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.1.27...v1.1.31)

Updates `eslint` from 9.20.0 to 9.20.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.20.0...v9.20.1)

Updates `globals` from 15.14.0 to 15.15.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.14.0...v15.15.0)

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

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

Updates `rollup` from 4.34.6 to 4.34.8
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.34.6...v4.34.8)

Updates `terser` from 5.38.1 to 5.39.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.38.1...v5.39.0)

Updates `typescript-eslint` from 8.23.0 to 8.24.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.24.0/packages/typescript-eslint)

Updates `@babel/core` from 7.26.8 to 7.26.9
- [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.26.9/packages/babel-core)

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

Updates `@wdio/cli` from 9.8.0 to 9.9.1
- [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.9.1/packages/wdio-cli)

Updates `@wdio/local-runner` from 9.8.0 to 9.9.1
- [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.9.1/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.7.3 to 9.9.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.9.0/packages/wdio-mocha-framework)

Updates `@wdio/sauce-service` from 9.8.0 to 9.9.1
- [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.9.1/packages/wdio-sauce-service)

Updates `@wdio/spec-reporter` from 9.8.0 to 9.9.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.9.0/packages/wdio-spec-reporter)

Updates `@wdio/static-server-service` from 9.6.3 to 9.9.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.9.0/packages/wdio-static-server-service)

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

Updates `@babel/types` from 7.26.8 to 7.26.9
- [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.26.9/packages/babel-types)

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

---
updated-dependencies:
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@vitest/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: terser
  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: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@types/jasmine"
  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-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/spec-reporter"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/static-server-service"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: webdriverio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@babel/types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: postcss
  dependency-type: direct:production
  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 17, 2025 15:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@wjhsf wjhsf merged commit 0faf4e5 into master Feb 24, 2025
11 checks passed
@wjhsf wjhsf deleted the dependabot/npm_and_yarn/theoretically-non-breaking-a737ab100c branch February 24, 2025 21:27
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant