Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Bump @mdn/browser-compat-data from 3.1.3 to 3.2.0 #1050

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps @mdn/browser-compat-data from 3.1.3 to 3.2.0.

Release notes

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

v3.2.0

Notable changes

  • Support statement objects may no longer use false or null values for version_removed. Values for version_removed are now required to be real version numbers or true (removed in some unknown version). This change to the schema codifies a widely-followed practice within existing compatability data. (#9015)

  • The following features were renamed:

    • api.SVGFECompositeElement.in is now api.SVGFECompositeElement.in1, fixing a misidentified attribute (again). (#9074, #9343)
    • api.SVGTests.hasextension is now api.SVGTests.hasExtension, fixing incorrect capitalization. (#9387)
    • api.SVGViewElement.viewtarget is now api.SVGViewElement.viewTarget, fixing incorrect capitalization. (#9387)
  • The following features were removed because they duplicated data under historic names:

    • api.AuthenticationAssertion, duplicating api.AuthenticatorAssertionResponse (#9398)
    • api.ConstrainLong, duplicating api.ConstrainULong (#9418)
    • api.LongRange, duplicating api.ULongRange (#9418)
    • api.ScopedCredential, duplicating api.PublicKeyCredential (#9398)
    • api.ScopedCredentialInfo, duplicating api.AuthenticatorResponse (#9398)
    • api.Window.OverconstrainedError, duplicating api.OverconstrainedError (#9401)
  • The following no-longer supported features were removed as irrelevant:

    • api.PasswordCredential.additionalData (#9400)
    • api.PasswordCredential.idName (#9400)
    • api.PasswordCredential.passwordName (#9400)
  • The following never-implemented features were removed:

    • api.PaymentManager.requestPermission (#9399)
    • api.Response.useFinalURL (#9386)
    • api.Window.layoutShift (#9388)

Statistics

  • 11 contributors have changed 163 files with 1,288 additions and 1,323 deletions in 27 commits (v3.1.3...v3.2.0)
  • 13,031 total features
  • 769 total contributors
  • 3,266 total stargazers
Changelog

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

v3.2.0

March 11, 2021

Notable changes

  • Support statement objects may no longer use false or null values for version_removed. Values for version_removed are now required to be real version numbers or true (removed in some unknown version). This change to the schema codifies a widely-followed practice within existing compatability data. (#9015)

  • The following features were renamed:

    • api.SVGFECompositeElement.in is now api.SVGFECompositeElement.in1, fixing a misidentified attribute (again). (#9074, #9343)
    • api.SVGTests.hasextension is now api.SVGTests.hasExtension, fixing incorrect capitalization. (#9387)
    • api.SVGViewElement.viewtarget is now api.SVGViewElement.viewTarget, fixing incorrect capitalization. (#9387)
  • The following features were removed because they duplicated data under historic names:

    • api.AuthenticationAssertion, duplicating api.AuthenticatorAssertionResponse (#9398)
    • api.ConstrainLong, duplicating api.ConstrainULong (#9418)
    • api.LongRange, duplicating api.ULongRange (#9418)
    • api.ScopedCredential, duplicating api.PublicKeyCredential (#9398)
    • api.ScopedCredentialInfo, duplicating api.AuthenticatorResponse (#9398)
    • api.Window.OverconstrainedError, duplicating api.OverconstrainedError (#9401)
  • The following no-longer supported features were removed as irrelevant:

    • api.PasswordCredential.additionalData (#9400)
    • api.PasswordCredential.idName (#9400)
    • api.PasswordCredential.passwordName (#9400)
  • The following never-implemented features were removed:

    • api.PaymentManager.requestPermission (#9399)
    • api.Response.useFinalURL (#9386)
    • api.Window.layoutShift (#9388)

Statistics

  • 11 contributors have changed 163 files with 1,288 additions and 1,323 deletions in 27 commits (v3.1.3...v3.2.0)
  • 13,031 total features
  • 769 total contributors
  • 3,266 total stargazers
Commits
  • a0ceeff Prepare release v3.2.0 (#9404)
  • b289d1c Fix isPointInPath Path Parameter support info for Safari (#9427)
  • ae28d43 Remove api.Response.useFinalURL entry (#9386)
  • 4b0d4ab Fix the capitalization of two SVG API entries (#9387)
  • 8ed9418 Clear-Site_Data header: secure context is standard compliant (#9408)
  • d5b1aaf Link Chromium/WebKit bugs for grid animations and subgrid (#9424)
  • 6517461 Add spec_url for border-block* to border-image* CSS properties (#9395)
  • 3832fa6 fix unhandledrejection_event / onunhandledrejection edge compatibility (#9350)
  • 35ca65b Deprecate NavigatorPlugins, its subfeatures, and related objects (#9338)
  • 9b7b81f Add data for Web Serial API. (#9199)
  • 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 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 Mar 12, 2021
@foolip foolip merged commit 259cb0e into main Mar 12, 2021
@foolip foolip deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-3.2.0 branch March 12, 2021 08:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant