fix(deps): update dependency @mdn/browser-compat-data to v4 #3870
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:
3.3.14
->4.0.1
Release Notes
mdn/browser-compat-data
v4.0.1
Compare Source
August 26, 2021
Notable changes
css.types.ellipse
was moved tocss.types.basic-shape.ellipse
to correct improper nesting of features. (#12075)css.types.filter-function.constrast
was renamed tocss.types.filter-function.contrast
to correct a typo. (#12074)The following non-existent, long-removed, or otherwise irrelevant features have been removed:
api.FileError
(#12089)api.Headers.getAll
(#12166)api.Window.onpaint
(#12167)api.XRPermissionDescriptor
(#10672)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.0...v4.0.1
)v4.0.0
Compare Source
August 19, 2021
Version 4.0.0 makes some potentially-breaking changes to improve the flexibility and quality of the data. Higlights include:
"preview"
version value for in-development browser releases, such as Safari Technology Preview, Chrome Canary, and Firefox Nightly.xpath
) and XSLT (xslt
) features have been removed because the data was incomplete and unmaintained.accepts_flags
boolean hint.Notable changes
Deno, the JavaScript and TypeScript runtime, has been added as a new engine. Deno data is included for JavaScript and some Web APIs, much like Node.js data. (#10753)
The XPath (
xpath
) and XSLT (xslt
) features have been removed. These features poorly covered their subjects and were unmaintained. Rather than purport to have such data, we removed it.We're not ruling out the return of XPath and XSLT data in the future. But for now, in the absence of an intentional effort to create and maintain that data, we thought it best to remove the faulty data. (#9830)
The schema now supports a special version value
"preview"
for in-development versions of browsers, such as Safari Technology Preview, Chrome Canary, and Firefox Nightly. Additionally, browser data now supports apreview_name
property for supplying a corresponding name for the preview browser.These additions to the schema should help represent features gated to development versions, which were previously misrepresented with notes,
false
values, or inaccurate version numbers. (#10334)The schema for browser release data now supports the optional
accepts_flags
boolean hint, which indicates whether a browser (or individual release) should containflags
data. Presently, this is a hint for data contributors or tools. The value ofaccepts_flags
doesn't (yet) make any guarantees about the contents of feature data. (#11286)Descendant features of
api.HTMLCanvasElement.getContext
andapi.HTMLCanvasElement.toBlob
have been reorganized to follow the guideline for parameter object features. See the PR for a detailed list of features affected. (#11234)The following features were lower-cased for consistency with other feature names: (#11961)
api.CanvasRenderingContext2D.drawImage.Smoothing_downscaling
(nowsmoothing_downscaling
)api.OfflineAudioContext.OfflineAudioContext.Parameters_accepted_in_an_object
(nowparameters_accepted_in_an_object
)The following non-existent, long-removed, or otherwise irrelevant features have been removed:
api.AnimationEvent.initAnimationEvent
(#12059)api.TouchList.identifiedTouch
(#11760)Statistics
v3.3.14...v4.0.0
)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.