Skip to content

Commit 10f5ca2

Browse files
Bump @mdn/browser-compat-data from 6.0.26 to 6.0.27 (#3091)
* Bump @mdn/browser-compat-data from 6.0.26 to 6.0.27 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 6.0.26 to 6.0.27. - [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@v6.0.26...v6.0.27) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 6.0.27 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Refresh dist --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent bdf2dae commit 10f5ca2

13 files changed

Lines changed: 36 additions & 25 deletions

features/abs-sign.yml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ status:
99
safari: "15.4"
1010
safari_ios: "15.4"
1111
compat_features:
12-
# baseline: false
12+
# baseline: low
13+
# baseline_low_date: 2025-06-26
1314
# support:
1415
# chrome: "138"
1516
# chrome_android: "138"
17+
# edge: "138"
1618
# firefox: "118"
1719
# firefox_android: "118"
1820
# safari: "15.4"

features/blocking-render.yml.dist

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
status:
55
baseline: false
6-
support:
7-
chrome: "105"
8-
chrome_android: "105"
9-
edge: "105"
6+
support: {}
107
compat_features:
118
# baseline: false
129
# support:
@@ -24,8 +21,5 @@ compat_features:
2421

2522
# ⬇️ Same status as overall feature ⬇️
2623
# baseline: false
27-
# support:
28-
# chrome: "105"
29-
# chrome_android: "105"
30-
# edge: "105"
24+
# support: {}
3125
- http.headers.Link.blocking

features/draft/spec/css-values-5.yml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ status:
66
support:
77
chrome: "138"
88
chrome_android: "138"
9+
edge: "138"
910
compat_features:
1011
# baseline: false
1112
# support:
@@ -19,5 +20,6 @@ compat_features:
1920
# support:
2021
# chrome: "138"
2122
# chrome_android: "138"
23+
# edge: "138"
2224
- css.types.sibling-count
2325
- css.types.sibling-index

features/draft/spec/css-viewport-1.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ status:
66
support:
77
chrome: "138"
88
chrome_android: "138"
9+
edge: "138"
910
compat_features:
1011
- api.Viewport
1112
- api.Viewport.segments

features/draft/spec/manifest-incubations.yml.dist

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ status:
55
baseline: false
66
support:
77
chrome: "138"
8+
edge: "138"
89
compat_features:
910
# baseline: false
1011
# support:
@@ -20,15 +21,16 @@ compat_features:
2021
# edge: "126"
2122
- manifests.webapp.display_override.tabbed
2223

24+
# baseline: false
25+
# support:
26+
# chrome: "138"
27+
# chrome_android: "138"
28+
# edge: "138"
29+
- manifests.webapp.scope_extensions
30+
2331
# baseline: false
2432
# support:
2533
# chrome: "95"
2634
# edge: "95"
2735
- manifests.webapp.note_taking
2836
- manifests.webapp.note_taking.new_note_url
29-
30-
# baseline: false
31-
# support:
32-
# chrome: "138"
33-
# chrome_android: "138"
34-
- manifests.webapp.scope_extensions

features/draft/spec/prefetch.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ status:
66
support:
77
chrome: "138"
88
chrome_android: "138"
9+
edge: "138"
910
compat_features:
1011
- http.headers.Clear-Site-Data.prefetchCache
1112
- http.headers.Clear-Site-Data.prerenderCache

features/draft/spec/sri-2.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ status:
66
support:
77
chrome: "138"
88
chrome_android: "138"
9+
edge: "138"
910
compat_features:
1011
- http.headers.Integrity-Policy
1112
- http.headers.Integrity-Policy-Report-Only

features/line-clamp.yml.dist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
status:
55
baseline: false
6-
support:
7-
safari: "18.2"
8-
safari_ios: "18.2"
6+
support: {}
97
compat_features:
108
- css.properties.line-clamp
119
- css.properties.line-clamp.none

features/stretch.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ status:
66
support:
77
chrome: "138"
88
chrome_android: "138"
9+
edge: "138"
910
compat_features:
1011
- css.properties.height.stretch
1112
- css.properties.max-height.stretch

features/summarizer.yml.dist

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ status:
66
support:
77
chrome: "138"
88
compat_features:
9+
# baseline: false
10+
# support:
11+
# chrome: "138"
12+
# edge: "138"
13+
- http.headers.Permissions-Policy.summarizer
14+
15+
# ⬇️ Same status as overall feature ⬇️
16+
# baseline: false
17+
# support:
18+
# chrome: "138"
919
- api.Summarizer
1020
- api.Summarizer.availability_static
1121
- api.Summarizer.create_static
@@ -21,4 +31,3 @@ compat_features:
2131
- api.Summarizer.summarize
2232
- api.Summarizer.summarizeStreaming
2333
- api.Summarizer.type
24-
- http.headers.Permissions-Policy.summarizer

0 commit comments

Comments
 (0)