Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the dev group with 29 updates #25

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the dev group with 29 updates:

Package From To
@libp2p/interface 1.1.2 1.1.4
@nx/devkit 17.3.0 18.0.8
@nx/esbuild 17.3.0 18.0.8
@nx/eslint 17.3.0 18.0.8
@nx/eslint-plugin 17.3.0 18.0.8
@nx/jest 17.3.0 18.0.8
@nx/js 17.3.0 18.0.8
@nx/node 17.3.0 18.0.8
@nx/vite 17.3.0 18.0.8
@nx/workspace 17.3.0 18.0.8
@swc-node/register 1.6.8 1.9.0
@swc/core 1.3.107 1.4.6
@types/jest 29.5.11 29.5.12
@types/node 18.19.10 20.11.25
@typescript-eslint/eslint-plugin 6.20.0 7.1.1
@typescript-eslint/parser 6.20.0 7.1.1
@vitest/coverage-v8 1.2.2 1.3.1
@vitest/ui 1.2.2 1.3.1
esbuild 0.19.12 0.20.1
eslint 8.48.0 8.57.0
ngx-deploy-npm 8.0.0 8.0.1
nx 17.3.0 18.0.8
prettier 2.8.8 3.2.5
ts-node 10.9.1 10.9.2
tsx 4.7.0 4.7.1
typescript 5.3.3 5.4.2
verdaccio 5.29.0 5.29.2
vite 5.0.12 5.1.5
vitest 1.2.2 1.3.1

Updates @libp2p/interface from 1.1.2 to 1.1.4

Release notes

Sourced from @​libp2p/interface's releases.

interface: v1.1.4

1.1.4 (2024-02-27)

Bug Fixes

Documentation

interface: v1.1.3

1.1.3 (2024-02-07)

Bug Fixes

Commits

Updates @nx/devkit from 17.3.0 to 18.0.8

Release notes

Sourced from @​nx/devkit's releases.

18.0.8 (2024-03-08)

