@nrwl/linter 14.7.6-beta.7 → 14.7.7

Sign up to get free protection for your applications and to get access to all the features.
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-beta.7](https://github.com/nrwl/nx/compare/14.7.5...14.7.6-beta.7) (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/linter
package/README.md CHANGED
@@ -73,7 +73,7 @@ npx add-nx-to-monorepo@latest
73
73
  A few links to help you get started:
74
74
 
75
75
  - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
76
- - [Tutorial: Adding Nx to an Existing Monorepo](https://nx.dev/migration/adding-to-monorepo)
76
+ - [Tutorial: Adding Nx to an Existing Monorepo](/recipe/adding-to-monorepo)
77
77
  - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
78
78
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
79
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/linter",
3
- "version": "14.7.6-beta.7",
3
+ "version": "14.7.7",
4
4
  "private": false,
5
5
  "description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
6
6
  "repository": {
@@ -34,10 +34,10 @@
34
34
  "eslint": "^8.0.0"
35
35
  },
36
36
  "dependencies": {
37
- "@nrwl/devkit": "14.7.6-beta.7",
38
- "@nrwl/jest": "14.7.6-beta.7",
37
+ "@nrwl/devkit": "14.7.7",
38
+ "@nrwl/jest": "14.7.7",
39
39
  "@phenomnomnominal/tsquery": "4.1.1",
40
- "nx": "14.7.6-beta.7",
40
+ "nx": "14.7.7",
41
41
  "tmp": "~0.2.1",
42
42
  "tslib": "^2.3.0"
43
43
  },
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "807430d16f21bdb79dff640fe7f106b2d967cfcf"
52
+ "gitHead": "8e0271f73a322430aee83888b74bcfd0d37b51c7"
53
53
  }