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 across 1 directory with 32 updates #41

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps the dev group with 32 updates in the / directory:

Package From To
@libp2p/interface 1.1.2 1.4.0
@nx/devkit 17.3.0 19.2.2
@nx/esbuild 17.3.0 19.2.2
@nx/eslint 17.3.0 19.2.2
@nx/eslint-plugin 17.3.0 19.2.2
@nx/jest 17.3.0 19.2.2
@nx/js 17.3.0 19.2.2
@nx/node 17.3.0 19.2.2
@nx/vite 17.3.0 19.2.2
@nx/web 17.3.0 19.2.2
@nx/workspace 17.3.0 19.2.2
@swc-node/register 1.6.8 1.9.2
@swc/core 1.3.107 1.5.25
@swc/helpers 0.5.3 0.5.11
@types/jest 29.5.11 29.5.12
@types/node 18.19.10 20.14.2
@typescript-eslint/eslint-plugin 6.20.0 7.12.0
@typescript-eslint/parser 6.20.0 7.12.0
@vitest/coverage-v8 1.2.2 1.6.0
@vitest/ui 1.2.2 1.6.0
esbuild 0.19.12 0.21.5
eslint 8.48.0 9.4.0
ngx-deploy-npm 8.0.0 8.0.1
nx 17.3.0 19.2.2
prettier 2.8.8 3.3.1
ts-jest 29.1.2 29.1.4
ts-node 10.9.1 10.9.2
tsx 4.7.0 4.15.1
typescript 5.3.3 5.4.5
verdaccio 5.29.0 5.31.1
vite 5.0.12 5.2.13
vitest 1.2.2 1.6.0

Updates @libp2p/interface from 1.1.2 to 1.4.0

Release notes

Sourced from @​libp2p/interface's releases.

interface: v1.4.0

1.4.0 (2024-05-17)

Features

Bug Fixes

interface-internal: v1.2.1

1.2.1 (2024-05-14)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/peer-collections bumped from ^5.2.0 to ^5.2.1
Commits

Updates @nx/devkit from 17.3.0 to 19.2.2

Release notes

Sourced from @​nx/devkit's releases.

19.2.2 (2024-06-07)

