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

build(npm): bump @nx/eslint-plugin from 16.8.1 to 16.10.0 #1592

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps @nx/eslint-plugin from 16.8.1 to 16.10.0.

Release notes

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

16.10.0

🚀 Features

  • angular: support incremental TypeScript semantic diagnostics in ng-packagr executors (#19405)
  • core: add NX_IGNORE_CYCLES environment variable (#18708)
  • core: switch nx release changelog to offline first with CHANGELOG.md files (#19327)
  • js: upgrade @​swc-node/register to 1.6.7 (#19429)
  • linter: add app import exception for remotes (#19301)
  • nuxt: add private Nuxt plugin (#19420)
  • nx-dev: add the new Nx blog home (c2297297c)
  • nx-dev: add link to AI Chat beta in docs header (#19261)
  • nx-dev: only show the first 5 sources in ai chat (#19331)
  • react: add remote to tspaths for typing (#19276)
  • react: update @​types/react and @​types/react-dom versions (#19442)
  • react: use JS webpack config files for module federation (#19452)
  • vue: storybook configuration generator for vue (#19141)
  • vue: update generated file setup for apps (#19428)

🩹 Fixes

  • angular: throw an error when generating a component and the specified module can't be found (#19324)
  • angular: remove leftover code causing duplicated route config when generating a library (#19326)
  • angular: update tsconfig included and excluded files when generating a library secondary entry point (#19366)
  • angular: do not set less math option in ng-packagr executors (#19402)
  • core: generate permissions on github ci workflow (#19357)
  • core: set prerelease on Github request for nx release changelog (#19343)
  • core: include client env when hashing tasks in the daemon (#19422)
  • core: adjust how findMatchingProjects works when provided additive patterns after an exclusion to be more intuitive (#19295)
  • core: cache runtime hashes with the env as part of the key (#19426)
  • core: add vue to cnw implicitDependencies (#19443)
  • linter: fix rule typings (#19294)
  • linter: add schema for nx plugin checks rule (#19447)
  • misc: properly add extra dependencies to packages (#19334)
  • misc: fixing discord link in npm page (#19372)
  • misc: report should not throw when no nx.json file is present (#19333)
  • repo: ensure cypress is installed on agents (#19430)
  • testing: install devkit when init playwright (#19406)
  • web: disable tsnode service after loading config (#19387)

❤️ Thank You

... (truncated)

Commits
  • 6c37113 fix(linter): add schema for nx plugin checks rule (#19447)
  • bf7e663 feat(linter): add app import exception for remotes (#19301)
  • e650ccf fix(linter): fix rule typings (#19294)
  • 5cc87bf fix(misc): properly add extra dependencies to packages (#19334)
  • f213976 feat(core): include non-project files on fileMap and filesToProcess (#19217)
  • d87826e docs(linter): add missing properties to the dep-checks docs (#19125)
  • de2824a feat(devkit): add method for tree-aware glob search (#19128)
  • 2bc7031 fix(linter): fix dep-checks projPackageJsonDeps caching for IDE (#18935)
  • See full diff in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 23, 2023
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #1592 (3f5800a) into main (340ecc7) will decrease coverage by 0.01%.
Report is 5 commits behind head on main.
The diff coverage is n/a.

❗ Current head 3f5800a differs from pull request most recent head 5e17271. Consider uploading reports for the commit 5e17271 to get more accurate results

@@            Coverage Diff             @@
##             main    #1592      +/-   ##
==========================================
- Coverage   97.88%   97.87%   -0.01%     
==========================================
  Files         634      628       -6     
  Lines        4306     4286      -20     
  Branches     1612     1604       -8     
==========================================
- Hits         4215     4195      -20     
  Misses         91       91              

see 9 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nx/eslint-plugin-16.10.0 branch from 3f5800a to 5e17271 Compare October 31, 2023 16:31
@andresin87 andresin87 merged commit 347ee41 into main Nov 2, 2023
7 checks passed
@andresin87 andresin87 deleted the dependabot/npm_and_yarn/nx/eslint-plugin-16.10.0 branch November 2, 2023 08:18
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.

2 participants