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 @nx/eslint-plugin from 18.0.5 to 20.4.0 #76

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Bumps @nx/eslint-plugin from 18.0.5 to 20.4.0.

Release notes

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

20.4.0 (2025-01-27)

🚀 Features

  • angular: support angular v19.1 (#29523)
  • core: allow tasks to run with a substring of project name (#29552)
  • core: add support for skipping remote cache (#29574)
  • core: Add ESM support for Eslint config file (#29613)
  • core: handle existing plugins failed with imported project (#28893)
  • core: support reading projects under new pnpm workspaces entry + skip writing empty nx property to pacakge.json for non-root projects (#29707)
  • core: add pre and post run apis (#29636)
  • graph: update headlessui v2 (#29586)
  • js: simplify generated tsconfig.base.json compiler options in ts solution setup (#29550)
  • js: infer build-deps and watch-deps targets for incremental builds (#29609)
  • js: remove nx property from generated package.json files (#29705)
  • misc: use @swc/jest instead of ts-jest for the ts solution setup (#29718)
  • misc: prompt for unit test runner when creating a workspace using --workspaces flag (#29743)
  • module-federation: upgrade to latest version of @​module-federation/enhanced (#29535)
  • node: update app generator for fastify to the next major v5 (#29589)
  • node: upgrade express to v4.21.2 to address security vulnerabilities (#29419)
  • nx-dev: add TOC markdoc component for blog posts (3e564864fd)
  • nx-dev: customer videos on customer page (#29380)
  • nx-dev: add trial pages for Powerpack and Enterprise, update contact sales team page (#29554)
  • nx-dev: show arg aliases (#29653)
  • nx-dev: generate migration detail pages (#29580)
  • react: add support for React 19 for new Workspaces (#29286)
  • release: allow invalid conventional commits to be considered via custom config (#29658)
  • rspack: non-inferred targets should work OOTB (#29733)
  • testing: add option ciGroupName to @nx/jest/plugin (#29365)
  • web: support custom cors headers (#29382)
  • web: add support for TS solution setup for @​nx/web (#29583)
  • webpack, rspack: support multiple configurations (#29691)

🩹 Fixes

  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#29615)
  • core: daemon spinner should show text (#29448)
  • core: update nx cloud bundle install directory logic (#29555)
  • core: avoid launching default plugins twice (#29539)
  • core: support subpath exports when constructing the project graph (#29577)
  • core: update package script logic to handle cli tool name as command (#29617)
  • core: show better project graph errors (#29525)
  • core: check only for watcher connections during inactivity shutdown (#29621)
  • core: do not warn about custom tasks runners when explicitly usi… (#29669)
  • core: update yarn-parser to handle yarn v4 syntax for root workspace package (#29452)
  • core: ensure that nx is backwards compatible with older versions of Nx Cloud (#29703)
  • core: support subpath exports when constructing the project graph" (#29762)
  • detox: use a version of Detox that works with React Native 0.76/Expo v52 (#29679)
  • devkit: add .riv to binary extension (#29309)
  • gradle: check if java is installed (#29572)

... (truncated)

Commits
  • 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)
  • a354857 feat(react): update eslint plugins to be compat with eslint v9 (#28559)
  • c3b77e7 fix(linter): scope js and ts shared configs to js and ts files (#28381)
  • 0d70866 feat(linter): update eslint-import-plugin to a version that supports eslint v...
  • 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 18.0.5 to 20.4.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.4.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 28, 2025 08:38
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 28, 2025
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