Skip to content

Commit 7a451a6

Browse files
Bump the all-dependencies group with 4 updates (#491)
* Bump the all-dependencies group with 4 updates Bumps the all-dependencies group with 4 updates: [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). Updates `@mdn/browser-compat-data` from 7.2.3 to 7.2.4 - [Release notes](https://github.com/mdn/browser-compat-data/releases) - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md) - [Commits](mdn/browser-compat-data@v7.2.3...v7.2.4) Updates `postcss-preset-env` from 11.0.1 to 11.1.1 - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) Updates `stylelint` from 16.26.1 to 17.0.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.26.1...17.0.0) Updates `stylelint-config-standard` from 39.0.1 to 40.0.0 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@39.0.1...40.0.0) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 7.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: postcss-preset-env dependency-version: 11.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: stylelint dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: stylelint-config-standard dependency-version: 40.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * prepare release --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <[email protected]>
1 parent c64c3e4 commit 7a451a6

File tree

5 files changed

+729
-2003
lines changed

5 files changed

+729
-2003
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 8.7.1 (January 26, 2026)
4+
5+
- Updated `@mdn/browser-compat-data` to `7.2.5`
6+
37
### 8.7.0 (January 14, 2026)
48

59
- Updated `@mdn/browser-compat-data` to `7.2.3`

cssdb.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,11 @@
877877
"stage": 2,
878878
"browser_support": {
879879
"and_chr": "108",
880+
"and_ff": "105",
880881
"android": "108",
881882
"chrome": "108",
882883
"edge": "108",
884+
"firefox": "105",
883885
"ios_saf": "5",
884886
"op_mob": "73",
885887
"opera": "94",
@@ -891,13 +893,14 @@
891893
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@font-face"
892894
},
893895
"example": "@font-face {\n src: url(file.woff2) format(woff2);\n}",
896+
"interoperable_at": 1670198400,
894897
"polyfills": [
895898
{
896899
"type": "PostCSS Plugin",
897900
"link": "https://github.com/valtlai/postcss-font-format-keywords"
898901
}
899902
],
900-
"vendors_implementations": 2
903+
"vendors_implementations": 3
901904
},
902905
{
903906
"id": "font-variant-property",
@@ -906,23 +909,31 @@
906909
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
907910
"stage": 4,
908911
"browser_support": {
912+
"and_chr": "117",
909913
"and_ff": "34",
914+
"android": "117",
915+
"chrome": "117",
916+
"edge": "117",
910917
"firefox": "34",
911918
"ios_saf": "9.3",
919+
"op_mob": "78",
920+
"opera": "103",
912921
"safari": "9.1",
922+
"samsung": "24.0",
913923
"webview_ios": "9.3"
914924
},
915925
"docs": {
916926
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-variant"
917927
},
918928
"example": "h2 {\n font-variant: small-caps;\n}",
929+
"interoperable_at": 1694736000,
919930
"polyfills": [
920931
{
921932
"type": "PostCSS Plugin",
922933
"link": "https://github.com/postcss/postcss-font-variant"
923934
}
924935
],
925-
"vendors_implementations": 2
936+
"vendors_implementations": 3
926937
},
927938
{
928939
"id": "gamut-mapping",

cssdb.mjs

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,11 @@ export default [
877877
"stage": 2,
878878
"browser_support": {
879879
"and_chr": "108",
880+
"and_ff": "105",
880881
"android": "108",
881882
"chrome": "108",
882883
"edge": "108",
884+
"firefox": "105",
883885
"ios_saf": "5",
884886
"op_mob": "73",
885887
"opera": "94",
@@ -891,13 +893,14 @@ export default [
891893
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@font-face"
892894
},
893895
"example": "@font-face {\n src: url(file.woff2) format(woff2);\n}",
896+
"interoperable_at": 1670198400,
894897
"polyfills": [
895898
{
896899
"type": "PostCSS Plugin",
897900
"link": "https://github.com/valtlai/postcss-font-format-keywords"
898901
}
899902
],
900-
"vendors_implementations": 2
903+
"vendors_implementations": 3
901904
},
902905
{
903906
"id": "font-variant-property",
@@ -906,23 +909,31 @@ export default [
906909
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
907910
"stage": 4,
908911
"browser_support": {
912+
"and_chr": "117",
909913
"and_ff": "34",
914+
"android": "117",
915+
"chrome": "117",
916+
"edge": "117",
910917
"firefox": "34",
911918
"ios_saf": "9.3",
919+
"op_mob": "78",
920+
"opera": "103",
912921
"safari": "9.1",
922+
"samsung": "24.0",
913923
"webview_ios": "9.3"
914924
},
915925
"docs": {
916926
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-variant"
917927
},
918928
"example": "h2 {\n font-variant: small-caps;\n}",
929+
"interoperable_at": 1694736000,
919930
"polyfills": [
920931
{
921932
"type": "PostCSS Plugin",
922933
"link": "https://github.com/postcss/postcss-font-variant"
923934
}
924935
],
925-
"vendors_implementations": 2
936+
"vendors_implementations": 3
926937
},
927938
{
928939
"id": "gamut-mapping",

0 commit comments

Comments
 (0)