@nrwl/linter 13.3.8 → 13.3.9

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 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 Framework"></p>
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 Framework**
22
+ 🔎 **Smart, Fast and Extensible Build System**
23
23
 
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, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more.
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.8",
3
+ "version": "13.3.9",
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.8",
35
- "@nrwl/jest": "13.3.8",
34
+ "@nrwl/devkit": "13.3.9",
35
+ "@nrwl/jest": "13.3.9",
36
36
  "eslint": "8.2.0",
37
37
  "glob": "7.1.4",
38
38
  "minimatch": "3.0.4",
@@ -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.8';
4
+ exports.nxVersion = '13.3.9';
5
5
  exports.tslintVersion = '~6.1.0';
6
6
  exports.tslintToEslintConfigVersion = '^2.4.0';
7
7
  exports.buildAngularVersion = '~13.1.0';