Skip to content

Bump the all-dependencies group with 2 updates #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to cssdb

### 8.2.6 (May 26, 2025)

- Updated `@mdn/browser-compat-data` to `6.0.17`

### 8.2.5 (April 15, 2025)

- Updated `@mdn/browser-compat-data` to `6.0.5`
Expand Down
6 changes: 5 additions & 1 deletion cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,11 @@
"edge": "110",
"firefox": "78",
"ios_saf": "16.4",
"safari": "16.4"
"op_mob": "74",
"opera": "96",
"safari": "16.4",
"samsung": "21.0",
"webview_ios": "16.4"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/ratio"
Expand Down
6 changes: 5 additions & 1 deletion cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,11 @@ export default [
"edge": "110",
"firefox": "78",
"ios_saf": "16.4",
"safari": "16.4"
"op_mob": "74",
"opera": "96",
"safari": "16.4",
"samsung": "21.0",
"webview_ios": "16.4"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/ratio"
Expand Down
51 changes: 38 additions & 13 deletions cssdb.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1108,34 +1108,59 @@
"browser_support": {},
"browser_support_overrides": {
"and_chr": {
"from": null,
"from": "87",
"to": "110",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"android": {
"from": null,
"from": "87",
"to": "110",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"chrome": {
"from": null,
"from": "87",
"to": "110",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"edge": {
"from": null,
"from": "87",
"to": "110",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"ios_saf": {
"from": null,
"from": "14.5",
"to": "16.4",
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"oculus": {
"from": "13.0",
"to": null,
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"op_mob": {
"from": "62",
"to": "74",
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"opera": {
"from": "73",
"to": "96",
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"samsung": {
"from": "14.0",
"to": "21.0",
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"webview_ios": {
"from": "14.5",
"to": "16.4",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
},
"safari": {
"from": null,
"from": "14.1",
"to": "16.4",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
"bug": "https://github.com/mdn/browser-compat-data/issues/25034#issuecomment-2908617595"
}
},
"docs": {
Expand Down Expand Up @@ -1414,7 +1439,7 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:read-only"
},
"example": "input:read-only {\n background-color: #ccc;\n}",
"mdn_path": "css.selectors['read-only']"
"mdn_path": "css.selectors.read-only"
},
{
"id": "rebeccapurple-color",
Expand Down
101 changes: 46 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssdb",
"version": "8.2.5",
"version": "8.2.6",
"type": "module",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
"license": "MIT-0",
Expand Down Expand Up @@ -61,17 +61,16 @@
"test:doc-links": "node tasks/check-doc-links.mjs"
},
"devDependencies": {
"@mdn/browser-compat-data": "^6.0.15",
"@mdn/browser-compat-data": "^6.0.17",
"browserslist": "^4.24.5",
"glob": "^11.0.2",
"lodash.get": "^4.4.2",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.1",
"postcss-preset-env": "^10.1.6",
"semver": "^7.7.2",
"stylelint": "^16.19.1",
"stylelint-config-standard": "^38.0.0",
"web-features": "^2.35.1"
"web-features": "^2.35.3"
},
"stylelint": {
"extends": "stylelint-config-standard",
Expand Down
1 change: 0 additions & 1 deletion tasks/check-doc-links.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import fs from 'fs/promises';
import cssdb from 'cssdb';

let hasBadLinks = false;
Expand Down
4 changes: 4 additions & 0 deletions utils/apply-browser-overrides.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default function applyBrowserOverrides(feature, realValues, overrides) {
}

realValues[key] = to;

if (to === null) {
delete realValues[key];
}
}

return realValues;
Expand Down
Loading