Skip to content

Commit 89bf6f3

Browse files
dependabot[bot]romainmenke
andauthoredOct 14, 2024··
Bump the all-dependencies group with 4 updates (#420)
* 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 [web-features](https://github.com/web-platform-dx/web-features). Updates `@mdn/browser-compat-data` from 5.6.4 to 5.6.6 - [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@v5.6.4...v5.6.6) Updates `postcss-preset-env` from 10.0.6 to 10.0.7 - [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.9.0 to 16.10.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.9.0...16.10.0) Updates `web-features` from 1.4.0 to 2.0.0 - [Release notes](https://github.com/web-platform-dx/web-features/releases) - [Commits](web-platform-dx/web-features@v1.4.0...v2.0.0) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: postcss-preset-env dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: web-features dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * update --------- 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 ee73ad4 commit 89bf6f3

File tree

5 files changed

+294
-262
lines changed

5 files changed

+294
-262
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 8.1.2 (October 14, 2024)
4+
5+
- Updated `@mdn/browser-compat-data` to `5.6.6` (minor)
6+
37
### 8.1.1 (September 9, 2024)
48

59
- Updated `@mdn/browser-compat-data` to `5.5.51` (patch)

‎cssdb.json

+4-10
Original file line numberDiff line numberDiff line change
@@ -835,31 +835,23 @@
835835
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
836836
"stage": 4,
837837
"browser_support": {
838-
"and_chr": "117",
839838
"and_ff": "34",
840-
"android": "117",
841-
"chrome": "117",
842-
"edge": "117",
843839
"firefox": "34",
844840
"ios_saf": "9.3",
845-
"op_mob": "78",
846-
"opera": "103",
847841
"safari": "9.1",
848-
"samsung": "24.0",
849842
"webview_ios": "9.3"
850843
},
851844
"docs": {
852845
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant"
853846
},
854847
"example": "h2 {\n font-variant: small-caps;\n}",
855-
"interoperable_at": 1694736000,
856848
"polyfills": [
857849
{
858850
"type": "PostCSS Plugin",
859851
"link": "https://github.com/postcss/postcss-font-variant"
860852
}
861853
],
862-
"vendors_implementations": 3
854+
"vendors_implementations": 2
863855
},
864856
{
865857
"id": "gamut-mapping",
@@ -1782,6 +1774,7 @@
17821774
"and_ff": "59",
17831775
"android": "63",
17841776
"chrome": "63",
1777+
"edge": "18",
17851778
"firefox": "59",
17861779
"ios_saf": "16",
17871780
"oculus": "5.0",
@@ -1795,7 +1788,8 @@
17951788
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior"
17961789
},
17971790
"example": ".messages {\n height: 220px;\n overflow: auto;\n overscroll-behavior-y: contain;\n}\n\nbody {\n margin: 0;\n overscroll-behavior: none;\n}",
1798-
"vendors_implementations": 2
1791+
"interoperable_at": 1662940800,
1792+
"vendors_implementations": 3
17991793
},
18001794
{
18011795
"id": "place-properties",

‎cssdb.mjs

+4-10
Original file line numberDiff line numberDiff line change
@@ -835,31 +835,23 @@ export default [
835835
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
836836
"stage": 4,
837837
"browser_support": {
838-
"and_chr": "117",
839838
"and_ff": "34",
840-
"android": "117",
841-
"chrome": "117",
842-
"edge": "117",
843839
"firefox": "34",
844840
"ios_saf": "9.3",
845-
"op_mob": "78",
846-
"opera": "103",
847841
"safari": "9.1",
848-
"samsung": "24.0",
849842
"webview_ios": "9.3"
850843
},
851844
"docs": {
852845
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant"
853846
},
854847
"example": "h2 {\n font-variant: small-caps;\n}",
855-
"interoperable_at": 1694736000,
856848
"polyfills": [
857849
{
858850
"type": "PostCSS Plugin",
859851
"link": "https://github.com/postcss/postcss-font-variant"
860852
}
861853
],
862-
"vendors_implementations": 3
854+
"vendors_implementations": 2
863855
},
864856
{
865857
"id": "gamut-mapping",
@@ -1782,6 +1774,7 @@ export default [
17821774
"and_ff": "59",
17831775
"android": "63",
17841776
"chrome": "63",
1777+
"edge": "18",
17851778
"firefox": "59",
17861779
"ios_saf": "16",
17871780
"oculus": "5.0",
@@ -1795,7 +1788,8 @@ export default [
17951788
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior"
17961789
},
17971790
"example": ".messages {\n height: 220px;\n overflow: auto;\n overscroll-behavior-y: contain;\n}\n\nbody {\n margin: 0;\n overscroll-behavior: none;\n}",
1798-
"vendors_implementations": 2
1791+
"interoperable_at": 1662940800,
1792+
"vendors_implementations": 3
17991793
},
18001794
{
18011795
"id": "place-properties",

0 commit comments

Comments
 (0)
Please sign in to comment.