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.33 to 5.6.34 #2591

Merged
merged 4 commits into from
Jan 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps @mdn/browser-compat-data from 5.6.33 to 5.6.34.

Release notes

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

v5.6.34

Additions

  • api.fetch.init_duplex_parameter (#25488)
  • api.Request.Request.init_duplex_parameter (#25488)
  • browsers.nodejs.releases.19.1.0 (#25488)
  • webextensions.api.webRequest.onAuthRequired.details (#25770)
  • webextensions.api.webRequest.onBeforeRedirect.details (#25770)
  • webextensions.api.webRequest.onBeforeRequest.details (#25770)
  • webextensions.api.webRequest.onBeforeSendHeaders.details (#25770)
  • webextensions.api.webRequest.onCompleted.details (#25770)
  • webextensions.api.webRequest.onErrorOccurred.details (#25770)
  • webextensions.api.webRequest.onHeadersReceived.details (#25770)
  • webextensions.api.webRequest.onResponseStarted.details (#25770)
  • webextensions.api.webRequest.onSendHeaders.details (#25770)

Statistics

  • 9 contributors have changed 35 files with 565 additions and 229 deletions in 20 commits (v5.6.33...v5.6.34)
  • 16,832 total features
  • 1,126 total contributors
  • 5,068 total stargazers
Changelog

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

v5.6.34

January 28, 2025

Additions

  • api.fetch.init_duplex_parameter (#25488)
  • api.Request.Request.init_duplex_parameter (#25488)
  • browsers.nodejs.releases.19.1.0 (#25488)
  • webextensions.api.webRequest.onAuthRequired.details (#25770)
  • webextensions.api.webRequest.onBeforeRedirect.details (#25770)
  • webextensions.api.webRequest.onBeforeRequest.details (#25770)
  • webextensions.api.webRequest.onBeforeSendHeaders.details (#25770)
  • webextensions.api.webRequest.onCompleted.details (#25770)
  • webextensions.api.webRequest.onErrorOccurred.details (#25770)
  • webextensions.api.webRequest.onHeadersReceived.details (#25770)
  • webextensions.api.webRequest.onResponseStarted.details (#25770)
  • webextensions.api.webRequest.onSendHeaders.details (#25770)

Statistics

  • 9 contributors have changed 35 files with 565 additions and 229 deletions in 20 commits (v5.6.33...v5.6.34)
  • 16,832 total features
  • 1,126 total contributors
  • 5,068 total stargazers
Commits
  • 2945240 Release v5.6.34 (#25772)
  • 531c731 Node.js 11.7+ supports Worker + related updates (#25012)
  • 521ec84 AggregateError serialization is standard track (#25744)
  • a5c4755 Add Request() constructor init.duplex parameter (#25488)
  • b0ea345 Chrome 133 fully supports firstInterimResponseStart and responseStart (ag...
  • 9549f73 Safari TP supports focus with focusVisible parameter (#25786)
  • f3c25a3 Safari iOS 18.3. fully supports popover (#25787)
  • 144ebd1 Bump @​types/node from 22.10.10 to 22.12.0 (#25785)
  • a6f7c33 Bump @​ddbeck/mdn-content-inventory from 0.2.20250127 to 0.2.20250128 (#25783)
  • 149c7c4 Bump web-features from 2.19.0 to 2.20.0 (#25784)
  • 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.33 to 5.6.34.
- [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.33...v5.6.34)

---
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 Jan 29, 2025
@github-actions github-actions bot added the generated These PRs are generated by Dependabot or other tools. label Jan 29, 2025
Copy link
Contributor

github-actions bot commented Jan 29, 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:

@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Jan 30, 2025
Comment on lines +52 to +60

# baseline: false
# support:
# chrome: "85"
# chrome_android: "85"
# edge: "85"
# firefox: "125"
# firefox_android: "125"
- css.properties.content-visibility.auto
Copy link
Collaborator

Choose a reason for hiding this comment

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

This regresses because of mdn/browser-compat-data#25781. I think the issue makes a strong enough case that this is not working on Safari. I'll add a comment about this.

@ddbeck ddbeck closed this Jan 30, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@ddbeck ddbeck reopened this Jan 30, 2025
@ddbeck ddbeck merged commit 57609d6 into main Jan 30, 2025
3 checks passed
@ddbeck ddbeck deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-5.6.34 branch January 30, 2025 15:35
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.

1 participant