@nrwl/eslint-plugin-nx 14.7.6 → 14.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [14.7.6](https://github.com/nrwl/nx/compare/14.7.5...14.7.6) (2022-09-19)
6
+ ## [14.7.7](https://github.com/nrwl/nx/compare/14.7.6...14.7.7) (2022-09-20)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/eslint-plugin-nx
package/README.md CHANGED
@@ -75,7 +75,7 @@ npx add-nx-to-monorepo@latest
75
75
  A few links to help you get started:
76
76
 
77
77
  - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
78
- - [Tutorial: Adding Nx to an Existing Monorepo](https://nx.dev/migration/adding-to-monorepo)
78
+ - [Tutorial: Adding Nx to an Existing Monorepo](/recipe/adding-to-monorepo)
79
79
  - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
80
80
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/eslint-plugin-nx",
3
- "version": "14.7.6",
3
+ "version": "14.7.7",
4
4
  "private": false,
5
5
  "description": "The ESLint Plugin for Nx contains a collection of recommended ESLint rule configurations wrapped as ESLint plugins and an Nx specific enforce-module-boundaries rule.",
6
6
  "repository": {
@@ -33,8 +33,8 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@nrwl/devkit": "14.7.6",
37
- "@nrwl/workspace": "14.7.6",
36
+ "@nrwl/devkit": "14.7.7",
37
+ "@nrwl/workspace": "14.7.7",
38
38
  "@typescript-eslint/utils": "^5.36.1",
39
39
  "chalk": "4.1.0",
40
40
  "confusing-browser-globals": "^1.0.9",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "af92e4ca6cb02f71307f85f532ef5ac532718a1c"
46
+ "gitHead": "8e0271f73a322430aee83888b74bcfd0d37b51c7"
47
47
  }