🩹 Fixes

  • core: handle projects inside dependsOn correctly (#26392)
  • core: correctly handle negative patterns in workspaces/packages config (#26453)
  • core: don't throw when hashing undefined object (#26455)
  • core: clean versions read from package.json when resolving depen… (#26457)
  • core: ensure tuple passed to aggregate create nodes error (#26456)
  • core: fix duplicate nx entry in gitignore (#26461)
  • misc: nx wrapper should work better on windows (#26460)
  • nextjs: Generating an app using tailwind should not add module css (#26454)
  • react: prevent generating empty props since setting strict in tsconfig is not compatible with it (#26428)
  • web: add shell true (#26411)

❤️ Thank You

19.2.1 (2024-06-06)

🚀 Features

  • graph: add source info for command and script (#26162)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • web: allow additional http-server options to be passed from @​nx/web:file-server (#26391)

🩹 Fixes

  • angular: install @​typescript-eslint/utils when using relevant angular eslint v18 packages (#26418)
  • bundling: load rollup config using the rollup version installed in the workspace (#26298)
  • core: make plugin pool cleanup to be synchronous (#26389)
  • core: handle paths deleted by the ide (#26363)
  • core: add quotes around string to command (#23056)
  • core: don't load env vars when insantiating daemon client (#26421)
  • core: should not pass --no-color --no-parallel (#22763)
  • core: fix postinstall when nx is not resolveable (#26433)
  • graph: make cacheable and nx release pill sticky to the right (#26157)
  • js: add default baseUrl when extracting tsconfig.base.json or building libs will fail (#26432)
  • linter: do not glob for invalid eslint config filenames in plugin (#26409)
  • linter: improve error message for misconfigured parserOptions.project in @​nx/eslint:lint executor (#26383)

... (truncated)

Commits
  • a7dc8f6 chore(repo): fix file formatting (#26463)
  • dd6eda8 feat(devkit): allow to customize overwrite mode in generateFiles (#26354)
  • 030ede2 cleanup(devkit): prevent mutating targetDefaults in migration to crystal help...
  • 6f22300 fix(misc): ensure plugins are not creating workspace context while creating n...
  • 1e7cd7e feat(testing): use createNodesV2 for cypress and playwright (#26301)
  • c05e4ac cleanup(devkit): ensure externalDependencies input from inferred task is merg...
  • fde4932 fix(gradle): expose create nodes v2 (#26282)
  • 7b196dc cleanup(devkit): add util for processing outputs in crystal migration generat...
  • 4cbb0f0 fix(core): add missing bun PM support (#26084)
  • 4442945 fix(devkit): combineAsyncIterable should not be blocking when error occurs #2...
  • Additional commits viewable in compare view

Updates @nx/esbuild from 17.3.0 to 19.2.2

Release notes

Sourced from @​nx/esbuild's releases.

19.2.2 (2024-06-07)

🩹 Fixes

  • core: handle projects inside dependsOn correctly (#26392)
  • core: correctly handle negative patterns in workspaces/packages config (#26453)
  • core: don't throw when hashing undefined object (#26455)
  • core: clean versions read from package.json when resolving depen… (#26457)
  • core: ensure tuple passed to aggregate create nodes error (#26456)
  • core: fix duplicate nx entry in gitignore (#26461)
  • misc: nx wrapper should work better on windows (#26460)
  • nextjs: Generating an app using tailwind should not add module css (#26454)
  • react: prevent generating empty props since setting strict in tsconfig is not compatible with it (#26428)
  • web: add shell true (#26411)

❤️ Thank You

19.2.1 (2024-06-06)

🚀 Features

  • graph: add source info for command and script (#26162)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • web: allow additional http-server options to be passed from @​nx/web:file-server (#26391)

🩹 Fixes

  • angular: install @​typescript-eslint/utils when using relevant angular eslint v18 packages (#26418)
  • bundling: load rollup config using the rollup version installed in the workspace (#26298)
  • core: make plugin pool cleanup to be synchronous (#26389)
  • core: handle paths deleted by the ide (#26363)
  • core: add quotes around string to command (#23056)
  • core: don't load env vars when insantiating daemon client (#26421)
  • core: should not pass --no-color --no-parallel (#22763)
  • core: fix postinstall when nx is not resolveable (#26433)
  • graph: make cacheable and nx release pill sticky to the right (#26157)
  • js: add default baseUrl when extracting tsconfig.base.json or building libs will fail (#26432)
  • linter: do not glob for invalid eslint config filenames in plugin (#26409)
  • linter: improve error message for misconfigured parserOptions.project in @​nx/eslint:lint executor (#26383)

... (truncated)

Commits
  • 2b820a2 docs(misc): update /packages/ links to /nx-api/ (#26128)
  • 7705757 fix(misc): adjust npm keywords (#24743)
  • 7f32d86 feat(bundling): added support for declarations (*.d.ts) (#21084)
  • 46336df fix(bundling): resolve index files from ts paths when running esbuild without...
  • 2e621f3 feat(misc): v19 cleanup for Nx plugins (#23104)
  • a64a7e2 feat(core): cleanup for v19 (#22993)
  • f3a20bb chore(repo): remove unnecessary .eslintignore files and use ignorePatterns in...
  • bc43243 chore(repo): add eslint and jest plugins to use inferred targets (#22946)
  • e549ea2 fix(bundling): handle circular dependencies in @​nx/esbuild getExtraDependenci...
  • b7ffb25 fix(bundling): prevent sensitive keys from being bundled (#22413)
  • Additional commits viewable in compare view

Updates @nx/eslint from 17.3.0 to 19.2.2

Release notes

Sourced from @​nx/eslint's releases.

19.2.2 (2024-06-07)

🩹 Fixes

  • core: handle projects inside dependsOn correctly (#26392)
  • core: correctly handle negative patterns in workspaces/packages config (#26453)
  • core: don't throw when hashing undefined object (#26455)
  • core: clean versions read from package.json when resolving depen… (#26457)
  • core: ensure tuple passed to aggregate create nodes error (#26456)
  • core: fix duplicate nx entry in gitignore (#26461)
  • misc: nx wrapper should work better on windows (#26460)
  • nextjs: Generating an app using tailwind should not add module css (#26454)
  • react: prevent generating empty props since setting strict in tsconfig is not compatible with it (#26428)
  • web: add shell true (#26411)

❤️ Thank You

19.2.1 (2024-06-06)

🚀 Features

  • graph: add source info for command and script (#26162)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • web: allow additional http-server options to be passed from @​nx/web:file-server (#26391)

🩹 Fixes

  • angular: install @​typescript-eslint/utils when using relevant angular eslint v18 packages (#26418)
  • bundling: load rollup config using the rollup version installed in the workspace (#26298)
  • core: make plugin pool cleanup to be synchronous (#26389)
  • core: handle paths deleted by the ide (#26363)
  • core: add quotes around string to command (#23056)
  • core: don't load env vars when insantiating daemon client (#26421)
  • core: should not pass --no-color --no-parallel (#22763)
  • core: fix postinstall when nx is not resolveable (#26433)
  • graph: make cacheable and nx release pill sticky to the right (#26157)
  • js: add default baseUrl when extracting tsconfig.base.json or building libs will fail (#26432)
  • linter: do not glob for invalid eslint config filenames in plugin (#26409)
  • linter: improve error message for misconfigured parserOptions.project in @​nx/eslint:lint executor (#26383)

... (truncated)

Commits
  • d2f4bdf fix(linter): improve error message for misconfigured parserOptions.project in...
  • b40ed1f fix(linter): do not glob for invalid eslint config filenames in plugin (#26409)
  • f4b379f fix(linter): check for flat config correctly in @​nx/eslint:lint executor (#26...
  • 5e39cb0 feat(core): allow partially resetting workspace (#23381)
  • 0105fd2 fix(linter): export createNodesV2 (#26360)
  • e95204b fix(linter): generate flat config for new projects correctly (#26328)
  • 0594deb feat(linter): migrate to create-nodes-v2 (#26302)
  • fbc88f2 fix(linter): return callback to install deps when running eslint migration to...
  • 6f22300 fix(misc): ensure plugins are not creating workspace context while creating n...
  • 1e7cd7e feat(testing): use createNodesV2 for cypress and playwright (#26301)
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 17.3.0 to 19.2.2

Release notes

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

19.2.2 (2024-06-07)

🩹 Fixes

  • core: handle projects inside dependsOn correctly (#26392)
  • core: correctly handle negative patterns in workspaces/packages config (#26453)
  • core: don't throw when hashing undefined object (#26455)
  • core: clean versions read from package.json when resolving depen… (#26457)
  • core: ensure tuple passed to aggregate create nodes error (#26456)
  • core: fix duplicate nx entry in gitignore (#26461)
  • misc: nx wrapper should work better on windows (#26460)
  • nextjs: Generating an app using tailwind should not add module css (#26454)
  • react: prevent generating empty props since setting strict in tsconfig is not compatible with it (#26428)
  • web: add shell true (#26411)

❤️ Thank You

19.2.1 (2024-06-06)

🚀 Features

  • graph: add source info for command and script (#26162)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • web: allow additional http-server options to be passed from @​nx/web:file-server (#26391)

🩹 Fixes

  • angular: install @​typescript-eslint/utils when using relevant angular eslint v18 packages (#26418)
  • bundling: load rollup config using the rollup version installed in the workspace (#26298)
  • core: make plugin pool cleanup to be synchronous (#26389)
  • core: handle paths deleted by the ide (#26363)
  • core: add quotes around string to command (#23056)
  • core: don't load env vars when insantiating daemon client (#26421)
  • core: should not pass --no-color --no-parallel (#22763)
  • core: fix postinstall when nx is not resolveable (#26433)
  • graph: make cacheable and nx release pill sticky to the right (#26157)
  • js: add default baseUrl when extracting tsconfig.base.json or building libs will fail (#26432)
  • linter: do not glob for invalid eslint config filenames in plugin (#26409)
  • linter: improve error message for misconfigured parserOptions.project in @​nx/eslint:lint executor (#26383)

... (truncated)

Commits
  • ffea1d5 fix(linter): handle paths correctly in enforce-module-boundaries eslint rule ...
  • adc1d70 fix(linter): handle configuration without "rules" in migration (#26317)
  • 6f22300 fix(misc): ensure plugins are not creating workspace context while creating n...
  • ef0dc01 fix(core): multi module handling and fall back matching for external nodes (#...
  • 7001e35 fix(core): prefer project specific external deps (#23307)
  • be6453c fix(linter): migrate no-extra-semi rules into user config, out of nx extendab...
  • 7705757 fix(misc): adjust npm keywords (#24743)
  • 8cfc0a0 fix(linter): support eslint v9 (#24632)
  • cfadd7d Revert "fix(core): addPlugin should not conflict on project.json targ… (#23391)
  • 85c8916 fix(core): addPlugin should not conflict on project.json targets (#23264)
  • Additional commits viewable in compare view

Updates @nx/jest from 17.3.0 to 19.2.2

Release notes

Sourced from @​nx/jest's releases.

19.2.2 (2024-06-07)

🩹 Fixes

  • core: handle projects inside dependsOn correctly (#26392)
  • core: correctly handle negative patterns in workspaces/packages config (#26453)
  • core: don't throw when hashing undefined object (#26455)
  • core: clean versions read from package.json when resolving depen… (#26457)
  • core: ensure tuple passed to aggregate create nodes error (#26456)
  • core: fix duplicate nx entry in gitignore (#26461)
  • misc: nx wrapper should work better on windows (#26460)
  • nextjs: Generating an app using tailwind should not add module css (#26454)
  • react: prevent generating empty props since setting strict in tsconfig is not compatible with it (#26428)
  • web: add shell true (#26411)

❤️ Thank You

19.2.1 (2024-06-06)

🚀 Features

  • graph: add source info for command and script (#26162)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • web: allow additional http-server options to be passed from @​nx/web:file-server (#26391)

🩹 Fixes

  • angular: install @​typescript-eslint/utils when using relevant angular eslint v18 packages (#26418)
  • bundling: load rollup config using the rollup version installed in the workspace (#26298)
  • core: make plugin pool cleanup to be synchronous (#26389)
  • core: handle paths deleted by the ide (#26363)
  • core: add quotes around string to command (#23056)
  • core: don't load env vars when insantiating daemon client (#26421)
  • core: should not pass --no-color --no-parallel (#22763)
  • core: fix postinstall when nx is not resolveable (#26433)
  • graph: make cacheable and nx release pill sticky to the right (#26157)
  • js: add default baseUrl when extracting tsconfig.base.json or building libs will fail (#26432)
  • linter: do not glob for invalid eslint config filenames in plugin (#26409)
  • linter: improve error message for misconfigured parserOptions.project in @​nx/eslint:lint executor (#26383)

... (truncated)

Commits
  • a7dc8f6 chore(repo): fix file formatting (#26463)
  • 5e39cb0 feat(core): allow partially resetting workspace (#23381)
  • 6f22300 fix(misc): ensure plugins are not creating workspace context while creating n...
  • b558f56 feat(testing): use createNodesV2 for jest (#26292)
  • fde4932 fix(gradle): expose create nodes v2 (#26282)
  • a6e23c1 fix(js): fix swc version warning (#24034)
  • a4a185f fix(misc): various inference plugins caching should track changes (#23315)
  • 7705757 fix(misc): adjust npm keywords (#24743)
  • a53fee8 fix(react-native): fix test-setup for react native/expo jest (#23314)
  • 217a349 fix(testing): handle existing jest preset file correctly (#23437)
  • Additional commits viewable in compare view

Updates @nx/js from 17.3.0 to 19.2.2

Release notes

Sourced from @​nx/js's releases.

19.2.2 (2024-06-07)

🩹 Fixes

  • core: handle projects inside dependsOn correctly (#26392)
  • core: correctly handle negative patterns in workspaces/packages config (#26453)
  • core: don't throw when hashing undefined object (#26455)
  • core: clean versions read from package.json when resolving depen… (#26457)
  • core: ensure tuple passed to aggregate create nodes error (#26456)
  • core: fix duplicate nx entry in gitignore (#26461)
  • misc: nx wrapper should work better on windows (#26460)
  • nextjs: Generating an app using tailwind should not add module css (#26454)
  • react: prevent generating empty props since setting strict in tsconfig is not compatible with it (#26428)
  • web: add shell true (#26411)

❤️ Thank You

19.2.1 (2024-06-06)

🚀 Features

  • graph: add source info for command and script (#26162)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • web: allow additional http-server options to be passed from @​nx/web:file-server (#26391)

🩹 Fixes

  • angular: install @​typescript-eslint/utils when using relevant angular eslint v18 packages (#26418)
  • bundling: load rollup config using the rollup version installed in the workspace (#26298)
  • core: make plugin pool cleanup to be synchronous (#26389)
  • core: handle paths deleted by the ide (#26363)
  • core: add quotes around string to command (#23056)
  • core: don't load env vars when insantiating daemon client (#26421)
  • core: should not pass --no-color --no-parallel (#22763)
  • core: fix postinstall when nx is not resolveable (#26433)
  • graph: make cacheable and nx release pill sticky to the right (#26157)
  • js: add default baseUrl when extracting tsconfig.base.json or building libs will fail (#26432)
  • linter: do not glob for invalid eslint config filenames in plugin (#26409)
  • linter: improve error message for misconfigured parserOptions.project in @​nx/eslint:lint executor (#26383)

... (truncated)

Commits
  • a7dc8f6 chore(repo): fix file formatting (#26463)
  • cc023c9 fix(js): add default baseUrl when extracting tsconfig.base.json or building l...
  • 0038f55 fix(js): wrong compiler helper config file path for swc (#23193)
  • a8c4e24 fix(js): swc exclude config may not a array (#21904)
  • 5e39cb0 feat(core): allow partially resetting workspace (#23381)
  • b2855fd feat(release): add support for version plans (#23190)
  • 6f22300 fix(misc): ensure plugins are not creating workspace context while creating n...
  • 4e49d52 feat(bundling): extract rollup plugins into withNx function for use with run-...
  • 7001e35 fix(core): prefer project specific external deps (#23307)
  • 6d0bbee fix(release): improve error handling for npm publish (#26159)
  • Additional commits viewable in compare view

Updates @nx/node from 17.3.0 to 19.2.2

Release notes

Sourced from @​nx/node's releases.

19.2.2 (2024-06-07)

🩹 Fixes

  • core: handle projects inside dependsOn correctly (#26392)
  • core: correctly handle negative patterns in workspaces/packages config (#26453)
  • core: don't throw when hashing undefined object (#26455)
  • core: clean versions read from package.json when resolving depen… (#26457)
  • core: ensure tuple passed to aggregate create nodes error (#26456)
  • core: fix duplicate nx entry in gitignore (#26461)
  • misc: nx wrapper should work better on windows (#26460)
  • nextjs: Generating an app using tailwind should not add module css (#26454)
  • react: prevent generating empty props since setting strict in tsconfig is not compatible with it (#26428)
  • web: add shell true (#26411)

❤️ Thank You

19.2.1 (2024-06-06)

🚀 Features

  • graph: add source info for command and script (#26162)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • web: allow additional http-server options to be passed from @​nx/web:file-server (#26391)

🩹 Fixes

  • angular: install @​typescript-eslint/utils when using relevant angular eslint v18 packages (#26418)
  • bundling: load rollup config using the rollup version installed in the workspace (#26298)
  • core: make plugin pool cleanup to be synchronous (#26389)
  • core: handle paths deleted by the ide (#26363)
  • core: add quotes around string to command (#23056)
  • core: don't load env vars when insantiating daemon client (#26421)
  • core: should not pass --no-color --no-parallel (#22763)
  • core: fix postinstall when nx is not resolveable (#26433)
  • graph: make cacheable and nx release pill sticky to the right (#26157)
  • js: add default baseUrl when extracting tsconfig.base.json or building libs will fail (#26432)
  • linter: do not glob for invalid eslint config filenames in plugin (#26409)
  • linter: improve error message for misconfigured parserOptions.project in @​nx/eslint:lint executor (#26383)

... (truncated)

Commits
  • 9eebe49 feat(node): Add output path to setup docker (#26365)
  • 7705757 fix(misc): adjust npm keywords (#24743)
  • 217a349 fix(testing): handle existing jest preset file correctly (#23437)
  • 1b7cf42 fix(node): Docker generator should work (#23452)
  • cfadd7d Revert "fix(core): addPlugin should not conflict on project.json targ… (#23391)
  • 85c8916 fix(core): addPlugin should not conflict on project.json targets (#23264)
  • b8e6ebb feat(webpack): change plugin import paths to speed up config loading (#23021)
  • 9cf8c29 fix(node): e2e target fails out of the box (#22987)
  • bc43243 chore(repo): add eslint and jest plugins to use inferred targets (#22946)
  • a89c734 feat(core): use flag in nx.json for toggling crystal (#21980)
  • Additional commits viewable in compare view

Updates @nx/vite from 17.3.0 to 19.2.2

Release notes

Sourced from @​nx/vite's releases.

19.2.2 (2024-06-07)

🩹 Fixes

  • core: handle projects inside dependsOn correctly (#26392)
  • core: correctly handle negative patterns in workspaces/packages config (#26453)
  • core: don't throw when hashing undefined object (#26455)
  • core: clean versions read from package.json when resolving depen… (#26457)
  • core: ensure tuple passed to aggregate create nodes error (#26456)
  • core: fix duplicate nx entry in gitignore (#26461)
  • misc: nx wrapper should work better on windows (#26460)
  • nextjs: Generating an app using tailwind should not add module css (#26454)
  • react: prevent generating empty props since setting strict in tsconfig is not compatible with it (#26428)
  • web: add shell true (#26411)

❤️ Thank You

19.2.1 (2024-06-06)

🚀 Features

  • graph: add source info for command and script (#26162)
  • node: Add output path to setup docker (#26365)
  • nx-dev: update text on enterprise & contact screens (#26416)
  • web: allow additional http-server options to be passed from @​nx/web:file-server (#26391)

🩹 Fixes

  • angular: install @​typescript-eslint/utils when using relevant angular eslint v18 packages (#26418)
  • bundling: load rollup config using the rollup version installed in the workspace (#26298)
  • core: make plugin pool cleanup to be synchronous (

Bumps the dev group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@libp2p/interface](https://github.com/libp2p/js-libp2p) | `1.1.2` | `1.4.0` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `17.3.0` | `19.2.2` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `17.3.0` | `19.2.2` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `17.3.0` | `19.2.2` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `17.3.0` | `19.2.2` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `17.3.0` | `19.2.2` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `17.3.0` | `19.2.2` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `17.3.0` | `19.2.2` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `17.3.0` | `19.2.2` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `17.3.0` | `19.2.2` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `17.3.0` | `19.2.2` |
| [@swc-node/register](https://github.com/swc-project/swc-node) | `1.6.8` | `1.9.2` |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.107` | `1.5.25` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.3` | `0.5.11` |
| [@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.14.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.12.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.20.0` | `7.12.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.2.2` | `1.6.0` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.2.2` | `1.6.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.12` | `0.21.5` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `9.4.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` | `19.2.2` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.3.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.1.4` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.7.0` | `4.15.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `5.29.0` | `5.31.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.2.13` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.2` | `1.6.0` |



Updates `@libp2p/interface` from 1.1.2 to 1.4.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.4.0)

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

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

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

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

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

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

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

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

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

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

Updates `@swc-node/register` from 1.6.8 to 1.9.2
- [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.5.25
- [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.5.25)

Updates `@swc/helpers` from 0.5.3 to 0.5.11
- [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.14.2
- [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.12.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.12.0/packages/eslint-plugin)

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

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

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

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

Updates `eslint` from 8.48.0 to 9.4.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.4.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 19.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.2.2/packages/nx)

Updates `prettier` from 2.8.8 to 3.3.1
- [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.3.1)

Updates `ts-jest` from 29.1.2 to 29.1.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.1.4)

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.15.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.7.0...v4.15.1)

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.31.1
- [Release notes](https://github.com/verdaccio/verdaccio/releases)
- [Changelog](https://github.com/verdaccio/verdaccio/blob/v5.31.1/CHANGELOG.md)
- [Commits](verdaccio/verdaccio@v5.29.0...v5.31.1)

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

Updates `vitest` from 1.2.2 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.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-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-minor
  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] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jun 10, 2024

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

Copy link
Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #42.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-14d229e1f4 branch June 17, 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.

0 participants