Skip to content

Bump @nx/eslint-plugin from 19.5.7 to 21.2.0 #4815

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps @nx/eslint-plugin from 19.5.7 to 21.2.0.

Release notes

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

21.2.0 (2025-06-12)

🚀 Features

  • angular: add support for rspack module federation (#31231)
  • angular: support angular cli v20.0.0-rc.3 (#30715)
  • angular: update nx init legacy integrated migration for angular to handle angular v17 (#31352)
  • ⚠️ angular: support angular v20 (#31369)
  • angular: update angular eslint packages to v20 (#31489)
  • bundling: use tsconfig.lib.json for rollup.config.ts (#30453)
  • gradle: exclude dependsOn tasks (#30913)
  • misc: enhance IDE integration with Nx Console auto-installation and improved logging (#31462)
  • nest: Update nest version to 11 (#31393, #30188)
  • nx-dev: AI landing page (#31310)
  • nx-dev: update hero tagline (41387af458)
  • nx-dev: add rss and atom feeds (ee7dbf9c3a)
  • repo: enhance Claude Code workflow and settings (#31405, #31380)
  • repo: add golden list of projects to our Nightly CI (#31414)
  • repo: add ndcunningham to Claude workflow authorized users (#31479)
  • repo: migrate to pnpm 10 (#31427)
  • ⚠️ storybook: support storybook 9 (#31172)

🩹 Fixes

  • add .ts extension to nx-release script reference in project.json (#31483)
  • angular: update tsconfig files generation to better support angular v20 (#31357)
  • angular: keep extra target metadata when needed in convert-to-rspack generator (#31309)
  • angular: generate correct output for buildable libraries on windows (#31437, #31436)
  • angular: optimize ng-packagr-lite watch mode file writing (#31434, #31033)
  • bundling: do not normalize tsconfig path for Windows with rollup (#30567)
  • bundling: correctly handle .cjs.js .mjs.js in rollup for type definitions (#29366, #29308)
  • core: handle killing child processes of continuous tasks on Windows (#31296, #31235)
  • core: do not hide task list with run-many if there is only 1 task (#31324)
  • core: generate workspace file readme typo (#31341, #31335)
  • core: fix broken nx-cloud url shortening logic (#31283)
  • core: infer codex environment and use default tasks runner (#31359)
  • core: use next available port when the port for nx graph is in use (#31365, #30915)
  • core: handle run-commands targets with no commands (#31364, #31345)
  • core: implement missing --print flag for nx graph command (#31406, #30255)
  • core: update getTouchedProjectsFromLockFile to handle deleted/moved projects correctly (#31361)
  • core: ensure nx init implementation for angular correctly resolves @angular/core (#31430, #31291)
  • core: print installation logs when installing latest version during nx migrate and using --verbose (#31432)
  • core: use ts-node option from tsconfig files when creating transpiler (#31469)
  • core: Update macos pipelines configuration (#31476)
  • core: scope typescript resolution cache correctly when processing the graph (#31455, #31223)
  • core: remove tabs from local workspace plugins section in nx report (#31490)
  • core: handle external node without default version when generating a pnpm pruned lockfile (#31503, #28627)
  • core: add conditional compilation for WASM build compatibility (#31491)
  • core: default to 'run' target when only project is specified (#31452)
  • core: remove log_error function and standardize logging (#31515)

... (truncated)

Commits
  • 733122b docs(nx-dev): update hero section (#31460)
  • c7a9c71 fix(linter): handle ng-package.json file with no lib.entryFile in `@nx/en...
  • 1e30f3d chore(nx-dev): update tagline across projects (#31318)
  • 73da211 feat(misc): remove migrations prior to v19 in preparation for v21 (#30839)
  • 8214ab4 chore(repo): assign proper outputs to build targets (#30865)
  • cd55dfc feat(linter): add support for package based secondary entry points (#30809)
  • 0082d93 fix(linter): remove empty entry in typescript eslint flat config (#30727)
  • 4bd6477 feat(linter): support eslint-config-prettier v10 (#30480)
  • 04cf098 fix(core): change graph node type and name to string (#29610)
  • 2d9a673 fix(linter): dependency-check-support-catalogs (#29923)
  • Additional commits viewable in compare view
Maintainer changes

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


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) from 19.5.7 to 21.2.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/21.2.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2025

Sorry, only users with push access can use that command.

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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants