Skip to content

Bump @mdn/browser-compat-data from 4.0.4 to 4.0.5 #1167

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2021

Bumps @mdn/browser-compat-data from 4.0.4 to 4.0.5.

Release notes

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

v4.0.5

Notable changes

  • The feature-naming convention returns_promise has been adopted for features that capture some but not all browsers' APIs returning a Promise. The new data guideline brings consistency to competing styles used throughout the API data.

    The following features have been renamed to returns_promise (#11630):

    • api.BaseAudioContext.decodeAudioData.promise_syntax
    • api.Document.exitFullscreen.returns_a_promise
    • api.Element.requestFullscreen.returns_a_promise
    • api.OfflineAudioContext.startRendering.Promise_based_startRendering

    The feature api.RTCPeerConnection.getStats.with_callbacks was removed and the data for several RTCPeerConnection methods expanded with returns_promise data. The following features have been added (#12300):

    • api.RTCPeerConnection.addIceCandidate.returns_promise
    • api.RTCPeerConnection.createAnswer.returns_promise
    • api.RTCPeerConnection.createOffer.returns_promise
    • api.RTCPeerConnection.getStats.returns_promise
    • api.RTCPeerConnection.setLocalDescription.returns_promise
    • api.RTCPeerConnection.setRemoteDescription.returns_promise
  • The following non-existent, long-removed, or otherwise irrelevant features have been removed:

    • api.CryptoKeyPair (#12346)
    • api.MediaStream.ended (#12454)
    • api.MediaStream.label (#12455)
    • api.SVGZoomAndPan (#12518)
    • api.Window.maximize (#12552)
    • api.Window.minimize (#12552)
    • api.XMLSerializer.serializeToStream (#12417)

Known issues

  • In v3.3.9, the structure of features for css.properties.place-content, place-items, and place-self changed (#11214). This is an incomplete fix to the problem of undocumented namespaces appearing in places where you might otherwise expect compatability data. The restructuring of the data is a work in progress and may change again in a future release. See #6175 for more information.

Statistics

  • 8 contributors have changed 53 files with 1,649 additions and 2,580 deletions in 54 commits (v4.0.4...v4.0.5)
  • 13,414 total features
  • 809 total contributors
  • 3,583 total stargazers
Changelog

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

v4.0.5

September 23, 2021

Notable changes

  • The feature-naming convention returns_promise has been adopted for features that capture some but not all browsers' APIs returning a Promise. The new data guideline brings consistency to competing styles used throughout the API data.

    The following features have been renamed to returns_promise (#11630):

    • api.BaseAudioContext.decodeAudioData.promise_syntax
    • api.Document.exitFullscreen.returns_a_promise
    • api.Element.requestFullscreen.returns_a_promise
    • api.OfflineAudioContext.startRendering.Promise_based_startRendering

    The feature api.RTCPeerConnection.getStats.with_callbacks was removed and the data for several RTCPeerConnection methods expanded with returns_promise data. The following features have been added (#12300):

    • api.RTCPeerConnection.addIceCandidate.returns_promise
    • api.RTCPeerConnection.createAnswer.returns_promise
    • api.RTCPeerConnection.createOffer.returns_promise
    • api.RTCPeerConnection.getStats.returns_promise
    • api.RTCPeerConnection.setLocalDescription.returns_promise
    • api.RTCPeerConnection.setRemoteDescription.returns_promise
  • The following non-existent, long-removed, or otherwise irrelevant features have been removed:

    • api.CryptoKeyPair (#12346)
    • api.MediaStream.ended (#12454)
    • api.MediaStream.label (#12455)
    • api.SVGZoomAndPan (#12518)
    • api.Window.maximize (#12552)
    • api.Window.minimize (#12552)
    • api.XMLSerializer.serializeToStream (#12417)

Known issues

  • In v3.3.9, the structure of features for css.properties.place-content, place-items, and place-self changed (#11214). This is an incomplete fix to the problem of undocumented namespaces appearing in places where you might otherwise expect compatability data. The restructuring of the data is a work in progress and may change again in a future release. See #6175 for more information.

Statistics

  • 8 contributors have changed 53 files with 1,649 additions and 2,580 deletions in 54 commits (v4.0.4...v4.0.5)
  • 13,414 total features
  • 809 total contributors
  • 3,583 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 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 the dependencies Pull requests that update a dependency file label Oct 1, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2021

Thanks for the PR!

This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mdn/browser-compat-data-4.0.5 branch from 0aaaed7 to 4a2b336 Compare October 2, 2021 09:58
Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 4.0.4 to 4.0.5.
- [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@v4.0.4...v4.0.5)

---
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 force-pushed the dependabot/npm_and_yarn/mdn/browser-compat-data-4.0.5 branch from 4a2b336 to 16a8db7 Compare October 3, 2021 12:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2021

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.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-4.0.5 branch October 14, 2021 17:10
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants