@primer/stylelint-config
Advanced tools
Comparing version 0.0.0-20241213231724 to 0.0.0-20250127182638
{ | ||
"name": "@primer/stylelint-config", | ||
"version": "0.0.0-20241213231724", | ||
"version": "0.0.0-20250127182638", | ||
"description": "Sharable stylelint config used by GitHub's CSS", | ||
@@ -50,5 +50,5 @@ "author": "GitHub, Inc.", | ||
"string.prototype.matchall": "^4.0.2", | ||
"stylelint": "^16.3.1", | ||
"stylelint": "^16.11.0", | ||
"stylelint-browser-compat": "^1.0.0-beta.140", | ||
"stylelint-config-standard": "^36.0.0", | ||
"stylelint-config-standard": "^37.0.0", | ||
"stylelint-scss": "^6.2.0", | ||
@@ -62,3 +62,3 @@ "stylelint-value-no-unknown-custom-properties": "^6.0.1" | ||
"@github/prettier-config": "^0.0.6", | ||
"@primer/primitives": "^10.2.0", | ||
"@primer/primitives": "^10.0.0-rc.e5d395ea", | ||
"@rollup/plugin-commonjs": "^28.0.0", | ||
@@ -65,0 +65,0 @@ "@rollup/plugin-json": "^6.1.0", |
@@ -31,6 +31,2 @@ import stylelint from 'stylelint' | ||
const variables = primitivesVariables('border') | ||
const shorthandVariables = primitivesVariables('border-shorthand').filter(variable => variable.name.includes('border-')) | ||
const borderVariables = variables.concat(shorthandVariables) | ||
// console.log(borderVariables) | ||
const sizes = [] | ||
@@ -37,0 +33,0 @@ const radii = [] |
@@ -16,5 +16,2 @@ import {createRequire} from 'node:module' | ||
break | ||
case 'border-shorthand': | ||
files.push('functional/themes/light.json') | ||
break | ||
case 'typography': | ||
@@ -21,0 +18,0 @@ files.push('base/typography/typography.json') |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
110874
2734
+ Added@primer/primitives@10.4.0(transitive)
+ Addedcacheable@1.8.9(transitive)
+ Addedcall-bound@1.0.4(transitive)
+ Addedcaniuse-lite@1.0.30001702(transitive)
+ Addedelectron-to-chromium@1.5.112(transitive)
+ Addedfile-entry-cache@10.0.7(transitive)
+ Addedflat-cache@6.1.7(transitive)
+ Addedkeyv@5.3.1(transitive)
+ Addedstylelint-config-recommended@15.0.0(transitive)
+ Addedstylelint-config-standard@37.0.0(transitive)
- Removed@primer/primitives@10.3.4(transitive)
- Removedcacheable@1.8.8(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removedcaniuse-lite@1.0.30001701(transitive)
- Removedelectron-to-chromium@1.5.109(transitive)
- Removedfile-entry-cache@10.0.6(transitive)
- Removedflat-cache@6.1.6(transitive)
- Removedkeyv@5.3.0(transitive)
- Removedstylelint-config-recommended@14.0.1(transitive)
- Removedstylelint-config-standard@36.0.1(transitive)
Updatedstylelint@^16.11.0