fix(deps): update dependency @mdn/browser-compat-data to v4.0.2 #3887
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.1
->4.0.2
Release Notes
mdn/browser-compat-data
v4.0.2
Compare Source
September 2, 2021
WindowOrWorkerGlobalScope removal
To no longer expose mixins, the following features have been moved from
api.WindowOrWorkerGlobalScope
(orapi.Window
for two cases) to the globalapi.*
namespace. The features' worker support is now indicated usingworker_support
sub-features. (#11518)Removed
api.Window.isSecureContext
api.Window.trustedTypes
api.WindowOrWorkerGlobalScope.*
Added
api.atob
api.atob.worker_support
api.btoa
api.btoa.worker_support
api.caches
api.caches.worker_support
api.clearInterval
api.clearInterval.worker_support
api.clearTimeout
api.clearTimeout.worker_support
api.createImageBitmap
api.createImageBitmap.worker_support
api.crossOriginIsolated
api.crossOriginIsolated.worker_support
api.fetch
api.fetch.worker_support
api.indexedDB
api.indexedDB.worker_support
api.isSecureContext
api.isSecureContext.worker_support
api.origin
api.origin.worker_support
api.queueMicrotask
api.queueMicrotask.worker_support
api.setInterval
api.setInterval.worker_support
api.setTimeout
api.setTimeout.worker_support
api.structuredClone
api.structuredClone.worker_support
api.trustedTypes
api.trustedTypes.worker_support
Notable changes
The following non-existent, long-removed, or otherwise irrelevant features have been removed:
api.UIEvent.pageX
(#12187)api.UIEvent.pageY
(#12187)api.UIEvent.isChar
(#12186)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.1...v4.0.2
)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.