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

chore(deps-dev): bump the nx group across 1 directory with 12 updates #2679

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nx group with 12 updates in the / directory:

Package From To
@nx/esbuild 20.1.2 20.4.6
@nx/eslint 20.1.2 20.4.6
@nx/eslint-plugin 20.1.2 20.4.6
@nx/express 20.1.2 20.4.6
@nx/jest 20.1.2 20.4.6
@nx/js 20.1.2 20.4.6
@nx/node 20.1.2 20.4.6
@nx/react 20.1.2 20.4.6
@nx/web 20.1.2 20.4.6
@nx/webpack 20.1.2 20.4.6
@nx/workspace 20.1.2 20.4.6
nx 20.1.2 20.4.6

Updates @nx/esbuild from 20.1.2 to 20.4.6

Release notes

Sourced from @​nx/esbuild's releases.

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

20.4.4 (2025-02-14)

... (truncated)

Commits
  • c6e9565 cleanup(core): move esbuild to use tinyglobby (#29453)
  • 0334dad fix(js): ensure js libraries' build produce esm output in ts solution setup (...
  • 22cec78 docs(bundling): correct esbuild options nesting (#28748)
  • 89ab887 fix(core): Update bundlers to not typecheck if using new TS solution setup (#...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/esbuild since your current version.


Updates @nx/eslint from 20.1.2 to 20.4.6

Release notes

Sourced from @​nx/eslint's releases.

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

20.4.4 (2025-02-14)

... (truncated)

Commits
  • 6f9f57e fix(linter): install @​eslint/eslintrc package as necessary (#29933)
  • 0238a03 fix(linter): add cjs, cts, mjs, and mts to the default extensions for...
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • d601561 feat(misc): use @swc/jest instead of ts-jest for the ts solution setup (#...
  • dec2166 feat(core): Add ESM support for Eslint config file (#29613)
  • 6d8fe5c feat(angular): support angular v19.1 (#29523)
  • b9c0e3d feat(eslint): rename eslint.config.js to eslint.config.cjs to resolve them as...
  • df77fde fix(angular): handle removed angular-eslint rules in root eslint config files...
  • 2fa3ce2 feat(angular): add migration to remove angular eslint rules removed in v19 (#...
  • 3ec5390 feat(angular): add support for angular v19 (#28847)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/eslint since your current version.


Updates @nx/eslint-plugin from 20.1.2 to 20.4.6

Release notes

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

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

20.4.4 (2025-02-14)

... (truncated)

Commits
  • bf6e640 fix(linter): dependency-check-support-catalogs (#29923)
  • 7eda58e fix(linter): produce type information for the eslint-plugin main entry point ...
  • 8c05b47 fix(linter): add files entry to react flat configs to avoid applying TS rules...
  • f3b85be fix(linter): export Options types for enforce-module-boundaries and `nx-p...
  • 9d1c55b fix(nx-plugin): fix plugin generation in ts solution setup (#29730)
  • b9c0e3d feat(eslint): rename eslint.config.js to eslint.config.cjs to resolve them as...
  • 0720f3f feat(core): nx-plugin-checks accounts for outDir and rootDir of projects when...
  • 3ec5390 feat(angular): add support for angular v19 (#28847)
  • 25909b0 fix(linter): move eslint-config-prettier to the end for proper override (#28503)
  • 1163eb5 cleanup(linter): remove unused basePath parameter (#28549)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/eslint-plugin since your current version.


Updates @nx/express from 20.1.2 to 20.4.6

Release notes

Sourced from @​nx/express's releases.

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

20.4.4 (2025-02-14)

... (truncated)

Commits
  • faeb2a1 fix(misc): generate config with output contained within project root (#29850)
  • 7df5737 feat(node): upgrade express to v4.21.2 to address security vulnerabilities (#...
  • cc441a6 fix(js): sort package.json fields by idiomatic order (#29635)
  • dd9b09f fix(js): generate js libs with exports in package.json and ensure esm output ...
  • f922e2b fix(misc): fix misc generation issues with the ts solution setup (#29350)
  • 99a0e7c fix(misc): ensure tsBuildInfoFile is generated inside outDir (#29343)
  • a8de7df feat(js): update vue/node app and lib generators to support TS solutions (#29...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/express since your current version.


Updates @nx/jest from 20.1.2 to 20.4.6

Release notes

Sourced from @​nx/jest's releases.

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

20.4.4 (2025-02-14)

... (truncated)

Commits
  • d27de31 fix(testing): fix passing extra args to Jest cli (#27704)
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • d601561 feat(misc): use @swc/jest instead of ts-jest for the ts solution setup (#...
  • dd9b09f fix(js): generate js libs with exports in package.json and ensure esm output ...
  • b491489 cleanup(testing): migrate jest to picocolors (#29561)
  • addf107 feat(testing): add option ciGroupName to @nx/jest/plugin (#29365)
  • bb806b3 fix(testing): force node10 module resolution for jest atomized tasks (#29421)
  • 48cd50a feat(core): use custom resolution to resolve from source local plugins with a...
  • 59e3704 fix(testing): force compatible module resolution when running the jest execut...
  • 38e29b9 feat(angular): use new test environment function from jest-preset-angular (...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/jest since your current version.


Updates @nx/js from 20.1.2 to 20.4.6

Release notes

Sourced from @​nx/js's releases.

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

20.4.4 (2025-02-14)

... (truncated)

Commits
  • 4bf7608 fix(js): use uuid when generating tmp tsconfig (#30118)
  • b97166b fix(js): identify correct circular dependecies (#29759)
  • 02253cc fix(js): allow publishable library to run release command (#29775)
  • fa694d1 fix(nextjs): enhance support for custom server with SWC configuration (#29895)
  • 59e7f44 fix(js): set --ws=false when running npm config for jest e2e (#29887)
  • 1a3c015 fix(js): do not infer tsc tasks with verbose output by default (#29804)
  • c28fe93 fix(js): ensure js library creation respects skipFormat (#28831)
  • 4100515 chore(js): update dep babel-plugin-macros to ^3.1.0 (#28649)
  • 86798a2 fix(testing): finish dev server async generator in cypress executor (#29689)
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/js since your current version.


Updates @nx/node from 20.1.2 to 20.4.6

Release notes

Sourced from @​nx/node's releases.

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

20.4.4 (2025-02-14)

... (truncated)

Commits
  • faeb2a1 fix(misc): generate config with output contained within project root (#29850)
  • 7df5737 feat(node): upgrade express to v4.21.2 to address security vulnerabilities (#...
  • 1f69dce feat(node): update app generator for fastify to the next major v5 (#29589)
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • d601561 feat(misc): use @swc/jest instead of ts-jest for the ts solution setup (#...
  • a0cfe88 fix(node): set correct compilerOptions for Nest applications (#29725)
  • ad96cc1 fix(js): do not generate package.json file for non-buildable js libraries in ...
  • cc441a6 fix(js): sort package.json fields by idiomatic order (#29635)
  • 0d5bfe3 fix(misc): ensure all project generators add project to workspaces config (#2...
  • dd9b09f fix(js): generate js libs with exports in package.json and ensure esm output ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/node since your current version.


Updates @nx/react from 20.1.2 to 20.4.6

Release notes

Sourced from @​nx/react's releases.

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

20.4.4 (2025-02-14)

... (truncated)

Commits
  • 7df32bf fix(react): add release option for @​nx/react:lib --publishable (#29776)
  • fe65d78 fix(rspack): should be inferred by default (#29736)
  • faeb2a1 fix(misc): generate config with output contained within project root (#29850)
  • 7df5737 feat(node): upgrade express to v4.21.2 to address security vulnerabilities (#...
  • 1a13a67 fix(misc): generate remix libs correctly and install correct @types/react v...
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • 4bbbea2 fix(react): ensure project name is escaped in spec matcher when generating an...
  • a468d72 feat(react): add support for React 19 for new Workspaces (#29286)
  • 1e032fb fix(misc): update e2e config generators to align with new TS solution setup (...
  • ed6b220 fix(js): fix typo so exports field in package.json is properly sorted (#29643)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/react since your current version.


Updates @nx/web from 20.1.2 to 20.4.6

Release notes

Sourced from @​nx/web's releases.

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

20.4.4 (2025-02-14)

... (truncated)

Commits
  • faeb2a1 fix(misc): generate config with output contained within project root (#29850)
  • 45847a6 feat(js): remove nx property from generated package.json files (#29705)
  • 1e032fb fix(misc): update e2e config generators to align with new TS solution setup (...
  • a127177 fix(misc): generate module and moduleResolution in base tsconfig based on...
  • 7ef4fa7 fix(vite): plugin should infer 'vite' for dev/serve command (#29585)
  • 42d9e8b feat(web): add support for TS solution setup for @​nx/web (#29583)
  • f98ae78 feat(web): support custom cors headers (#29382)
  • f922e2b fix(misc): fix misc generation issues with the ts solution setup (#29350)
  • dc67660 fix(misc): update artifact generator option descriptions and cleanup leftover...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for @​nx/web since your current version.


Updates @nx/webpack from 20.1.2 to 20.4.6

Release notes

Sourced from @​nx/webpack's releases.

20.4.6 (2025-02-20)

🚀 Features

  • nx-dev: expose docs embedding search via endpoint (#30050)

🩹 Fixes

  • core: update custom task runner deprecation message (#30093)
  • core: fix typescript dependency calculation (#30131)
  • js: identify correct circular dependecies (#29759)
  • js: use uuid when generating tmp tsconfig (#30118)
  • repo: fix nightly reporting (#30104)

❤️ Thank You

20.4.5 (2025-02-18)

🩹 Fixes

  • core: add the extends field to nx-schema.json (#30027)
  • core: respect extends when reading tsconfig options (#30062)
  • core: make hash_array resilient to None values (#30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#30096)
  • react: add release option for @​nx/react:lib --publishable (#29776)
  • release: allow preid option in release command (#29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#30086)

❤️ Thank You

Bumps the nx group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `20.1.2` | `20.4.6` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `20.1.2` | `20.4.6` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `20.1.2` | `20.4.6` |
| [@nx/express](https://github.com/nrwl/nx/tree/HEAD/packages/express) | `20.1.2` | `20.4.6` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `20.1.2` | `20.4.6` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.1.2` | `20.4.6` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `20.1.2` | `20.4.6` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `20.1.2` | `20.4.6` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `20.1.2` | `20.4.6` |
| [@nx/webpack](https://github.com/nrwl/nx/tree/HEAD/packages/webpack) | `20.1.2` | `20.4.6` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `20.1.2` | `20.4.6` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.1.2` | `20.4.6` |



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

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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@nx/esbuild"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/express"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/web"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/webpack"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2025
Copy link

nx-cloud bot commented Mar 4, 2025

View your CI Pipeline Execution ↗ for commit 0e1d348.

Command Status Duration Result
nx affected --target=test --base=39263d5a85e770... ✅ Succeeded 1m 2s View ↗
nx affected --target=build --base=39263d5a85e77... ✅ Succeeded 1m 13s View ↗
nx affected --target=lint --base=39263d5a85e770... ✅ Succeeded 36s View ↗

☁️ Nx Cloud last updated this comment at 2025-03-04 15:19:28 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants