Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @mdn/browser-compat-data from 5.6.21 to 5.6.22 #2409

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps @mdn/browser-compat-data from 5.6.21 to 5.6.22.

Release notes

Sourced from @​mdn/browser-compat-data's releases.

v5.6.22

Renamings

  • svg.elements.stop.stop-color to svg.global_attributes.stop-color (#25272)
  • svg.elements.stop.stop-opacity to svg.global_attributes.stop-opacity (#25272)

Additions

  • api.HTMLFencedFrameElement.sandbox (#25227)
  • api.HTMLInputElement.alpha (#25270)
  • api.HTMLInputElement.colorSpace (#25270)
  • browsers.edge.releases.134 (#25322)
  • html.elements.input.alpha (#25270)
  • html.elements.input.colorspace (#25270)

Statistics

  • 13 contributors have changed 70 files with 756 additions and 617 deletions in 29 commits (v5.6.21...v5.6.22)
  • 16,763 total features
  • 1,116 total contributors
  • 5,022 total stargazers
Changelog

Sourced from @​mdn/browser-compat-data's changelog.

v5.6.22

December 6, 2024

Renamings

  • svg.elements.stop.stop-color to svg.global_attributes.stop-color (#25272)
  • svg.elements.stop.stop-opacity to svg.global_attributes.stop-opacity (#25272)

Additions

  • api.HTMLFencedFrameElement.sandbox (#25227)
  • api.HTMLInputElement.alpha (#25270)
  • api.HTMLInputElement.colorSpace (#25270)
  • browsers.edge.releases.134 (#25322)
  • html.elements.input.alpha (#25270)
  • html.elements.input.colorspace (#25270)

Statistics

  • 13 contributors have changed 70 files with 756 additions and 617 deletions in 29 commits (v5.6.21...v5.6.22)
  • 16,763 total features
  • 1,116 total contributors
  • 5,022 total stargazers
Commits
  • 33022c8 Release v5.6.22 (#25304)
  • 87871ef Safari 18 supports mixed type parameters in CSS color types (#25293)
  • 1697611 Chrome 52 / Firefox 34 / Safari 9 support font-variant: none (#25328)
  • 4c9f851 [css.selectors.attribute] Add WebKit bug for case‑sensitive modifier (#25331)
  • 15e7096 Chrome Android also supports ::details-content (#25342)
  • a56408e Bump @​ddbeck/mdn-content-inventory from 0.2.20241205 to 0.2.20241206 (#25341)
  • 8cb3cf8 Chrome 1 supported background-position: bottom/center/left/right/top (#25283)
  • 809bd95 Chromium 130 supports text-wrap-mode CSS property (#25333)
  • 1ddfce2 Chrome 115 added HTMLFencedFrameElement.sandbox (#25227)
  • 4d0aa91 Chromium 130 supports text-wrap: stable (#25334)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.21 to 5.6.22.
- [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.21...v5.6.22)

---
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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Complete this checklist for every @mdn/browser-compat-data upgrade PR.

  • Check out this branch locally.
  • If any keys were removed in the release, delete them from .yml files and commit your changes.
  • Run npm install && npm run dist && npm test && git commit --all --message="Refresh dist" && git push.
  • Review the diff. Watch out for Baseline regressions; if applicable, add a comment (see #1971).
  • Merge this PR.

After merging, do these steps:

@github-actions github-actions bot added the generated These PRs are generated by Dependabot or other tools. label Dec 9, 2024
@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Dec 9, 2024
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks correct to me, but there's an… interesting and pervasive change to the data.

The way BCD assumes support across browsers (known as mirroring, e.g., from Chrome to Edge or Firefox to Firefox for Android) has changed (see mdn/browser-compat-data#24155). This change exposes uncertainty that was previously hidden. The following features now have ranged statuses (which were previously unranged):

  • background-size
  • display-table
  • dominant-baseline
  • opacity-svg

The following features already had ranged headline statuses:

  • output
  • sourcemap-header
  • wasm-mutable-globals

I think we ought to contribute fixes upstream to prevent ranged headline statuses (ranges on per key statuses are very numerous and would be a large effort), but I don't think this should block merging.

Comment on lines +6 to +13
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
support:
chrome: "21"
chrome_android: "25"
edge: "12"
firefox: ≤72
firefox_android: "79"
firefox_android: ≤79
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newly ranged. Not a regression per se, but uncertainty has been added.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just opened mdn/browser-compat-data#25356 to replace this range with a specific version.

Comment on lines -6 to +13
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
support:
chrome: ≤80
chrome_android: "80"
edge: "80"
chrome_android: ≤80
edge: ≤80
firefox: ≤72
firefox_android: "79"
firefox_android: ≤79
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newly ranged. Not a regression per se, but uncertainty has been added.

Comment on lines -6 to +13
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
support:
chrome: ≤80
chrome_android: "80"
edge: "80"
chrome_android: ≤80
edge: ≤80
firefox: ≤72
firefox_android: "79"
firefox_android: ≤79
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newly ranged. Not a regression per se, but uncertainty has been added.

Comment on lines -6 to +13
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
baseline_low_date: 2020-07-28
baseline_high_date: 2023-01-28
support:
chrome: ≤80
chrome_android: "80"
chrome_android: ≤80
edge: ≤80
firefox: ≤72
firefox_android: "79"
firefox_android: ≤79
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newly ranged. Not a regression per se, but uncertainty has been added.

# firefox: ≤72
# firefox_android: "79"
# firefox_android: ≤79
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change doesn't make sense to me- shouldn't it be ≤72?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ddbeck ddbeck merged commit cbe7a42 into main Dec 9, 2024
3 checks passed
@ddbeck ddbeck deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-5.6.22 branch December 9, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file feature definition Creating or defining new features or groups of features. generated These PRs are generated by Dependabot or other tools. javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants