Skip to content
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

build(deps): bump @mdn/browser-compat-data from 3.1.1 to 3.2.1 #240

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps @mdn/browser-compat-data from 3.1.1 to 3.2.1.

Release notes

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

v3.2.1

v3.2.1

March 18, 2021

Notable changes

  • api.PictureInPicture has been removed as part of an effort to more accurately represent Picture-in-Picture interfaces. (#9438, #7028)

  • The following-never supported features were removed:

    • api.Burnable (#9458)
    • api.DOMErrorHandler (#9382)
    • api.ShadowRoot.caretPositionFromPoint (#9439)
    • api.StorageQuota (#9459)
  • The following duplicate features were removed:

    • javascript.operators.spread.spread_in_destructuring, duplicating javascript.operators.destructuring.rest_in_arrays and javascript.operators.destructuring.rest_in_objects (#9457, #9472)
    • svg.attributes.presentation.stop-opacity, duplicating svg.elements.stop.stop-opacity (#9468)
  • To improve consistency with other parameter features, the following CanvasRenderingContext2D features have been renamed to lower-case (#9433):

    Before After
    api.CanvasRenderingContext2D.clip.Path_parameter api.CanvasRenderingContext2D.clip.path_parameter
    api.CanvasRenderingContext2D.drawFocusIfNeeded.Path_parameter api.CanvasRenderingContext2D.drawFocusIfNeeded.path_parameter
    api.CanvasRenderingContext2D.fill.Path_parameter api.CanvasRenderingContext2D.fill.path_parameter
    api.CanvasRenderingContext2D.isPointInPath.Path_parameter api.CanvasRenderingContext2D.isPointInPath.path_parameter
    api.CanvasRenderingContext2D.isPointInStroke.Path_parameter api.CanvasRenderingContext2D.isPointInStroke.path_parameter
    api.CanvasRenderingContext2D.stroke.Path_parameter api.CanvasRenderingContext2D.stroke.path_parameter

Statistics

  • 17 contributors have changed 99 files with 1,537 additions and 2,285 deletions in 35 commits (v3.2.0...v3.2.1)
  • 13,023 total features
  • 771 total contributors
  • 3,276 total stargazers

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)

... (truncated)

Changelog

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

v3.2.1

March 18, 2021

Notable changes

  • api.PictureInPicture has been removed as part of an effort to more accurately represent Picture-in-Picture interfaces. (#9438, #7028)

  • The following-never supported features were removed:

    • api.Burnable (#9458)
    • api.DOMErrorHandler (#9382)
    • api.ShadowRoot.caretPositionFromPoint (#9439)
    • api.StorageQuota (#9459)
  • The following duplicate features were removed:

    • javascript.operators.spread.spread_in_destructuring, duplicating javascript.operators.destructuring.rest_in_arrays and javascript.operators.destructuring.rest_in_objects (#9457, #9472)
    • svg.attributes.presentation.stop-opacity, duplicating svg.elements.stop.stop-opacity (#9468)
  • To improve consistency with other parameter features, the following CanvasRenderingContext2D features have been renamed to lower-case (#9433):

    Before After
    api.CanvasRenderingContext2D.clip.Path_parameter api.CanvasRenderingContext2D.clip.path_parameter
    api.CanvasRenderingContext2D.drawFocusIfNeeded.Path_parameter api.CanvasRenderingContext2D.drawFocusIfNeeded.path_parameter
    api.CanvasRenderingContext2D.fill.Path_parameter api.CanvasRenderingContext2D.fill.path_parameter
    api.CanvasRenderingContext2D.isPointInPath.Path_parameter api.CanvasRenderingContext2D.isPointInPath.path_parameter
    api.CanvasRenderingContext2D.isPointInStroke.Path_parameter api.CanvasRenderingContext2D.isPointInStroke.path_parameter
    api.CanvasRenderingContext2D.stroke.Path_parameter api.CanvasRenderingContext2D.stroke.path_parameter

Statistics

  • 17 contributors have changed 99 files with 1,537 additions and 2,285 deletions in 35 commits (v3.2.0...v3.2.1)
  • 13,023 total features
  • 771 total contributors
  • 3,276 total stargazers

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)

... (truncated)

Commits
  • d33a1fd Prepare release v3.2.1 (#9466)
  • 3489993 Sync deprecation flag from MDN, phase 2 (#7311)
  • d5a1a88 Update complex selector support for :not() (#7376)
  • 9edf1b5 Fix compat notes for Firefox of permissions.request (#9374)
  • d29688c Put navigator.permissions.request/requestAll/revoke behind a flag (#9383)
  • 56869d1 Fix descriptions and Safari versions for canvas Path2D overloads (#9433)
  • d39e822 Document getTransports availability in Chrome as of v74 (#9491)
  • c95e76a Update SVGGeometryElement's isPointIn* Edge / Firefox data (#9480)
  • d579457 iOS Safari -> Safari on iOS (#9482)
  • d63ef2c Add spec_url for box-* to c* CSS properties (#9487)
  • 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 19, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 25, 2021

Looks like @mdn/browser-compat-data is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 25, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-3.2.1 branch March 25, 2021 11:46
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants