@nrwl/linter 13.3.0 → 13.3.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/linter",
|
|
3
|
-
"version": "13.3.
|
|
3
|
+
"version": "13.3.4",
|
|
4
4
|
"description": "Lint Plugin for Nx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"schematics": "./generators.json",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
34
|
-
"@nrwl/devkit": "13.3.
|
|
35
|
-
"@nrwl/jest": "13.3.
|
|
34
|
+
"@nrwl/devkit": "13.3.4",
|
|
35
|
+
"@nrwl/jest": "13.3.4",
|
|
36
36
|
"eslint": "8.2.0",
|
|
37
37
|
"glob": "7.1.4",
|
|
38
38
|
"minimatch": "3.0.4",
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
function run(_options, _context) {
|
|
5
5
|
return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
|
|
6
|
-
throw new Error(`"@nrwl/linter:lint" was deprecated in v10 and is no longer supported. Update your
|
|
6
|
+
throw new Error(`"@nrwl/linter:lint" was deprecated in v10 and is no longer supported. Update your project configuration to use "@nrwl/linter:eslint" builder instead.`);
|
|
7
7
|
});
|
|
8
8
|
}
|
|
9
9
|
exports.default = run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lint.impl.js","sourceRoot":"","sources":["../../../../../../packages/linter/src/executors/lint/lint.impl.ts"],"names":[],"mappings":";;;AAEA,SAA8B,GAAG,CAC/B,QAAa,EACb,QAAyB;;QAEzB,MAAM,IAAI,KAAK,CACb,
|
|
1
|
+
{"version":3,"file":"lint.impl.js","sourceRoot":"","sources":["../../../../../../packages/linter/src/executors/lint/lint.impl.ts"],"names":[],"mappings":";;;AAEA,SAA8B,GAAG,CAC/B,QAAa,EACb,QAAyB;;QAEzB,MAAM,IAAI,KAAK,CACb,uJAAuJ,CACxJ,CAAC;IACJ,CAAC;CAAA;AAPD,sBAOC"}
|
package/src/utils/versions.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.buildAngularVersion = exports.tslintToEslintConfigVersion = exports.tslintVersion = exports.nxVersion = void 0;
|
|
4
|
-
exports.nxVersion = '13.3.
|
|
4
|
+
exports.nxVersion = '13.3.4';
|
|
5
5
|
exports.tslintVersion = '~6.1.0';
|
|
6
6
|
exports.tslintToEslintConfigVersion = '^2.4.0';
|
|
7
7
|
exports.buildAngularVersion = '~13.0.0';
|