Skip to content

Commit

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

Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.26 to 5.6.28.
- [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.26...v5.6.28)

---
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]>

* Refresh dist

---------

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 Jan 7, 2025
1 parent 754df3c commit 576c91d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 39 deletions.
27 changes: 8 additions & 19 deletions features/line-break.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ status:
chrome: "83"
chrome_android: "83"
edge: "83"
firefox: ≤72
firefox: "69"
firefox_android: "79"
safari: ≤13.1
safari_ios: ≤13.4
safari: "13"
safari_ios: "13"
compat_features:
# baseline: high
# baseline_low_date: 2020-07-28
Expand All @@ -34,12 +34,16 @@ compat_features:
# chrome: "58"
# chrome_android: "58"
# edge: "79"
# firefox: ≤72
# firefox: "69"
# firefox_android: "79"
# safari: "11"
# safari_ios: "11"
- css.properties.line-break.auto
- css.properties.line-break.loose
- css.properties.line-break.normal
- css.properties.line-break.strict

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
Expand All @@ -52,18 +56,3 @@ compat_features:
# safari: "13"
# safari_ios: "13"
- css.properties.line-break.anywhere

# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
# support:
# chrome: ≤83
# chrome_android: ≤83
# edge: ≤83
# firefox: ≤72
# firefox_android: "79"
# safari: ≤13.1
# safari_ios: ≤13.4
- css.properties.line-break.auto
- css.properties.line-break.loose
- css.properties.line-break.strict
6 changes: 4 additions & 2 deletions features/streams.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ compat_features:
# safari_ios: "14.5"
- api.WritableStream.close

# baseline: low
# baseline: high
# baseline_low_date: 2022-06-28
# baseline_high_date: 2024-12-28
# support:
# chrome: "59"
# chrome_android: "59"
Expand All @@ -184,8 +185,9 @@ compat_features:
# safari_ios: "10.3"
- api.ReadableStream.pipeThrough

# baseline: low
# baseline: high
# baseline_low_date: 2022-06-28
# baseline_high_date: 2024-12-28
# support:
# chrome: "67"
# chrome_android: "67"
Expand Down
14 changes: 1 addition & 13 deletions features/svg-discouraged.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ status:
baseline: false
support: {}
compat_features:
# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "79"
# firefox: "1.5"
# firefox_android: "4"
# safari: "3"
# safari_ios: "2"
- svg.elements.script.xlink_href

# baseline: false
# support:
# chrome: "1"
Expand Down Expand Up @@ -117,6 +104,7 @@ compat_features:
- svg.elements.image.xlink_href
- svg.elements.linearGradient.xlink_href
- svg.elements.radialGradient.xlink_href
- svg.elements.script.xlink_href

# baseline: false
# support:
Expand Down
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 @@ -38,7 +38,7 @@
"devDependencies": {
"@eslint/js": "^9.17.0",
"@js-temporal/polyfill": "^0.4.4",
"@mdn/browser-compat-data": "^5.6.26",
"@mdn/browser-compat-data": "^5.6.28",
"@types/caniuse-lite": "^1.0.4",
"@types/diff": "^5.2.3",
"@types/node": "^18.19.69",
Expand Down

0 comments on commit 576c91d

Please sign in to comment.