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 28 updates #23

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the dev group with 28 updates:

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

Updates @libp2p/interface from 1.1.2 to 1.1.4

Release notes

Sourced from @​libp2p/interface's releases.

interface: v1.1.4

1.1.4 (2024-02-27)

Bug Fixes

Documentation

interface: v1.1.3

1.1.3 (2024-02-07)

Bug Fixes

Commits

Updates @nx/devkit from 17.3.0 to 18.0.6

Release notes

Sourced from @​nx/devkit's releases.

18.0.6 (2024-02-29)

🩹 Fixes

  • core: nextjs-standalone generates package scripts consistent with create-next-app (#21996)
  • misc: make sure to add e2e crystal plugin (#22041)
  • misc: fix buildable libs utils calculating dependent projects from task graph (#22015)
  • node: Increase timeout for CI (#22003)
  • nuxt: fix storybook preview config path (#22020)
  • nuxt: Add e2e-ci and serve-static targets (#22056)
  • release: currentVersionResolver git-tag should prefer merged tags (#22082)

❤️ Thank You

18.0.5 (2024-02-24)

🩹 Fixes

  • angular: do not add target defaults for the ng-packagr-lite executor when generating non-buildable library (#21935)
  • angular: ensure generated editor tsconfig in apps only include runtime files (#21945)
  • core: run migrations ordered by their target version (#21799)
  • core: Update NxWelcome connect to cloud (#21830)
  • core: propagate verbose flag when running init generator dur… (#21868)
  • core: ensure migrate works with yarn PnP (#21824)
  • core: align terminal output padding and remove leading arrow (#21809)
  • core: read all targets from package json when defining target defaults (#21719)
  • core: include nx/nuxt in migrations (#21885)
  • core: do not use the new pty function for older versions of windows (#21854)
  • core: normalize migration target versions when sorting migrations (#21967)
  • core: target defaults application shouldn't include extra scripts (#21970)
  • core: update generated README pages with more useful instructions (#21976)
  • devkit: respect expectComments when parsing json (#21584)
  • graph: fix open project with / in name (#21722)
  • js: nx release-version resolve-version-spec should normalize fetchSpec (#21710)
  • js: swc executor should support inlining on windows (#21801)
  • js: set moduleResolution to Node10 so it is compatible with CommonJS module (2dac233cf)
  • linter: fix eslint-plugin migration target version (#21966)
  • misc: logs from rm-default-collection should render properly (#21953)
  • misc: set nx property in root package.json when no replacing script in nx init (#21974)
  • nextjs: Svg should work when svgr is true in next config (#21761)
  • nextjs: Add missing e2e-ci target for cypress (#21805)
  • nuxt: init generator should add @​nx/vite to dependencies (#21911)

... (truncated)

Commits

Updates @nx/esbuild from 17.3.0 to 18.0.6

Release notes

Sourced from @​nx/esbuild's releases.

18.0.6 (2024-02-29)

🩹 Fixes

  • core: nextjs-standalone generates package scripts consistent with create-next-app (#21996)
  • misc: make sure to add e2e crystal plugin (#22041)
  • misc: fix buildable libs utils calculating dependent projects from task graph (#22015)
  • node: Increase timeout for CI (#22003)
  • nuxt: fix storybook preview config path (#22020)
  • nuxt: Add e2e-ci and serve-static targets (#22056)
  • release: currentVersionResolver git-tag should prefer merged tags (#22082)

❤️ Thank You

18.0.5 (2024-02-24)

🩹 Fixes

  • angular: do not add target defaults for the ng-packagr-lite executor when generating non-buildable library (#21935)
  • angular: ensure generated editor tsconfig in apps only include runtime files (#21945)
  • core: run migrations ordered by their target version (#21799)
  • core: Update NxWelcome connect to cloud (#21830)
  • core: propagate verbose flag when running init generator dur… (#21868)
  • core: ensure migrate works with yarn PnP (#21824)
  • core: align terminal output padding and remove leading arrow (#21809)
  • core: read all targets from package json when defining target defaults (#21719)
  • core: include nx/nuxt in migrations (#21885)
  • core: do not use the new pty function for older versions of windows (#21854)
  • core: normalize migration target versions when sorting migrations (#21967)
  • core: target defaults application shouldn't include extra scripts (#21970)
  • core: update generated README pages with more useful instructions (#21976)
  • devkit: respect expectComments when parsing json (#21584)
  • graph: fix open project with / in name (#21722)
  • js: nx release-version resolve-version-spec should normalize fetchSpec (#21710)
  • js: swc executor should support inlining on windows (#21801)
  • js: set moduleResolution to Node10 so it is compatible with CommonJS module (2dac233cf)
  • linter: fix eslint-plugin migration target version (#21966)
  • misc: logs from rm-default-collection should render properly (#21953)
  • misc: set nx property in root package.json when no replacing script in nx init (#21974)
  • nextjs: Svg should work when svgr is true in next config (#21761)
  • nextjs: Add missing e2e-ci target for cypress (#21805)
  • nuxt: init generator should add @​nx/vite to dependencies (#21911)

... (truncated)

Commits

Updates @nx/eslint from 17.3.0 to 18.0.6

Release notes

Sourced from @​nx/eslint's releases.

18.0.6 (2024-02-29)

🩹 Fixes

  • core: nextjs-standalone generates package scripts consistent with create-next-app (#21996)
  • misc: make sure to add e2e crystal plugin (#22041)
  • misc: fix buildable libs utils calculating dependent projects from task graph (#22015)
  • node: Increase timeout for CI (#22003)
  • nuxt: fix storybook preview config path (#22020)
  • nuxt: Add e2e-ci and serve-static targets (#22056)
  • release: currentVersionResolver git-tag should prefer merged tags (#22082)

❤️ Thank You

18.0.5 (2024-02-24)

🩹 Fixes

  • angular: do not add target defaults for the ng-packagr-lite executor when generating non-buildable library (#21935)
  • angular: ensure generated editor tsconfig in apps only include runtime files (#21945)
  • core: run migrations ordered by their target version (#21799)
  • core: Update NxWelcome connect to cloud (#21830)
  • core: propagate verbose flag when running init generator dur… (#21868)
  • core: ensure migrate works with yarn PnP (#21824)
  • core: align terminal output padding and remove leading arrow (#21809)
  • core: read all targets from package json when defining target defaults (#21719)
  • core: include nx/nuxt in migrations (#21885)
  • core: do not use the new pty function for older versions of windows (#21854)
  • core: normalize migration target versions when sorting migrations (#21967)
  • core: target defaults application shouldn't include extra scripts (#21970)
  • core: update generated README pages with more useful instructions (#21976)
  • devkit: respect expectComments when parsing json (#21584)
  • graph: fix open project with / in name (#21722)
  • js: nx release-version resolve-version-spec should normalize fetchSpec (#21710)
  • js: swc executor should support inlining on windows (#21801)
  • js: set moduleResolution to Node10 so it is compatible with CommonJS module (2dac233cf)
  • linter: fix eslint-plugin migration target version (#21966)
  • misc: logs from rm-default-collection should render properly (#21953)
  • misc: set nx property in root package.json when no replacing script in nx init (#21974)
  • nextjs: Svg should work when svgr is true in next config (#21761)
  • nextjs: Add missing e2e-ci target for cypress (#21805)
  • nuxt: init generator should add @​nx/vite to dependencies (#21911)

... (truncated)

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

Updates @nx/eslint-plugin from 17.3.0 to 18.0.6

Release notes

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

18.0.6 (2024-02-29)

🩹 Fixes

  • core: nextjs-standalone generates package scripts consistent with create-next-app (#21996)
  • misc: make sure to add e2e crystal plugin (#22041)
  • misc: fix buildable libs utils calculating dependent projects from task graph (#22015)
  • node: Increase timeout for CI (#22003)
  • nuxt: fix storybook preview config path (#22020)
  • nuxt: Add e2e-ci and serve-static targets (#22056)
  • release: currentVersionResolver git-tag should prefer merged tags (#22082)

❤️ Thank You

18.0.5 (2024-02-24)

🩹 Fixes

  • angular: do not add target defaults for the ng-packagr-lite executor when generating non-buildable library (#21935)
  • angular: ensure generated editor tsconfig in apps only include runtime files (#21945)
  • core: run migrations ordered by their target version (#21799)
  • core: Update NxWelcome connect to cloud (#21830)
  • core: propagate verbose flag when running init generator dur… (#21868)
  • core: ensure migrate works with yarn PnP (#21824)
  • core: align terminal output padding and remove leading arrow (#21809)
  • core: read all targets from package json when defining target defaults (#21719)
  • core: include nx/nuxt in migrations (#21885)
  • core: do not use the new pty function for older versions of windows (#21854)
  • core: normalize migration target versions when sorting migrations (#21967)
  • core: target defaults application shouldn't include extra scripts (#21970)
  • core: update generated README pages with more useful instructions (#21976)
  • devkit: respect expectComments when parsing json (#21584)
  • graph: fix open project with / in name (#21722)
  • js: nx release-version resolve-version-spec should normalize fetchSpec (#21710)
  • js: swc executor should support inlining on windows (#21801)
  • js: set moduleResolution to Node10 so it is compatible with CommonJS module (2dac233cf)
  • linter: fix eslint-plugin migration target version (#21966)
  • misc: logs from rm-default-collection should render properly (#21953)
  • misc: set nx property in root package.json when no replacing script in nx init (#21974)
  • nextjs: Svg should work when svgr is true in next config (#21761)
  • nextjs: Add missing e2e-ci target for cypress (#21805)
  • nuxt: init generator should add @​nx/vite to dependencies (#21911)

... (truncated)

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

Updates @nx/jest from 17.3.0 to 18.0.6

Release notes

Sourced from @​nx/jest's releases.

18.0.6 (2024-02-29)

🩹 Fixes

  • core: nextjs-standalone generates package scripts consistent with create-next-app (#21996)
  • misc: make sure to add e2e crystal plugin (#22041)
  • misc: fix buildable libs utils calculating dependent projects from task graph (#22015)
  • node: Increase timeout for CI (#22003)
  • nuxt: fix storybook preview config path (#22020)
  • nuxt: Add e2e-ci and serve-static targets (#22056)
  • release: currentVersionResolver git-tag should prefer merged tags (#22082)

❤️ Thank You

18.0.5 (2024-02-24)

🩹 Fixes

  • angular: do not add target defaults for the ng-packagr-lite executor when generating non-buildable library (#21935)
  • angular: ensure generated editor tsconfig in apps only include runtime files (#21945)
  • core: run migrations ordered by their target version (#21799)
  • core: Update NxWelcome connect to cloud (#21830)
  • core: propagate verbose flag when running init generator dur… (#21868)
  • core: ensure migrate works with yarn PnP (#21824)
  • core: align terminal output padding and remove leading arrow (#21809)
  • core: read all targets from package json when defining target defaults (#21719)
  • core: include nx/nuxt in migrations (#21885)
  • core: do not use the new pty function for older versions of windows (#21854)
  • core: normalize migration target versions when sorting migrations (#21967)
  • core: target defaults application shouldn't include extra scripts (#21970)
  • core: update generated README pages with more useful instructions (#21976)
  • devkit: respect expectComments when parsing json (#21584)
  • graph: fix open project with / in name (#21722)
  • js: nx release-version resolve-version-spec should normalize fetchSpec (#21710)
  • js: swc executor should support inlining on windows (#21801)
  • js: set moduleResolution to Node10 so it is compatible with CommonJS module (2dac233cf)
  • linter: fix eslint-plugin migration target version (#21966)
  • misc: logs from rm-default-collection should render properly (#21953)
  • misc: set nx property in root package.json when no replacing script in nx init (#21974)
  • nextjs: Svg should work when svgr is true in next config (#21761)
  • nextjs: Add missing e2e-ci target for cypress (#21805)
  • nuxt: init generator should add @​nx/vite to dependencies (#21911)

... (truncated)

Commits

Updates @nx/js from 17.3.0 to 18.0.6

Release notes

Sourced from @​nx/js's releases.

18.0.6 (2024-02-29)

🩹 Fixes

  • core: nextjs-standalone generates package scripts consistent with create-next-app (#21996)
  • misc: make sure to add e2e crystal plugin (#22041)
  • misc: fix buildable libs utils calculating dependent projects from task graph (#22015)
  • node: Increase timeout for CI (#22003)
  • nuxt: fix storybook preview config path (#22020)
  • nuxt: Add e2e-ci and serve-static targets (#22056)
  • release: currentVersionResolver git-tag should prefer merged tags (#22082)

❤️ Thank You

18.0.5 (2024-02-24)

🩹 Fixes

  • angular: do not add target defaults for the ng-packagr-lite executor when generating non-buildable library (#21935)
  • angular: ensure generated editor tsconfig in apps only include runtime files (#21945)
  • core: run migrations ordered by their target version (#21799)
  • core: Update NxWelcome connect to cloud (#21830)
  • core: propagate verbose flag when running init generator dur… (#21868)
  • core: ensure migrate works with yarn PnP (#21824)
  • core: align terminal output padding and remove leading arrow (#21809)
  • core: read all targets from package json when defining target defaults (#21719)
  • core: include nx/nuxt in migrations (#21885)
  • core: do not use the new pty function for older versions of windows (#21854)
  • core: normalize migration target versions when sorting migrations (#21967)
  • core: target defaults application shouldn't include extra scripts (#21970)
  • core: update generated README pages with more useful instructions (#21976)
  • devkit: respect expectComments when parsing json (#21584)
  • graph: fix open project with / in name (#21722)
  • js: nx release-version resolve-version-spec should normalize fetchSpec (#21710)
  • js: swc executor should support inlining on windows (#21801)
  • js: set moduleResolution to Node10 so it is compatible with CommonJS module (2dac233cf)
  • linter: fix eslint-plugin migration target version (#21966)
  • misc: logs from rm-default-collection should render properly (#21953)
  • misc: set nx property in root package.json when no replacing script in nx init (#21974)
  • nextjs: Svg should work when svgr is true in next config (#21761)
  • nextjs: Add missing e2e-ci target for cypress (#21805)
  • nuxt: init generator should add @​nx/vite to dependencies (#21911)

... (truncated)

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

Updates @nx/node from 17.3.0 to 18.0.6

Release notes

Sourced from @​nx/node's releases.

18.0.6 (2024-02-29)

🩹 Fixes

  • core: nextjs-standalone generates package scripts consistent with create-next-app (#21996)
  • misc: make sure to add e2e crystal plugin (#22041)
  • misc: fix buildable libs utils calculating dependent projects from task graph (#22015)
  • node: Increase timeout for CI (#22003)
  • nuxt: fix storybook preview config path (#22020)
  • nuxt: Add e2e-ci and serve-static targets (#22056)
  • release: currentVersionResolver git-tag should prefer merged tags (#22082)

❤️ Thank You

18.0.5 (2024-02-24)

🩹 Fixes

  • angular: do not add target defaults for the ng-packagr-lite executor when generating non-buildable library (#21935)
  • angular: ensure generated editor tsconfig in apps only include runtime files (#21945)
  • core: run migrations ordered by their target version (#21799)
  • core: Update NxWelcome connect to cloud (#21830)
  • core: propagate verbose flag when running init generator dur… (#21868)
  • core: ensure migrate works with yarn PnP (#21824)
  • core: align terminal output padding and remove leading arrow (#21809)
  • core: read all targets from package json when defining target defaults (#21719)
  • core: include nx/nuxt in migrations (#21885)
  • core: do not use the new pty function for older versions of windows (#21854)
  • core: normalize migration target versions when sorting migrations (#21967)
  • core: target defaults application shouldn't include extra scripts (#21970)
  • core: update generated README pages with more useful instructions (#21976)
  • devkit: respect expectComments when parsing json (#21584)
  • graph: fix open project with / in name (#21722)
  • js: nx release-version resolve-version-spec should normalize fetchSpec (#21710)
  • js: swc executor should support inlining on windows (#21801)
  • js: set moduleResolution to Node10 so it is compatible with CommonJS module (2dac233cf)
  • linter: fix eslint-plugin migration target version (#21966)
  • misc: logs from rm-default-collection should render properly (#21953)
  • misc: set nx property in root package.json when no replacing script in nx init (#21974)
  • nextjs: Svg should work when svgr is true in next config (#21761)
  • nextjs: Add missing e2e-ci target for cypress (#21805)
  • nuxt: init generator should add @​nx/vite to dependencies (#21911)

... (truncated)

Commits

Updates @nx/vite from 17.3.0 to 18.0.6

Release notes

Sourced from @​nx/vite's releases.

18.0.6 (2024-02-29)

🩹 Fixes

  • core: nextjs-standalone generates package scripts consistent with create-next-app (#21996)
  • misc: make sure to add e2e crystal plugin (#22041)
  • misc: fix buildable libs utils calculating dependent projects from task graph (#22015)
  • node: Increase timeout for CI (#22003)
  • nuxt: fix storybook preview config path (#22020)
  • nuxt: Add e2e-ci and serve-static targets (#22056)
  • release: currentVersionResolver git-tag should prefer merged tags (#22082)

❤️ Thank You

18.0.5 (2024-02-24)

🩹 Fixes

  • angular: do not add target defaults for the ng-packagr-lite executor when generating non-buildable library (#21935)
  • angular: ensure generated editor tsconfig in apps only include runtime files (#21945)
  • core: run migrations ordered by their target version (#21799)
  • core: Update NxWelcome connect to cloud (#21830)
  • core: propagate verbose flag when running init generator dur… (#21868)
  • core: ensure migrate works with yarn PnP (#21824)
  • core: align terminal output padding and remove leading arrow (#21809)
  • core: read all targets from package json when defining target defaults (#21719)
  • core: include nx/nuxt in migrations (#21885)
  • core: do not use the new pty function for older versions of windows (#21854)
  • core: normalize migration target versions when sorting migrations (#21967)
  • core: target defaults application shouldn't include extra scripts (#21970)
  • core: update generated README pages with more useful instructions (#21976)
  • devkit: respect expectComments when parsing json (#21584)
  • graph: fix open project with / in name (#21722)
  • js: nx release-version resolve-version-spec should normalize fetchSpec (#21710)
  • js: swc executor should support inlining on windows (#21801)
  • js: set moduleResolution to Node10 so it is compatible with CommonJS module (2dac233cf)
  • linter: fix eslint-plugin migration target version (#21966)
  • misc: logs from rm-default-collection should render properly (#21953)
  • misc: set nx property in root package.json when no replacing script in nx init (#21974)
  • nextjs: Svg should work when svgr is true in next config (#21761)
  • nextjs: Add missing e2e-ci target for cypress (#21805)
  • nuxt: init generator should add @​nx/vite to dependencies (#21911)

... (truncated)

Commits

Bumps the dev group with 28 updates:

| Package | From | To |
| --- | --- | --- |
| [@libp2p/interface](https://github.com/libp2p/js-libp2p) | `1.1.2` | `1.1.4` |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `17.3.0` | `18.0.6` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `17.3.0` | `18.0.6` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `17.3.0` | `18.0.6` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `17.3.0` | `18.0.6` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `17.3.0` | `18.0.6` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `17.3.0` | `18.0.6` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `17.3.0` | `18.0.6` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `17.3.0` | `18.0.6` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `17.3.0` | `18.0.6` |
| [@swc-node/register](https://github.com/swc-project/swc-node) | `1.6.8` | `1.8.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.107` | `1.4.2` |
| [@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.24` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.1.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.20.0` | `7.1.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.2.2` | `1.3.1` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `1.2.2` | `1.3.1` |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.12` | `0.20.1` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.57.0` |
| [ngx-deploy-npm](https://github.com/bikecoders/ngx-deploy-npm) | `8.0.0` | `8.0.1` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `17.3.0` | `18.0.6` |
| [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` |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `5.29.0` | `5.29.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.1.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.2` | `1.3.1` |


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

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

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

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

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

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

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

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

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

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

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

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.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.1.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.1.0/packages/eslint-plugin)

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

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

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

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

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

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

Updates `nx` from 17.3.0 to 18.0.6
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.0.6/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 `verdaccio` from 5.29.0 to 5.29.2
- [Release notes](https://github.com/verdaccio/verdaccio/releases)
- [Changelog](https://github.com/verdaccio/verdaccio/blob/v5.29.2/CHANGELOG.md)
- [Commits](verdaccio/verdaccio@v5.29.0...v5.29.2)

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

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

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

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

dependabot bot commented on behalf of github Mar 4, 2024

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

Copy link

nx-cloud bot commented Mar 4, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e7818b4. 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


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link
Author

dependabot bot commented on behalf of github Mar 11, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-e9e64c17a6 branch March 11, 2024 06:15
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