Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the dev group with 31 updates #29

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the dev group with 31 updates:

Package From To
@libp2p/interface 1.1.2 1.1.4
@nx/devkit 17.3.0 18.1.2
@nx/esbuild 17.3.0 18.1.2
@nx/eslint 17.3.0 18.1.2
@nx/eslint-plugin 17.3.0 18.1.2
@nx/jest 17.3.0 18.1.2
@nx/js 17.3.0 18.1.2
@nx/node 17.3.0 18.1.2
@nx/vite 17.3.0 18.1.2
@nx/web 17.3.0 18.1.2
@nx/workspace 17.3.0 18.1.2
@swc-node/register 1.6.8 1.9.0
@swc/core 1.3.107 1.4.8
@swc/helpers 0.5.3 0.5.7
@types/jest 29.5.11 29.5.12
@types/node 18.19.10 20.11.30
@typescript-eslint/eslint-plugin 6.20.0 7.3.1
@typescript-eslint/parser 6.20.0 7.3.1
@vitest/coverage-v8 1.2.2 1.4.0
@vitest/ui 1.2.2 1.4.0
esbuild 0.19.12 0.20.2
eslint 8.48.0 8.57.0
ngx-deploy-npm 8.0.0 8.0.1
nx 17.3.0 18.1.2
prettier 2.8.8 3.2.5
ts-node 10.9.1 10.9.2
tsx 4.7.0 4.7.1
typescript 5.3.3 5.4.3
verdaccio 5.29.0 5.30.2
vite 5.0.12 5.2.6
vitest 1.2.2 1.4.0

Updates @libp2p/interface from 1.1.2 to 1.1.4

Release notes

Sourced from @​libp2p/interface's releases.

interface: v1.1.4

1.1.4 (2024-02-27)

Bug Fixes

Documentation

interface: v1.1.3

1.1.3 (2024-02-07)

Bug Fixes

Commits

Updates @nx/devkit from 17.3.0 to 18.1.2

Release notes

Sourced from @​nx/devkit's releases.

18.1.2 (2024-03-18)

