Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps @nrwl/eslint-plugin-nx from 15.5.1 to 15.8.1.

Release notes

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

15.8.1

15.8.1 (2023-02-28)

Note: Version bump only for package @​nrwl/nx-source

15.8.0

15.8.0 (2023-02-28)

Bug Fixes

  • core: listing plugin capabilities causes issues when returning null (#15308) (031005f)
  • core: nx affected should not differ if in child directory (#15304) (22970b8)
  • core: nx connect should work for encapsulated repos (#15310) (94d2162)
  • core: replace require(path/posix) for better node compatibility range (#15307) (1975181)
  • angular: bump generated rxjs version (#15054) (0385682)
  • core: run migrations with sync host (#15010) (3eeb4a3)
  • js: don't read dependency package.json if it doesn't exist (#15037) (497a90e)
  • react: add override to class component render() method (#13743) (15d5acd)
  • storybook: dont touch config if is already using new schema (#15056) (3d89a02)
  • storybook: make v7 generator ignore uiFramework (#15023) (a364dab)
  • vite: explicitly export type instead of a value from d.ts files (#15029) (8ce0b3c)
  • angular: handle projects without name in angular cli adapter (#15089) (2011e29)
  • angular: support large buffers in angular cli adapter (#15082) (a1a1cda)
  • angular: use sync host when generating code with angular cli schematics (#15137) (891e7e6)
  • angular: write config correctly when using the angular cli adapter (#15133) (61e28c6)
  • core: fix setting of the interactive env var (#15084) (2a76e20)
  • core: misc encapuslated mode fixes (#15075) (804cb95)
  • core: normalize project config paths to properly match them when combining them (#15149) (3b056e5)
  • core: nx plugin cache should load new plugins (#15072) (e575c49)
  • js: do not generate tsconfig.base.json when creating standalone projects (#15099) (71fd015)
  • misc: isCI should return a boolean (2899b3a)
  • node: support custom import paths based on tsconfig when building node apps (#15154) (a45d52e)
  • nx-plugin: local plugin execution should work with ts-node (#15066) (6ff04d5)
  • react: install @​nrwl/webpack when migrating (#15062) (bb51e98)
  • webpack: add babelUpwardRootMode (#15061) (5d54f71)
  • webpack: restore supporting a configuration array (#14977) (2a77436)
  • angular: add routes correctly (#15171) (0f95773)
  • angular: allow boolean usage of the prompts (#15083) (e053e06)
  • bundling: libs generated with @nrwl/js:lib --bundler rollup should build (#15179) (73bc2e1)
  • core: fix lock file parsing issues (#15052) (f71865f)
  • core: generator prompt should not throw in encapsulated mode (#15182) (902f644)
  • core: target project locator should handle node:module imports (#15104) (3b5adfd)
  • core: workspaceRoot/node_modules/.bin should be in path during nx exec (#15165) (7a1bc34)
  • detox: Update rn and expo buildTargets (#15073) (828eff7)
  • js: default build should work when rollup is selected (#14971) (eb977bf)
  • js: refactor ensurePackage (#15074) (fa6e8ea)
  • linter: check for source package.json on banTransitiveDependencies (#15169) (bacd875)
  • misc: remove generator should not warn of nested projects on windows for non-nested-project (#15162) (356ce90)
  • react: fix skipRemotes in moduleFederationDevServer (#14172) (ba73775)

... (truncated)

Commits
  • 92610fe chore(repo): update nx to 15.8.0-beta.7 (#15293)
  • 84fedf3 Revert "chore(repo): update nx to 15.8.0-beta.6" (#15274)
  • 3c50474 chore(repo): update nx to 15.8.0-beta.6 (#15247)
  • a815be5 fix(core): ignored directories should never contain projects (#15242)
  • bacd875 fix(linter): check for source package.json on banTransitiveDependencies (#15169)
  • 8d4855d feat(core): add full dependency information to project graph file dependencie...
  • 8db4673 fix(linter): ng-package.json format (#14996)
  • 8165459 feat(linter): add support for full regexes in tag matching (#14982)
  • ed5ad1e chore(repo): fix failing eslint test (#14759)
  • fecf7fb feat(core): add native node bindings for hashing (#14476)
  • Additional commits viewable 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 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 [@nrwl/eslint-plugin-nx](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin-nx) from 15.5.1 to 15.8.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/15.8.1/packages/eslint-plugin-nx)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
@dependabot dependabot bot requested a review from oltionzefi March 1, 2023 15:39
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