Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @mdn/browser-compat-data from 5.6.19 to 5.6.20.

Release notes

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

v5.6.20

Removals

  • svg.elements.feFlood.flood-color (#25259)
  • svg.elements.feFlood.flood-opacity (#25259)

Additions

  • api.BrowserCaptureMediaStreamTrack.restrictTo (#25232)
  • api.RestrictionTarget (#25232)
  • api.RestrictionTarget.fromElement_static (#25232)
  • api.Serial.requestPort.allowedBluetoothServiceClassIds_option (#25256)
  • api.Serial.requestPort.filters_bluetoothServiceClassId (#25256)
  • api.SerialPort.connect_event.bluetooth_rfcomm (#25234)
  • api.SerialPort.disconnect_event.bluetooth_rfcomm (#25234)
  • api.SerialPort.getInfo.bluetoothServiceClassId (#25256)
  • css.selectors.xr-overlay (#25253)
  • css.types.transform-function.perspective.none (#25255)

Statistics

  • 8 contributors have changed 46 files with 713 additions and 315 deletions in 42 commits (v5.6.19...v5.6.20)
  • 16,756 total features
  • 1,116 total contributors
  • 5,007 total stargazers
Changelog

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

v5.6.20

November 29, 2024

Removals

  • svg.elements.feFlood.flood-color (#25259)
  • svg.elements.feFlood.flood-opacity (#25259)

Additions

  • api.BrowserCaptureMediaStreamTrack.restrictTo (#25232)
  • api.RestrictionTarget (#25232)
  • api.RestrictionTarget.fromElement_static (#25232)
  • api.Serial.requestPort.allowedBluetoothServiceClassIds_option (#25256)
  • api.Serial.requestPort.filters_bluetoothServiceClassId (#25256)
  • api.SerialPort.connect_event.bluetooth_rfcomm (#25234)
  • api.SerialPort.disconnect_event.bluetooth_rfcomm (#25234)
  • api.SerialPort.getInfo.bluetoothServiceClassId (#25256)
  • css.selectors.xr-overlay (#25253)
  • css.types.transform-function.perspective.none (#25255)

Statistics

  • 8 contributors have changed 46 files with 713 additions and 315 deletions in 42 commits (v5.6.19...v5.6.20)
  • 16,756 total features
  • 1,116 total contributors
  • 5,007 total stargazers
Commits
  • a095f29 Release v5.6.20 (#25233)
  • 3c109bd Chrome 3 added webextensions.api.bookmarks support (#24306)
  • 2acad1a Remove svg.elements.feFlood.{flood-color,flood-opacity} for duplicate global ...
  • df62f2d enhance(workflows): suggest fixes with reviewdog (#25154)
  • 7c61530 Bump @​ddbeck/mdn-content-inventory from 0.2.20241128 to 0.2.20241129 (#25266)
  • d09b53d Bump marked from 15.0.2 to 15.0.3 (#25265)
  • aeaa7f1 chore(labels): remove emojis (#25144)
  • d336538 Chrome 83 added :xr-overlay CSS selector (#25253)
  • 3473543 Add transform: perspective(none) data (#25255)
  • 50965a8 Chrome 117 supports Bluetooth service class IDs in Web Serial API (#25256)
  • 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.19 to 5.6.20.
- [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.19...v5.6.20)

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

github-actions bot commented Dec 2, 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 2, 2024
@Elchi3 Elchi3 mentioned this pull request Dec 2, 2024
@jamesnw jamesnw self-assigned this Dec 2, 2024
@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Dec 2, 2024
@jamesnw
Copy link
Collaborator

jamesnw commented Dec 2, 2024

No baseline regressions. I did add compute_from to transforms3d to keep the feature in sync with Caniuse.

The following new api keys will need to be addressed separately.

  • api.BrowserCaptureMediaStreamTrack.restrictTo (#25232)
  • api.RestrictionTarget (#25232)
  • api.RestrictionTarget.fromElement_static (#25232)
  • api.Serial.requestPort.allowedBluetoothServiceClassIds_option (#25256)
  • api.Serial.requestPort.filters_bluetoothServiceClassId (#25256)
  • api.SerialPort.connect_event.bluetooth_rfcomm (#25234)
  • api.SerialPort.disconnect_event.bluetooth_rfcomm (#25234)
  • api.SerialPort.getInfo.bluetoothServiceClassId (#25256)

Handing off to @ddbeck for review/merge.

@jamesnw jamesnw removed their assignment Dec 2, 2024
@ddbeck
Copy link
Collaborator

ddbeck commented Dec 2, 2024

Thank you, @jamesnw!

@ddbeck ddbeck merged commit 4282b3d into main Dec 2, 2024
3 checks passed
@ddbeck ddbeck deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-5.6.20 branch December 2, 2024 15:56
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.

3 participants