File tree Expand file tree Collapse file tree 10 files changed +84
-38
lines changed Expand file tree Collapse file tree 10 files changed +84
-38
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,26 @@ updates:
66 interval : weekly
77 time : " 01:00"
88 timezone : " Europe/Brussels"
9+ cooldown :
10+ default-days : 7
911 open-pull-requests-limit : 10
1012 versioning-strategy : increase
1113 rebase-strategy : auto
1214 groups :
1315 all-dependencies :
1416 patterns :
1517 - " *"
18+ - package-ecosystem : " github-actions"
19+ directory : " /"
20+ schedule :
21+ interval : weekly
22+ time : " 01:00"
23+ timezone : Europe/Brussels
24+ open-pull-requests-limit : 10
25+ cooldown :
26+ default-days : 7
27+ rebase-strategy : auto
28+ groups :
29+ all-dependencies :
30+ patterns :
31+ - " *"
Original file line number Diff line number Diff line change 66 has-changes :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1010 with :
1111 ref : ${{ github.head_ref }}
12- - uses : actions/setup-node@v4
12+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
1313 with :
1414 node-version : ' lts/*'
1515 - run : npm ci --ignore-scripts
1616 - run : npm run preparesite
1717 - name : Check if there are changes
1818 id : changes
1919 run : git diff --quiet --exit-code
20- - name : Process changes
21- if : failure()
22- uses : actions/github-script@v7
23- with :
24- script : |
25- core.setFailed('cssdb generated files have changed')
Original file line number Diff line number Diff line change 1515 matrix :
1616 node : [14, 16, 18]
1717 steps :
18- - uses : actions/checkout@v4
19- - uses : actions/setup-node@v4
18+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
2020 with :
2121 node-version : ${{ matrix.node }}
2222
Original file line number Diff line number Diff line change 1313 matrix :
1414 node : [20, 'lts/*']
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-node@v4
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
1818 with :
1919 node-version : ${{ matrix.node }}
2020
Original file line number Diff line number Diff line change 11# Changes to cssdb
22
3+ ### 8.4.1 (September 20, 2025)
4+
5+ - Updated ` @mdn/browser-compat-data ` to ` 7.1.7 `
6+
37### 8.4.0 (August 20, 2025)
48
59- Added ` color-function-display-p3-linear `
Original file line number Diff line number Diff line change 503503 "description" : " Dynamically specifying a text color with adequate contrast." ,
504504 "specification" : " https://drafts.csswg.org/css-color-5/#contrast-color" ,
505505 "stage" : 2 ,
506- "browser_support" : {},
506+ "browser_support" : {
507+ "ios_saf" : " 26" ,
508+ "safari" : " 26" ,
509+ "webview_ios" : " 26"
510+ },
507511 "docs" : {},
508512 "example" : " p {\n color: contrast-color( purple max );\n }" ,
509513 "polyfills" : [],
510- "vendors_implementations" : 0
514+ "vendors_implementations" : 1
511515 },
512516 {
513517 "id" : " custom-media-queries" ,
13901394 "mdn" : " https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-block"
13911395 },
13921396 "example" : " div {\n overflow-block: scroll;\n }" ,
1393- "interoperable_at" : 1743724800 ,
1397+ "interoperable_at" : 1757894400 ,
13941398 "polyfills" : [
13951399 {
13961400 "type" : " PostCSS Plugin" ,
Original file line number Diff line number Diff line change @@ -503,11 +503,15 @@ export default [
503503 "description" : "Dynamically specifying a text color with adequate contrast." ,
504504 "specification" : "https://drafts.csswg.org/css-color-5/#contrast-color" ,
505505 "stage" : 2 ,
506- "browser_support" : { } ,
506+ "browser_support" : {
507+ "ios_saf" : "26" ,
508+ "safari" : "26" ,
509+ "webview_ios" : "26"
510+ } ,
507511 "docs" : { } ,
508512 "example" : "p {\n color: contrast-color( purple max );\n}" ,
509513 "polyfills" : [ ] ,
510- "vendors_implementations" : 0
514+ "vendors_implementations" : 1
511515 } ,
512516 {
513517 "id" : "custom-media-queries" ,
@@ -1390,7 +1394,7 @@ export default [
13901394 "mdn" : "https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-block"
13911395 } ,
13921396 "example" : "div {\n overflow-block: scroll;\n}" ,
1393- "interoperable_at" : 1743724800 ,
1397+ "interoperable_at" : 1757894400 ,
13941398 "polyfills" : [
13951399 {
13961400 "type" : "PostCSS Plugin" ,
Original file line number Diff line number Diff line change 343343 "browser_support" : {},
344344 "docs" : {},
345345 "example" : " p {\n color: contrast-color( purple max );\n }" ,
346- "mdn_path" : [],
346+ "mdn_path" : [
347+ " css.types.color.contrast-color"
348+ ],
347349 "polyfills" : []
348350 },
349351 {
Original file line number Diff line number Diff line change 11{
22 "name" : " cssdb" ,
3- "version" : " 8.4.0 " ,
3+ "version" : " 8.4.1 " ,
44 "type" : " module" ,
55 "description" : " A list of CSS features and their positions in the process of becoming implemented web standards" ,
66 "license" : " MIT-0" ,
6161 "test:doc-links" : " node tasks/check-doc-links.mjs"
6262 },
6363 "devDependencies" : {
64+ <<<<<<< Updated upstream
6465 "@mdn/browser-compat-data" : " ^7.1.5" ,
6566 "browserslist" : " ^4.26.0" ,
67+ =======
68+ "@mdn/browser-compat-data" : " ^7.1.7" ,
69+ "browserslist" : " ^4.25.4" ,
70+ >>>>>>> Stashed changes
6671 "glob" : " ^11.0.3" ,
6772 "postcss" : " ^8.5.6" ,
6873 "postcss-cli" : " ^11.0.1" ,
You can’t perform that action at this time.
0 commit comments