Skip to content

Commit 933e269

Browse files
committed
chore: downgrade stylelint 15.11.0
Signed-off-by: prisis <[email protected]>
1 parent 90b1d0e commit 933e269

File tree

4 files changed

+481
-1060
lines changed

4 files changed

+481
-1060
lines changed

package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292
"@commitlint/config-conventional": "^18.4.3",
9393
"@commitlint/core": "^18.4.3",
9494
"@nrwl/cli": "latest",
95-
"@nrwl/js": "^17.2.6",
95+
"@nrwl/js": "^17.2.7",
9696
"@nrwl/nx-cloud": "16.5.2",
97-
"@nrwl/tao": "17.2.6",
98-
"@nrwl/workspace": "17.2.6",
97+
"@nrwl/tao": "17.2.7",
98+
"@nrwl/workspace": "17.2.7",
9999
"@secretlint/secretlint-rule-preset-recommend": "^8.0.0",
100100
"@tsconfig/node16": "^16.1.1",
101101
"@tsconfig/strictest": "^2.0.2",
@@ -109,21 +109,22 @@
109109
"eslint": "^8.56.0",
110110
"eslint-plugin-deprecation": "^2.0.0",
111111
"eslint-plugin-editorconfig": "^4.0.3",
112-
"eslint-plugin-mdx": "^3.0.0",
112+
"eslint-plugin-mdx": "^3.0.1",
113113
"eslint-plugin-vitest": "^0.3.18",
114114
"eslint-plugin-vitest-globals": "^1.4.0",
115115
"husky": "^8.0.3",
116116
"is-ci": "^3.0.1",
117117
"lint-staged": "^15.2.0",
118-
"nx": "17.2.6",
118+
"nx": "17.2.7",
119119
"postcss": "^8.4.32",
120120
"prettier": "^3.1.1",
121+
"publint": "^0.2.6",
121122
"read-pkg": "^8.0.0",
122123
"rimraf": "^5.0.5",
123124
"secretlint": "8.0.0",
124125
"semantic-release": "^22.0.12",
125126
"sort-package-json": "^2.6.0",
126-
"stylelint": "^16.0.2",
127+
"stylelint": "^15.11.0",
127128
"textlint": "^13.4.1",
128129
"tsup": "^8.0.1",
129130
"typescript": "5.3.3",
@@ -167,10 +168,8 @@
167168
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
168169
"tsconfig-paths": "^4.0.0",
169170
"load-tsconfig": "^0.2.5",
170-
"vite": "4.3.4",
171-
"cosmiconfig-typescript-loader": "^4.3.0",
172-
"semantic-release": "^22.0.12",
173-
"conventional-changelog-conventionalcommits": "7.0.2"
171+
"vite": "5.0.10",
172+
"cosmiconfig-typescript-loader": "^4.3.0"
174173
}
175174
}
176175
}

packages/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"postcss": "^8.4.32",
121121
"rimraf": "^5.0.5",
122122
"semantic-release": "^22.0.12",
123-
"stylelint": "16.0.2",
123+
"stylelint": "15.11.0",
124124
"tsup": "^8.0.1",
125125
"vitest": "^1.1.0"
126126
},

packages/stylelint-config/src/config/high-performance-animation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const config = {
22
// prevent use of low performance animation and transition properties.
33
plugins: ["stylelint-high-performance-animation"],
44
rules: {
5-
'plugin/no-low-performance-animation-properties': true,
5+
"plugin/no-low-performance-animation-properties": true,
66
},
77
};
88

0 commit comments

Comments
 (0)