@nrwl/linter 14.1.7 → 14.1.8-beta.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [14.1.8-beta.0](https://github.com/nrwl/nx/compare/14.1.5...14.1.8-beta.0) (2022-05-20)
7
+
8
+ **Note:** Version bump only for package @nrwl/linter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/linter",
3
- "version": "14.1.7",
3
+ "version": "14.1.8-beta.0",
4
4
  "description": "The Linter plugin contains executors, generator, plugin and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,9 +33,9 @@
33
33
  "eslint": "^8.0.0"
34
34
  },
35
35
  "dependencies": {
36
+ "@nrwl/devkit": "14.1.8-beta.0",
37
+ "@nrwl/jest": "14.1.8-beta.0",
36
38
  "@phenomnomnominal/tsquery": "4.1.1",
37
- "@nrwl/devkit": "14.1.7",
38
- "@nrwl/jest": "14.1.7",
39
39
  "tmp": "~0.2.1",
40
40
  "tslib": "^2.3.0"
41
41
  },
@@ -43,5 +43,6 @@
43
43
  "eslint": {
44
44
  "optional": true
45
45
  }
46
- }
47
- }
46
+ },
47
+ "gitHead": "124fd7d206eef69c73f8aca93efc2604cc682357"
48
+ }
@@ -1,4 +1,4 @@
1
- export declare const nxVersion = "*";
1
+ export declare const nxVersion: any;
2
2
  export declare const tslintVersion = "~6.1.0";
3
3
  export declare const tslintToEslintConfigVersion = "^2.4.0";
4
4
  export declare const buildAngularVersion = "~13.3.0";
@@ -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 = '14.1.7';
4
+ exports.nxVersion = require('../../package.json').version;
5
5
  exports.tslintVersion = '~6.1.0';
6
6
  exports.tslintToEslintConfigVersion = '^2.4.0';
7
7
  exports.buildAngularVersion = '~13.3.0';
@@ -1 +1 @@
1
- {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/linter/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,GAAG,CAAC;AAEhB,QAAA,aAAa,GAAG,QAAQ,CAAC;AACzB,QAAA,2BAA2B,GAAG,QAAQ,CAAC;AACvC,QAAA,mBAAmB,GAAG,SAAS,CAAC;AAEhC,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,2BAA2B,GAAG,OAAO,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,aAAa,GAAG,QAAQ,CAAC;AACzB,QAAA,2BAA2B,GAAG,QAAQ,CAAC;AACvC,QAAA,mBAAmB,GAAG,SAAS,CAAC;AAEhC,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,2BAA2B,GAAG,OAAO,CAAC"}