@o3r/stylelint-plugin 10.2.0-prerelease.27 → 10.2.0-prerelease.29
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 +22 -22
- package/src/rules/index.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/stylelint-plugin",
|
|
3
|
-
"version": "10.2.0-prerelease.
|
|
3
|
+
"version": "10.2.0-prerelease.29",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -23,47 +23,47 @@
|
|
|
23
23
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"tslib": "^2.
|
|
26
|
+
"tslib": "^2.6.2"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"postcss": "^8.4.5",
|
|
30
30
|
"stylelint": "^16.0.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@angular-devkit/core": "~17.
|
|
34
|
-
"@angular-devkit/schematics": "~17.
|
|
35
|
-
"@angular-eslint/eslint-plugin": "~17.
|
|
36
|
-
"@angular/compiler": "~17.
|
|
33
|
+
"@angular-devkit/core": "~17.3.0",
|
|
34
|
+
"@angular-devkit/schematics": "~17.3.0",
|
|
35
|
+
"@angular-eslint/eslint-plugin": "~17.3.0",
|
|
36
|
+
"@angular/compiler": "~17.3.0",
|
|
37
37
|
"@babel/core": "~7.24.0",
|
|
38
|
-
"@babel/preset-typescript": "~7.23.
|
|
38
|
+
"@babel/preset-typescript": "~7.23.3",
|
|
39
39
|
"@compodoc/compodoc": "^1.1.19",
|
|
40
|
-
"@nx/eslint-plugin": "~18.0
|
|
41
|
-
"@nx/jest": "~18.0
|
|
42
|
-
"@o3r/build-helpers": "^10.2.0-prerelease.
|
|
43
|
-
"@o3r/eslint-config-otter": "^10.2.0-prerelease.
|
|
44
|
-
"@o3r/eslint-plugin": "^10.2.0-prerelease.
|
|
40
|
+
"@nx/eslint-plugin": "~18.1.0",
|
|
41
|
+
"@nx/jest": "~18.1.0",
|
|
42
|
+
"@o3r/build-helpers": "^10.2.0-prerelease.29",
|
|
43
|
+
"@o3r/eslint-config-otter": "^10.2.0-prerelease.29",
|
|
44
|
+
"@o3r/eslint-plugin": "^10.2.0-prerelease.29",
|
|
45
45
|
"@stylistic/eslint-plugin-ts": "^1.5.4",
|
|
46
46
|
"@types/jest": "~29.5.2",
|
|
47
47
|
"@types/node": "^20.0.0",
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "^7.0
|
|
49
|
-
"@typescript-eslint/parser": "^7.0
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
49
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
50
50
|
"cpy-cli": "^5.0.0",
|
|
51
|
-
"eslint": "^8.
|
|
52
|
-
"eslint-import-resolver-node": "^0.3.
|
|
51
|
+
"eslint": "^8.57.0",
|
|
52
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
53
53
|
"eslint-plugin-jest": "~27.9.0",
|
|
54
|
-
"eslint-plugin-jsdoc": "~48.2.
|
|
54
|
+
"eslint-plugin-jsdoc": "~48.2.1",
|
|
55
55
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
56
|
-
"eslint-plugin-unicorn": "^51.0.
|
|
56
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
|
57
57
|
"jest": "~29.7.0",
|
|
58
58
|
"jest-junit": "~16.0.0",
|
|
59
59
|
"jsonc-eslint-parser": "~2.4.0",
|
|
60
|
-
"nx": "~18.0
|
|
60
|
+
"nx": "~18.1.0",
|
|
61
61
|
"postcss": "~8.4.31",
|
|
62
62
|
"rimraf": "^5.0.1",
|
|
63
63
|
"stylelint": "^16.0.2",
|
|
64
|
-
"ts-jest": "~29.1.
|
|
65
|
-
"ts-node": "~10.9.
|
|
66
|
-
"typescript": "~5.
|
|
64
|
+
"ts-jest": "~29.1.2",
|
|
65
|
+
"ts-node": "~10.9.2",
|
|
66
|
+
"typescript": "~5.4.2"
|
|
67
67
|
},
|
|
68
68
|
"schematics": "./collection.json",
|
|
69
69
|
"main": "./src/public_api.js",
|
package/src/rules/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const rules: {
|
|
2
|
-
readonly 'o3r-var-parameter-equal-variable': (primary: any, _secondaryOptions: Record<string, any>, context: import("stylelint").RuleContext) => (root: import("postcss
|
|
2
|
+
readonly 'o3r-var-parameter-equal-variable': (primary: any, _secondaryOptions: Record<string, any>, context: import("stylelint").RuleContext) => (root: import("postcss").Root, result: import("stylelint").PostcssResult) => void;
|
|
3
3
|
};
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|