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): bump the theoretically-non-breaking group across 1 directory with 22 updates #5085

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

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

Package From To
@nx/js 20.2.2 20.3.0
@rollup/plugin-commonjs 28.0.1 28.0.2
@rollup/plugin-replace 6.0.1 6.0.2
@rollup/plugin-typescript 12.1.1 12.1.2
@swc/core 1.10.1 1.10.4
@vitest/eslint-plugin 1.1.16 1.1.21
es-module-lexer 1.5.4 1.6.0
globals 15.13.0 15.14.0
lint-staged 15.2.11 15.3.0
nx 20.2.2 20.3.0
rollup 4.28.1 4.29.1
typescript-eslint 8.18.0 8.18.2
chokidar 4.0.1 4.0.3
@wdio/cli 9.4.2 9.4.5
@wdio/local-runner 9.4.2 9.4.5
@wdio/mocha-framework 9.4.2 9.4.4
@wdio/sauce-service 9.4.2 9.4.5
@wdio/spec-reporter 9.4.2 9.4.4
@wdio/static-server-service 9.4.2 9.4.4
resolve 1.22.9 1.22.10
@rollup/pluginutils 5.1.3 5.1.4

Updates @nx/js from 20.2.2 to 20.3.0

Release notes

Sourced from @​nx/js's releases.

20.3.0 (2024-12-20)