🚀 Features

  • nx-dev: add apollo.io tracking script to _app.tsx (#22339)

🩹 Fixes

  • core: do not use pseudo terminal if platform is unsuported and f… (#22341)
  • js: read lockfile from the workspace root (#22340)

❤️ Thank You

18.1.1 (2024-03-15)

🚀 Features

  • angular: update jest-preset-angular version (#21776)
  • angular: add the extract-i18n executor (#21802)
  • angular: ensure all targets are generated for application and libraries (#21826)
  • angular: support angular 17.2.0 (#21671)
  • angular: force explicit targets when NX_ADD_PLUGINS is not explicitly true (#21852)
  • angular: update jest-preset-angular dependency to 14.0.3 (#21912)
  • angular: remove optional @​nx/cypress and @​nx/jest from dependencies (#22162)
  • bundling: bump rollup-plugin-typescript2 version (#20609)
  • bundling: rollup should support ESM config files (#21999)
  • bundling: crystalize rollup (#22045)
  • core: update swc/register (#21755)
  • core: add option to disable log grouping on CI (#21782)
  • core: remove leading arrow from output headlines (#21359)
  • core: remove leading arrow from output headlines" (#21800)
  • core: support migrating to canary versions of nx for testing (#21812)
  • core: flatten default base config to base (#19964)
  • core: execute plugins in isolated processes (#21760)
  • core: provide a hint when project.json has empty targets (#22028)
  • core: add gradle plugin (#21055)
  • core: use flag in nx.json for toggling crystal (#21980)
  • core: forward options for run command (#22064)
  • core: revert running plugins in isolation (#22246)
  • core: run commands directly (#21918)
  • detox: upgrade @​config-plugins/detox to 7 (#21959)
  • expo: support cjs and mjs (#21408)
  • graph: add error boundary error page for project details (#22007)
  • graph: add spinner on the projects page (#22149)
  • js: replace publish script with nx release config (#21474)

... (truncated)

Commits
  • 1fe5b98 fix(linter): refactor pcv3 plugin, expose configFiles on context (#21677)
  • c01b566 feat(core): revert running plugins in isolation (#22246)
  • ec12e67 fix(core): only start plugin workers once (#22222)
  • 4484a91 chore(repo): update nx to 18.1.0-beta.3 (#22135)
  • 1731ad8 fix(misc): do not add includedScripts unless really needed when running nx ad...
  • 876bc94 fix(misc): improve package.json scripts handling when running "nx init" and "...
  • 4c5654d cleanup(core): rewrite text reference to nx console 'run' button (#21020)
  • c2581dc feat(core): execute plugins in isolated processes (#21760)
  • f3cdce0 feat(core): update swc/register (#21755)
  • 26a815c chore(core): add one off exception for next.js (#21572)
  • Additional commits viewable in compare view

Updates @nx/esbuild from 17.3.0 to 18.1.2

Release notes

Sourced from @​nx/esbuild's releases.

18.1.2 (2024-03-18)

🚀 Features

  • nx-dev: add apollo.io tracking script to _app.tsx (#22339)

🩹 Fixes

  • core: do not use pseudo terminal if platform is unsuported and f… (#22341)
  • js: read lockfile from the workspace root (#22340)

❤️ Thank You

18.1.1 (2024-03-15)

🚀 Features

  • angular: update jest-preset-angular version (#21776)
  • angular: add the extract-i18n executor (#21802)
  • angular: ensure all targets are generated for application and libraries (#21826)
  • angular: support angular 17.2.0 (#21671)
  • angular: force explicit targets when NX_ADD_PLUGINS is not explicitly true (#21852)
  • angular: update jest-preset-angular dependency to 14.0.3 (#21912)
  • angular: remove optional @​nx/cypress and @​nx/jest from dependencies (#22162)
  • bundling: bump rollup-plugin-typescript2 version (#20609)
  • bundling: rollup should support ESM config files (#21999)
  • bundling: crystalize rollup (#22045)
  • core: update swc/register (#21755)
  • core: add option to disable log grouping on CI (#21782)
  • core: remove leading arrow from output headlines (#21359)
  • core: remove leading arrow from output headlines" (#21800)
  • core: support migrating to canary versions of nx for testing (#21812)
  • core: flatten default base config to base (#19964)
  • core: execute plugins in isolated processes (#21760)
  • core: provide a hint when project.json has empty targets (#22028)
  • core: add gradle plugin (#21055)
  • core: use flag in nx.json for toggling crystal (#21980)
  • core: forward options for run command (#22064)
  • core: revert running plugins in isolation (#22246)
  • core: run commands directly (#21918)
  • detox: upgrade @​config-plugins/detox to 7 (#21959)
  • expo: support cjs and mjs (#21408)
  • graph: add error boundary error page for project details (#22007)
  • graph: add spinner on the projects page (#22149)
  • js: replace publish script with nx release config (#21474)

... (truncated)

Commits

Updates @nx/eslint from 17.3.0 to 18.1.2

Release notes

Sourced from @​nx/eslint's releases.

18.1.2 (2024-03-18)

🚀 Features

  • nx-dev: add apollo.io tracking script to _app.tsx (#22339)

🩹 Fixes

  • core: do not use pseudo terminal if platform is unsuported and f… (#22341)
  • js: read lockfile from the workspace root (#22340)

❤️ Thank You

18.1.1 (2024-03-15)

🚀 Features

  • angular: update jest-preset-angular version (#21776)
  • angular: add the extract-i18n executor (#21802)
  • angular: ensure all targets are generated for application and libraries (#21826)
  • angular: support angular 17.2.0 (#21671)
  • angular: force explicit targets when NX_ADD_PLUGINS is not explicitly true (#21852)
  • angular: update jest-preset-angular dependency to 14.0.3 (#21912)
  • angular: remove optional @​nx/cypress and @​nx/jest from dependencies (#22162)
  • bundling: bump rollup-plugin-typescript2 version (#20609)
  • bundling: rollup should support ESM config files (#21999)
  • bundling: crystalize rollup (#22045)
  • core: update swc/register (#21755)
  • core: add option to disable log grouping on CI (#21782)
  • core: remove leading arrow from output headlines (#21359)
  • core: remove leading arrow from output headlines" (#21800)
  • core: support migrating to canary versions of nx for testing (#21812)
  • core: flatten default base config to base (#19964)
  • core: execute plugins in isolated processes (#21760)
  • core: provide a hint when project.json has empty targets (#22028)
  • core: add gradle plugin (#21055)
  • core: use flag in nx.json for toggling crystal (#21980)
  • core: forward options for run command (#22064)
  • core: revert running plugins in isolation (#22246)
  • core: run commands directly (#21918)
  • detox: upgrade @​config-plugins/detox to 7 (#21959)
  • expo: support cjs and mjs (#21408)
  • graph: add error boundary error page for project details (#22007)
  • graph: add spinner on the projects page (#22149)
  • js: replace publish script with nx release config (#21474)

... (truncated)

Commits
  • 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)
  • c753838 fix(linter): ensure flat config generator works for pcv3 plugin (#21485)
  • 7ed534f fix(linter): make eslint mandatory dependency (#21406)
  • d44e7de fix(linter): make target default migrations a bit more robust (#21446)
  • a9974d3 docs(misc): change http:// to https:// (#19534)
  • See full diff in compare view

Updates @nx/eslint-plugin from 17.3.0 to 18.1.2

Release notes

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

18.1.2 (2024-03-18)

🚀 Features

  • nx-dev: add apollo.io tracking script to _app.tsx (#22339)

🩹 Fixes

  • core: do not use pseudo terminal if platform is unsuported and f… (#22341)
  • js: read lockfile from the workspace root (#22340)

❤️ Thank You

18.1.1 (2024-03-15)

🚀 Features

  • angular: update jest-preset-angular version (#21776)
  • angular: add the extract-i18n executor (#21802)
  • angular: ensure all targets are generated for application and libraries (#21826)
  • angular: support angular 17.2.0 (#21671)
  • angular: force explicit targets when NX_ADD_PLUGINS is not explicitly true (#21852)
  • angular: update jest-preset-angular dependency to 14.0.3 (#21912)
  • angular: remove optional @​nx/cypress and @​nx/jest from dependencies (#22162)
  • bundling: bump rollup-plugin-typescript2 version (#20609)
  • bundling: rollup should support ESM config files (#21999)
  • bundling: crystalize rollup (#22045)
  • core: update swc/register (#21755)
  • core: add option to disable log grouping on CI (#21782)
  • core: remove leading arrow from output headlines (#21359)
  • core: remove leading arrow from output headlines" (#21800)
  • core: support migrating to canary versions of nx for testing (#21812)
  • core: flatten default base config to base (#19964)
  • core: execute plugins in isolated processes (#21760)
  • core: provide a hint when project.json has empty targets (#22028)
  • core: add gradle plugin (#21055)
  • core: use flag in nx.json for toggling crystal (#21980)
  • core: forward options for run command (#22064)
  • core: revert running plugins in isolation (#22246)
  • core: run commands directly (#21918)
  • detox: upgrade @​config-plugins/detox to 7 (#21959)
  • expo: support cjs and mjs (#21408)
  • graph: add error boundary error page for project details (#22007)
  • graph: add spinner on the projects page (#22149)
  • js: replace publish script with nx release config (#21474)

... (truncated)

Commits
  • 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 (...
  • bb3cf3a fix(linter): remove extend of @​angular-eslint/recommended--extra config (#18465)
  • See full diff in compare view

Updates @nx/jest from 17.3.0 to 18.1.2

Release notes

Sourced from @​nx/jest's releases.

18.1.2 (2024-03-18)

🚀 Features

  • nx-dev: add apollo.io tracking script to _app.tsx (#22339)

🩹 Fixes

  • core: do not use pseudo terminal if platform is unsuported and f… (#22341)
  • js: read lockfile from the workspace root (#22340)

❤️ Thank You

18.1.1 (2024-03-15)

🚀 Features

  • angular: update jest-preset-angular version (#21776)
  • angular: add the extract-i18n executor (#21802)
  • angular: ensure all targets are generated for application and libraries (#21826)
  • angular: support angular 17.2.0 (#21671)
  • angular: force explicit targets when NX_ADD_PLUGINS is not explicitly true (#21852)
  • angular: update jest-preset-angular dependency to 14.0.3 (#21912)
  • angular: remove optional @​nx/cypress and @​nx/jest from dependencies (#22162)
  • bundling: bump rollup-plugin-typescript2 version (#20609)
  • bundling: rollup should support ESM config files (#21999)
  • bundling: crystalize rollup (#22045)
  • core: update swc/register (#21755)
  • core: add option to disable log grouping on CI (#21782)
  • core: remove leading arrow from output headlines (#21359)
  • core: remove leading arrow from output headlines" (#21800)
  • core: support migrating to canary versions of nx for testing (#21812)
  • core: flatten default base config to base (#19964)
  • core: execute plugins in isolated processes (#21760)
  • core: provide a hint when project.json has empty targets (#22028)
  • core: add gradle plugin (#21055)
  • core: use flag in nx.json for toggling crystal (#21980)
  • core: forward options for run command (#22064)
  • core: revert running plugins in isolation (#22246)
  • core: run commands directly (#21918)
  • detox: upgrade @​config-plugins/detox to 7 (#21959)
  • expo: support cjs and mjs (#21408)
  • graph: add error boundary error page for project details (#22007)
  • graph: add spinner on the projects page (#22149)
  • js: replace publish script with nx release config (#21474)

... (truncated)

Commits
  • 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...
  • 45f229f fix(testing): jest should handle root jest.preset.cjs (#21746)
  • 61436a6 docs(core): inferred targets (#21167)
  • 396ffc4 feat(core): enable project crystal by default (#21403)
  • a9974d3 docs(misc): change http:// to https:// (#19534)
  • See full diff in compare view

Updates @nx/js from 17.3.0 to 18.1.2

Release notes

Sourced from @​nx/js's releases.

18.1.2 (2024-03-18)

🚀 Features

  • nx-dev: add apollo.io tracking script to _app.tsx (#22339)

🩹 Fixes

  • core: do not use pseudo terminal if platform is unsuported and f… (#22341)
  • js: read lockfile from the workspace root (#22340)

❤️ Thank You

18.1.1 (2024-03-15)

🚀 Features

  • angular: update jest-preset-angular version (#21776)
  • angular: add the extract-i18n executor (#21802)
  • angular: ensure all targets are generated for application and libraries (#21826)
  • angular: support angular 17.2.0 (#21671)
  • angular: force explicit targets when NX_ADD_PLUGINS is not explicitly true (#21852)
  • angular: update jest-preset-angular dependency to 14.0.3 (#21912)
  • angular: remove optional @​nx/cypress and @​nx/jest from dependencies (#22162)
  • bundling: bump rollup-plugin-typescript2 version (#20609)
  • bundling: rollup should support ESM config files (#21999)
  • bundling: crystalize rollup (#22045)
  • core: update swc/register (#21755)
  • core: add option to disable log grouping on CI (#21782)
  • core: remove leading arrow from output headlines (#21359)
  • core: remove leading arrow from output headlines" (#21800)
  • core: support migrating to canary versions of nx for testing (#21812)
  • core: flatten default base config to base (#19964)
  • core: execute plugins in isolated processes (#21760)
  • core: provide a hint when project.json has empty targets (#22028)
  • core: add gradle plugin (#21055)
  • core: use flag in nx.json for toggling crystal (#21980)
  • core: forward options for run command (#22064)
  • core: revert running plugins in isolation (#22246)
  • core: run commands directly (#21918)
  • detox: upgrade @​config-plugins/detox to 7 (#21959)
  • expo: support cjs and mjs (#21408)
  • graph: add error boundary error page for project details (#22007)
  • graph: add spinner on the projects page (#22149)
  • js: replace publish script with nx release config (#21474)

... (truncated)

Commits
  • cbb88f0 feat(release): add conventional commits configurability for version and chang...
  • 38179ad feat(js): replace publish script with nx release config (#21474)
  • 6957937 fix(release): store rawVersionSpec on versionData (#22071)
  • 8bde48f fix(release): skip lock file update if workspaces are not enabled (#22055)
  • a89c734 feat(core): use flag in nx.json for toggling crystal (#21980)
  • 7879b3f fix(misc): fix buildable libs utils calculating dependent projects from task ...
  • 26b266f fix(core): update generated README pages with more useful instructions (#21976)
  • 972801e fix(js): swc executor should support inlining on windows (#21801)
  • 11e139c fix(js): nx release-version resolve-version-spec should normalize fetchSpec (...
  • f3cdce0 feat(core): update swc/register (#21755)
  • Additional commits viewable in compare view

Updates @nx/node from 17.3.0 to 18.1.2

Release notes

Sourced from @​nx/node's releases.

18.1.2 (2024-03-18)

🚀 Features

  • nx-dev: add apollo.io tracking script to _app.tsx (#22339)

🩹 Fixes

  • core: do not use pseudo terminal if platform is unsuported and f… (#22341)
  • js: read lockfile from the workspace root (#22340)

❤️ Thank You

18.1.1 (2024-03-15)

🚀 Features

  • angular: update jest-preset-angular version (#21776)
  • angular: add the extract-i18n executor (#21802)
  • angular: ensure all targets are generated for application and libraries (#21826)
  • angular: support angular 17.2.0 (#21671)
  • angular: force explicit targets when NX_ADD_PLUGINS is not explicitly true (#21852)
  • angular: update jest-preset-angular dependency to 14.0.3 (#21912)
  • angular: remove optional @​nx/cypress and @​nx/jest from dependencies (#22162)
  • bundling: bump rollup-plugin-typescript2 version (#20609)
  • bundling: rollup should support ESM config files (#21999)
  • bundling: crystalize rollup (#22045)
  • core: update swc/register (#21755)
  • core: add option to disable log grouping on CI (#21782)
  • core: remove leading arrow from output headlines (#21359)
  • core: remove leading arrow from output headlines" (#21800)
  • core: support migrating to canary versions of nx for testing (#21812)
  • core: flatten default base config to base (#19964)
  • core: execute plugins in isolated processes (#21760)
  • core: provide a hint when project.json has empty targets (#22028)
  • core: add gradle plugin (#21055)
  • core: use flag in nx.json for toggling crystal (#21980)
  • core: forward options for run command (#22064)
  • core: revert running plugins in isolation (#22246)
  • core: run commands directly (#21918)
  • detox: upgrade @​config-plugins/detox to 7 (#21959)
  • expo: support cjs and mjs (#21408)
  • graph: add error boundary error page for project details (#22007)
  • graph: add spinner on the projects page (#22149)
  • js: replace publish script with nx release config (#21474)

... (truncated)

Commits

Updates @nx/vite from 17.3.0 to 18.1.2

Release notes

Sourced from @​nx/vite's releases.

18.1.2 (2024-03-18)

🚀 Features

  • nx-dev: add apollo.io tracking script to _app.tsx (#22339)

🩹 Fixes

  • core: do not use pseudo terminal if platform is unsuported and f… (#22341)
  • js: read lockfile from the workspace root (#22340)

❤️ Thank You

18.1.1 (2024-03-15)

🚀 Features

  • angular: update jest-preset-angular version (#21776)
  • angular: add the extract-i18n executor (#21802)
  • angular: ensure all targets are generated for application and libraries (#21826)
  • angular: support angular 17.2.0 (#21671)
  • angular: force explicit targets when NX_ADD_PLUGINS is not explicitly true (#21852)
  • angular: update jest-preset-angular dependency to 14.0.3 (#21912)
  • angular: remove optional @​nx/cypress and @​nx/jest from dependencies (#22162)
  • bundling: bump rollup-plugin-typescript2 version (#20609)
  • bundling: rollup should support ESM config files (#21999)
  • bundling: crystalize rollup (#22045)
  • core: update swc/register (#21755)
  • core: add option to disable log grouping on CI (#21782)
  • core: remove leading arrow from output headlines (#21359)
  • core: remove leading arrow from output headlines" (#21800)
  • core: support migrating to canary versions of nx for testing (#21812)
  • core: flatten default base config to base (#19964)
  • core: execute plugins in isolated processes (#21760)
  • core: provide a hint when project.json has empty targets (#22028)
  • core: add gradle plugin (#21055)
  • core: use flag in nx.json for toggling crystal (#21980)
  • core: forward options for run command (#22064)
  • core: revert running plugins in isolation (#22246)
  • core: run commands directly (#21918)
  • detox: upgrade @​config-plugins/detox to 7 (#21959)
  • expo: support cjs and mjs (#21408)
  • graph: add error boundary error page for project details (#22007)
  • graph: add spinner on the projects page (#22149)
  • js: replace publish script with nx release config (#21474)

... (truncated)

Commits
  • 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)
  • fe17fc3 fix(vite): project conversion generator (#21646)
  • 077debe fix(vite): normalize vitest cli args in executor (#21870)
  • d2272fd fix(misc): pin generated vite version to ~5.0.0 to avoid issues with storyboo...
  • db8b37f fix(vite): import esbuild before loading config to keep it in cache (#21685)
  • ...

    Description has been truncated

Copy link
Author

dependabot bot commented on behalf of github Mar 24, 2024

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

Copy link

nx-cloud bot commented Mar 24, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit ae76ad2. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


🟥 Failed Commands
nx affected -t lint,test,build --parallel=3 --configuration=ci --code-coverage

Sent with 💌 from NxCloud.

Bumps the dev group with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [@libp2p/interface](https://github.com/libp2p/js-libp2p) | `1.1.2` | `1.1.4` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `17.3.0` | `18.1.2` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `17.3.0` | `18.1.2` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `17.3.0` | `18.1.2` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `17.3.0` | `18.1.2` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `17.3.0` | `18.1.2` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `17.3.0` | `18.1.2` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `17.3.0` | `18.1.2` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `17.3.0` | `18.1.2` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `17.3.0` | `18.1.2` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `17.3.0` | `18.1.2` |
| [@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.8` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.3` | `0.5.7` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.11` | `29.5.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.10` | `20.11.30` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.3.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.20.0` | `7.3.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.2.2` | `1.4.0` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.2.2` | `1.4.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.12` | `0.20.2` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.57.0` |
| [ngx-deploy-npm](https://github.com/bikecoders/ngx-deploy-npm) | `8.0.0` | `8.0.1` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `17.3.0` | `18.1.2` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.2.5` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.7.0` | `4.7.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.3` |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `5.29.0` | `5.30.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.2.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.2` | `1.4.0` |


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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@swc/helpers` from 0.5.3 to 0.5.7
- [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.11.30
- [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.3.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.3.1/packages/eslint-plugin)

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

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

Updates `@vitest/ui` from 1.2.2 to 1.4.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.4.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 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.48.0...v8.57.0)

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@libp2p/interface"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: "@nx/devkit"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/esbuild"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/vite"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: "@nx/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-minor
  dependency-group: dev
- dependency-name: ngx-deploy-npm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: verdaccio
  dependency-type: direct:development
  update-type: version-update:semver-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]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-4d482e3e75 branch from d3bde8c to ae76ad2 Compare March 25, 2024 05:57
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #30.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-4d482e3e75 branch April 1, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants