Skip to content

Commit

Permalink
Bump @mdn/browser-compat-data from 5.6.4 to 5.6.5 (#1926)
Browse files Browse the repository at this point in the history
* Bump @mdn/browser-compat-data from 5.6.4 to 5.6.5

Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.4 to 5.6.5.
- [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@v5.6.4...v5.6.5)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix rename of `svg.global_attributes.data` to `svg.global_attributes.data_attributes`

* Refresh dist

* Fix tests that rely on old compat data

---------

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]>
  • Loading branch information
dependabot[bot] and ddbeck authored Oct 8, 2024
1 parent d90343d commit 56b817b
Show file tree
Hide file tree
Showing 37 changed files with 277 additions and 263 deletions.
3 changes: 2 additions & 1 deletion features/aborting.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ compat_features:
- api.AbortSignal.abort_static.reason_parameter
- api.AbortSignal.reason

# baseline: low
# baseline: high
# baseline_low_date: 2022-04-01
# baseline_high_date: 2024-10-01
# support:
# chrome: "100"
# chrome_android: "100"
Expand Down
5 changes: 1 addition & 4 deletions features/background-clip-text.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: low
baseline_low_date: 2023-12-07
baseline: false
support:
chrome: "120"
chrome_android: "120"
edge: "120"
firefox: "49"
firefox_android: "49"
safari: "14"
safari_ios: "14"
compat_features:
Expand Down
18 changes: 5 additions & 13 deletions features/before-after.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,15 @@ compat_features:
- css.selectors.after

# baseline: high
# baseline_low_date: ≤2017-03-27
# baseline_high_date: ≤2019-09-27
# support:
# chrome: "26"
# chrome_android: "26"
# edge: "12"
# firefox: "4"
# firefox_android: "4"
# safari: ≤10.1
# safari_ios: ≤10.3
- css.selectors.before.animation_and_transition_support

# baseline: false
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "26"
# chrome_android: "26"
# edge: "12"
# firefox: "4"
# firefox_android: "4"
# safari: "7"
# safari_ios: "7"
- css.selectors.after.animation_and_transition_support
- css.selectors.before.animation_and_transition_support
1 change: 1 addition & 0 deletions features/blocking-render.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ compat_features:
- html.elements.link.blocking
- html.elements.script.blocking
- html.elements.style.blocking
- http.headers.Link.blocking
6 changes: 6 additions & 0 deletions features/counters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ compat_features:
# safari: ≤13.1
# safari_ios: ≤13.4
- css.properties.counter-increment.list-item

# baseline: false
# support:
# edge: "12"
# firefox: "1"
# firefox_android: "25"
- css.properties.counter-reset.list-item

# baseline: false
Expand Down
13 changes: 12 additions & 1 deletion features/createimagebitmap.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ compat_features:
# safari: "15"
# safari_ios: "15"
- api.createImageBitmap.options_imageOrientation_parameter
- api.createImageBitmap.options_premultiplyAlpha_parameter

# baseline: high
# baseline_low_date: 2022-02-08
Expand Down Expand Up @@ -119,6 +118,18 @@ compat_features:
# safari_ios: "15"
- api.createImageBitmap.options_colorSpaceConversion_parameter

# baseline: low
# baseline_low_date: 2023-09-18
# support:
# chrome: "52"
# chrome_android: "52"
# edge: "79"
# firefox: "93"
# firefox_android: "93"
# safari: "17"
# safari_ios: "17"
- api.createImageBitmap.options_premultiplyAlpha_parameter

# baseline: low
# baseline_low_date: 2023-12-11
# support:
Expand Down
12 changes: 2 additions & 10 deletions features/draft/spec/css-logical-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: ≤2020-03-24
baseline_high_date: ≤2022-09-24
baseline: false
support:
chrome: "2"
chrome_android: "18"
edge: "12"
firefox: "19"
firefox_android: "19"
safari: ≤13.1
safari_ios: ≤13.4
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
Expand All @@ -31,15 +27,11 @@ compat_features:
- css.properties.text-align

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: ≤2020-03-24
# baseline_high_date: ≤2022-09-24
# baseline: false
# support:
# chrome: "2"
# chrome_android: "18"
# edge: "12"
# firefox: "19"
# firefox_android: "19"
# safari: ≤13.1
# safari_ios: ≤13.4
- css.at-rules.page
42 changes: 3 additions & 39 deletions features/draft/spec/css-multicol-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ compat_features:
# safari: "9"
# safari_ios: "9"
- css.properties.column-count
- css.properties.column-count.auto
- css.properties.column-fill
- css.properties.column-fill.auto
- css.properties.column-fill.balance
- css.properties.column-rule
- css.properties.column-rule-color
- css.properties.column-rule-style
Expand All @@ -63,19 +66,6 @@ compat_features:
# safari_ios: "10"
- css.properties.column-gap.multicol_context

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "50"
# chrome_android: "50"
# edge: "79"
# firefox: "52"
# firefox_android: "52"
# safari: "9"
# safari_ios: "9"
- css.properties.column-count.auto

# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
Expand All @@ -88,32 +78,6 @@ compat_features:
# safari: "9"
# safari_ios: "9"
- css.properties.column-span

# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
# support:
# chrome: "50"
# chrome_android: "50"
# edge: "12"
# firefox: ≤72
# firefox_android: "79"
# safari: "9"
# safari_ios: "9"
- css.properties.column-fill.auto
- css.properties.column-fill.balance

# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
# support:
# chrome: "50"
# chrome_android: "50"
# edge: "79"
# firefox: "71"
# firefox_android: "79"
# safari: "9"
# safari_ios: "9"
- css.properties.column-span.all
- css.properties.column-span.none

Expand Down
44 changes: 18 additions & 26 deletions features/draft/spec/css-page-3.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,6 @@ status:
chrome_android: "85"
edge: "85"
compat_features:
# baseline: high
# baseline_low_date: ≤2020-03-24
# baseline_high_date: ≤2022-09-24
# support:
# chrome: "2"
# chrome_android: "18"
# edge: "12"
# firefox: "19"
# firefox_android: "19"
# safari: ≤13.1
# safari_ios: ≤13.4
- css.at-rules.page

# baseline: high
# baseline_low_date: 2021-12-07
# baseline_high_date: 2024-06-07
# support:
# chrome: "15"
# chrome_android: "18"
# edge: "79"
# firefox: "95"
# firefox_android: "95"
# safari: ≤13.1
# safari_ios: ≤13.4
- css.at-rules.page.size

# baseline: low
# baseline_low_date: 2023-02-14
# support:
Expand All @@ -58,6 +32,15 @@ compat_features:
# safari_ios: "6"
- css.selectors.first

# baseline: false
# support:
# chrome: "2"
# chrome_android: "18"
# edge: "12"
# firefox: "19"
# firefox_android: "19"
- css.at-rules.page

# baseline: false
# support:
# chrome: "6"
Expand All @@ -68,6 +51,15 @@ compat_features:
- css.selectors.left
- css.selectors.right

# baseline: false
# support:
# chrome: "15"
# chrome_android: "18"
# edge: "79"
# firefox: "95"
# firefox_android: "95"
- css.at-rules.page.size

# baseline: false
# support:
# chrome: "83"
Expand Down
6 changes: 4 additions & 2 deletions features/draft/spec/css-scroll-snap-2.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ compat_features:
- css.properties.scroll-padding-inline-start.auto
- css.properties.scroll-padding-inline.auto

# baseline: low
# baseline: high
# baseline_low_date: 2022-04-05
# baseline_high_date: 2024-10-05
# support:
# chrome: "69"
# chrome_android: "69"
Expand All @@ -72,8 +73,9 @@ compat_features:
# safari_ios: ≤13.4
- css.properties.scroll-snap-type.none

# baseline: low
# baseline: high
# baseline_low_date: 2022-04-05
# baseline_high_date: 2024-10-05
# support:
# chrome: "69"
# chrome_android: "69"
Expand Down
21 changes: 12 additions & 9 deletions features/draft/spec/css-values-5.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ compat_features:
- css.types.angle
- css.types.angle-percentage

# baseline: low
# baseline_low_date: 2022-09-12
# support:
# chrome: "29"
# chrome_android: "29"
# edge: "12"
# firefox: "8"
# firefox_android: "8"
# safari: "16"
# safari_ios: "16"
- css.types.resolution

# baseline: low
# baseline_low_date: 2023-11-21
# support:
Expand All @@ -80,15 +92,6 @@ compat_features:
# safari_ios: "16.4"
- css.types.length.rlh

# baseline: false
# support:
# chrome: "29"
# chrome_android: "29"
# edge: "12"
# firefox: "8"
# firefox_android: "8"
- css.types.resolution

# baseline: false
# support:
# chrome: "111"
Expand Down
20 changes: 8 additions & 12 deletions features/draft/spec/entries-api.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ status:
baseline: false
support:
chrome: "22"
chrome_android: "25"
edge: "79"
firefox: "52"
safari: "11.1"
safari_ios: "11.3"
compat_features:
# baseline: high
# baseline_low_date: ≤2018-10-02
Expand Down Expand Up @@ -89,16 +87,6 @@ compat_features:
# safari_ios: "11.3"
- api.FileSystemDirectoryEntry.createReader

# baseline: false
# support:
# chrome: "7"
# chrome_android: "18"
# edge: "13"
# firefox: "50"
# safari: "11.1"
# safari_ios: "11.3"
- api.HTMLInputElement.webkitdirectory

# baseline: false
# support:
# chrome: "13"
Expand Down Expand Up @@ -128,3 +116,11 @@ compat_features:
# safari: "11.1"
# safari_ios: "11.3"
- api.HTMLInputElement.webkitEntries

# baseline: false
# support:
# chrome: "7"
# edge: "13"
# firefox: "50"
# safari: "11.1"
- api.HTMLInputElement.webkitdirectory
Loading

0 comments on commit 56b817b

Please sign in to comment.