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

Bump the dev group with 31 updates #34

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the dev group with 31 updates:

Package From To
@libp2p/interface 1.1.2 1.2.0
@nx/devkit 17.3.0 18.3.3
@nx/esbuild 17.3.0 18.3.3
@nx/eslint 17.3.0 18.3.3
@nx/eslint-plugin 17.3.0 18.3.3
@nx/jest 17.3.0 18.3.3
@nx/js 17.3.0 18.3.3
@nx/node 17.3.0 18.3.3
@nx/vite 17.3.0 18.3.3
@nx/web 17.3.0 18.3.3
@nx/workspace 17.3.0 18.3.3
@swc-node/register 1.6.8 1.9.0
@swc/core 1.3.107 1.4.16
@swc/helpers 0.5.3 0.5.10
@types/jest 29.5.11 29.5.12
@types/node 18.19.10 20.12.7
@typescript-eslint/eslint-plugin 6.20.0 7.7.0
@typescript-eslint/parser 6.20.0 7.7.0
@vitest/coverage-v8 1.2.2 1.5.0
@vitest/ui 1.2.2 1.5.0
esbuild 0.19.12 0.20.2
eslint 8.48.0 9.1.0
ngx-deploy-npm 8.0.0 8.0.1
nx 17.3.0 18.3.3
prettier 2.8.8 3.2.5
ts-node 10.9.1 10.9.2
tsx 4.7.0 4.7.2
typescript 5.3.3 5.4.5
verdaccio 5.29.0 5.30.3
vite 5.0.12 5.2.10
vitest 1.2.2 1.5.0

Updates @libp2p/interface from 1.1.2 to 1.2.0

Release notes

Sourced from @​libp2p/interface's releases.

interface: v1.2.0

1.2.0 (2024-04-12)

Features

interface: v1.1.6

1.1.6 (2024-04-05)

Bug Fixes

  • add @​libp2p/record module to monorepo (#2466) (3ffecc5)
Commits

Updates @nx/devkit from 17.3.0 to 18.3.3

Release notes

Sourced from @​nx/devkit's releases.

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits
  • f4ea297 fix(misc): don't clear node_modules require cache (#22907)
  • 6afcdf1 fix(core): load config util supports absolute paths on windows (#22837)
  • bf206e5 feat(misc): non conflicting init/add flow (#22791)
  • 54c42c1 fix(devkit): update peer dependency on nx to include Nx 19 (#22811)
  • 7a7cbec feat(core): re-enable running plugins in isolation (#22527)
  • c20e00c fix(misc): handle cwd correctly when generating artifacts with as-provided (#...
  • 8baddb5 feat(angular): support angular 17.3.0 (#22202)
  • d058c8c chore(devkit): fix failing devkit test for convertNxExecutor (#22398)
  • 1fe5b98 fix(linter): refactor pcv3 plugin, expose configFiles on context (#21677)
  • c01b566 feat(core): revert running plugins in isolation (#22246)
  • Additional commits viewable in compare view

Updates @nx/esbuild from 17.3.0 to 18.3.3

Release notes

Sourced from @​nx/esbuild's releases.

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits
  • aa1fdf6 fix(bundling): handle circular dependencies in @​nx/esbuild getExtraDependenci...
  • b7ffb25 fix(bundling): prevent sensitive keys from being bundled (#22413)
  • a9974d3 docs(misc): change http:// to https:// (#19534)
  • See full diff in compare view

Updates @nx/eslint from 17.3.0 to 18.3.3

Release notes

Sourced from @​nx/eslint's releases.

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits
  • bf206e5 feat(misc): non conflicting init/add flow (#22791)
  • 85ba3f9 fix(linter): convert parser options to flat config even is parser is missing ...
  • a00f643 fix(core): Should work if extends is a string
  • 8baddb5 feat(angular): support angular 17.3.0 (#22202)
  • 1fe5b98 fix(linter): refactor pcv3 plugin, expose configFiles on context (#21677)
  • a89c734 feat(core): use flag in nx.json for toggling crystal (#21980)
  • 5b6d1b4 feat(angular): force explicit targets when NX_ADD_PLUGINS is not explicitly t...
  • 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)
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 17.3.0 to 18.3.3

Release notes

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

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits
  • 8baddb5 feat(angular): support angular 17.3.0 (#22202)
  • 4850bdb fix(nx-plugin): support root tsconfig.json in nx-plugin-checks eslint rule
  • 9194448 fix(linter): add v7 of typescript-eslint to peerDeps (#21853)
  • ce93313 cleanup(linter): refactor code for dynamic/static imports check (#20897)
  • 26ce6f6 fix(linter): fix eslint-plugin migration target version (#21966)
  • f79aabb 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 (...
  • Additional commits viewable in compare view

Updates @nx/jest from 17.3.0 to 18.3.3

Release notes

Sourced from @​nx/jest's releases.

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits
  • f4ea297 fix(misc): don't clear node_modules require cache (#22907)
  • 7920922 fix(testing): bust require cache in jest plugin so configs reload (#22893)
  • b633c04 fix(testing): fix jest ci target names (#22858)
  • bf206e5 feat(misc): non conflicting init/add flow (#22791)
  • fd7cf38 feat(testing): add ability to split jest tests (#22662)
  • 1fe5b98 fix(linter): refactor pcv3 plugin, expose configFiles on context (#21677)
  • a89c734 feat(core): use flag in nx.json for toggling crystal (#21980)
  • 77a01ca feat(testing): add getJestProjectsAsync to support inferred targets (#21897)
  • 21e7648 fix(testing): add null checks when reading targets (#21952)
  • 5b6d1b4 feat(angular): force explicit targets when NX_ADD_PLUGINS is not explicitly t...
  • Additional commits viewable in compare view

Updates @nx/js from 17.3.0 to 18.3.3

Release notes

Sourced from @​nx/js's releases.

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits
  • 2ee9650 Revert "feat(js): add swc cli options --strip-leading-paths (#22193)" (#22832)
  • bf206e5 feat(misc): non conflicting init/add flow (#22791)
  • 7dcd043 fix(js): do not default to commonjs type field in package.json (#22819)
  • 810a3b5 docs(release): adjust description for preid to be more clear (#22569)
  • 34cc2f2 fix(release): do not try to interpolate packageRoot for root project (#22771)
  • f59ed58 feat(js): add swc cli options --strip-leading-paths (#22193)
  • c27a668 fix(webpack): Should work when absolute paths are supplied as output (#22736)
  • a9e554f fix(js): propagate error from child process to @​nx/js:node executor (#22705)
  • 1c6118e fix(js): append target when generating tmp tsconfig to prevent conflicts #213...
  • 12afa20 fix(release): respect root .npmrc registry settings for publishing
  • Additional commits viewable in compare view

Updates @nx/node from 17.3.0 to 18.3.3

Release notes

Sourced from @​nx/node's releases.

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits

Updates @nx/vite from 17.3.0 to 18.3.3

Release notes

Sourced from @​nx/vite's releases.

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits
  • bf206e5 feat(misc): non conflicting init/add flow (#22791)
  • 637a004 fix(vite): pass cli arguments as options to vitest (#22355)
  • 2149fa2 fix(vite): ensure cache is created correctly for separate vite and vitest con...
  • 9e13c85 feat(vite): migrate to latest vite-plugin-dts (#22614)
  • 29c80a3 fix(web): spa flag should correctly define redirect (#22487)
  • 54d4780 chore(vite): revert comment about closeAllConnections (#21634)
  • b6cd196 fix(vite): Storing nxjson details too early (#22285)
  • a89c734 feat(core): use flag in nx.json for toggling crystal (#21980)
  • 00dae6a fix(vite): update vitest and use parseCLI (#21890)
  • f061f57 feat(vite): add vitest.workspace.ts at root (#21915)
  • Additional commits viewable in compare view

Updates @nx/web from 17.3.0 to 18.3.3

Release notes

Sourced from @​nx/web's releases.

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits
  • bf206e5 feat(misc): non conflicting init/add flow (#22791)
  • 7f00927 fix(testing): app generators should create correct e2e config at generation t...
  • 29c80a3 fix(web): spa f...

    Description has been truncated

Bumps the dev group with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [@libp2p/interface](https://github.com/libp2p/js-libp2p) | `1.1.2` | `1.2.0` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `17.3.0` | `18.3.3` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `17.3.0` | `18.3.3` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `17.3.0` | `18.3.3` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `17.3.0` | `18.3.3` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `17.3.0` | `18.3.3` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `17.3.0` | `18.3.3` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `17.3.0` | `18.3.3` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `17.3.0` | `18.3.3` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `17.3.0` | `18.3.3` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `17.3.0` | `18.3.3` |
| [@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.16` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.3` | `0.5.10` |
| [@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.12.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.7.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.20.0` | `7.7.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.2.2` | `1.5.0` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.2.2` | `1.5.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.12` | `0.20.2` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `9.1.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.3.3` |
| [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.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `5.29.0` | `5.30.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.2.10` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.2` | `1.5.0` |


Updates `@libp2p/interface` from 1.1.2 to 1.2.0
- [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...libp2p-v1.2.0)

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

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

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

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

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

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

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

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

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

Updates `@nx/workspace` from 17.3.0 to 18.3.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.3.3/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/register@1.6.8...@swc-node/register@1.9.0)

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

Updates `@swc/helpers` from 0.5.3 to 0.5.10
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

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.12.7
- [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.7.0
- [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.7.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.20.0 to 7.7.0
- [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.7.0/packages/parser)

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

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

Updates `esbuild` from 0.19.12 to 0.20.2
- [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.2)

Updates `eslint` from 8.48.0 to 9.1.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...v9.1.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.3.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.3.3/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.2
- [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.2)

Updates `typescript` from 5.3.3 to 5.4.5
- [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.5)

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

Updates `vite` from 5.0.12 to 5.2.10
- [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.2.10/packages/vite)

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

---
updated-dependencies:
- dependency-name: "@libp2p/interface"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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/web"
  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: "@swc/helpers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-major
  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-minor
  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] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Apr 22, 2024

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

Copy link
Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #35.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-e3cb3c5c0f branch April 29, 2024 06:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants