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.42 to 5.6.43 #2732

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps @mdn/browser-compat-data from 5.6.42 to 5.6.43.

Release notes

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

v5.6.43

Removals

  • css.properties.font.font_stretch_support (#26060)
  • javascript.builtins.Error.cause.displayed_in_console (#26001)

Additions

  • css.properties.font.font-width_keyword_values (#26060)

Statistics

  • 4 contributors have changed 20 files with 117 additions and 86 deletions in 14 commits (v5.6.42...v5.6.43)
  • 16,973 total features
  • 1,130 total contributors
  • 5,119 total stargazers
Changelog

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

v5.6.43

February 28, 2025

Removals

  • css.properties.font.font_stretch_support (#26060)
  • javascript.builtins.Error.cause.displayed_in_console (#26001)

Additions

  • css.properties.font.font-width_keyword_values (#26060)

Statistics

  • 4 contributors have changed 20 files with 117 additions and 86 deletions in 14 commits (v5.6.42...v5.6.43)
  • 16,973 total features
  • 1,130 total contributors
  • 5,119 total stargazers
Commits
  • 7239396 Release v5.6.43 (#26072)
  • 85b743f Safari doesn't reflect the font-weight of the Canvas context font (#26055)
  • 25fda5b Bump @​ddbeck/mdn-content-inventory from 0.2.20250227 to 0.2.20250228 (#26083)
  • 28893c9 Bump web-features from 2.25.0 to 2.26.0 (#26082)
  • a975075 enhance(scripts/tag-web-features): print changes as patch code block (#26052)
  • 92d6876 Add Firefox/Safari impl_urls for overflow-clip-margin (#26063)
  • 115e8d4 Safari 17 fixed a bug with pseudo elements in the 3D rendering context (#26056)
  • 24e745c Safari iOS lacks support for beforeunload event (#26054)
  • 16f7ba1 Safari iOS 17 supports MouseEvent.movement{X,Y} (#26053)
  • 92e109a Fix typo in Firefox notes about StorageArea.getBytesInUse() (#26064)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2025
@github-actions github-actions bot added the generated These PRs are generated by Dependabot or other tools. label Mar 3, 2025
Copy link
Contributor

github-actions bot commented Mar 3, 2025

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:

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mdn/browser-compat-data-5.6.43 branch from f539325 to f1e75d4 Compare March 3, 2025 14:01
Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.42 to 5.6.43.
- [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.42...v5.6.43)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mdn/browser-compat-data-5.6.43 branch from f1e75d4 to 7b146f6 Compare March 3, 2025 14:02
@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Mar 3, 2025
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
baseline: false
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a Baseline status regression, due to this BCD change: mdn/browser-compat-data#26054
Apparently, beforeunload doesn't work in Safari for iOS.

baseline: high
baseline_low_date: 2017-09-19
baseline_high_date: 2020-03-19
baseline: false
Copy link
Contributor

Choose a reason for hiding this comment

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

This Baseline feature regression is expected. This feature is now discouraged, and points to font-width as the alternative. See #2707.

@captainbrosset captainbrosset added the baseline status regression Pull requests that regression a feature's Baseline status label Mar 3, 2025
Copy link
Collaborator

@jamesnw jamesnw left a comment

Choose a reason for hiding this comment

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

Regressions appear as expected. One change flagged as incorrect BCD data.

# firefox_android: "4"
# safari: "1"
# safari_ios: "17"
- api.MouseEvent.clientX
Copy link
Collaborator

Choose a reason for hiding this comment

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

This appears to be a mistake. I opened mdn/browser-compat-data#26103. I don't think this should be blocking, but I'll defer to others.

@captainbrosset captainbrosset merged commit f7d6c0d into main Mar 3, 2025
3 checks passed
@captainbrosset captainbrosset deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-5.6.43 branch March 3, 2025 15:02
@captainbrosset
Copy link
Contributor

Triggered the update draft workflow: #2736.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
baseline status regression Pull requests that regression a feature's Baseline status 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.

2 participants