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 @nx/eslint-plugin from 19.5.7 to 20.7.0 #4758

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

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

Release notes

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

20.7.0 (2025-03-31)

🚀 Features

  • angular: add release option to angular publishable libraries (#29869)
  • angular: support angular 19.2.0 (#30088)
  • angular: update angular eslint packages (#30245)
  • angular: add convert-to-rspack generator (#29860)
  • bundling: support rollup.config.ts (#29983)
  • bundling: add buildLibsFromSource option to @​nx/rollup:rollup executor (#30417)
  • core: support bun's new text-based lockfile and use bun publish within nx release (#30064)
  • core: display perpetual version information in nx report for powerpack (#30110)
  • core: add activate key (#30250)
  • core: add activate key " (#30250, #30295)
  • core: add maxCacheSize option to limit local artifact size (#29654)
  • core: add nx register (#30321)
  • core: provide default value for max cache size (#30351)
  • js: upgrade verdaccio to 6 (#30015)
  • js: add typecheck task to generated ci workflow file when using the ts solution setup (#30219)
  • linter: support eslint-config-prettier v10 (#30480)
  • misc: add useProjectJson flag to project generators (#30319)
  • misc: enable ts solution setup by default for new workspaces (#30372)
  • misc: set a development conditional export for buildable libraries when using the ts solution setup (#30451)
  • misc: add --useProjectJson flag to CNW (#30475)
  • module-federation: add NxModuleFederationPlugin for inferred usage (#30003)
  • module-federation: Update to the latest version of @​module-federation (#30147)
  • module-federation: add ssr support to rspack crystal plugin (#30437)
  • nx-dev: expose docs embedding search via endpoint (#30050)
  • nx-dev: allow sampling rate to be configured through env var (#30193)
  • nx-dev: update workspace conformance rule to check md files in general (d428eec060)
  • nx-dev: add angular architecture blog post (#30400)
  • nx-dev: add java landing page (#30508)
  • react: Update react-router-dom to latest (#29919)
  • react: add react-router plugin (#29965)
  • react: Add react-router to create-nx-workspace and react app generator (#30316)
  • release: configure when all branches should be checked for a matching releaseTagPattern (#30044)
  • repo: replace explicit matrix with dynamic parsed from json (#30120)
  • rspack: use ts-checker-rspack-plugin instead of fork-ts-checker-webpack-plugin (#30121)
  • rspack: infer ts-node compiler options in rspack task env when using a typescript config file (#30345)
  • rspack: alias convert-webpack to convert-to-rspack (#30367)
  • testing: add type annotation for Jest configuration export (#30059)
  • vue: add release option to vue publishable libraries (#29867)
  • webpack: use sass-embedded and modern-compiler for sass (#29999)

🩹 Fixes

  • angular: correct nx angular migration requirement for 19.2 (#30234)
  • angular: directory type is not optional (#30354)
  • angular: include @angular/google-maps in package updates (#30530)
  • bundling: use projectRoot for assets (#29978)

... (truncated)

Commits
  • 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)
  • 713b9fb feat(linter): add runtimeHelpers option to @nx/dependency-checks rule (#2...
  • 1fbcd73 fix(linter): produce type information for the eslint-plugin main entry point ...
  • cbbe14b 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...
  • 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 20.7.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.7.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@nx/eslint-plugin"
  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 Apr 1, 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 Apr 1, 2025

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Superseded by #4764.

@dependabot dependabot bot closed this Apr 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nx/eslint-plugin-20.7.0 branch April 7, 2025 13:51
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