@o3r/eslint-plugin 11.0.0-prerelease.5 → 11.0.0-prerelease.50
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/package.json +32 -23
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/eslint-plugin",
|
|
3
|
-
"version": "11.0.0-prerelease.
|
|
3
|
+
"version": "11.0.0-prerelease.50",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"description": "The module provides in-house eslint plugins to use in your own eslint configuration.",
|
|
8
|
-
"main": "
|
|
8
|
+
"main": "src/public_api.js",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"eslint",
|
|
11
11
|
"eslint-plugin",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@typescript-eslint/utils": "~7.
|
|
27
|
+
"@typescript-eslint/utils": "~7.14.1",
|
|
28
28
|
"globby": "^11.1.0",
|
|
29
29
|
"semver": "^7.5.2",
|
|
30
30
|
"tslib": "^2.6.2",
|
|
@@ -42,47 +42,52 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@angular-eslint/template-parser": "~
|
|
46
|
-
"@angular-eslint/utils": "~
|
|
47
|
-
"@angular/compiler": "~
|
|
48
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
45
|
+
"@angular-eslint/template-parser": "~18.0.0",
|
|
46
|
+
"@angular-eslint/test-utils": "~18.0.0",
|
|
47
|
+
"@angular/compiler": "~18.0.0",
|
|
48
|
+
"@stylistic/eslint-plugin-ts": "^2.0.0",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
50
50
|
"@typescript-eslint/parser": "^7.0.1",
|
|
51
|
-
"eslint": "^
|
|
51
|
+
"@typescript-eslint/rule-tester": "^7.11.0",
|
|
52
|
+
"eslint": "^8.57.0",
|
|
52
53
|
"jsonc-eslint-parser": "~2.4.0",
|
|
53
54
|
"yaml-eslint-parser": "^1.2.2"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
|
-
"@angular-devkit/core": "~
|
|
57
|
-
"@angular-devkit/schematics": "~
|
|
58
|
-
"@angular-eslint/eslint-plugin": "~
|
|
59
|
-
"@angular-eslint/template-parser": "~
|
|
60
|
-
"@angular-eslint/utils": "~
|
|
61
|
-
"@angular/compiler": "~
|
|
57
|
+
"@angular-devkit/core": "~18.0.0",
|
|
58
|
+
"@angular-devkit/schematics": "~18.0.0",
|
|
59
|
+
"@angular-eslint/eslint-plugin": "~18.0.0",
|
|
60
|
+
"@angular-eslint/template-parser": "~18.0.0",
|
|
61
|
+
"@angular-eslint/test-utils": "~18.0.0",
|
|
62
|
+
"@angular/compiler": "~18.0.0",
|
|
62
63
|
"@babel/core": "~7.24.0",
|
|
63
64
|
"@babel/preset-typescript": "~7.24.0",
|
|
64
65
|
"@compodoc/compodoc": "^1.1.19",
|
|
65
|
-
"@
|
|
66
|
-
"@nx/
|
|
67
|
-
"@
|
|
68
|
-
"@o3r/
|
|
69
|
-
"@
|
|
66
|
+
"@eslint/eslintrc": "^3.0.0",
|
|
67
|
+
"@nx/eslint-plugin": "~19.3.0",
|
|
68
|
+
"@nx/jest": "~19.3.0",
|
|
69
|
+
"@o3r/build-helpers": "^11.0.0-prerelease.50",
|
|
70
|
+
"@o3r/test-helpers": "^11.0.0-prerelease.50",
|
|
71
|
+
"@stylistic/eslint-plugin-ts": "^2.0.0",
|
|
70
72
|
"@types/jest": "~29.5.2",
|
|
71
73
|
"@types/node": "^20.0.0",
|
|
72
74
|
"@types/semver": "^7.3.13",
|
|
73
75
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
74
76
|
"@typescript-eslint/parser": "^7.2.0",
|
|
77
|
+
"@typescript-eslint/rule-tester": "~7.13.1",
|
|
75
78
|
"cpy-cli": "^5.0.0",
|
|
76
79
|
"eslint": "^8.57.0",
|
|
77
|
-
"eslint-plugin-jest": "~
|
|
80
|
+
"eslint-plugin-jest": "~28.6.0",
|
|
78
81
|
"eslint-plugin-jsdoc": "~48.2.1",
|
|
79
82
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
80
|
-
"eslint-plugin-unicorn": "^
|
|
83
|
+
"eslint-plugin-unicorn": "^54.0.0",
|
|
81
84
|
"jest": "~29.7.0",
|
|
82
85
|
"jest-junit": "~16.0.0",
|
|
83
86
|
"jsonc-eslint-parser": "~2.4.0",
|
|
84
|
-
"nx": "~
|
|
87
|
+
"nx": "~19.3.0",
|
|
88
|
+
"pid-from-port": "^1.1.3",
|
|
85
89
|
"rimraf": "^5.0.1",
|
|
90
|
+
"semver": "^7.5.2",
|
|
86
91
|
"ts-jest": "~29.1.2",
|
|
87
92
|
"type-fest": "^4.10.2",
|
|
88
93
|
"typescript": "~5.4.2",
|
|
@@ -118,6 +123,7 @@
|
|
|
118
123
|
},
|
|
119
124
|
{
|
|
120
125
|
"name": "Stephane Dalle",
|
|
126
|
+
"url": "https://github.com/sdalle-1A",
|
|
121
127
|
"email": "sdalle-1A@users.noreply.github.com"
|
|
122
128
|
},
|
|
123
129
|
{
|
|
@@ -152,7 +158,10 @@
|
|
|
152
158
|
}
|
|
153
159
|
],
|
|
154
160
|
"bugs": "https://github.com/AmadeusITGroup/otter/issues",
|
|
155
|
-
"repository":
|
|
161
|
+
"repository": {
|
|
162
|
+
"type": "git",
|
|
163
|
+
"url": "git+https://github.com/AmadeusITGroup/otter.git"
|
|
164
|
+
},
|
|
156
165
|
"license": "BSD-3-Clause",
|
|
157
166
|
"homepage": "https://amadeusitgroup.github.io/otter/"
|
|
158
167
|
}
|