🚀 Features

  • angular: support ngrx v19 (#29398)
  • core: support rollup.config.ts (#28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#29222)
  • core: add spinners when graph compute takes long time (#28966)
  • core: not exit when one plugin installation failed (#28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#29403)
  • core: show progress on ci if graph construction takes longer than expected (#29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#29334)
  • expo: upgrade Expo to v52 (#29142)
  • js: update vue/node app and lib generators to support TS solutions (#29299)
  • misc: handle artifact generators' path options including file extensions (#29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#29140)
  • release: allow automated git push from version or changelog step (#29280)
  • rsbuild: add intial package (#29147)
  • rsbuild: add inferred targets plugin (#29192)
  • rsbuild: add rsbuild configuration generator (#29321)
  • rsbuild: add react and vue support for app generation (#29349)
  • rsbuild: move plugin export to root of package (#29415)
  • storybook: use createNodesV2 for init and convert-to-inferred generators (#28092)
  • testing: allow custom address for local registry (#29050)
  • vite: add angular option to vitest generator (#29055)

🩹 Fixes

  • typo in environment-variables.md (#29294)
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#29281)
  • angular: correctly normalize dev-server options (#29322)
  • angular: add-localize-polyfill-to-targets fails if polyfills is a string (#29324)
  • angular: normalize name when forced to build selector (#29417)
  • angular: set up host and remote ssr apps correctly #29442 (#29447, #29442)
  • bundling: ensure vitest timestamp files are ignored (#29418)
  • core: add workspaces path if package path is not included (#28824)
  • core: fix process being prevented from exiting (#29240)
  • core: defer loading package manager until necessary (#29248)
  • core: hashing fixes (#29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#29227)
  • core: ensure @​nx/module-federation is listed in package group (#29292)
  • core: ensure rsbuild is part of nx package group (#29310)
  • core: avoid storing hash details for empty fileset (#29316)
  • core: resolve imports from linked workspace projects (#29328)
  • core: collect all logs from forked processes (#27778)
  • core: Update move/remove workspace generators to work with ts project references (#29331)
  • core: Adding react apps/libs to workspaces so they can be referenced. (#29202)

... (truncated)

Commits
  • 0ebe59c fix(js): handle resolution from within node_module in the sync generator (#29...
  • a675bd2 fix(js): Configure typescript plugin to handle non-buildable libs (#29393)
  • d05f30f fix(core): Adding react apps/libs to workspaces so they can be referenced. (#...
  • 1d7465b feat(core): not exit when one plugin installation failed (#28684)
  • f922e2b fix(misc): fix misc generation issues with the ts solution setup (#29350)
  • 99a0e7c fix(misc): ensure tsBuildInfoFile is generated inside outDir (#29343)
  • 13ec93c fix(js): ensure typescript-sync generator produces formatted references when ...
  • cfb67cf feat(testing): allow custom address for local registry (#29050)
  • e3f8c81 fix(js): switch from fast-glob to tinyglobby (#29141)
  • 89ab887 fix(core): Update bundlers to not typecheck if using new TS solution setup (#...
  • Additional commits viewable in compare view

Updates @rollup/plugin-commonjs from 28.0.1 to 28.0.2

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.2

2024-12-15

Updates

  • docs: output.exports recommendation also applies to IIFE (#1810)
Commits
  • 97e17ce chore(release): commonjs v28.0.2
  • 3efaf75 docs(commonjs): output.exports recommendation also applies to IIFE (#1810)
  • See full diff in compare view

Updates @rollup/plugin-replace from 6.0.1 to 6.0.2

Changelog

Sourced from @​rollup/plugin-replace's changelog.

v6.0.2

2024-12-15

Bugfixes

  • fix: add missing types for objectGuards option (#1818)
Commits
  • 0150c55 chore(repo): Add "directory" to package.json repository fields. (#826)
  • bed12cf chore(release): replace v2.4.2
  • 8752c2f docs(replace): document the values option (#814)
  • 4a11bbd chore(release): replace v2.4.1
  • 659ed59 fix(replace): add missing types for new preventAssignment option (#813)
  • fbcb8f2 chore(release): replace v2.4.0
  • See full diff in compare view

Updates @rollup/plugin-typescript from 12.1.1 to 12.1.2

Changelog

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

v12.1.2

2024-12-15

Bugfixes

  • fix: path validation issue in validatePaths function (#1800)
Commits
  • 3952b73 chore(release): typescript v12.1.2
  • e58d29c fix(typescript): path validation issue in validatePaths function (#1800)
  • See full diff in compare view

Updates @swc/core from 1.10.1 to 1.10.4

Changelog

Sourced from @​swc/core's changelog.

[1.10.4] - 2024-12-30

Bug Fixes

  • (deps) Update cargo (patch) (#9733) (fb2f6e4)

  • Remove Caused by: 'failed to parse' from TS blank space (#9820) (aaeb0ab)

[1.10.3] - 2024-12-27

Bug Fixes

  • (es/codegen) Emit semicolon after using declarations (#9816) (556d924)

[1.10.2] - 2024-12-26

Bug Fixes

  • (es) Don't panic when wasm bytecheck faild (#9803) (c81be2e)

  • (es/parser) Do not parse empty stmt after using decl (#9798) (c2696db)

Documentation

Commits
  • 9ebe252 chore: Publish 1.10.4 with swc_core v9.0.3
  • 640b616 chore: Update changelog
  • 9cfe38a chore: Publish 1.10.4-nightly-20241230.1 with swc_core v9.0.3
  • aaeb0ab fix: Remove Caused by: 'failed to parse' from TS blank space (#9820)
  • fb2f6e4 fix(deps): update cargo (patch) (#9733)
  • 7001647 chore: Update changelog
  • b91fb08 chore: Publish 1.10.3 with swc_core v9.0.3
  • 4dee9d5 chore: Update changelog
  • c05ffe0 chore: Publish 1.10.3-nightly-20241227.1 with swc_core v9.0.3
  • ad66dc0 chore: Publish crates with swc_core v9.0.3
  • Additional commits viewable in compare view

Updates @vitest/eslint-plugin from 1.1.16 to 1.1.21

Release notes

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

v1.1.21

Bug Fixes

Performance Improvements

  • only build regexp ones for detecting expectations (#608) (448650c)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.20...v1.1.21

v1.1.20

Bug Fixes

  • detect expectations in chains with underscores (#607) (d31fdb7)

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.19...v1.1.20

v1.1.19

Bug Fixes

What's Changed

... (truncated)

Commits

Updates es-module-lexer from 1.5.4 to 1.6.0

Commits

Updates globals from 15.13.0 to 15.14.0

Release notes

Sourced from globals's releases.

v15.14.0

  • Add vitest globals (#274) 06a5723

sindresorhus/globals@v15.13.0...v15.14.0

Commits

Updates lint-staged from 15.2.11 to 15.3.0

Release notes

Sourced from lint-staged's releases.

v15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    
Changelog

Sourced from lint-staged's changelog.

15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    
Commits
  • 703002a chore(changeset): release
  • 4cee7d8 build(dependencies): update dependencies
  • ef9b02d Merge pull request #1495 from lint-staged/debug-info
  • e69da9e feat: add more info to debug logs, remove "environment" requirement from issu...
  • 1b36f55 docs: combine changesets
  • 6c9ab40 Merge pull request #1493 from lint-staged/help-messages
  • 22fe89d feat: add unique hash to backup stash message
  • c52cc92 docs: add a caution message about git stash
  • fa0fe98 feat: update first task message based on backup status
  • 7bd0447 feat: display "git stash list" message when restoring original state is skipped
  • Additional commits viewable in compare view

Updates nx from 20.2.2 to 20.3.0

Release notes

Sourced from nx's releases.

20.3.0 (2024-12-20)

🚀 Features

  • angular: support ngrx v19 (#29398)
  • core: support rollup.config.ts (#28240)
  • core: use custom resolution to resolve from source local plugins with artifacts pointing to the outputs (#29222)
  • core: add spinners when graph compute takes long time (#28966)
  • core: not exit when one plugin installation failed (#28684)
  • core: nx-plugin-checks accounts for outDir and rootDir of projects when checking file existence (#29391)
  • core: add lib/** glob to workspaces so we support it out of the box (#29403)
  • core: show progress on ci if graph construction takes longer than expected (#29392)
  • eslint: rename eslint.config.js to eslint.config.cjs to resolve them as CommonJS (#29334)
  • expo: upgrade Expo to v52 (#29142)
  • js: update vue/node app and lib generators to support TS solutions (#29299)
  • misc: handle artifact generators' path options including file extensions (#29111)
  • nx-dev: link more customer videos on enterprise page (7498e470fa)
  • nx-plugin: added support for vitest test runner (#29140)
  • release: allow automated git push from version or changelog step (#29280)
  • rsbuild: add intial package (#29147)
  • rsbuild: add inferred targets plugin (#29192)
  • rsbuild: add rsbuild configuration generator (#29321)
  • rsbuild: add react and vue support for app generation (#29349)
  • rsbuild: move plugin export to root of package (#29415)
  • storybook: use createNodesV2 for init and convert-to-inferred generators (#28092)
  • testing: allow custom address for local registry (#29050)
  • vite: add angular option to vitest generator (#29055)

🩹 Fixes

  • typo in environment-variables.md (#29294)
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#29281)
  • angular: correctly normalize dev-server options (#29322)
  • angular: add-localize-polyfill-to-targets fails if polyfills is a string (#29324)
  • angular: normalize name when forced to build selector (#29417)
  • angular: set up host and remote ssr apps correctly #29442 (#29447, #29442)
  • bundling: ensure vitest timestamp files are ignored (#29418)
  • core: add workspaces path if package path is not included (#28824)
  • core: fix process being prevented from exiting (#29240)
  • core: defer loading package manager until necessary (#29248)
  • core: hashing fixes (#29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#29227)
  • core: ensure @​nx/module-federation is listed in package group (#29292)
  • core: ensure rsbuild is part of nx package group (#29310)
  • core: avoid storing hash details for empty fileset (#29316)
  • core: resolve imports from linked workspace projects (#29328)
  • core: collect all logs from forked processes (#27778)
  • core: Update move/remove workspace generators to work with ts project references (#29331)
  • core: Adding react apps/libs to workspaces so they can be referenced. (#29202)

... (truncated)

Commits
  • efa5ba2 fix(core): update yarn-parser to handle yarn v4 syntax (#29067)
  • 0980006 fix(core): graph spinners should update properly (#29433)
  • 3c3d2e5 feat(core): show progress on ci if graph construction takes longer than expec...
  • 2eb5243 fix(core): make packageExports metadata optional field (#29407)
  • b9c0e3d feat(eslint): rename eslint.config.js to eslint.config.cjs to resolve them as...
  • 73735ca feat(release): allow automated git push from version or changelog step (#29280)
  • 1d7465b feat(core): not exit when one plugin installation failed (#28684)
  • 67d0e33 feat(core): add spinners when graph compute takes long time (#28966)
  • c3709b2 fix(core): collect all logs from forked processes (#27778)
  • 657814c fix(core): resolve imports from linked workspace projects (#29328)
  • Additional commits viewable in compare view

Updates rollup from 4.28.1 to 4.29.1

Release notes

Sourced from rollup's releases.

v4.29.1

4.29.1

2024-12-21

Bug Fixes

  • Fix crash from deoptimized logical expressions (#5771)

Pull Requests

v4.29.0

4.29.0

2024-12-20

Features

  • Treat objects as truthy and always check second argument to better simplify logical expressions (#5763)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.29.1

2024-12-21

Bug Fixes

  • Fix crash from deoptimized logical expressions (#5771)

Pull Requests

4.29.0

2024-12-20

Features

  • Treat objects as truthy and always check second argument to better simplify logical expressions (#5763)

Pull Requests

Commits
  • 5d37778 4.29.1
  • 86e1f43 fix: do not optimize the literal value if the cache is deoptimized (#5771)
  • f116952 Remove unnecessary lifetimes (#5769)
  • dadd488 4.29.0
  • a4b78eb fix(deps): lock file maintenance minor/patch updates (#5767)
  • d52f00d fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking (#5763)
  • 65c8901 chore(deps): update dependency @​rollup/plugin-node-resolve to v16 (#5766)
  • 7a8ac46 docs: add utf-8 encoding to JSON file reading (#5759)
  • 31f1670 fix(deps): lock file maintenance minor/patch updates (#5760)
  • See full diff in compare view

Updates typescript-eslint from 8.18.0 to 8.18.2

Release notes

Sourced from typescript-eslint's releases.

v8.18.2

8.18.2 (2024-12-23)

🩹 Fixes

  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#10498)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#10494)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#10490)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#10461)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#10503)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#10512)
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#10514)
  • typescript-eslint: export types so that declarations can be named for dts files (#10513)

❤️ Thank You

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

v8.18.1

8.18.1 (2024-12-16)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: use consistent naming for asserting types and casting values (#10472)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
  • scope-manager: visit params decorator before nest scope (#10475)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.18.2 (2024-12-23)

🩹 Fixes

  • typescript-eslint: export types so that declarations can be named for dts files (#10513)

❤️ Thank You

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

8.18.1 (2024-12-16)

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
  • 157b781 chore(release): publish 8.18.2
  • d24a828 fix(typescript-eslint): export types so that declarations can be named for dt...
  • b2ce158 chore(release): publish 8.18.1
  • See full diff in compare view

Updates chokidar from 4.0.1 to 4.0.3

Release notes

Sourced from chokidar's releases.

4.0.3

What's Changed

Full Changelog: paulmillr/chokidar@4.0.2...4.0.3

4.0.2

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@4.0.1...4.0.2

Commits

Upd...

Description has been truncated

…tory with 22 updates

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

| Package | From | To |
| --- | --- | --- |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.2.2` | `20.3.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.1` | `28.0.2` |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) | `6.0.1` | `6.0.2` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `12.1.1` | `12.1.2` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.1` | `1.10.4` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.1.16` | `1.1.21` |
| [es-module-lexer](https://github.com/guybedford/es-module-lexer) | `1.5.4` | `1.6.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `15.14.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.11` | `15.3.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.2.2` | `20.3.0` |
| [rollup](https://github.com/rollup/rollup) | `4.28.1` | `4.29.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.0` | `8.18.2` |
| [chokidar](https://github.com/paulmillr/chokidar) | `4.0.1` | `4.0.3` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.4.2` | `9.4.5` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.4.2` | `9.4.5` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.4.2` | `9.4.4` |
| [@wdio/sauce-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-sauce-service) | `9.4.2` | `9.4.5` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.4.2` | `9.4.4` |
| [@wdio/static-server-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-static-server-service) | `9.4.2` | `9.4.4` |
| [resolve](https://github.com/browserify/resolve) | `1.22.9` | `1.22.10` |
| [@rollup/pluginutils](https://github.com/rollup/plugins/tree/HEAD/packages/pluginutils) | `5.1.3` | `5.1.4` |



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

Updates `@rollup/plugin-commonjs` from 28.0.1 to 28.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.2/packages/commonjs)

Updates `@rollup/plugin-replace` from 6.0.1 to 6.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.2/packages/replace)

Updates `@rollup/plugin-typescript` from 12.1.1 to 12.1.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.2/packages/typescript)

Updates `@swc/core` from 1.10.1 to 1.10.4
- [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.1...v1.10.4)

Updates `@vitest/eslint-plugin` from 1.1.16 to 1.1.21
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.1.16...v1.1.21)

Updates `es-module-lexer` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](guybedford/es-module-lexer@1.5.4...1.6.0)

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

Updates `lint-staged` from 15.2.11 to 15.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.11...v15.3.0)

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

Updates `rollup` from 4.28.1 to 4.29.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.28.1...v4.29.1)

Updates `typescript-eslint` from 8.18.0 to 8.18.2
- [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.18.2/packages/typescript-eslint)

Updates `chokidar` from 4.0.1 to 4.0.3
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@4.0.1...4.0.3)

Updates `@wdio/cli` from 9.4.2 to 9.4.5
- [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.4.5/packages/wdio-cli)

Updates `@wdio/local-runner` from 9.4.2 to 9.4.5
- [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.4.5/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.4.2 to 9.4.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.4.4/packages/wdio-mocha-framework)

Updates `@wdio/sauce-service` from 9.4.2 to 9.4.5
- [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.4.5/packages/wdio-sauce-service)

Updates `@wdio/spec-reporter` from 9.4.2 to 9.4.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.4.4/packages/wdio-spec-reporter)

Updates `@wdio/static-server-service` from 9.4.2 to 9.4.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.4.4/packages/wdio-static-server-service)

Updates `webdriverio` from 9.4.2 to 9.4.5
- [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.4.5/packages/webdriverio)

Updates `resolve` from 1.22.9 to 1.22.10
- [Commits](browserify/resolve@v1.22.9...v1.22.10)

Updates `@rollup/pluginutils` from 5.1.3 to 5.1.4
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/pluginutils/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/pluginutils-v5.1.4/packages/pluginutils)

---
updated-dependencies:
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@rollup/plugin-typescript"
  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: "@vitest/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: es-module-lexer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: lint-staged
  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-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-patch
  dependency-group: theoretically-non-breaking
- dependency-name: chokidar
  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-patch
  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: "@wdio/spec-reporter"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/static-server-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
- dependency-name: resolve
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@rollup/pluginutils"
  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 December 30, 2024 14:29
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@nolanlawson nolanlawson merged commit 1a82b99 into master Jan 2, 2025
10 checks passed
@nolanlawson nolanlawson deleted the dependabot/npm_and_yarn/theoretically-non-breaking-a315dd7750 branch January 2, 2025 17:46
# 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