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.15 to 5.6.16 #2257

Merged
merged 3 commits into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps @mdn/browser-compat-data from 5.6.15 to 5.6.16.

Release notes

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

v5.6.16

Removals

  • api.HTMLDetailsElement.toggle_event (#24927)
  • webextensions.api.runtime.getContext (#25078)

Additions

  • api.AbortController.abort.reason_parameter (#25068)
  • api.GPUComputePassEncoder.setBindGroup.unset_bind_group (#24936)
  • api.GPURenderBundleEncoder.setBindGroup.unset_bind_group (#24936)
  • api.GPURenderPassEncoder.setBindGroup.unset_bind_group (#24936)
  • api.HTMLElement.beforetoggle_event.dialog_elements (#24927)
  • api.HTMLElement.beforetoggle_event.popover_elements (#24927)
  • api.HTMLElement.inert.ignores_find_in_page (#24925)
  • api.HTMLElement.toggle_event.details_elements (#24927)
  • api.HTMLElement.toggle_event.dialog_elements (#24927)
  • api.HTMLElement.toggle_event.popover_elements (#24927)
  • api.PublicKeyCredential.signalAllAcceptedCredentials_static (#25070)
  • api.PublicKeyCredential.signalCurrentUserDetails_static (#25070)
  • api.PublicKeyCredential.signalUnknownCredential_static (#25070)
  • browsers.nodejs.releases.20.8.0 (#25020)
  • webextensions.api.runtime.getContexts (#25078)

Statistics

  • 14 contributors have changed 109 files with 1,688 additions and 1,079 deletions in 39 commits (v5.6.15...v5.6.16)
  • 16,716 total features
  • 1,116 total contributors
  • 4,986 total stargazers
Changelog

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

v5.6.16

November 18, 2024

Removals

  • api.HTMLDetailsElement.toggle_event (#24927)
  • webextensions.api.runtime.getContext (#25078)

Additions

  • api.AbortController.abort.reason_parameter (#25068)
  • api.GPUComputePassEncoder.setBindGroup.unset_bind_group (#24936)
  • api.GPURenderBundleEncoder.setBindGroup.unset_bind_group (#24936)
  • api.GPURenderPassEncoder.setBindGroup.unset_bind_group (#24936)
  • api.HTMLElement.beforetoggle_event.dialog_elements (#24927)
  • api.HTMLElement.beforetoggle_event.popover_elements (#24927)
  • api.HTMLElement.inert.ignores_find_in_page (#24925)
  • api.HTMLElement.toggle_event.details_elements (#24927)
  • api.HTMLElement.toggle_event.dialog_elements (#24927)
  • api.HTMLElement.toggle_event.popover_elements (#24927)
  • api.PublicKeyCredential.signalAllAcceptedCredentials_static (#25070)
  • api.PublicKeyCredential.signalCurrentUserDetails_static (#25070)
  • api.PublicKeyCredential.signalUnknownCredential_static (#25070)
  • browsers.nodejs.releases.20.8.0 (#25020)
  • webextensions.api.runtime.getContexts (#25078)

Statistics

  • 14 contributors have changed 109 files with 1,688 additions and 1,079 deletions in 39 commits (v5.6.15...v5.6.16)
  • 16,716 total features
  • 1,116 total contributors
  • 4,986 total stargazers
Commits

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 Nov 18, 2024
Copy link
Contributor

github-actions bot commented Nov 18, 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 Nov 18, 2024
Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.15 to 5.6.16.
- [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.15...v5.6.16)

---
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.16 branch from 1757b3b to 5085689 Compare November 18, 2024 13:00
@ddbeck ddbeck merged commit 18849bd into main Nov 18, 2024
3 checks passed
@ddbeck ddbeck deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-5.6.16 branch November 18, 2024 13:03
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 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