fix(deps): update dependency @mdn/browser-compat-data to v4.0.5 #3930
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.4
->4.0.5
Release Notes
mdn/browser-compat-data
v4.0.5
Compare Source
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 aPromise
. 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 severalRTCPeerConnection
methods expanded withreturns_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
css.properties.place-content
,place-items
, andplace-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
v4.0.4...v4.0.5
)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.