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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

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

Package From To
@libp2p/interface 1.1.2 1.5.0
@nx/devkit 17.3.0 19.3.1
@nx/esbuild 17.3.0 19.3.1
@nx/eslint 17.3.0 19.3.1
@nx/eslint-plugin 17.3.0 19.3.1
@nx/jest 17.3.0 19.3.1
@nx/js 17.3.0 19.3.1
@nx/node 17.3.0 19.3.1
@nx/vite 17.3.0 19.3.1
@nx/web 17.3.0 19.3.1
@nx/workspace 17.3.0 19.3.1
@swc-node/register 1.6.8 1.9.2
@swc/core 1.3.107 1.6.5
@swc/helpers 0.5.3 0.5.11
@types/jest 29.5.11 29.5.12
@types/node 18.19.10 20.14.8
@typescript-eslint/eslint-plugin 6.20.0 7.13.1
@typescript-eslint/parser 6.20.0 7.13.1
@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.5.0
ngx-deploy-npm 8.0.0 8.2.0
nx 17.3.0 19.3.1
prettier 2.8.8 3.3.2
ts-jest 29.1.2 29.1.5
ts-node 10.9.1 10.9.2
tsx 4.7.0 4.15.7
typescript 5.3.3 5.5.2
verdaccio 5.29.0 5.31.1
vite 5.0.12 5.3.1
vitest 1.2.2 1.6.0

Updates @libp2p/interface from 1.1.2 to 1.5.0

Release notes

Sourced from @​libp2p/interface's releases.

interface: v1.5.0

1.5.0 (2024-06-18)

Features

