@nrwl/linter 14.2.0-beta.5 → 14.2.0-rc.2

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 CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [14.2.0-beta.5](https://github.com/nrwl/nx/compare/14.1.9...14.2.0-beta.5) (2022-06-02)
6
+ # [14.2.0-rc.2](https://github.com/nrwl/nx/compare/14.1.9...14.2.0-rc.2) (2022-06-03)
7
7
 
8
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.2.0-beta.5",
3
+ "version": "14.2.0-rc.2",
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,10 +33,10 @@
33
33
  "eslint": "^8.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@nrwl/devkit": "14.2.0-beta.5",
37
- "@nrwl/jest": "14.2.0-beta.5",
36
+ "@nrwl/devkit": "14.2.0-rc.2",
37
+ "@nrwl/jest": "14.2.0-rc.2",
38
38
  "@phenomnomnominal/tsquery": "4.1.1",
39
- "nx": "14.2.0-beta.5",
39
+ "nx": "14.2.0-rc.2",
40
40
  "tmp": "~0.2.1",
41
41
  "tslib": "^2.3.0"
42
42
  },
@@ -45,5 +45,5 @@
45
45
  "optional": true
46
46
  }
47
47
  },
48
- "gitHead": "914f0ce707740743d2ca4ff08685bd5c574405da"
48
+ "gitHead": "26177d15af643cb85d6c94530b02c7b3c29bbf98"
49
49
  }
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const devkit_1 = require("@nrwl/devkit");
4
+ const lint_impl_1 = require("./lint.impl");
5
+ exports.default = (0, devkit_1.convertNxExecutor)(lint_impl_1.default);
6
+ //# sourceMappingURL=compat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compat.js","sourceRoot":"","sources":["../../../../../../packages/linter/src/executors/lint/compat.ts"],"names":[],"mappings":";;AAAA,yCAAiD;AACjD,2CAAmC;AAEnC,kBAAe,IAAA,0BAAiB,EAAC,mBAAQ,CAAC,CAAC"}
@@ -1,7 +1,7 @@
1
1
  export declare const nxVersion: any;
2
2
  export declare const tslintVersion = "~6.1.0";
3
3
  export declare const tslintToEslintConfigVersion = "^2.13.0";
4
- export declare const buildAngularVersion = "~14.0.0-rc.3";
4
+ export declare const buildAngularVersion = "~14.0.0";
5
5
  export declare const typescriptESLintVersion = "~5.24.0";
6
6
  export declare const eslintVersion = "~8.15.0";
7
7
  export declare const eslintConfigPrettierVersion = "8.1.0";
@@ -4,7 +4,7 @@ exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescript
4
4
  exports.nxVersion = require('../../package.json').version;
5
5
  exports.tslintVersion = '~6.1.0';
6
6
  exports.tslintToEslintConfigVersion = '^2.13.0';
7
- exports.buildAngularVersion = '~14.0.0-rc.3';
7
+ exports.buildAngularVersion = '~14.0.0';
8
8
  exports.typescriptESLintVersion = '~5.24.0';
9
9
  exports.eslintVersion = '~8.15.0';
10
10
  exports.eslintConfigPrettierVersion = '8.1.0';
@@ -1 +1 @@
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,SAAS,CAAC;AACxC,QAAA,mBAAmB,GAAG,cAAc,CAAC;AAErC,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,SAAS,CAAC;AACxC,QAAA,mBAAmB,GAAG,SAAS,CAAC;AAEhC,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,2BAA2B,GAAG,OAAO,CAAC"}