@o3r/eslint-plugin 8.4.0-alpha.8 → 9.0.0-alpha.1
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 +38 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/eslint-plugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0-alpha.1",
|
|
4
4
|
"description": "The module provides in-house eslint plugins to use in your own eslint configuration.",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"keywords": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@typescript-eslint/experimental-utils": "^5.3.0",
|
|
25
|
-
"tslib": "^2.
|
|
25
|
+
"tslib": "^2.5.3"
|
|
26
26
|
},
|
|
27
27
|
"peerDependenciesMeta": {
|
|
28
28
|
"@angular-eslint/template-parser": {
|
|
@@ -30,64 +30,69 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@angular-eslint/template-parser": "~
|
|
34
|
-
"@angular-eslint/utils": "~
|
|
35
|
-
"@angular/compiler": "~
|
|
33
|
+
"@angular-eslint/template-parser": "~16.0.3",
|
|
34
|
+
"@angular-eslint/utils": "~16.0.3",
|
|
35
|
+
"@angular/compiler": "~16.0.5",
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
|
37
37
|
"@typescript-eslint/parser": "^5.9.0",
|
|
38
38
|
"eslint": "^8.22.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@angular-devkit/core": "~
|
|
42
|
-
"@angular-devkit/schematics": "~
|
|
43
|
-
"@angular-eslint/eslint-plugin": "~
|
|
44
|
-
"@angular-eslint/template-parser": "~
|
|
45
|
-
"@angular-eslint/utils": "~
|
|
46
|
-
"@angular/compiler": "~
|
|
41
|
+
"@angular-devkit/core": "~16.0.5",
|
|
42
|
+
"@angular-devkit/schematics": "~16.0.5",
|
|
43
|
+
"@angular-eslint/eslint-plugin": "~16.0.3",
|
|
44
|
+
"@angular-eslint/template-parser": "~16.0.3",
|
|
45
|
+
"@angular-eslint/utils": "~16.0.3",
|
|
46
|
+
"@angular/compiler": "~16.0.5",
|
|
47
47
|
"@babel/core": "~7.22.0",
|
|
48
48
|
"@babel/preset-typescript": "~7.22.0",
|
|
49
49
|
"@compodoc/compodoc": "^1.1.19",
|
|
50
|
-
"@
|
|
51
|
-
"@o3r/build-helpers": "^
|
|
52
|
-
"@o3r/eslint-plugin": "^
|
|
53
|
-
"@types/jest": "~
|
|
54
|
-
"@types/node": "^
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
56
|
-
"@typescript-eslint/parser": "^5.
|
|
50
|
+
"@nx/jest": "~16.3.2",
|
|
51
|
+
"@o3r/build-helpers": "^9.0.0-alpha.1",
|
|
52
|
+
"@o3r/eslint-plugin": "^9.0.0-alpha.1",
|
|
53
|
+
"@types/jest": "~29.5.2",
|
|
54
|
+
"@types/node": "^18.0.0",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
56
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
57
57
|
"cpy-cli": "^4.2.0",
|
|
58
|
-
"eslint": "^8.
|
|
59
|
-
"eslint-plugin-jest": "^
|
|
58
|
+
"eslint": "^8.42.0",
|
|
59
|
+
"eslint-plugin-jest": "^27.2.1",
|
|
60
60
|
"eslint-plugin-jsdoc": "^39.3.6",
|
|
61
61
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
62
|
-
"eslint-plugin-unicorn": "^
|
|
63
|
-
"jest": "~
|
|
64
|
-
"jest-junit": "^
|
|
65
|
-
"nx": "~
|
|
66
|
-
"rimraf": "^
|
|
67
|
-
"ts-jest": "^
|
|
68
|
-
"typescript": "~
|
|
62
|
+
"eslint-plugin-unicorn": "^47.0.0",
|
|
63
|
+
"jest": "~29.5.0",
|
|
64
|
+
"jest-junit": "^16.0.0",
|
|
65
|
+
"nx": "~16.3.2",
|
|
66
|
+
"rimraf": "^5.0.0",
|
|
67
|
+
"ts-jest": "^29.1.0",
|
|
68
|
+
"typescript": "~5.0.2"
|
|
69
69
|
},
|
|
70
70
|
"schematics": "./collection.json",
|
|
71
71
|
"types": "./src/public_api.d.ts",
|
|
72
72
|
"contributors": [
|
|
73
73
|
{
|
|
74
74
|
"name": "Yannick Adam",
|
|
75
|
+
"url": "https://github.com/yannickadam",
|
|
75
76
|
"email": "yannickadam@users.noreply.github.com"
|
|
76
77
|
},
|
|
77
78
|
{
|
|
78
79
|
"name": "Kilian Panot",
|
|
80
|
+
"url": "https://github.com/kpanot",
|
|
79
81
|
"email": "kpanot@users.noreply.github.com"
|
|
80
82
|
},
|
|
81
83
|
{
|
|
82
84
|
"name": "Jeremy Bourgeois",
|
|
85
|
+
"url": "https://github.com/jbourgeois-1A",
|
|
83
86
|
"email": "jbourgeois-1A@users.noreply.github.com"
|
|
84
87
|
},
|
|
85
88
|
{
|
|
86
89
|
"name": "Pierre Henri Ginoux",
|
|
90
|
+
"url": "https://github.com/pginoux-1A",
|
|
87
91
|
"email": "pginoux-1A@users.noreply.github.com"
|
|
88
92
|
},
|
|
89
93
|
{
|
|
90
94
|
"name": "Mircea Vasile Rednic",
|
|
95
|
+
"url": "https://github.com/mrednic-1A",
|
|
91
96
|
"email": "mrednic-1A@users.noreply.github.com"
|
|
92
97
|
},
|
|
93
98
|
{
|
|
@@ -96,26 +101,32 @@
|
|
|
96
101
|
},
|
|
97
102
|
{
|
|
98
103
|
"name": "Nicolas Hoffmann",
|
|
104
|
+
"url": "https://github.com/nhoffmann-1A",
|
|
99
105
|
"email": "nhoffmann-1A@users.noreply.github.com"
|
|
100
106
|
},
|
|
101
107
|
{
|
|
102
108
|
"name": "Victor Scaiceanu",
|
|
109
|
+
"url": "https://github.com/vscaiceanu-1a",
|
|
103
110
|
"email": "vscaiceanu-1A@users.noreply.github.com"
|
|
104
111
|
},
|
|
105
112
|
{
|
|
106
113
|
"name": "Florian Paul",
|
|
114
|
+
"url": "https://github.com/fpaul-1A",
|
|
107
115
|
"email": "fpaul-1A@users.noreply.github.com"
|
|
108
116
|
},
|
|
109
117
|
{
|
|
110
118
|
"name": "Corinne Paulve",
|
|
119
|
+
"url": "https://github.com/cpaulve-1A",
|
|
111
120
|
"email": "cpaulve-1A@users.noreply.github.com"
|
|
112
121
|
},
|
|
113
122
|
{
|
|
114
123
|
"name": "Matthieu Crouzet",
|
|
124
|
+
"url": "https://github.com/matthieu-crouzet",
|
|
115
125
|
"email": "matthieu-crouzet@users.noreply.github.com"
|
|
116
126
|
},
|
|
117
127
|
{
|
|
118
128
|
"name": "Salome Do",
|
|
129
|
+
"url": "https://github.com/sdo-1A",
|
|
119
130
|
"email": "sdo-1A@users.noreply.github.com"
|
|
120
131
|
}
|
|
121
132
|
],
|