Bug Fixes

  • allow custom services to depend on each other (#2588) (0447913)

interface-internal: v1.2.3

1.2.3 (2024-06-07)

Dependencies

  • bump aegir from 42.2.11 to 43.0.1 (#2571) (757fb26)
  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^1.4.0 to ^1.4.1
      • @​libp2p/peer-collections bumped from ^5.2.2 to ^5.2.3

interface: v1.4.1

1.4.1 (2024-06-07)

Dependencies

Commits

Updates @nx/devkit from 17.3.0 to 19.3.1

Release notes

Sourced from @​nx/devkit's releases.

19.3.1 (2024-06-21)

🚀 Features

  • angular: update ngrx packages to v18 (#26549)
  • angular: add helper function to devkit to add viewProviders to a component (#26526)
  • expo: add to project package.json for install command (#26500)
  • graph: add description and tags to details page (#26252)
  • webpack: add createNodesV2 for plugin (#26588)

🩹 Fixes

  • bundling: set project type correct for buildable vite projects (#26420)
  • core: merge args and options in nx:run-commands executor (#26573)
  • expo: fix expo start windows (#26493)
  • graph: improve layout when target groups are empty or there are no groups (#26555)
  • misc: rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • nest: Add missing props (#26534)
  • nx-dev: allow linking to headers that are code wrapped (#26608)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#26574)

❤️ Thank You

19.3.0 (2024-06-13)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

🩹 Fixes

  • bundling: vite init generator supports updating vite projects to use workspace libraries (#26503)
  • core: don't infer scripts as targets if sibling project json declares them (#26464)
  • core: remove devDependencies in production build (#21428)
  • core: read project name from package json if not set in project json (#26386)
  • core: convert-to-monorepo support for root project without project.json (#26507)
  • core: generate npm lockfile with correct hoisted dependencies (#26539)
  • js: filter project dependencies when calculating topological ordering (#26491)

... (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.3.1

Release notes

Sourced from @​nx/esbuild's releases.

19.3.1 (2024-06-21)

🚀 Features

  • angular: update ngrx packages to v18 (#26549)
  • angular: add helper function to devkit to add viewProviders to a component (#26526)
  • expo: add to project package.json for install command (#26500)
  • graph: add description and tags to details page (#26252)
  • webpack: add createNodesV2 for plugin (#26588)

🩹 Fixes

  • bundling: set project type correct for buildable vite projects (#26420)
  • core: merge args and options in nx:run-commands executor (#26573)
  • expo: fix expo start windows (#26493)
  • graph: improve layout when target groups are empty or there are no groups (#26555)
  • misc: rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • nest: Add missing props (#26534)
  • nx-dev: allow linking to headers that are code wrapped (#26608)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#26574)

❤️ Thank You

19.3.0 (2024-06-13)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

🩹 Fixes

  • bundling: vite init generator supports updating vite projects to use workspace libraries (#26503)
  • core: don't infer scripts as targets if sibling project json declares them (#26464)
  • core: remove devDependencies in production build (#21428)
  • core: read project name from package json if not set in project json (#26386)
  • core: convert-to-monorepo support for root project without project.json (#26507)
  • core: generate npm lockfile with correct hoisted dependencies (#26539)
  • js: filter project dependencies when calculating topological ordering (#26491)

... (truncated)

Commits
  • 6b8878e fix(misc): rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • 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...
  • Additional commits viewable in compare view

Updates @nx/eslint from 17.3.0 to 19.3.1

Release notes

Sourced from @​nx/eslint's releases.

19.3.1 (2024-06-21)

🚀 Features

  • angular: update ngrx packages to v18 (#26549)
  • angular: add helper function to devkit to add viewProviders to a component (#26526)
  • expo: add to project package.json for install command (#26500)
  • graph: add description and tags to details page (#26252)
  • webpack: add createNodesV2 for plugin (#26588)

🩹 Fixes

  • bundling: set project type correct for buildable vite projects (#26420)
  • core: merge args and options in nx:run-commands executor (#26573)
  • expo: fix expo start windows (#26493)
  • graph: improve layout when target groups are empty or there are no groups (#26555)
  • misc: rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • nest: Add missing props (#26534)
  • nx-dev: allow linking to headers that are code wrapped (#26608)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#26574)

❤️ Thank You

19.3.0 (2024-06-13)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

🩹 Fixes

  • bundling: vite init generator supports updating vite projects to use workspace libraries (#26503)
  • core: don't infer scripts as targets if sibling project json declares them (#26464)
  • core: remove devDependencies in production build (#21428)
  • core: read project name from package json if not set in project json (#26386)
  • core: convert-to-monorepo support for root project without project.json (#26507)
  • core: generate npm lockfile with correct hoisted dependencies (#26539)
  • js: filter project dependencies when calculating topological ordering (#26491)

... (truncated)

Commits
  • bcac551 cleanup(linter): batch globbing to improve @​nx/eslint/plugin perf (#26475)
  • 0a4551c fix(linter): update eslint config lookup to correctly handle configs at the r...
  • 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...
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 17.3.0 to 19.3.1

Release notes

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

19.3.1 (2024-06-21)

🚀 Features

  • angular: update ngrx packages to v18 (#26549)
  • angular: add helper function to devkit to add viewProviders to a component (#26526)
  • expo: add to project package.json for install command (#26500)
  • graph: add description and tags to details page (#26252)
  • webpack: add createNodesV2 for plugin (#26588)

🩹 Fixes

  • bundling: set project type correct for buildable vite projects (#26420)
  • core: merge args and options in nx:run-commands executor (#26573)
  • expo: fix expo start windows (#26493)
  • graph: improve layout when target groups are empty or there are no groups (#26555)
  • misc: rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • nest: Add missing props (#26534)
  • nx-dev: allow linking to headers that are code wrapped (#26608)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#26574)

❤️ Thank You

19.3.0 (2024-06-13)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

🩹 Fixes

  • bundling: vite init generator supports updating vite projects to use workspace libraries (#26503)
  • core: don't infer scripts as targets if sibling project json declares them (#26464)
  • core: remove devDependencies in production build (#21428)
  • core: read project name from package json if not set in project json (#26386)
  • core: convert-to-monorepo support for root project without project.json (#26507)
  • core: generate npm lockfile with correct hoisted dependencies (#26539)
  • js: filter project dependencies when calculating topological ordering (#26491)

... (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.3.1

Release notes

Sourced from @​nx/jest's releases.

19.3.1 (2024-06-21)

🚀 Features

  • angular: update ngrx packages to v18 (#26549)
  • angular: add helper function to devkit to add viewProviders to a component (#26526)
  • expo: add to project package.json for install command (#26500)
  • graph: add description and tags to details page (#26252)
  • webpack: add createNodesV2 for plugin (#26588)

🩹 Fixes

  • bundling: set project type correct for buildable vite projects (#26420)
  • core: merge args and options in nx:run-commands executor (#26573)
  • expo: fix expo start windows (#26493)
  • graph: improve layout when target groups are empty or there are no groups (#26555)
  • misc: rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • nest: Add missing props (#26534)
  • nx-dev: allow linking to headers that are code wrapped (#26608)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#26574)

❤️ Thank You

19.3.0 (2024-06-13)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

🩹 Fixes

  • bundling: vite init generator supports updating vite projects to use workspace libraries (#26503)
  • core: don't infer scripts as targets if sibling project json declares them (#26464)
  • core: remove devDependencies in production build (#21428)
  • core: read project name from package json if not set in project json (#26386)
  • core: convert-to-monorepo support for root project without project.json (#26507)
  • core: generate npm lockfile with correct hoisted dependencies (#26539)
  • js: filter project dependencies when calculating topological ordering (#26491)

... (truncated)

Commits
  • 6b8878e fix(misc): rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • 783bfe6 fix(testing): add the preset from the jest config to the inferred task inputs...
  • 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)
  • Additional commits viewable in compare view

Updates @nx/js from 17.3.0 to 19.3.1

Release notes

Sourced from @​nx/js's releases.

19.3.1 (2024-06-21)

🚀 Features

  • angular: update ngrx packages to v18 (#26549)
  • angular: add helper function to devkit to add viewProviders to a component (#26526)
  • expo: add to project package.json for install command (#26500)
  • graph: add description and tags to details page (#26252)
  • webpack: add createNodesV2 for plugin (#26588)

🩹 Fixes

  • bundling: set project type correct for buildable vite projects (#26420)
  • core: merge args and options in nx:run-commands executor (#26573)
  • expo: fix expo start windows (#26493)
  • graph: improve layout when target groups are empty or there are no groups (#26555)
  • misc: rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • nest: Add missing props (#26534)
  • nx-dev: allow linking to headers that are code wrapped (#26608)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#26574)

❤️ Thank You

19.3.0 (2024-06-13)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

🩹 Fixes

  • bundling: vite init generator supports updating vite projects to use workspace libraries (#26503)
  • core: don't infer scripts as targets if sibling project json declares them (#26464)
  • core: remove devDependencies in production build (#21428)
  • core: read project name from package json if not set in project json (#26386)
  • core: convert-to-monorepo support for root project without project.json (#26507)
  • core: generate npm lockfile with correct hoisted dependencies (#26539)
  • js: filter project dependencies when calculating topological ordering (#26491)

... (truncated)

Commits
  • 2ba4cf2 fix(release): ensure given preid modifies conventional commits specifier (#26...
  • 471f82c fix(js): remove default port for verdaccio (#26502)
  • 0018842 fix(js): filter project dependencies when calculating topological ordering (#...
  • 8351cb1 fix(core): remove devDependencies in production build (#21428)
  • 29af58f fix(release): false positive npm dist-tag add (#26496)
  • b54f5c3 Revert "fix(release): false positive npm dist-tag add" (#26495)
  • c764a62 fix(release): false positive npm dist-tag add (#26494)
  • 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)
  • Additional commits viewable in compare view

Updates @nx/node from 17.3.0 to 19.3.1

Release notes

Sourced from @​nx/node's releases.

19.3.1 (2024-06-21)

🚀 Features

  • angular: update ngrx packages to v18 (#26549)
  • angular: add helper function to devkit to add viewProviders to a component (#26526)
  • expo: add to project package.json for install command (#26500)
  • graph: add description and tags to details page (#26252)
  • webpack: add createNodesV2 for plugin (#26588)

🩹 Fixes

  • bundling: set project type correct for buildable vite projects (#26420)
  • core: merge args and options in nx:run-commands executor (#26573)
  • expo: fix expo start windows (#26493)
  • graph: improve layout when target groups are empty or there are no groups (#26555)
  • misc: rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • nest: Add missing props (#26534)
  • nx-dev: allow linking to headers that are code wrapped (#26608)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#26574)

❤️ Thank You

19.3.0 (2024-06-13)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

🩹 Fixes

  • bundling: vite init generator supports updating vite projects to use workspace libraries (#26503)
  • core: don't infer scripts as targets if sibling project json declares them (#26464)
  • core: remove devDependencies in production build (#21428)
  • core: read project name from package json if not set in project json (#26386)
  • core: convert-to-monorepo support for root project without project.json (#26507)
  • core: generate npm lockfile with correct hoisted dependencies (#26539)
  • js: filter project dependencies when calculating topological ordering (#26491)

... (truncated)

Commits
  • 6b8878e fix(misc): rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • 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)
  • Additional commits viewable in compare view

Updates @nx/vite from 17.3.0 to 19.3.1

Release notes

Sourced from @​nx/vite's releases.

19.3.1 (2024-06-21)

🚀 Features

  • angular: update ngrx packages to v18 (#26549)
  • angular: add helper function to devkit to add viewProviders to a component (#26526)
  • expo: add to project package.json for install command (#26500)
  • graph: add description and tags to details page (#26252)
  • webpack: add createNodesV2 for plugin (#26588)

🩹 Fixes

  • bundling: set project type correct for buildable vite projects (#26420)
  • core: merge args and options in nx:run-commands executor (#26573)
  • expo: fix expo start windows (#26493)
  • graph: improve layout when target groups are empty or there are no groups (#26555)
  • misc: rename @nrwl/* to @nx/* in init generator descriptions (#26610)
  • nest: Add missing props (#26534)
  • nx-dev: allow linking to headers that are code wrapped (#26608)
  • vite: nxViteTsPaths plugin should not run-many for vitest (#26574)

❤️ Thank You

19.3.0 (2024-06-13)

🚀 Features

  • core: extend option readyWhen to accept multiple strings (#26426)
  • nx-dev: Use app router for blogs (#23127)
  • vite: add createNodesV2 function (#26484)

🩹 Fixes

  • bundling: vite init generator supports updating vite projects to use workspace libraries (#26503)
  • core: don't infer scripts as targets if sibling project json declares them (#26464)
  • core: remove devDependencies in production build (#21428)
  • core: read project name from package json if not set in project json (#26386)
  • core: convert-to-monorepo support for root project without project.json (#26507)
  • core: generate npm lockfile with correct hoisted dependencies (#26539)
  • js: filter project dependencies when calculating topological ordering (#26491)

... (truncated)

Commits
  • 04b959d fix(vite): nxViteTsPaths plugin should not run-many for vitest (#26574)
  • 32aa8a1 fix(bundling): set project type correct for buildable vite projects (#26420)
  • 07fa8a6 feat(vite): add createNodesV2 function (#26484)
  • 4a5eb23 fix(bundling): vite init generator supports updating vite projects to use wor...
  • 0327559 fix(vite): ensure typecheck is using correct tsconfig #21844 (#26447)
  • ccc5ad5 fix(bundling): fix vite plugin caching (#26487)
  • 5e39cb0 feat(core): allow partially resetting workspace (#23381)
  • b97a295 fix(vite): ensure installed version matches defined peer in package.json (#26...
  • 6f22300 fix(misc): ensure plugins are not creating workspace context while creating n...
  • 2fe4def cleanup(testing): update out-of-sync test case expectation (#26294)
  • Additional commits viewable in compare view

Updates @nx/web from 17.3.0 to 19.3.1
...

Description has been truncated

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.5.0` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `17.3.0` | `19.3.1` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `17.3.0` | `19.3.1` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `17.3.0` | `19.3.1` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `17.3.0` | `19.3.1` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `17.3.0` | `19.3.1` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `17.3.0` | `19.3.1` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `17.3.0` | `19.3.1` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `17.3.0` | `19.3.1` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `17.3.0` | `19.3.1` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `17.3.0` | `19.3.1` |
| [@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.6.5` |
| [@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.8` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.13.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.20.0` | `7.13.1` |
| [@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.5.0` |
| [ngx-deploy-npm](https://github.com/bikecoders/ngx-deploy-npm) | `8.0.0` | `8.2.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `17.3.0` | `19.3.1` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.3.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.1.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.15.7` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.5.2` |
| [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.3.1` |
| [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.5.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.5.0)

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

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

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

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

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

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

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

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

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

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

Updates `@swc/core` from 1.3.107 to 1.6.5
- [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.6.5)

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.8
- [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.13.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.13.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.20.0 to 7.13.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.13.1/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.5.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.5.0)

Updates `ngx-deploy-npm` from 8.0.0 to 8.2.0
- [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.2.0)

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

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

Updates `ts-jest` from 29.1.2 to 29.1.5
- [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.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.15.7
- [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.7)

Updates `typescript` from 5.3.3 to 5.5.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.5.2)

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.3.1
- [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.3.1/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-minor
  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] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Jun 24, 2024

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

# 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