Skip to content

Commit cc6bf10

Browse files
Bump @mdn/browser-compat-data from 6.1.5 to 7.1.0 (#3283)
* Bump @mdn/browser-compat-data from 6.1.5 to 7.1.0 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 6.1.5 to 7.1.0. - [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.1.5...v7.1.0) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Mark `host-context()` as discouraged * Refresh dist * Fix `:host-context()` name while we're here --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent dcc6a63 commit cc6bf10

File tree

9 files changed

+61
-37
lines changed

9 files changed

+61
-37
lines changed

features/details-content.yml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ status:
77
chrome: "131"
88
chrome_android: "131"
99
edge: "131"
10-
safari: "18.4"
11-
safari_ios: "18.4"
1210
compat_features:
1311
- css.selectors.details-content

features/dom.yml.dist

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,19 +1265,6 @@ compat_features:
12651265
# safari_ios: "10"
12661266
- api.NodeList.@@iterator
12671267

1268-
# baseline: high
1269-
# baseline_low_date: 2020-07-28
1270-
# baseline_high_date: 2023-01-28
1271-
# support:
1272-
# chrome: "36"
1273-
# chrome_android: "36"
1274-
# edge: "12"
1275-
# firefox: "69"
1276-
# firefox_android: "79"
1277-
# safari: "10.1"
1278-
# safari_ios: "10.3"
1279-
- api.Document.designMode
1280-
12811268
# baseline: high
12821269
# baseline_low_date: 2020-10-20
12831270
# baseline_high_date: 2023-04-20

features/draft/spec/webdriver-bidi.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ compat_features:
310310
- webdriver.bidi.browser.createUserContext
311311
- webdriver.bidi.browser.getUserContexts
312312
- webdriver.bidi.browser.removeUserContext
313+
- webdriver.bidi.browser.removeUserContext.userContext_parameter
313314
- webdriver.bidi.browsingContext.contextDestroyed_event.userContext_parameter
314315
- webdriver.bidi.browsingContext.create.userContext_parameter
315316
- webdriver.bidi.script.addPreloadScript.contexts_parameter
@@ -632,7 +633,6 @@ compat_features:
632633
# support:
633634
# firefox: "124"
634635
# firefox_android: "124"
635-
- webdriver.bidi.browser.removeUserContext.userContext_parameter
636636
- webdriver.bidi.network.authRequired_event.intercepts_parameter
637637
- webdriver.bidi.network.authRequired_event.isBlocked_parameter
638638
- webdriver.bidi.network.continueRequest

features/host-context.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
name: host-context
1+
name: ":host-context()"
22
description: The `:host-context()` CSS pseudo-class selects the containing element of the shadow tree in which it is used if that element or an ancestor matches the provided selector.
33
spec: https://drafts.csswg.org/css-scoping-1/#host-selector
44
group:
55
- selectors
66
- web-components
77
compat_features:
88
- css.selectors.host-context
9+
discouraged:
10+
# reason: >
11+
# The CSS Working Group removed it from the specification, due to opposition
12+
# from vendors, performance considerations, and interest in alternatives.
13+
according_to:
14+
- https://github.com/w3c/csswg-drafts/issues/1914#issuecomment-2737310093
15+
alternatives:
16+
- container-style-queries
17+
# There's an outside chance that this is a candidate for removal. See
18+
# https://issues.chromium.org/issues/404839554

features/keyboard-events.yml.dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,11 @@ compat_features:
180180
# safari_ios: "10.3"
181181
- api.KeyboardEvent.isComposing
182182

183-
# baseline: false
183+
# baseline: low
184+
# baseline_low_date: 2025-05-27
184185
# support:
186+
# chrome: "137"
187+
# chrome_android: "137"
185188
# edge: "12"
186189
# firefox: "28"
187190
# firefox_android: "28"

features/shapes.yml.dist

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,19 @@ compat_features:
3333
- css.types.basic-shape.inset
3434
- css.types.basic-shape.polygon
3535

36+
# baseline: low
37+
# baseline_low_date: 2024-01-23
38+
# support:
39+
# chrome: "119"
40+
# chrome_android: "119"
41+
# edge: "119"
42+
# firefox: "122"
43+
# firefox_android: "122"
44+
# safari: "17.2"
45+
# safari_ios: "17.2"
46+
- css.types.basic-shape.rect
47+
- css.types.basic-shape.xywh
48+
3649
# baseline: false
3750
# support:
3851
# chrome: "135"
@@ -41,12 +54,3 @@ compat_features:
4154
# safari: "18.4"
4255
# safari_ios: "18.4"
4356
- css.types.basic-shape.shape
44-
45-
# baseline: false
46-
# support:
47-
# firefox: "122"
48-
# firefox_android: "122"
49-
# safari: "17.2"
50-
# safari_ios: "17.2"
51-
- css.types.basic-shape.rect
52-
- css.types.basic-shape.xywh

features/slot-assign.yml.dist

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,35 @@ status:
55
baseline: low
66
baseline_low_date: 2023-03-27
77
support:
8-
chrome: "86"
9-
chrome_android: "86"
10-
edge: "86"
8+
chrome: "92"
9+
chrome_android: "92"
10+
edge: "92"
1111
firefox: "92"
1212
firefox_android: "92"
1313
safari: "16.4"
1414
safari_ios: "16.4"
1515
compat_features:
16-
- api.HTMLSlotElement.assign
16+
# baseline: low
17+
# baseline_low_date: 2023-03-27
18+
# support:
19+
# chrome: "86"
20+
# chrome_android: "86"
21+
# edge: "86"
22+
# firefox: "92"
23+
# firefox_android: "92"
24+
# safari: "16.4"
25+
# safari_ios: "16.4"
1726
- api.ShadowRoot.slotAssignment
27+
28+
# ⬇️ Same status as overall feature ⬇️
29+
# baseline: low
30+
# baseline_low_date: 2023-03-27
31+
# support:
32+
# chrome: "92"
33+
# chrome_android: "92"
34+
# edge: "92"
35+
# firefox: "92"
36+
# firefox_android: "92"
37+
# safari: "16.4"
38+
# safari_ios: "16.4"
39+
- api.HTMLSlotElement.assign

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@eslint/js": "^9.34.0",
4242
"@js-temporal/polyfill": "^0.5.1",
43-
"@mdn/browser-compat-data": "^7.0.0",
43+
"@mdn/browser-compat-data": "^7.1.1",
4444
"@octokit/rest": "^22.0.0",
4545
"@types/caniuse-lite": "^1.0.4",
4646
"@types/node": "^20.19.11",

0 commit comments

Comments
 (0)