@nrwl/linter 15.4.0-rc.1 → 15.4.0-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/package.json +8 -35
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
|
-
# [15.4.0-rc.
|
6
|
+
# [15.4.0-rc.2](https://github.com/nrwl/nx/compare/15.3.3...15.4.0-rc.2) (2022-12-22)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @nrwl/linter
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nrwl/linter",
|
3
|
-
"version": "15.4.0-rc.
|
3
|
+
"version": "15.4.0-rc.2",
|
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": {
|
@@ -29,41 +29,14 @@
|
|
29
29
|
},
|
30
30
|
"builders": "./executors.json",
|
31
31
|
"schematics": "./generators.json",
|
32
|
+
"peerDependencies": {
|
33
|
+
"eslint": "^8.0.0"
|
34
|
+
},
|
32
35
|
"dependencies": {
|
33
|
-
"@
|
34
|
-
"@angular/compiler-cli": "15.0.1",
|
35
|
-
"@jest/reporters": "28.1.1",
|
36
|
-
"@jest/test-result": "28.1.3",
|
37
|
-
"@jest/types": "28.1.3",
|
38
|
-
"@nrwl/devkit": "15.4.0-rc.1",
|
36
|
+
"@nrwl/devkit": "15.4.0-rc.2",
|
39
37
|
"@phenomnomnominal/tsquery": "4.1.1",
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"@yarnpkg/lockfile": "1.1.0",
|
43
|
-
"@yarnpkg/parsers": "3.0.0-rc.26",
|
44
|
-
"@zkochan/js-yaml": "0.0.6",
|
45
|
-
"axios": "1.0.0",
|
46
|
-
"cli-cursor": "3.1.0",
|
47
|
-
"cli-spinners": "2.6.1",
|
48
|
-
"cliui": "7.0.4",
|
49
|
-
"enquirer": "2.3.6",
|
50
|
-
"expect": "28.1.3",
|
51
|
-
"fast-glob": "3.2.7",
|
52
|
-
"figures": "3.2.0",
|
53
|
-
"glob": "7.1.4",
|
54
|
-
"jest-config": "28.1.3",
|
55
|
-
"jest-resolve": "28.1.3",
|
56
|
-
"jest-util": "28.1.3",
|
57
|
-
"npm-run-path": "4.0.1",
|
58
|
-
"process": "0.11.10",
|
59
|
-
"resolve.exports": "1.1.0",
|
60
|
-
"string-width": "4.2.3",
|
61
|
-
"strong-log-transformer": "2.1.0",
|
62
|
-
"tmp": "0.2.1",
|
63
|
-
"tslib": "2.4.0",
|
64
|
-
"url": "0.11.0",
|
65
|
-
"util": "0.11.1",
|
66
|
-
"v8-compile-cache": "2.3.0"
|
38
|
+
"tmp": "~0.2.1",
|
39
|
+
"tslib": "^2.3.0"
|
67
40
|
},
|
68
41
|
"peerDependenciesMeta": {
|
69
42
|
"eslint": {
|
@@ -74,5 +47,5 @@
|
|
74
47
|
"access": "public"
|
75
48
|
},
|
76
49
|
"types": "./index.d.ts",
|
77
|
-
"gitHead": "
|
50
|
+
"gitHead": "8572eed44ebe9ffd6eb492a92e034b865537cdfc"
|
78
51
|
}
|