Skip to content

Commit 6f9b9fd

Browse files
Bump @mdn/browser-compat-data from 6.0.19 to 6.0.20 (#3024)
* Bump @mdn/browser-compat-data from 6.0.19 to 6.0.20 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 6.0.19 to 6.0.20. - [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.19...v6.0.20) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-version: 6.0.20 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Remove svg.elements.discard key * Refresh dist --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Brosset <[email protected]> Co-authored-by: Patrick Brosset <[email protected]>
1 parent 6a4248c commit 6f9b9fd

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

features/draft/spec/svg-animations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: TODO
44
spec: https://svgwg.org/specs/animations/
55
compat_features:
66
- api.SVGDiscardElement
7-
- svg.elements.discard
87

98
# The following features in the spec are already part of web-features:
109
# - SMIL SVG animations:

features/draft/spec/svg-animations.yml.dist

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,4 @@ status:
55
baseline: false
66
support: {}
77
compat_features:
8-
# baseline: false
9-
# support:
10-
# firefox: "136"
11-
# firefox_android: "136"
128
- api.SVGDiscardElement
13-
14-
# ⬇️ Same status as overall feature ⬇️
15-
# baseline: false
16-
# support: {}
17-
- svg.elements.discard

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ compat_features:
118118
# firefox: "117"
119119
# firefox_android: "117"
120120
- webdriver.bidi.browser
121+
- webdriver.bidi.browsingContext.create
121122
- webdriver.bidi.browsingContext.fragmentNavigated_event
122123

123124
# baseline: false
@@ -198,7 +199,6 @@ compat_features:
198199
# edge: "126"
199200
- webdriver.bidi.browsingContext.contextCreated_event
200201
- webdriver.bidi.browsingContext.contextDestroyed_event
201-
- webdriver.bidi.browsingContext.create
202202
- webdriver.bidi.browsingContext.locateNodes
203203
- webdriver.bidi.browsingContext.navigate
204204
- webdriver.bidi.browsingContext.navigationCommitted_event

features/print-color-adjust.yml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
5+
baseline: low
6+
baseline_low_date: 2025-05-01
67
support:
78
chrome: "136"
89
chrome_android: "136"
10+
edge: "136"
911
firefox: "97"
1012
firefox_android: "97"
1113
safari: "15.4"

features/view-transitions.yml.dist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,10 @@ compat_features:
9090
# safari_ios: "18.2"
9191
- api.PageRevealEvent.PageRevealEvent
9292
- api.PageSwapEvent.PageSwapEvent
93+
94+
# baseline: false
95+
# support:
96+
# chrome: "137"
97+
# chrome_android: "137"
98+
# edge: "137"
99+
- css.properties.view-transition-name.match-element

package-lock.json

Lines changed: 4 additions & 4 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
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@eslint/js": "^9.28.0",
4141
"@js-temporal/polyfill": "^0.5.1",
42-
"@mdn/browser-compat-data": "^6.0.19",
42+
"@mdn/browser-compat-data": "^6.0.20",
4343
"@types/caniuse-lite": "^1.0.4",
4444
"@types/node": "^20.17.57",
4545
"ajv": "^8.17.1",

0 commit comments

Comments
 (0)