Skip to content

Commit 83b1c93

Browse files
Bump the all-dependencies group with 3 updates (#526)
* Bump the all-dependencies group with 3 updates Bumps the all-dependencies group with 3 updates: [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), [postcss](https://github.com/postcss/postcss) and [web-features](https://github.com/web-platform-dx/web-features/tree/HEAD/packages/web-features). Updates `@mdn/browser-compat-data` from 8.0.6 to 8.0.7 - [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@v8.0.6...v8.0.7) Updates `postcss` from 8.5.18 to 8.5.20 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.18...8.5.20) Updates `web-features` from 3.32.0 to 3.34.0 - [Release notes](https://github.com/web-platform-dx/web-features/releases) - [Commits](https://github.com/web-platform-dx/web-features/commits/v3.34.0/packages/web-features) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 8.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: postcss dependency-version: 8.5.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: web-features dependency-version: 3.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * remove override --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <romainmenke@gmail.com>
1 parent 53b7cd7 commit 83b1c93

5 files changed

Lines changed: 234 additions & 229 deletions

File tree

cssdb.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,8 @@
981981
"stage": 2,
982982
"browser_support": {
983983
"ios_saf": "18.4",
984-
"safari": "18.4"
984+
"safari": "18.4",
985+
"webview_ios": "18.4"
985986
},
986987
"docs": {
987988
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-stretch#browser_compatibility"

cssdb.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,8 @@ export default [
981981
"stage": 2,
982982
"browser_support": {
983983
"ios_saf": "18.4",
984-
"safari": "18.4"
984+
"safari": "18.4",
985+
"webview_ios": "18.4"
985986
},
986987
"docs": {
987988
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-stretch#browser_compatibility"

cssdb.settings.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -679,13 +679,7 @@
679679
"css.at-rules.font-face.font-width",
680680
"css.properties.font-width"
681681
],
682-
"browser_support_overrides": {
683-
"ios_saf": {
684-
"from": null,
685-
"to": "18.4",
686-
"bug": "https://github.com/mdn/browser-compat-data/issues/29096"
687-
}
688-
},
682+
"browser_support_overrides": {},
689683
"polyfills": [
690684
{
691685
"type": "PostCSS Plugin",

0 commit comments

Comments
 (0)