@primer/stylelint-config 12.7.0-rc.f3bb1ab → 12.7.1-rc.1402572
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/CHANGELOG.md +18 -0
- package/package.json +9 -10
- package/plugins/lib/primitives-v8.json +1446 -0
- package/plugins/no-deprecated-colors.js +26 -34
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 12.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#338](https://github.com/primer/stylelint-config/pull/338) [`7cc4c08`](https://github.com/primer/stylelint-config/commit/7cc4c08f6465f495df89fc0609d3cdf012480dec) Thanks [@langermank](https://github.com/langermank)! - Add more tests to `no-deprecated-colors`
|
|
8
|
+
|
|
9
|
+
- [#328](https://github.com/primer/stylelint-config/pull/328) [`5ae7400`](https://github.com/primer/stylelint-config/commit/5ae7400340afc2cd21006093ce7b33206a00372e) Thanks [@langermank](https://github.com/langermank)! - Fix failing tests in no-deprecated-colors
|
|
10
|
+
|
|
11
|
+
- [#337](https://github.com/primer/stylelint-config/pull/337) [`6bf0fd6`](https://github.com/primer/stylelint-config/commit/6bf0fd624a69b21e48803ba62a5b2b9dc21b8d8c) Thanks [@langermank](https://github.com/langermank)! - Remove inline fallback var for no-deprecated-colors
|
|
12
|
+
|
|
13
|
+
- [#332](https://github.com/primer/stylelint-config/pull/332) [`6485cf0`](https://github.com/primer/stylelint-config/commit/6485cf053f502d71a8ce8c407ad01a939038959c) Thanks [@langermank](https://github.com/langermank)! - Updated deprecated json color file
|
|
14
|
+
|
|
15
|
+
- [#333](https://github.com/primer/stylelint-config/pull/333) [`485ce04`](https://github.com/primer/stylelint-config/commit/485ce047d75a635134919678a776ea808604cf4a) Thanks [@langermank](https://github.com/langermank)! - Adding more color replacements for deprecated colors
|
|
16
|
+
|
|
17
|
+
- [#322](https://github.com/primer/stylelint-config/pull/322) [`726d7d1`](https://github.com/primer/stylelint-config/commit/726d7d1bf4eac82a032c448cb0be32d5bf66b29a) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating no-deprecated-colors for primitives v8
|
|
18
|
+
|
|
19
|
+
- [#334](https://github.com/primer/stylelint-config/pull/334) [`b14c154`](https://github.com/primer/stylelint-config/commit/b14c154174ddd7190e62fe1d26698fc9cfe75c17) Thanks [@langermank](https://github.com/langermank)! - More tests for `no-deprecated-colors`
|
|
20
|
+
|
|
3
21
|
## 12.7.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/stylelint-config",
|
|
3
|
-
"version": "12.7.
|
|
3
|
+
"version": "12.7.1-rc.1402572",
|
|
4
4
|
"description": "Sharable stylelint config used by GitHub's CSS",
|
|
5
5
|
"homepage": "http://primer.style/css/tools/linting",
|
|
6
6
|
"author": "GitHub, Inc.",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"anymatch": "^3.1.1",
|
|
29
29
|
"globby": "^11.0.1",
|
|
30
|
-
"lodash.kebabcase": "^4.1.1",
|
|
31
30
|
"postcss-scss": "^4.0.2",
|
|
32
31
|
"postcss-value-parser": "^4.0.2",
|
|
33
32
|
"string.prototype.matchall": "^4.0.2",
|
|
@@ -39,19 +38,19 @@
|
|
|
39
38
|
"tap-map": "^1.0.0"
|
|
40
39
|
},
|
|
41
40
|
"devDependencies": {
|
|
42
|
-
"@changesets/changelog-github": "0.4.
|
|
43
|
-
"@changesets/cli": "2.
|
|
41
|
+
"@changesets/changelog-github": "0.4.7",
|
|
42
|
+
"@changesets/cli": "2.26.1",
|
|
44
43
|
"@github/prettier-config": "0.0.4",
|
|
45
44
|
"@primer/css": "^20.0.0",
|
|
46
|
-
"@primer/primitives": "^7.
|
|
45
|
+
"@primer/primitives": "^7.11.11",
|
|
47
46
|
"dedent": "0.7.0",
|
|
48
|
-
"eslint": "8.
|
|
47
|
+
"eslint": "8.39.0",
|
|
49
48
|
"eslint-plugin-github": "4.3.5",
|
|
50
|
-
"eslint-plugin-jest": "
|
|
49
|
+
"eslint-plugin-jest": "27.0.1",
|
|
51
50
|
"eslint-plugin-prettier": "4.2.1",
|
|
52
|
-
"jest": "
|
|
53
|
-
"jest-preset-stylelint": "
|
|
54
|
-
"prettier": "2.
|
|
51
|
+
"jest": "29.4.3",
|
|
52
|
+
"jest-preset-stylelint": "6.1.0",
|
|
53
|
+
"prettier": "2.8.1"
|
|
55
54
|
},
|
|
56
55
|
"jest": {
|
|
57
56
|
"preset": "jest-preset-stylelint",
|