@primer/stylelint-config 13.4.2-rc.8735ae5 → 13.4.2-rc.aac08a6

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/dist/index.cjs CHANGED
@@ -1089,9 +1089,6 @@ var index = {
1089
1089
  'length-zero-no-unit': null,
1090
1090
  'selector-max-type': null,
1091
1091
  'primer/colors': null,
1092
- // Disable nesting-selector-no-missing-scoping-root for CSS-in-JS
1093
- // In styled-components, the & selector is valid and refers to the component itself
1094
- 'nesting-selector-no-missing-scoping-root': null,
1095
1092
  },
1096
1093
  },
1097
1094
  {
package/dist/index.mjs CHANGED
@@ -1086,9 +1086,6 @@ var index = {
1086
1086
  'length-zero-no-unit': null,
1087
1087
  'selector-max-type': null,
1088
1088
  'primer/colors': null,
1089
- // Disable nesting-selector-no-missing-scoping-root for CSS-in-JS
1090
- // In styled-components, the & selector is valid and refers to the component itself
1091
- 'nesting-selector-no-missing-scoping-root': null,
1092
1089
  },
1093
1090
  },
1094
1091
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/stylelint-config",
3
- "version": "13.4.2-rc.8735ae5",
3
+ "version": "13.4.2-rc.aac08a6",
4
4
  "description": "Sharable stylelint config used by GitHub's CSS",
5
5
  "author": "GitHub, Inc.",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "string.prototype.matchall": "^4.0.2",
50
50
  "stylelint": "^16.20.0",
51
51
  "stylelint-browser-compat": "^1.0.0-beta.140",
52
- "stylelint-config-standard": "^39.0.1",
52
+ "stylelint-config-standard": "^38.0.0",
53
53
  "stylelint-scss": "^6.2.0",
54
54
  "stylelint-value-no-unknown-custom-properties": "^6.0.1"
55
55
  },