@nrwl/linter 15.4.0-beta.3 → 15.4.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +35 -8
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.4.0-beta.3](https://github.com/nrwl/nx/compare/15.3.3...15.4.0-beta.3) (2022-12-19)
6
+ # [15.4.0-rc.1](https://github.com/nrwl/nx/compare/15.3.3...15.4.0-rc.1) (2022-12-21)
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": "15.4.0-beta.3",
3
+ "version": "15.4.0-rc.1",
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": {
@@ -29,14 +29,41 @@
29
29
  },
30
30
  "builders": "./executors.json",
31
31
  "schematics": "./generators.json",
32
- "peerDependencies": {
33
- "eslint": "^8.0.0"
34
- },
35
32
  "dependencies": {
36
- "@nrwl/devkit": "15.4.0-beta.3",
33
+ "@angular/compiler": "15.0.1",
34
+ "@angular/compiler-cli": "15.0.1",
35
+ "@jest/reporters": "28.1.1",
36
+ "@jest/test-result": "28.1.3",
37
+ "@jest/types": "28.1.3",
38
+ "@nrwl/devkit": "15.4.0-rc.1",
37
39
  "@phenomnomnominal/tsquery": "4.1.1",
38
- "tmp": "~0.2.1",
39
- "tslib": "^2.3.0"
40
+ "@types/node": "18.11.9",
41
+ "@typescript-eslint/parser": "5.38.1",
42
+ "@yarnpkg/lockfile": "1.1.0",
43
+ "@yarnpkg/parsers": "3.0.0-rc.26",
44
+ "@zkochan/js-yaml": "0.0.6",
45
+ "axios": "1.0.0",
46
+ "cli-cursor": "3.1.0",
47
+ "cli-spinners": "2.6.1",
48
+ "cliui": "7.0.4",
49
+ "enquirer": "2.3.6",
50
+ "expect": "28.1.3",
51
+ "fast-glob": "3.2.7",
52
+ "figures": "3.2.0",
53
+ "glob": "7.1.4",
54
+ "jest-config": "28.1.3",
55
+ "jest-resolve": "28.1.3",
56
+ "jest-util": "28.1.3",
57
+ "npm-run-path": "4.0.1",
58
+ "process": "0.11.10",
59
+ "resolve.exports": "1.1.0",
60
+ "string-width": "4.2.3",
61
+ "strong-log-transformer": "2.1.0",
62
+ "tmp": "0.2.1",
63
+ "tslib": "2.4.0",
64
+ "url": "0.11.0",
65
+ "util": "0.11.1",
66
+ "v8-compile-cache": "2.3.0"
40
67
  },
41
68
  "peerDependenciesMeta": {
42
69
  "eslint": {
@@ -47,5 +74,5 @@
47
74
  "access": "public"
48
75
  },
49
76
  "types": "./index.d.ts",
50
- "gitHead": "37dc336a0a618ba8decdbbfe95285f477de45f7d"
77
+ "gitHead": "84cc1c1b3a56c72a4d8f68ded12a178a82e656fa"
51
78
  }