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 17 updates #11

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps the dev group with 17 updates:

Package From To
@nx/eslint 17.2.8 17.3.0
@nx/jest 17.2.8 17.3.0
@nx/js 17.2.8 17.3.0
@nx/node 17.2.8 17.3.0
@nx/vite 17.2.8 17.3.0
@nx/workspace 17.2.8 17.3.0
@types/node 18.16.9 20.11.10
@vitest/coverage-v8 0.34.6 1.2.2
@vitest/ui 0.34.7 1.2.2
esbuild 0.19.12 0.20.0
eslint 8.48.0 8.56.0
ngx-deploy-npm 8.0.0 8.0.1
nx 17.2.8 17.3.0
prettier 2.8.8 3.2.4
ts-node 10.9.1 10.9.2
typescript 5.2.2 5.3.3
vitest 0.34.6 1.2.2

Updates @nx/eslint from 17.2.8 to 17.3.0

Release notes

Sourced from @​nx/eslint's releases.

17.3.0 (2024-01-29)

🚀 Features

  • angular: support esbuild middleware functions (#21048)
  • angular: support angular 17.1.0 (#20556)
  • core: remove prompt from nx connect command (67b5bd6c9f)
  • core: use Nx plugins and inferred targets when running "nx init" (#20872)
  • core: create a new function to run child processes via rust (#21070)
  • core: read name from package.json if present and no inference plugin provides name (#21125)
  • core: add keepExistingVersions to all packages (#21169)
  • core: add the "add" cli command (#20976)
  • core: add target defaults in configuration generators rather th… (#21105)
  • core: update ci-workflow generator (#21141)
  • core: extend nxCloud prompt to include basic CI workflow options (#21094)
  • core: move target defaults handling to nx plugin (#21104)
  • core: forward stdin to commands started via rust (#21195)
  • core: reveal --web flag on show project (#21293)
  • core: use runCommand for runScript (#21292)
  • core: support args to be an array for command (#21290)
  • core: improve generated CI workflows (#21324)
  • core: guide users to view the graph after nx init (#21303)
  • core: pass down help to run-commands (#21331)
  • cypress: simplify inferred cypress command (#21337)
  • detox: add createNodes for detox (#21016)
  • devkit: add a flag to keep existing versions when calling addDependenciesToPackageJson (#21123)
  • docs: add {% project-details %} as a tag in markdown docs (#21288)
  • expo: support createNodes for expo (#21014)
  • graph: add nx console data loader (#20744)
  • graph: rework pdv target section & remove unused code (#21159)
  • graph: decouple graph client from nx.dev component (#21186)
  • graph: allow expanding target when opening pdv from external api (#21189)
  • graph: hover to see source & more UI updates (#21182)
  • graph: add tooltips to project details view (#21205)
  • graph: show open config button in graph web (#21181)
  • linter: add .nx to ignored folders (#20720)
  • linter: update @typescript-eslint/* package versions (#20602)
  • linter: make init generator public (51c039b252)
  • linter: move common options to target defaults (#20583)
  • misc: align version of @​types/node throughout repo (#20883)
  • misc: add layout for project details view (#21172)
  • misc: update minimatch version used across packages (#21207)
  • misc: identify and set up more nx core plugins during nx init (#21254)
  • misc: optionally update package.json scripts in init generators (#21204)
  • misc: hide unpublished links in project details view (#21362)
  • nextjs: Update @​nx/next to Next.js 14 (#20703)
  • nextjs: Add support for experimental-https when running dev server (#20836)
  • nextjs: Standalone projects now default to src (#21010)
  • nuxt: make nuxt public (#20656)

... (truncated)

Commits
  • 4b88f48 feat(angular): support angular 17.1.0 (#20556)
  • c7b44a4 fix(misc): await async function invocations (#21299)
  • e475835 feat(misc): optionally update package.json scripts in init generators (#21204)
  • 6141f44 feat(core): add keepExistingVersions to all packages (#21169)
  • 047dc22 cleanup(misc): clean up init generators (#21088)
  • 03257e2 feat(linter): move common options to target defaults (#20583)
  • 51c039b feat(linter): make init generator public
  • 3a69740 fix(linter): only update overrides when applicable (#20917)
  • 148ddfb fix(linter): flat config should always set path to config when using API (#20...
  • 696d048 fix(nextjs): remove temporary patch for next eslint rules (#20863)
  • Additional commits viewable in compare view

Updates @nx/jest from 17.2.8 to 17.3.0

Release notes

Sourced from @​nx/jest's releases.

17.3.0 (2024-01-29)

🚀 Features

  • angular: support esbuild middleware functions (#21048)
  • angular: support angular 17.1.0 (#20556)
  • core: remove prompt from nx connect command (67b5bd6c9f)
  • core: use Nx plugins and inferred targets when running "nx init" (#20872)
  • core: create a new function to run child processes via rust (#21070)
  • core: read name from package.json if present and no inference plugin provides name (#21125)
  • core: add keepExistingVersions to all packages (#21169)
  • core: add the "add" cli command (#20976)
  • core: add target defaults in configuration generators rather th… (#21105)
  • core: update ci-workflow generator (#21141)
  • core: extend nxCloud prompt to include basic CI workflow options (#21094)
  • core: move target defaults handling to nx plugin (#21104)
  • core: forward stdin to commands started via rust (#21195)
  • core: reveal --web flag on show project (#21293)
  • core: use runCommand for runScript (#21292)
  • core: support args to be an array for command (#21290)
  • core: improve generated CI workflows (#21324)
  • core: guide users to view the graph after nx init (#21303)
  • core: pass down help to run-commands (#21331)
  • cypress: simplify inferred cypress command (#21337)
  • detox: add createNodes for detox (#21016)
  • devkit: add a flag to keep existing versions when calling addDependenciesToPackageJson (#21123)
  • docs: add {% project-details %} as a tag in markdown docs (#21288)
  • expo: support createNodes for expo (#21014)
  • graph: add nx console data loader (#20744)
  • graph: rework pdv target section & remove unused code (#21159)
  • graph: decouple graph client from nx.dev component (#21186)
  • graph: allow expanding target when opening pdv from external api (#21189)
  • graph: hover to see source & more UI updates (#21182)
  • graph: add tooltips to project details view (#21205)
  • graph: show open config button in graph web (#21181)
  • linter: add .nx to ignored folders (#20720)
  • linter: update @typescript-eslint/* package versions (#20602)
  • linter: make init generator public (51c039b252)
  • linter: move common options to target defaults (#20583)
  • misc: align version of @​types/node throughout repo (#20883)
  • misc: add layout for project details view (#21172)
  • misc: update minimatch version used across packages (#21207)
  • misc: identify and set up more nx core plugins during nx init (#21254)
  • misc: optionally update package.json scripts in init generators (#21204)
  • misc: hide unpublished links in project details view (#21362)
  • nextjs: Update @​nx/next to Next.js 14 (#20703)
  • nextjs: Add support for experimental-https when running dev server (#20836)
  • nextjs: Standalone projects now default to src (#21010)
  • nuxt: make nuxt public (#20656)

... (truncated)

Commits

Updates @nx/js from 17.2.8 to 17.3.0

Release notes

Sourced from @​nx/js's releases.

17.3.0 (2024-01-29)

🚀 Features

  • angular: support esbuild middleware functions (#21048)
  • angular: support angular 17.1.0 (#20556)
  • core: remove prompt from nx connect command (67b5bd6c9f)
  • core: use Nx plugins and inferred targets when running "nx init" (#20872)
  • core: create a new function to run child processes via rust (#21070)
  • core: read name from package.json if present and no inference plugin provides name (#21125)
  • core: add keepExistingVersions to all packages (#21169)
  • core: add the "add" cli command (#20976)
  • core: add target defaults in configuration generators rather th… (#21105)
  • core: update ci-workflow generator (#21141)
  • core: extend nxCloud prompt to include basic CI workflow options (#21094)
  • core: move target defaults handling to nx plugin (#21104)
  • core: forward stdin to commands started via rust (#21195)
  • core: reveal --web flag on show project (#21293)
  • core: use runCommand for runScript (#21292)
  • core: support args to be an array for command (#21290)
  • core: improve generated CI workflows (#21324)
  • core: guide users to view the graph after nx init (#21303)
  • core: pass down help to run-commands (#21331)
  • cypress: simplify inferred cypress command (#21337)
  • detox: add createNodes for detox (#21016)
  • devkit: add a flag to keep existing versions when calling addDependenciesToPackageJson (#21123)
  • docs: add {% project-details %} as a tag in markdown docs (#21288)
  • expo: support createNodes for expo (#21014)
  • graph: add nx console data loader (#20744)
  • graph: rework pdv target section & remove unused code (#21159)
  • graph: decouple graph client from nx.dev component (#21186)
  • graph: allow expanding target when opening pdv from external api (#21189)
  • graph: hover to see source & more UI updates (#21182)
  • graph: add tooltips to project details view (#21205)
  • graph: show open config button in graph web (#21181)
  • linter: add .nx to ignored folders (#20720)
  • linter: update @typescript-eslint/* package versions (#20602)
  • linter: make init generator public (51c039b252)
  • linter: move common options to target defaults (#20583)
  • misc: align version of @​types/node throughout repo (#20883)
  • misc: add layout for project details view (#21172)
  • misc: update minimatch version used across packages (#21207)
  • misc: identify and set up more nx core plugins during nx init (#21254)
  • misc: optionally update package.json scripts in init generators (#21204)
  • misc: hide unpublished links in project details view (#21362)
  • nextjs: Update @​nx/next to Next.js 14 (#20703)
  • nextjs: Add support for experimental-https when running dev server (#20836)
  • nextjs: Standalone projects now default to src (#21010)
  • nuxt: make nuxt public (#20656)

... (truncated)

Commits
  • 69636ad fix(release): do not restart the daemon when skipLockFileUpdate is set (#21389)
  • ec38a58 fix(js): fix missing top-level dependencies in publishable libs (#17730)
  • 1bd2e0e fix(core): fix compilerOptions may not exist (#21364)
  • 9c81328 fix(release): disable workspace changelogs in config when not valid (#21341)
  • 4b88f48 feat(angular): support angular 17.1.0 (#20556)
  • 06f726a fix(js): add @​swc/helpers when initializing js plugin since it is needed by o...
  • fc30d1b fix(release): fix --first-release with conventional commits and independent p...
  • b6b14dd feat(release): global stageChanges option & changelog fixes (#21223)
  • 096cefb feat(release): update lockfile after version command (#21107)
  • e475835 feat(misc): optionally update package.json scripts in init generators (#21204)
  • Additional commits viewable in compare view

Updates @nx/node from 17.2.8 to 17.3.0

Release notes

Sourced from @​nx/node's releases.

17.3.0 (2024-01-29)

🚀 Features

  • angular: support esbuild middleware functions (#21048)
  • angular: support angular 17.1.0 (#20556)
  • core: remove prompt from nx connect command (67b5bd6c9f)
  • core: use Nx plugins and inferred targets when running "nx init" (#20872)
  • core: create a new function to run child processes via rust (#21070)
  • core: read name from package.json if present and no inference plugin provides name (#21125)
  • core: add keepExistingVersions to all packages (#21169)
  • core: add the "add" cli command (#20976)
  • core: add target defaults in configuration generators rather th… (#21105)
  • core: update ci-workflow generator (#21141)
  • core: extend nxCloud prompt to include basic CI workflow options (#21094)
  • core: move target defaults handling to nx plugin (#21104)
  • core: forward stdin to commands started via rust (#21195)
  • core: reveal --web flag on show project (#21293)
  • core: use runCommand for runScript (#21292)
  • core: support args to be an array for command (#21290)
  • core: improve generated CI workflows (#21324)
  • core: guide users to view the graph after nx init (#21303)
  • core: pass down help to run-commands (#21331)
  • cypress: simplify inferred cypress command (#21337)
  • detox: add createNodes for detox (#21016)
  • devkit: add a flag to keep existing versions when calling addDependenciesToPackageJson (#21123)
  • docs: add {% project-details %} as a tag in markdown docs (#21288)
  • expo: support createNodes for expo (#21014)
  • graph: add nx console data loader (#20744)
  • graph: rework pdv target section & remove unused code (#21159)
  • graph: decouple graph client from nx.dev component (#21186)
  • graph: allow expanding target when opening pdv from external api (#21189)
  • graph: hover to see source & more UI updates (#21182)
  • graph: add tooltips to project details view (#21205)
  • graph: show open config button in graph web (#21181)
  • linter: add .nx to ignored folders (#20720)
  • linter: update @typescript-eslint/* package versions (#20602)
  • linter: make init generator public (51c039b252)
  • linter: move common options to target defaults (#20583)
  • misc: align version of @​types/node throughout repo (#20883)
  • misc: add layout for project details view (#21172)
  • misc: update minimatch version used across packages (#21207)
  • misc: identify and set up more nx core plugins during nx init (#21254)
  • misc: optionally update package.json scripts in init generators (#21204)
  • misc: hide unpublished links in project details view (#21362)
  • nextjs: Update @​nx/next to Next.js 14 (#20703)
  • nextjs: Add support for experimental-https when running dev server (#20836)
  • nextjs: Standalone projects now default to src (#21010)
  • nuxt: make nuxt public (#20656)

... (truncated)

Commits

Updates @nx/vite from 17.2.8 to 17.3.0

Release notes

Sourced from @​nx/vite's releases.

17.3.0 (2024-01-29)

🚀 Features

  • angular: support esbuild middleware functions (#21048)
  • angular: support angular 17.1.0 (#20556)
  • core: remove prompt from nx connect command (67b5bd6c9f)
  • core: use Nx plugins and inferred targets when running "nx init" (#20872)
  • core: create a new function to run child processes via rust (#21070)
  • core: read name from package.json if present and no inference plugin provides name (#21125)
  • core: add keepExistingVersions to all packages (#21169)
  • core: add the "add" cli command (#20976)
  • core: add target defaults in configuration generators rather th… (#21105)
  • core: update ci-workflow generator (#21141)
  • core: extend nxCloud prompt to include basic CI workflow options (#21094)
  • core: move target defaults handling to nx plugin (#21104)
  • core: forward stdin to commands started via rust (#21195)
  • core: reveal --web flag on show project (#21293)
  • core: use runCommand for runScript (#21292)
  • core: support args to be an array for command (#21290)
  • core: improve generated CI workflows (#21324)
  • core: guide users to view the graph after nx init (#21303)
  • core: pass down help to run-commands (#21331)
  • cypress: simplify inferred cypress command (#21337)
  • detox: add createNodes for detox (#21016)
  • devkit: add a flag to keep existing versions when calling addDependenciesToPackageJson (#21123)
  • docs: add {% project-details %} as a tag in markdown docs (#21288)
  • expo: support createNodes for expo (#21014)
  • graph: add nx console data loader (#20744)
  • graph: rework pdv target section & remove unused code (#21159)
  • graph: decouple graph client from nx.dev component (#21186)
  • graph: allow expanding target when opening pdv from external api (#21189)
  • graph: hover to see source & more UI updates (#21182)
  • graph: add tooltips to project details view (#21205)
  • graph: show open config button in graph web (#21181)
  • linter: add .nx to ignored folders (#20720)
  • linter: update @typescript-eslint/* package versions (#20602)
  • linter: make init generator public (51c039b252)
  • linter: move common options to target defaults (#20583)
  • misc: align version of @​types/node throughout repo (#20883)
  • misc: add layout for project details view (#21172)
  • misc: update minimatch version used across packages (#21207)
  • misc: identify and set up more nx core plugins during nx init (#21254)
  • misc: optionally update package.json scripts in init generators (#21204)
  • misc: hide unpublished links in project details view (#21362)
  • nextjs: Update @​nx/next to Next.js 14 (#20703)
  • nextjs: Add support for experimental-https when running dev server (#20836)
  • nextjs: Standalone projects now default to src (#21010)
  • nuxt: make nuxt public (#20656)

... (truncated)

Commits
  • 79a7e79 fix(vite): PCV3 multiple targets (#21366)
  • bf6f78f fix(vite): PCV3 Plugin update to use resolveConfig (#21287)
  • e475835 feat(misc): optionally update package.json scripts in init generators (#21204)
  • 1ffd673 feat(core): add target defaults in configuration generators rather th… (#21105)
  • 6141f44 feat(core): add keepExistingVersions to all packages (#21169)
  • ea3c242 fix(js): ensure result is valid before attempting to close it during rollup w...
  • 047dc22 cleanup(misc): clean up init generators (#21088)
  • e5a22a9 fix(vite): do not add test target if test is not defined (#21076)
  • 7da53c0 fix(vite): replaceFile and fileReplacement fixes (#21077)
  • c79377e fix(vite): only import vite dynamically (#21050)
  • Additional commits viewable in compare view

Updates @nx/workspace from 17.2.8 to 17.3.0

Release notes

Sourced from @​nx/workspace's releases.

17.3.0 (2024-01-29)

🚀 Features

  • angular: support esbuild middleware functions (#21048)
  • angular: support angular 17.1.0 (#20556)
  • core: remove prompt from nx connect command (67b5bd6c9f)
  • core: use Nx plugins and inferred targets when running "nx init" (#20872)
  • core: create a new function to run child processes via rust (#21070)
  • core: read name from package.json if present and no inference plugin provides name (#21125)
  • core: add keepExistingVersions to all packages (#21169)
  • core: add the "add" cli command (#20976)
  • core: add target defaults in configuration generators rather th… (#21105)
  • core: update ci-workflow generator (#21141)
  • core: extend nxCloud prompt to include basic CI workflow options (#21094)
  • core: move target defaults handling to nx plugin (#21104)
  • core: forward stdin to commands started via rust (#21195)
  • core: reveal --web flag on show project (#21293)
  • core: use runCommand for runScript (#21292)
  • core: support args to be an array for command (#21290)
  • core: improve generated CI workflows (#21324)
  • core: guide users to view the graph after nx init (#21303)
  • core: pass down help to run-commands (#21331)
  • cypress: simplify inferred cypress command (#21337)
  • detox: add createNodes for detox (#21016)
  • devkit: add a flag to keep existing versions when calling addDependenciesToPackageJson (#21123)
  • docs: add {% project-details %} as a tag in markdown docs (#21288)
  • expo: support createNodes for expo (#21014)
  • graph: add nx console data loader (#20744)
  • graph: rework pdv target section & remove unused code (#21159)
  • graph: decouple graph client from nx.dev component (#21186)
  • graph: allow expanding target when opening pdv from external api (#21189)
  • graph: hover to see source & more UI updates (#21182)
  • graph: add tooltips to project details view (#21205)
  • graph: show open config button in graph web (#21181)
  • linter: add .nx to ignored folders (#20720)
  • linter: update @typescript-eslint/* package versions (#20602)
  • linter: make init generator public (51c039b252)
  • linter: move common options to target defaults (#20583)
  • misc: align version of @​types/node throughout repo (#20883)
  • misc: add layout for project details view (#21172)
  • misc: update minimatch version used across packages (#21207)
  • misc: identify and set up more nx core plugins during nx init (#21254)
  • misc: optionally update package.json scripts in init generators (#21204)
  • misc: hide unpublished links in project details view (#21362)
  • nextjs: Update @​nx/next to Next.js 14 (#20703)
  • nextjs: Add support for experimental-https when running dev server (#20836)
  • nextjs: Standalone projects now default to src (#21010)
  • nuxt: make nuxt public (#20656)

... (truncated)

Commits
  • c2e0c3d docs(core): update wording around guiding user to graph (#21348)
  • 7ab0de8 fix(core): yargs array-like prompts initial field is number (#21349)
  • 4b88f48 feat(angular): support angular 17.1.0 (#20556)
  • a1c0434 feat(workspace): update readme to point people to the graph (#21325)
  • 66e8ec3 feat(core): improve generated CI workflows (#21324)
  • e4daf33 fix(devkit): update the ci generators to use the correct launch template (#21...
  • e8464cc feat(core): update ci-workflow generator (#21141)
  • 1ffd673 feat(core): add target defaults in configuration generators rather th… (#21105)
  • c43b22d feat(nextjs): Standalone projects now default to src (#21010)
  • 253c0ff feat(devkit): add a flag to keep existing versions when calling addDependenci...
  • Additional commits viewable in compare view

Updates @types/node from 18.16.9 to 20.11.10

Commits

Updates @vitest/coverage-v8 from 0.34.6 to 1.2.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v1.2.2

   🐞 Bug Fixes

    View changes on GitHub

v1.2.1

   🐞 Bug Fixes

Bumps the dev group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `17.2.8` | `17.3.0` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `17.2.8` | `17.3.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `17.2.8` | `17.3.0` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `17.2.8` | `17.3.0` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `17.2.8` | `17.3.0` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `17.2.8` | `17.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.16.9` | `20.11.10` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `0.34.6` | `1.2.2` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `0.34.7` | `1.2.2` |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.12` | `0.20.0` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.56.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.2.8` | `17.3.0` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.2.4` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.34.6` | `1.2.2` |


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

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

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

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

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

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

Updates `@types/node` from 18.16.9 to 20.11.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

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

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

Updates `eslint` from 8.48.0 to 8.56.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.56.0)

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

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

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

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

Updates `typescript` from 5.2.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)

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

---
updated-dependencies:
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@nx/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@nx/vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@types/node"
  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-major
  dependency-group: dev
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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-minor
  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: typescript
  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-major
  dependency-group: dev
...

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

dependabot bot commented on behalf of github Jan 29, 2024

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

Copy link
Author

dependabot bot commented on behalf of github Jan 29, 2024

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

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-2e1c49f40f branch January 29, 2024 23: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.

0 participants