@nrwl/linter 13.3.7 → 13.3.12
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 +3 -3
- package/package.json +3 -3
- package/src/utils/versions.js +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build
|
|
1
|
+
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
|
|
2
2
|
|
|
3
3
|
<div style="text-align: center;">
|
|
4
4
|
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
|
|
20
20
|
## What is Nx?
|
|
21
21
|
|
|
22
|
-
🔎 **Smart, Extensible Build
|
|
22
|
+
🔎 **Smart, Fast and Extensible Build System**
|
|
23
23
|
|
|
24
|
-
Nx is a smart and extensible build
|
|
24
|
+
Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
|
|
25
25
|
|
|
26
26
|
### Best-in-Class Support for Monorepos
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/linter",
|
|
3
|
-
"version": "13.3.
|
|
3
|
+
"version": "13.3.12",
|
|
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.12",
|
|
35
|
+
"@nrwl/jest": "13.3.12",
|
|
36
36
|
"eslint": "8.2.0",
|
|
37
37
|
"glob": "7.1.4",
|
|
38
38
|
"minimatch": "3.0.4",
|
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.12';
|
|
5
5
|
exports.tslintVersion = '~6.1.0';
|
|
6
6
|
exports.tslintToEslintConfigVersion = '^2.4.0';
|
|
7
7
|
exports.buildAngularVersion = '~13.1.0';
|