@ama-styling/stylelint-plugin 13.0.0-next.3 → 13.0.0-next.31
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 +33 -32
- package/schematics/ng-add/schema.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ama-styling/stylelint-plugin",
|
3
|
-
"version": "13.0.0-next.
|
3
|
+
"version": "13.0.0-next.31",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -23,14 +23,14 @@
|
|
23
23
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@o3r/schematics": "^13.0.0-next.
|
26
|
+
"@o3r/schematics": "^13.0.0-next.31",
|
27
27
|
"ts-node": "~10.9.2",
|
28
28
|
"tslib": "^2.6.2"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
31
|
-
"@angular-devkit/schematics": "^
|
32
|
-
"@o3r/schematics": "^13.0.0-next.
|
33
|
-
"@schematics/angular": "^
|
31
|
+
"@angular-devkit/schematics": "^20.0.0",
|
32
|
+
"@o3r/schematics": "^13.0.0-next.31",
|
33
|
+
"@schematics/angular": "^20.0.0",
|
34
34
|
"postcss": "^8.4.5",
|
35
35
|
"postcss-scss": "^4.0.9",
|
36
36
|
"stylelint": "^16.0.2"
|
@@ -47,56 +47,57 @@
|
|
47
47
|
}
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@angular-devkit/core": "~
|
51
|
-
"@angular-devkit/schematics": "~
|
52
|
-
"@angular/compiler": "~
|
53
|
-
"@babel/core": "~7.
|
54
|
-
"@babel/preset-env": "~7.
|
50
|
+
"@angular-devkit/core": "~20.0.0",
|
51
|
+
"@angular-devkit/schematics": "~20.0.0",
|
52
|
+
"@angular/compiler": "~20.0.0",
|
53
|
+
"@babel/core": "~7.28.0",
|
54
|
+
"@babel/preset-env": "~7.28.0",
|
55
55
|
"@babel/preset-typescript": "~7.27.0",
|
56
56
|
"@compodoc/compodoc": "^1.1.19",
|
57
57
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
58
|
-
"@nx/eslint-plugin": "~
|
59
|
-
"@nx/jest": "~
|
60
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
61
|
-
"@o3r/eslint-config": "^13.0.0-next.
|
62
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
63
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
64
|
-
"@schematics/angular": "~
|
65
|
-
"@stylistic/eslint-plugin": "~
|
58
|
+
"@nx/eslint-plugin": "~21.3.11",
|
59
|
+
"@nx/jest": "~21.3.11",
|
60
|
+
"@o3r/build-helpers": "^13.0.0-next.31",
|
61
|
+
"@o3r/eslint-config": "^13.0.0-next.31",
|
62
|
+
"@o3r/eslint-plugin": "^13.0.0-next.31",
|
63
|
+
"@o3r/test-helpers": "^13.0.0-next.31",
|
64
|
+
"@schematics/angular": "~20.0.0",
|
65
|
+
"@stylistic/eslint-plugin": "~5.2.0",
|
66
66
|
"@types/css-tree": "~2.3.0",
|
67
67
|
"@types/jest": "~29.5.2",
|
68
|
-
"@types/node": "^
|
69
|
-
"@typescript-eslint/parser": "~8.
|
70
|
-
"angular-eslint": "~
|
68
|
+
"@types/node": "^22.0.0",
|
69
|
+
"@typescript-eslint/parser": "~8.39.0",
|
70
|
+
"angular-eslint": "~20.1.0",
|
71
71
|
"babel-jest": "^29.7.0",
|
72
|
-
"cpy-cli": "^
|
73
|
-
"eslint": "~9.
|
72
|
+
"cpy-cli": "^6.0.0",
|
73
|
+
"eslint": "~9.33.0",
|
74
74
|
"eslint-import-resolver-node": "~0.3.9",
|
75
|
-
"eslint-import-resolver-typescript": "~
|
75
|
+
"eslint-import-resolver-typescript": "~4.4.0",
|
76
76
|
"eslint-plugin-import": "~2.32.0",
|
77
77
|
"eslint-plugin-import-newlines": "~1.4.0",
|
78
|
-
"eslint-plugin-jest": "~
|
79
|
-
"eslint-plugin-jsdoc": "~
|
78
|
+
"eslint-plugin-jest": "~29.0.0",
|
79
|
+
"eslint-plugin-jsdoc": "~54.1.0",
|
80
80
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
81
|
-
"eslint-plugin-unicorn": "~
|
81
|
+
"eslint-plugin-unicorn": "~60.0.0",
|
82
82
|
"eslint-plugin-unused-imports": "~4.1.4",
|
83
|
-
"globals": "^
|
83
|
+
"globals": "^16.0.0",
|
84
84
|
"jest": "~29.7.0",
|
85
85
|
"jest-junit": "~16.0.0",
|
86
|
+
"jest-util": "~29.7.0",
|
86
87
|
"jsonc-eslint-parser": "~2.4.0",
|
87
|
-
"nx": "~
|
88
|
+
"nx": "~21.3.11",
|
88
89
|
"pid-from-port": "^1.1.3",
|
89
90
|
"postcss": "~8.5.1",
|
90
91
|
"postcss-scss": "~4.0.9",
|
91
92
|
"rimraf": "^6.0.1",
|
92
93
|
"rxjs": "^7.8.1",
|
93
94
|
"semver": "^7.5.2",
|
94
|
-
"stylelint": "~16.
|
95
|
-
"ts-jest": "~29.
|
95
|
+
"stylelint": "~16.23.0",
|
96
|
+
"ts-jest": "~29.4.0",
|
96
97
|
"ts-node": "~10.9.2",
|
97
98
|
"type-fest": "^4.30.1",
|
98
99
|
"typescript": "~5.8.2",
|
99
|
-
"typescript-eslint": "~8.
|
100
|
+
"typescript-eslint": "~8.39.0"
|
100
101
|
},
|
101
102
|
"main": "./src/public_api.mjs",
|
102
103
|
"schematics": "./collection.json",
|