🩹 Fixes

  • angular: log message about unsupported ng cache command (#22154)
  • angular: fix message logged for unsupported ng cache (#22211)
  • angular: Module federation with Crystal enabled. (#22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#22231)
  • core: setting up .nx inside gradle shouldn't throw (#21957)
  • core: add outputs to nx.json for nx init in monorepo (#22061)
  • core: fix no such file or directory, open 'package-lock.json' (#21835)
  • core: fix terminal message alignment on errors (#22189)
  • graph: show command property as monospace (#21997)
  • linter: add v7 of typescript-eslint to peerDeps (#21853)
  • misc: improve package.json scripts handling when running "nx init" and "nx add" (#22168)
  • misc: do not add includedScripts unless really needed when running nx add (#22180)
  • nextjs: avoid path error on dev server creation (#21998)
  • nextjs: Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#22190)
  • nx-plugin: do not print duplicated warning about derived format when generating plugin (#22230)
  • react: pass correct argument to rspack configuration generator (#22241)
  • release: store rawVersionSpec on versionData (#22071)
  • testing: close cypress web server correctly on windows (#22125)
  • testing: resolve cypress config glob pattern correctly to handle root projects (#22165)
  • testing: fix project config might not be defined (#22174)
  • vue: small typo in CNW description (#21888)

❤️ Thank You

18.0.7 (2024-03-04)

🩹 Fixes

  • core: target defaults should represent nx.json in source info (#22080)
  • nextjs: Add spec files when creating a next app (#22079)
  • release: skip lock file update if workspaces are not enabled (#22055)

... (truncated)

Commits
  • d3b9b21 fix(misc): do not add includedScripts unless really needed when running nx ad...
  • 4698b24 fix(misc): improve package.json scripts handling when running "nx init" and "...
  • a50d119 feat(core): update swc/register (#21755)
  • 26a815c chore(core): add one off exception for next.js (#21572)
  • 396ffc4 feat(core): enable project crystal by default (#21403)
  • 05b0848 feat(devkit): add loadConfigFile function for plugins to use (#21511)
  • 857a07d fix(misc): use caret for semver version (#18140)
  • deb0f1a chore(repo): bump deprecation messages to v19 (#21430)
  • 946c6a7 feat(devkit): improving error handeling read target options (#20336)
  • 0b3e1f6 feat(core): log to guide users to show details after project generation (#21350)
  • See full diff in compare view

Updates @nx/esbuild from 17.3.0 to 18.0.8

Release notes

Sourced from @​nx/esbuild's releases.

18.0.8 (2024-03-08)

🩹 Fixes

  • angular: log message about unsupported ng cache command (#22154)
  • angular: fix message logged for unsupported ng cache (#22211)
  • angular: Module federation with Crystal enabled. (#22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#22231)
  • core: setting up .nx inside gradle shouldn't throw (#21957)
  • core: add outputs to nx.json for nx init in monorepo (#22061)
  • core: fix no such file or directory, open 'package-lock.json' (#21835)
  • core: fix terminal message alignment on errors (#22189)
  • graph: show command property as monospace (#21997)
  • linter: add v7 of typescript-eslint to peerDeps (#21853)
  • misc: improve package.json scripts handling when running "nx init" and "nx add" (#22168)
  • misc: do not add includedScripts unless really needed when running nx add (#22180)
  • nextjs: avoid path error on dev server creation (#21998)
  • nextjs: Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#22190)
  • nx-plugin: do not print duplicated warning about derived format when generating plugin (#22230)
  • react: pass correct argument to rspack configuration generator (#22241)
  • release: store rawVersionSpec on versionData (#22071)
  • testing: close cypress web server correctly on windows (#22125)
  • testing: resolve cypress config glob pattern correctly to handle root projects (#22165)
  • testing: fix project config might not be defined (#22174)
  • vue: small typo in CNW description (#21888)

❤️ Thank You

18.0.7 (2024-03-04)

🩹 Fixes

  • core: target defaults should represent nx.json in source info (#22080)
  • nextjs: Add spec files when creating a next app (#22079)
  • release: skip lock file update if workspaces are not enabled (#22055)

... (truncated)

Commits

Updates @nx/eslint from 17.3.0 to 18.0.8

Release notes

Sourced from @​nx/eslint's releases.

18.0.8 (2024-03-08)

🩹 Fixes

  • angular: log message about unsupported ng cache command (#22154)
  • angular: fix message logged for unsupported ng cache (#22211)
  • angular: Module federation with Crystal enabled. (#22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#22231)
  • core: setting up .nx inside gradle shouldn't throw (#21957)
  • core: add outputs to nx.json for nx init in monorepo (#22061)
  • core: fix no such file or directory, open 'package-lock.json' (#21835)
  • core: fix terminal message alignment on errors (#22189)
  • graph: show command property as monospace (#21997)
  • linter: add v7 of typescript-eslint to peerDeps (#21853)
  • misc: improve package.json scripts handling when running "nx init" and "nx add" (#22168)
  • misc: do not add includedScripts unless really needed when running nx add (#22180)
  • nextjs: avoid path error on dev server creation (#21998)
  • nextjs: Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#22190)
  • nx-plugin: do not print duplicated warning about derived format when generating plugin (#22230)
  • react: pass correct argument to rspack configuration generator (#22241)
  • release: store rawVersionSpec on versionData (#22071)
  • testing: close cypress web server correctly on windows (#22125)
  • testing: resolve cypress config glob pattern correctly to handle root projects (#22165)
  • testing: fix project config might not be defined (#22174)
  • vue: small typo in CNW description (#21888)

❤️ Thank You

18.0.7 (2024-03-04)

🩹 Fixes

  • core: target defaults should represent nx.json in source info (#22080)
  • nextjs: Add spec files when creating a next app (#22079)
  • release: skip lock file update if workspaces are not enabled (#22055)

... (truncated)

Commits
  • 35b5ca7 fix(linter): remove reportUnusedDisableDirectives for flat config (#21405)
  • 396ffc4 feat(core): enable project crystal by default (#21403)
  • ec4f7c5 feat(linter): add error and warning statistics (#18313)
  • c753838 fix(linter): ensure flat config generator works for pcv3 plugin (#21485)
  • 7ed534f fix(linter): make eslint mandatory dependency (#21406)
  • d44e7de fix(linter): make target default migrations a bit more robust (#21446)
  • a9974d3 docs(misc): change http:// to https:// (#19534)
  • See full diff in compare view

Updates @nx/eslint-plugin from 17.3.0 to 18.0.8

Release notes

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

18.0.8 (2024-03-08)

🩹 Fixes

  • angular: log message about unsupported ng cache command (#22154)
  • angular: fix message logged for unsupported ng cache (#22211)
  • angular: Module federation with Crystal enabled. (#22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#22231)
  • core: setting up .nx inside gradle shouldn't throw (#21957)
  • core: add outputs to nx.json for nx init in monorepo (#22061)
  • core: fix no such file or directory, open 'package-lock.json' (#21835)
  • core: fix terminal message alignment on errors (#22189)
  • graph: show command property as monospace (#21997)
  • linter: add v7 of typescript-eslint to peerDeps (#21853)
  • misc: improve package.json scripts handling when running "nx init" and "nx add" (#22168)
  • misc: do not add includedScripts unless really needed when running nx add (#22180)
  • nextjs: avoid path error on dev server creation (#21998)
  • nextjs: Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#22190)
  • nx-plugin: do not print duplicated warning about derived format when generating plugin (#22230)
  • react: pass correct argument to rspack configuration generator (#22241)
  • release: store rawVersionSpec on versionData (#22071)
  • testing: close cypress web server correctly on windows (#22125)
  • testing: resolve cypress config glob pattern correctly to handle root projects (#22165)
  • testing: fix project config might not be defined (#22174)
  • vue: small typo in CNW description (#21888)

❤️ Thank You

18.0.7 (2024-03-04)

🩹 Fixes

  • core: target defaults should represent nx.json in source info (#22080)
  • nextjs: Add spec files when creating a next app (#22079)
  • release: skip lock file update if workspaces are not enabled (#22055)

... (truncated)

Commits
  • 5f07af6 fix(linter): add v7 of typescript-eslint to peerDeps (#21853)
  • b0f4a17 fix(linter): fix eslint-plugin migration target version (#21966)
  • c638f6b fix(linter): adjust terminal run check for crystal (#21638)
  • a0ae902 fix(linter): prevent dep-checks leaking when used outside nx (#21404)
  • f6d2dcc feat(linter): add option for @​nx/dependency-checks to update workspace depend...
  • 857a07d fix(misc): use caret for semver version (#18140)
  • c286a6e fix(linter): restore rules to match previous @​typescript-eslint/recommended (...
  • bb3cf3a fix(linter): remove extend of @​angular-eslint/recommended--extra config (#18465)
  • See full diff in compare view

Updates @nx/jest from 17.3.0 to 18.0.8

Release notes

Sourced from @​nx/jest's releases.

18.0.8 (2024-03-08)

🩹 Fixes

  • angular: log message about unsupported ng cache command (#22154)
  • angular: fix message logged for unsupported ng cache (#22211)
  • angular: Module federation with Crystal enabled. (#22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#22231)
  • core: setting up .nx inside gradle shouldn't throw (#21957)
  • core: add outputs to nx.json for nx init in monorepo (#22061)
  • core: fix no such file or directory, open 'package-lock.json' (#21835)
  • core: fix terminal message alignment on errors (#22189)
  • graph: show command property as monospace (#21997)
  • linter: add v7 of typescript-eslint to peerDeps (#21853)
  • misc: improve package.json scripts handling when running "nx init" and "nx add" (#22168)
  • misc: do not add includedScripts unless really needed when running nx add (#22180)
  • nextjs: avoid path error on dev server creation (#21998)
  • nextjs: Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#22190)
  • nx-plugin: do not print duplicated warning about derived format when generating plugin (#22230)
  • react: pass correct argument to rspack configuration generator (#22241)
  • release: store rawVersionSpec on versionData (#22071)
  • testing: close cypress web server correctly on windows (#22125)
  • testing: resolve cypress config glob pattern correctly to handle root projects (#22165)
  • testing: fix project config might not be defined (#22174)
  • vue: small typo in CNW description (#21888)

❤️ Thank You

18.0.7 (2024-03-04)

🩹 Fixes

  • core: target defaults should represent nx.json in source info (#22080)
  • nextjs: Add spec files when creating a next app (#22079)
  • release: skip lock file update if workspaces are not enabled (#22055)

... (truncated)

Commits

Updates @nx/js from 17.3.0 to 18.0.8

Release notes

Sourced from @​nx/js's releases.

18.0.8 (2024-03-08)

🩹 Fixes

  • angular: log message about unsupported ng cache command (#22154)
  • angular: fix message logged for unsupported ng cache (#22211)
  • angular: Module federation with Crystal enabled. (#22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#22231)
  • core: setting up .nx inside gradle shouldn't throw (#21957)
  • core: add outputs to nx.json for nx init in monorepo (#22061)
  • core: fix no such file or directory, open 'package-lock.json' (#21835)
  • core: fix terminal message alignment on errors (#22189)
  • graph: show command property as monospace (#21997)
  • linter: add v7 of typescript-eslint to peerDeps (#21853)
  • misc: improve package.json scripts handling when running "nx init" and "nx add" (#22168)
  • misc: do not add includedScripts unless really needed when running nx add (#22180)
  • nextjs: avoid path error on dev server creation (#21998)
  • nextjs: Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#22190)
  • nx-plugin: do not print duplicated warning about derived format when generating plugin (#22230)
  • react: pass correct argument to rspack configuration generator (#22241)
  • release: store rawVersionSpec on versionData (#22071)
  • testing: close cypress web server correctly on windows (#22125)
  • testing: resolve cypress config glob pattern correctly to handle root projects (#22165)
  • testing: fix project config might not be defined (#22174)
  • vue: small typo in CNW description (#21888)

❤️ Thank You

18.0.7 (2024-03-04)

🩹 Fixes

  • core: target defaults should represent nx.json in source info (#22080)
  • nextjs: Add spec files when creating a next app (#22079)
  • release: skip lock file update if workspaces are not enabled (#22055)

... (truncated)

Commits
  • 774c59c fix(release): store rawVersionSpec on versionData (#22071)
  • 007407a fix(release): skip lock file update if workspaces are not enabled (#22055)
  • 666c1f4 fix(misc): fix buildable libs utils calculating dependent projects from task ...
  • 9aedc68 fix(core): update generated README pages with more useful instructions (#21976)
  • c9407dd fix(js): swc executor should support inlining on windows (#21801)
  • 25fe0d2 fix(js): nx release-version resolve-version-spec should normalize fetchSpec (...
  • a50d119 feat(core): update swc/register (#21755)
  • 73a013c fix(js): babel preset should also check for JEST_WORKER_ID to transpile to CJ...
  • 4adc24f fix(release): do not stop daemon in dry-run (#21743)
  • f6d2dcc feat(linter): add option for @​nx/dependency-checks to update workspace depend...
  • Additional commits viewable in compare view

Updates @nx/node from 17.3.0 to 18.0.8

Release notes

Sourced from @​nx/node's releases.

18.0.8 (2024-03-08)

🩹 Fixes

  • angular: log message about unsupported ng cache command (#22154)
  • angular: fix message logged for unsupported ng cache (#22211)
  • angular: Module federation with Crystal enabled. (#22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#22231)
  • core: setting up .nx inside gradle shouldn't throw (#21957)
  • core: add outputs to nx.json for nx init in monorepo (#22061)
  • core: fix no such file or directory, open 'package-lock.json' (#21835)
  • core: fix terminal message alignment on errors (#22189)
  • graph: show command property as monospace (#21997)
  • linter: add v7 of typescript-eslint to peerDeps (#21853)
  • misc: improve package.json scripts handling when running "nx init" and "nx add" (#22168)
  • misc: do not add includedScripts unless really needed when running nx add (#22180)
  • nextjs: avoid path error on dev server creation (#21998)
  • nextjs: Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#22190)
  • nx-plugin: do not print duplicated warning about derived format when generating plugin (#22230)
  • react: pass correct argument to rspack configuration generator (#22241)
  • release: store rawVersionSpec on versionData (#22071)
  • testing: close cypress web server correctly on windows (#22125)
  • testing: resolve cypress config glob pattern correctly to handle root projects (#22165)
  • testing: fix project config might not be defined (#22174)
  • vue: small typo in CNW description (#21888)

❤️ Thank You

18.0.7 (2024-03-04)

🩹 Fixes

  • core: target defaults should represent nx.json in source info (#22080)
  • nextjs: Add spec files when creating a next app (#22079)
  • release: skip lock file update if workspaces are not enabled (#22055)

... (truncated)

Commits

Updates @nx/vite from 17.3.0 to 18.0.8

Release notes

Sourced from @​nx/vite's releases.

18.0.8 (2024-03-08)

🩹 Fixes

  • angular: log message about unsupported ng cache command (#22154)
  • angular: fix message logged for unsupported ng cache (#22211)
  • angular: Module federation with Crystal enabled. (#22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#22231)
  • core: setting up .nx inside gradle shouldn't throw (#21957)
  • core: add outputs to nx.json for nx init in monorepo (#22061)
  • core: fix no such file or directory, open 'package-lock.json' (#21835)
  • core: fix terminal message alignment on errors (#22189)
  • graph: show command property as monospace (#21997)
  • linter: add v7 of typescript-eslint to peerDeps (#21853)
  • misc: improve package.json scripts handling when running "nx init" and "nx add" (#22168)
  • misc: do not add includedScripts unless really needed when running nx add (#22180)
  • nextjs: avoid path error on dev server creation (#21998)
  • nextjs: Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#22190)
  • nx-plugin: do not print duplicated warning about derived format when generating plugin (#22230)
  • react: pass correct argument to rspack configuration generator (#22241)
  • release: store rawVersionSpec on versionData (#22071)
  • testing: close cypress web server correctly on windows (#22125)
  • testing: resolve cypress config glob pattern correctly to handle root projects (#22165)
  • testing: fix project config might not be defined (#22174)
  • vue: small typo in CNW description (#21888)

❤️ Thank You

18.0.7 (2024-03-04)

🩹 Fixes

  • core: target defaults should represent nx.json in source info (#22080)
  • nextjs: Add spec files when creating a next app (#22079)
  • release: skip lock file update if workspaces are not enabled (#22055)

... (truncated)

Commits
  • c4cacf1 fix(vite): update vitest and use parseCLI (#21890)
  • b7f0bdf fix(vite): project conversion generator (#21646)
  • a36d5c6 fix(vite): normalize vitest cli args in executor (#21870)
  • ad43e66 fix(misc): pin generated vite version to ~5.0.0 to avoid issues with storyboo...
  • 68ebcca fix(vite): import esbuild before loading config to keep it in cache (#21685)
  • 9a9bd2a fix(vite): deep file resolution in nx-tsconfig-paths.plugin.ts (#21513)
  • a4aa805 fix(react): extensions - vite e2e test (#21530)
  • 396ffc4 feat(core): enable project crystal by default (#21403)
  • deb0f1a chore(repo): bump deprecation messages to v19 (#21430)
  • 82a0d61 fix(bundling): consider index/folder imports in manual file resolution (#19030)
  • Additional commits viewable in compare view

Updates @nx/workspace from 17.3.0 to 18.0.8

Release notes

Sourced from @​nx/workspace's releases.

18.0.8 (2024-03-08)

🩹 Fixes

  • angular: log message about unsupported ng cache command (#22154)
  • angular: fix message logged for unsupported ng cache (#22211)
  • angular: Module federation with Crystal enabled. (#22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#22231)
  • core: setting up .nx inside gradle shouldn't throw (#21...

    Description has been truncated

Bumps the dev group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [@libp2p/interface](https://github.com/libp2p/js-libp2p) | `1.1.2` | `1.1.4` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `17.3.0` | `18.0.8` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `17.3.0` | `18.0.8` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `17.3.0` | `18.0.8` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `17.3.0` | `18.0.8` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `17.3.0` | `18.0.8` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `17.3.0` | `18.0.8` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `17.3.0` | `18.0.8` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `17.3.0` | `18.0.8` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `17.3.0` | `18.0.8` |
| [@swc-node/register](https://github.com/swc-project/swc-node) | `1.6.8` | `1.9.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.107` | `1.4.6` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.11` | `29.5.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.10` | `20.11.25` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.1.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.20.0` | `7.1.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.2.2` | `1.3.1` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.2.2` | `1.3.1` |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.12` | `0.20.1` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.57.0` |
| [ngx-deploy-npm](https://github.com/bikecoders/ngx-deploy-npm) | `8.0.0` | `8.0.1` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `17.3.0` | `18.0.8` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.2.5` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.7.0` | `4.7.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `5.29.0` | `5.29.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.1.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.2` | `1.3.1` |


Updates `@libp2p/interface` from 1.1.2 to 1.1.4
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@perf-v1.1.2...perf-v1.1.4)

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

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

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

Updates `@nx/eslint-plugin` from 17.3.0 to 18.0.8
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.8/packages/eslint-plugin)

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

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

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

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

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

Updates `@swc-node/register` from 1.6.8 to 1.9.0
- [Release notes](https://github.com/swc-project/swc-node/releases)
- [Commits](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected])

Updates `@swc/core` from 1.3.107 to 1.4.6
- [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.3.107...v1.4.6)

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

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

Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.1.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.20.0 to 7.1.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser)

Updates `@vitest/coverage-v8` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/coverage-v8)

Updates `@vitest/ui` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/ui)

Updates `esbuild` from 0.19.12 to 0.20.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.12...v0.20.1)

Updates `eslint` from 8.48.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.48.0...v8.57.0)

Updates `ngx-deploy-npm` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/bikecoders/ngx-deploy-npm/releases)
- [Commits](bikecoders/ngx-deploy-npm@ngx-deploy-npm-8.0.0...ngx-deploy-npm-8.0.1)

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

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

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `tsx` from 4.7.0 to 4.7.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v4.7.0...v4.7.1)

Updates `typescript` from 5.3.3 to 5.4.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.2)

Updates `verdaccio` from 5.29.0 to 5.29.2
- [Release notes](https://github.com/verdaccio/verdaccio/releases)
- [Changelog](https://github.com/verdaccio/verdaccio/blob/v5.29.2/CHANGELOG.md)
- [Commits](verdaccio/verdaccio@v5.29.0...v5.29.2)

Updates `vite` from 5.0.12 to 5.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite)

Updates `vitest` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/vitest)

---
updated-dependencies:
- dependency-name: "@libp2p/interface"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: "@nx/devkit"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/esbuild"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/vite"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@swc-node/register"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: ngx-deploy-npm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: verdaccio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Mar 11, 2024

The following labels could not be found: semver:minor, semver:major.

Copy link
Author

dependabot bot commented on behalf of github Mar 18, 2024

Superseded by #28.

@dependabot dependabot bot closed this Mar 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-b52305e209 branch March 18, 2024 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants