@nrwl/linter 12.5.5 → 12.5.8
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/README.md +5 -1
- package/package.json +2 -2
- package/src/utils/versions.js +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,11 @@
|
|
|
21
21
|
|
|
22
22
|
🔎 **Smart, Extensible Build Framework**
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more.
|
|
25
|
+
|
|
26
|
+
### Best-in-Class Support for Monorepos
|
|
27
|
+
|
|
28
|
+
<strong>Nx</strong> provides distributed graph-based task execution and computation caching.
|
|
25
29
|
|
|
26
30
|
<strong>Nx</strong> is smart. It analyzes your workspace and figures out what can be affected by every code change.
|
|
27
31
|
That's why Nx doesn't rebuild and retest everything on every commit--<strong>it only rebuilds what is necessary</strong>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/linter",
|
|
3
|
-
"version": "12.5.
|
|
3
|
+
"version": "12.5.8",
|
|
4
4
|
"description": "Lint Plugin for Nx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"builders": "./builders.json",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@nrwl/devkit": "12.5.
|
|
31
|
+
"@nrwl/devkit": "12.5.8",
|
|
32
32
|
"glob": "7.1.4",
|
|
33
33
|
"minimatch": "3.0.4",
|
|
34
34
|
"tmp": "~0.2.1",
|
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 = '12.5.
|
|
4
|
+
exports.nxVersion = '12.5.8';
|
|
5
5
|
exports.tslintVersion = '~6.1.0';
|
|
6
6
|
exports.tslintToEslintConfigVersion = '^2.4.0';
|
|
7
7
|
exports.buildAngularVersion = '^12.0.0';
|