@o3r/stylelint-plugin 8.4.0-alpha.9 → 9.0.0-alpha.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/stylelint-plugin",
3
- "version": "8.4.0-alpha.9",
3
+ "version": "9.0.0-alpha.2",
4
4
  "description": "In-house stylint plugins to use in your own eslint configuration",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -18,63 +18,68 @@
18
18
  "prepare:publish": "prepare-publish ./dist"
19
19
  },
20
20
  "dependencies": {
21
- "tslib": "^2.4.1"
21
+ "tslib": "^2.5.3"
22
22
  },
23
23
  "peerDependencies": {
24
- "jest-preset-stylelint": "~5.0.4",
24
+ "jest-preset-stylelint": "~6.1.0",
25
25
  "postcss": "^8.4.4",
26
26
  "stylelint": "^14.1.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@angular-eslint/eslint-plugin": "~15.2.0",
30
- "@angular/compiler": "~15.2.0",
29
+ "@angular-eslint/eslint-plugin": "~16.0.3",
30
+ "@angular/compiler": "~16.0.5",
31
31
  "@babel/core": "~7.22.0",
32
32
  "@babel/preset-typescript": "~7.22.0",
33
33
  "@compodoc/compodoc": "^1.1.19",
34
- "@nrwl/jest": "~15.9.0",
35
- "@o3r/build-helpers": "^8.4.0-alpha.9",
36
- "@o3r/eslint-config-otter": "^8.4.0-alpha.9",
37
- "@o3r/eslint-plugin": "^8.4.0-alpha.9",
38
- "@types/jest": "~28.1.2",
39
- "@types/node": "^17.0.45",
40
- "@typescript-eslint/eslint-plugin": "^5.19.0",
41
- "@typescript-eslint/parser": "^5.19.0",
42
- "eslint": "^8.22.0",
34
+ "@nx/jest": "~16.3.2",
35
+ "@o3r/build-helpers": "^9.0.0-alpha.2",
36
+ "@o3r/eslint-config-otter": "^9.0.0-alpha.2",
37
+ "@o3r/eslint-plugin": "^9.0.0-alpha.2",
38
+ "@types/jest": "~29.5.2",
39
+ "@types/node": "^18.0.0",
40
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
41
+ "@typescript-eslint/parser": "^5.59.9",
42
+ "eslint": "^8.42.0",
43
43
  "eslint-import-resolver-node": "^0.3.4",
44
- "eslint-plugin-jest": "^26.1.4",
44
+ "eslint-plugin-jest": "^27.2.1",
45
45
  "eslint-plugin-jsdoc": "^39.3.6",
46
46
  "eslint-plugin-prefer-arrow": "^1.2.3",
47
- "eslint-plugin-unicorn": "^45.0.2",
48
- "jest": "~28.1.1",
49
- "jest-preset-stylelint": "~5.0.4",
50
- "nx": "~15.9.0",
47
+ "eslint-plugin-unicorn": "^47.0.0",
48
+ "jest": "~29.5.0",
49
+ "jest-preset-stylelint": "~6.1.0",
50
+ "nx": "~16.3.2",
51
51
  "postcss": "^8.4.4",
52
- "rimraf": "^3.0.2",
52
+ "rimraf": "^5.0.0",
53
53
  "stylelint": "^14.1.0",
54
- "ts-jest": "^28.0.5",
55
- "typescript": "~4.9.4"
54
+ "ts-jest": "^29.1.0",
55
+ "typescript": "~5.0.2"
56
56
  },
57
57
  "main": "./src/public_api.js",
58
58
  "types": "./src/public_api.d.ts",
59
59
  "contributors": [
60
60
  {
61
61
  "name": "Yannick Adam",
62
+ "url": "https://github.com/yannickadam",
62
63
  "email": "yannickadam@users.noreply.github.com"
63
64
  },
64
65
  {
65
66
  "name": "Kilian Panot",
67
+ "url": "https://github.com/kpanot",
66
68
  "email": "kpanot@users.noreply.github.com"
67
69
  },
68
70
  {
69
71
  "name": "Jeremy Bourgeois",
72
+ "url": "https://github.com/jbourgeois-1A",
70
73
  "email": "jbourgeois-1A@users.noreply.github.com"
71
74
  },
72
75
  {
73
76
  "name": "Pierre Henri Ginoux",
77
+ "url": "https://github.com/pginoux-1A",
74
78
  "email": "pginoux-1A@users.noreply.github.com"
75
79
  },
76
80
  {
77
81
  "name": "Mircea Vasile Rednic",
82
+ "url": "https://github.com/mrednic-1A",
78
83
  "email": "mrednic-1A@users.noreply.github.com"
79
84
  },
80
85
  {
@@ -83,26 +88,32 @@
83
88
  },
84
89
  {
85
90
  "name": "Nicolas Hoffmann",
91
+ "url": "https://github.com/nhoffmann-1A",
86
92
  "email": "nhoffmann-1A@users.noreply.github.com"
87
93
  },
88
94
  {
89
95
  "name": "Victor Scaiceanu",
96
+ "url": "https://github.com/vscaiceanu-1a",
90
97
  "email": "vscaiceanu-1A@users.noreply.github.com"
91
98
  },
92
99
  {
93
100
  "name": "Florian Paul",
101
+ "url": "https://github.com/fpaul-1A",
94
102
  "email": "fpaul-1A@users.noreply.github.com"
95
103
  },
96
104
  {
97
105
  "name": "Corinne Paulve",
106
+ "url": "https://github.com/cpaulve-1A",
98
107
  "email": "cpaulve-1A@users.noreply.github.com"
99
108
  },
100
109
  {
101
110
  "name": "Matthieu Crouzet",
111
+ "url": "https://github.com/matthieu-crouzet",
102
112
  "email": "matthieu-crouzet@users.noreply.github.com"
103
113
  },
104
114
  {
105
115
  "name": "Salome Do",
116
+ "url": "https://github.com/sdo-1A",
106
117
  "email": "sdo-1A@users.noreply.github.com"
107
118
  }
108
119
  ],
package/src/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ /// <reference types="stylelint" />
1
2
  declare const rulesPlugins: {
2
3
  ruleName: string;
3
4
  rule: import("stylelint").Rule<any, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY;;;GAEhB,CAAC;AAEH,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAIA,QAAA,MAAM,YAAY;;;GAEhB,CAAC;AAEH,eAAe,YAAY,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="stylelint" />
1
2
  export declare const rules: {
2
3
  'o3r-var-parameter-equal-variable': (primary: any, _secondaryOptions: Record<string, any>, context: import("stylelint").RuleContext) => (root: import("postcss/lib/root").default, result: import("stylelint").PostcssResult) => void;
3
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/rules/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;CAGjB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/rules/index.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,KAAK;;CAGjB,CAAC"}