@nrwl/linter 15.1.1 → 15.2.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/README.md +0 -1
- package/package.json +5 -5
- package/src/utils/versions.d.ts +0 -1
- package/src/utils/versions.js +1 -2
- package/src/utils/versions.js.map +1 -1
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
|
-
|
6
|
+
# [15.2.0-beta.1](https://github.com/nrwl/nx/compare/15.1.0...15.2.0-beta.1) (2022-11-17)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @nrwl/linter
|
package/README.md
CHANGED
@@ -55,7 +55,6 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
|
|
55
55
|
express [a workspace with a single Express application]
|
56
56
|
web components [a workspace with a single app built using web components]
|
57
57
|
react-native [a workspace with a single React Native application]
|
58
|
-
react-express [a workspace with a full stack application (React + Express)]
|
59
58
|
```
|
60
59
|
|
61
60
|
Select the preset that works best for you
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nrwl/linter",
|
3
|
-
"version": "15.
|
3
|
+
"version": "15.2.0-beta.1",
|
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": {
|
@@ -33,10 +33,10 @@
|
|
33
33
|
"eslint": "^8.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@nrwl/devkit": "15.
|
37
|
-
"@nrwl/jest": "15.
|
36
|
+
"@nrwl/devkit": "15.2.0-beta.1",
|
37
|
+
"@nrwl/jest": "15.2.0-beta.1",
|
38
38
|
"@phenomnomnominal/tsquery": "4.1.1",
|
39
|
-
"nx": "15.
|
39
|
+
"nx": "15.2.0-beta.1",
|
40
40
|
"tmp": "~0.2.1",
|
41
41
|
"tslib": "^2.3.0"
|
42
42
|
},
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"access": "public"
|
50
50
|
},
|
51
51
|
"types": "./index.d.ts",
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "486028118fca1f4feeefe63ecde8952f31d8750b"
|
53
53
|
}
|
package/src/utils/versions.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
export declare const nxVersion: any;
|
2
2
|
export declare const tslintToEslintConfigVersion = "^2.13.0";
|
3
|
-
export declare const buildAngularVersion = "~14.2.0";
|
4
3
|
export declare const typescriptESLintVersion = "^5.36.1";
|
5
4
|
export declare const eslintVersion = "~8.15.0";
|
6
5
|
export declare const eslintConfigPrettierVersion = "8.1.0";
|
package/src/utils/versions.js
CHANGED
@@ -1,9 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.
|
3
|
+
exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.tslintToEslintConfigVersion = exports.nxVersion = void 0;
|
4
4
|
exports.nxVersion = require('../../package.json').version;
|
5
5
|
exports.tslintToEslintConfigVersion = '^2.13.0';
|
6
|
-
exports.buildAngularVersion = '~14.2.0';
|
7
6
|
exports.typescriptESLintVersion = '^5.36.1';
|
8
7
|
exports.eslintVersion = '~8.15.0';
|
9
8
|
exports.eslintConfigPrettierVersion = '8.1.0';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/linter/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,2BAA2B,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/linter/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,2BAA2B,GAAG,SAAS,CAAC;AAExC,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,2BAA2B,GAAG,OAAO,CAAC"}
|