Skip to content
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

Bump @mdn/browser-compat-data from 5.6.33 to 5.6.34 #2591

Merged
merged 4 commits into from
Jan 30, 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: 1 addition & 3 deletions features/clear-site-data.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,5 @@ compat_features:
- http.headers.Clear-Site-Data.clientHints

# baseline: false
# support:
# safari: "17"
# safari_ios: "17"
# support: {}
- http.headers.Clear-Site-Data.executionContexts
3 changes: 2 additions & 1 deletion features/contain-style.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline: high
baseline_low_date: 2022-07-26
baseline_high_date: 2025-01-26
support:
chrome: "52"
chrome_android: "52"
Expand Down
6 changes: 6 additions & 0 deletions features/content-visibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ description: The `content-visibility` CSS property delays rendering an element,
spec: https://drafts.csswg.org/css-contain-2/#content-visibility
group: css
caniuse: css-content-visibility
# TODO: https://github.com/web-platform-dx/web-features/issues/1971
# Status changed: https://github.com/web-platform-dx/web-features/pull/2591
# 2025-01-30 — low → false — Safari hides text behind `content-visibility: auto` from "Find…" in the page.
# References:
# - https://github.com/mdn/browser-compat-data/pull/25781
# - https://bugs.webkit.org/show_bug.cgi?id=283846
compat_features:
- api.ContentVisibilityAutoStateChangeEvent
- api.ContentVisibilityAutoStateChangeEvent.ContentVisibilityAutoStateChangeEvent
Expand Down
16 changes: 10 additions & 6 deletions features/content-visibility.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline_low_date: 2024-09-16
baseline: false
support:
chrome: "108"
chrome_android: "108"
edge: "108"
firefox: "130"
firefox_android: "130"
safari: "18"
safari_ios: "18"
compat_features:
# baseline: low
# baseline_low_date: 2024-09-16
Expand All @@ -24,7 +21,6 @@ compat_features:
# safari: "18"
# safari_ios: "18"
- css.properties.content-visibility
- css.properties.content-visibility.auto
- css.properties.content-visibility.hidden
- css.properties.content-visibility.visible

Expand All @@ -42,7 +38,6 @@ compat_features:
- api.ContentVisibilityAutoStateChangeEvent.ContentVisibilityAutoStateChangeEvent
- api.ContentVisibilityAutoStateChangeEvent.skipped

# ⬇️ Same status as overall feature ⬇️
# baseline: low
# baseline_low_date: 2024-09-16
# support:
Expand All @@ -54,3 +49,12 @@ compat_features:
# safari: "18"
# safari_ios: "18"
- api.Element.contentvisibilityautostatechange_event

# baseline: false
# support:
# chrome: "85"
# chrome_android: "85"
# edge: "85"
# firefox: "125"
# firefox_android: "125"
- css.properties.content-visibility.auto
Comment on lines +52 to +60
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This regresses because of mdn/browser-compat-data#25781. I think the issue makes a strong enough case that this is not working on Safari. I'll add a comment about this.

16 changes: 2 additions & 14 deletions features/meter.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ status:
safari: "6"
safari_ios: "10.3"
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "6"
# chrome_android: "18"
# edge: "12"
# firefox: "16"
# firefox_android: "16"
# safari: "6"
# safari_ios: "6"
- api.HTMLMeterElement

# baseline: high
# baseline_low_date: 2015-11-12
# baseline_high_date: 2018-05-12
Expand All @@ -38,6 +25,7 @@ compat_features:
# firefox_android: "16"
# safari: "6"
# safari_ios: "6"
- api.HTMLMeterElement
- api.HTMLMeterElement.high
- api.HTMLMeterElement.low
- api.HTMLMeterElement.max
Expand All @@ -51,7 +39,7 @@ compat_features:
# support:
# chrome: "6"
# chrome_android: "18"
# edge: "12"
# edge: "13"
# firefox: "16"
# firefox_android: "16"
# safari: "6"
Expand Down
6 changes: 4 additions & 2 deletions features/performance.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,9 @@ compat_features:
- api.Performance.mark.returns_performancemark
- api.PerformanceMark.detail

# baseline: low
# baseline: high
# baseline_low_date: 2022-07-26
# baseline_high_date: 2025-01-26
# support:
# chrome: "77"
# chrome_android: "77"
Expand All @@ -320,8 +321,9 @@ compat_features:
# safari_ios: "14.5"
- api.Performance.measure.measureOptions_parameter

# baseline: low
# baseline: high
# baseline_low_date: 2022-07-26
# baseline_high_date: 2025-01-26
# support:
# chrome: "78"
# chrome_android: "78"
Expand Down
8 changes: 6 additions & 2 deletions features/popover.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: low
baseline_low_date: 2025-01-27
support:
chrome: "116"
chrome_android: "116"
edge: "116"
firefox: "125"
firefox_android: "125"
safari: "17"
safari_ios: "18.3"
compat_features:
# baseline: low
# baseline_low_date: 2023-11-21
Expand Down Expand Up @@ -66,12 +68,14 @@ compat_features:
# safari_ios: "17"
- api.HTMLElement.togglePopover.returns_boolean

# baseline: false
# baseline: low
# baseline_low_date: 2025-01-27
# support:
# chrome: "114"
# chrome_android: "114"
# edge: "114"
# firefox: "125"
# firefox_android: "125"
# safari: "17"
# safari_ios: "18.3"
- api.HTMLElement.popover
10 changes: 9 additions & 1 deletion features/resource-timing.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ compat_features:
- api.PerformanceResourceTiming.redirectStart
- api.PerformanceResourceTiming.requestStart
- api.PerformanceResourceTiming.responseEnd
- api.PerformanceResourceTiming.responseStart

# baseline: high
# baseline_low_date: 2017-10-17
Expand Down Expand Up @@ -113,6 +112,15 @@ compat_features:
# safari: "12"
- api.PerformanceResourceTiming.worker_support

# baseline: false
# support:
# edge: "12"
# firefox: "35"
# firefox_android: "35"
# safari: "11"
# safari_ios: "11"
- api.PerformanceResourceTiming.responseStart

# baseline: false
# support:
# chrome: "109"
Expand Down
3 changes: 2 additions & 1 deletion features/scroll-snap.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ compat_features:
- css.properties.scroll-snap-type.x
- css.properties.scroll-snap-type.y

# baseline: low
# baseline: high
# baseline_low_date: 2022-07-26
# baseline_high_date: 2025-01-26
# support:
# chrome: "75"
# chrome_android: "75"
Expand Down
3 changes: 2 additions & 1 deletion features/service-workers.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,9 @@ compat_features:
- api.NavigationPreloadManager.getState
- api.NavigationPreloadManager.setHeaderValue

# baseline: low
# baseline: high
# baseline_low_date: 2022-07-26
# baseline_high_date: 2025-01-26
# support:
# chrome: "65"
# chrome_android: "65"
Expand Down
12 changes: 7 additions & 5 deletions features/storage-access.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,16 @@ compat_features:
- html.elements.iframe.allow.storage-access
- http.headers.Permissions-Policy.storage-access

# baseline: false
# support:
# chrome: "113"
# chrome_android: "120"
# edge: "113"
- api.Permissions.permission_top-level-storage-access

# baseline: false
# support:
# chrome: "119"
# chrome_android: "119"
# edge: "119"
- api.Document.requestStorageAccessFor

# baseline: false
# support:
# chrome_android: "120"
- api.Permissions.permission_top-level-storage-access
16 changes: 1 addition & 15 deletions features/wasm-string-builtins.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,15 @@ status:
baseline: false
support:
chrome: "130"
chrome_android: "130"
edge: "130"
firefox: "134"
firefox_android: "134"
compat_features:
# baseline: false
# support:
# chrome: "130"
# chrome_android: "130"
# edge: "130"
# firefox: "134"
# firefox_android: "134"
- webassembly.api.Module.Module.compile_options
- webassembly.api.compileStreaming_static.compile_options
- webassembly.api.compile_static.compile_options
- webassembly.api.instantiateStreaming_static.compile_options
- webassembly.api.instantiate_static.compile_options
- webassembly.api.validate_static.compile_options

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "130"
# edge: "130"
# firefox: "134"
# firefox_android: "134"
- webassembly.jsStringBuiltins
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@eslint/js": "^9.19.0",
"@js-temporal/polyfill": "^0.4.4",
"@mdn/browser-compat-data": "^5.6.33",
"@mdn/browser-compat-data": "^5.6.34",
"@types/caniuse-lite": "^1.0.4",
"@types/diff": "^7.0.0",
"@types/node": "^18.19.74",
Expand Down