@nrwl/linter 15.1.0 → 15.2.0-beta.0

Sign up to get free protection for your applications and to get access to all the features.
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
- # [15.1.0](https://github.com/nrwl/nx/compare/15.0.7...15.1.0) (2022-11-15)
6
+ # [15.2.0-beta.0](https://github.com/nrwl/nx/compare/15.1.0...15.2.0-beta.0) (2022-11-17)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/linter
package/README.md CHANGED
@@ -55,7 +55,6 @@ The `create-nx-workspace` command will ask you to select a preset, which will co
55
55
  express [a workspace with a single Express application]
56
56
  web components [a workspace with a single app built using web components]
57
57
  react-native [a workspace with a single React Native application]
58
- react-express [a workspace with a full stack application (React + Express)]
59
58
  ```
60
59
 
61
60
  Select the preset that works best for you
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/linter",
3
- "version": "15.1.0",
3
+ "version": "15.2.0-beta.0",
4
4
  "private": false,
5
5
  "description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
6
6
  "repository": {
@@ -33,10 +33,10 @@
33
33
  "eslint": "^8.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@nrwl/devkit": "15.1.0",
37
- "@nrwl/jest": "15.1.0",
36
+ "@nrwl/devkit": "15.2.0-beta.0",
37
+ "@nrwl/jest": "15.2.0-beta.0",
38
38
  "@phenomnomnominal/tsquery": "4.1.1",
39
- "nx": "15.1.0",
39
+ "nx": "15.2.0-beta.0",
40
40
  "tmp": "~0.2.1",
41
41
  "tslib": "^2.3.0"
42
42
  },
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "types": "./index.d.ts",
52
- "gitHead": "c2d4bf5fc8119abc00c16f96fd6b25b9385f894e"
52
+ "gitHead": "b084dddff06a717f6dea817bb984e49c1eb61f55"
53
53
  }
@@ -1,6 +1,5 @@
1
1
  export declare const nxVersion: any;
2
2
  export declare const tslintToEslintConfigVersion = "^2.13.0";
3
- export declare const buildAngularVersion = "~14.2.0";
4
3
  export declare const typescriptESLintVersion = "^5.36.1";
5
4
  export declare const eslintVersion = "~8.15.0";
6
5
  export declare const eslintConfigPrettierVersion = "8.1.0";
@@ -1,9 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.buildAngularVersion = exports.tslintToEslintConfigVersion = exports.nxVersion = void 0;
3
+ exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.tslintToEslintConfigVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
5
  exports.tslintToEslintConfigVersion = '^2.13.0';
6
- exports.buildAngularVersion = '~14.2.0';
7
6
  exports.typescriptESLintVersion = '^5.36.1';
8
7
  exports.eslintVersion = '~8.15.0';
9
8
  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,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"}
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,2BAA2B,GAAG,SAAS,CAAC;AAExC,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,2BAA2B,GAAG,OAAO,CAAC"}