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

chore(deps): update devdependency @mdn/browser-compat-data to v6 #193

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdn/browser-compat-data ^5.7.0 -> ^6.0.0 age adoption passing confidence

Release Notes

mdn/browser-compat-data (@​mdn/browser-compat-data)

v6.0.0

Compare Source

March 25, 2025

Breaking changes

This major release introduces three breaking changes that may require updates from consumers of @mdn/browser-compat-data.

1. Removal of null and true version values (#​24174)

Previously, the version_added, version_removed and version_last fields allowed null (indicating support is unknown) and true (indicating support added/removed in an unknown version).

Now, these values have been removed from the schema. All existing instances have been replaced with explicit or ranged version numbers (e.g. “≤37“).

Impact: Consumers handling null or true values may need to update their code.

2. Improved TypeScript definitions for array values (#​26172)

Several fields, such as notes, accept either a single value or an array of at least two values.

Previously, TypeScript definitions used string | string[], requiring consumers to validate array values manually.

Now, these types are more precisely defined as string | [string, string, ...string[]], ensuring that arrays contain at least two values when used.

Impact: Consumers validating array values may need to update their code.

3. New top-level manifests folder (#​26109)

Previously, support data for the Web Application Manifest was placed under html/manifest, which inaccurately implied it was an HTML subfeature.

Now, a new top-level manifests folder has been created to host the Web Application Manifest under manifests/webapp to better reflect its independence, and to support future manifest types like the Payment Method Manifest.

Impact: Consumers referencing Web Application Manifest data may need to update their code.

Renamings
  • html.manifest.* to manifest.webapp.* (#​26109)
Statistics
  • 3 contributors have changed 38 files with 132 additions and 221 deletions in 3 commits (v5.7.6...v6.0.0)
  • 17,065 total features
  • 1,136 total contributors
  • 5,167 total stargazers

v5.7.6

Compare Source

Additions
  • api.Document.startViewTransition.callbackOptions_parameter (#​26193)
  • api.Document.startViewTransition.updateCallback_parameter (#​26193)
  • css.selectors.column (#​26270)
  • css.selectors.column.nested_scroll-marker (#​26270)
  • css.selectors.scroll-button (#​26270)
  • css.selectors.scroll-button.block-end (#​26270)
  • css.selectors.scroll-button.block-start (#​26270)
  • css.selectors.scroll-button.down (#​26270)
  • css.selectors.scroll-button.inline-end (#​26270)
  • css.selectors.scroll-button.inline-start (#​26270)
  • css.selectors.scroll-button.left (#​26270)
  • css.selectors.scroll-button.next (#​26270)
  • css.selectors.scroll-button.prev (#​26270)
  • css.selectors.scroll-button.right (#​26270)
  • css.selectors.scroll-button.star (#​26270)
  • css.selectors.scroll-button.up (#​26270)
Statistics
  • 7 contributors have changed 10 files with 612 additions and 78 deletions in 14 commits (v5.7.5...v5.7.6)
  • 17,065 total features
  • 1,136 total contributors
  • 5,167 total stargazers

v5.7.5

Compare Source

Removals
Additions
  • api.GPUAdapter.requestDevice.undefined_limits (#​26227)
  • browsers.edge.releases.137 (#​26260)
  • browsers.opera_android.releases.88 (#​26260)
  • css.properties.appearance.base-select (#​26221)
Statistics
  • 7 contributors have changed 28 files with 176 additions and 683 deletions in 15 commits (v5.7.4...v5.7.5)
  • 17,049 total features
  • 1,134 total contributors
  • 5,163 total stargazers

v5.7.4

Compare Source

Removals
  • api.CookieChangeEvent.changed.domain_property (#​26152)
  • api.CookieChangeEvent.changed.expires_property (#​26152)
  • api.CookieChangeEvent.changed.name_property (#​26152)
  • api.CookieChangeEvent.changed.partitioned_property (#​26152)
  • api.CookieChangeEvent.changed.path_property (#​26152)
  • api.CookieChangeEvent.changed.sameSite_property (#​26152)
  • api.CookieChangeEvent.changed.secure_property (#​26152)
  • api.CookieChangeEvent.changed.value_property (#​26152)
  • api.CookieChangeEvent.deleted.domain_property (#​26152)
  • api.CookieChangeEvent.deleted.expires_property (#​26152)
  • api.CookieChangeEvent.deleted.name_property (#​26152)
  • api.CookieChangeEvent.deleted.partitioned_property (#​26152)
  • api.CookieChangeEvent.deleted.path_property (#​26152)
  • api.CookieChangeEvent.deleted.sameSite_property (#​26152)
  • api.CookieChangeEvent.deleted.secure_property (#​26152)
  • api.CookieChangeEvent.deleted.value_property (#​26152)
  • api.CookieStore.getAll.domain_return_property (#​26152)
  • api.CookieStore.getAll.expires_return_property (#​26152)
  • api.CookieStore.getAll.name_return_property (#​26152)
  • api.CookieStore.getAll.partitioned_return_property (#​26152)
  • api.CookieStore.getAll.path_return_property (#​26152)
  • api.CookieStore.getAll.sameSite_return_property (#​26152)
  • api.CookieStore.getAll.secure_return_property (#​26152)
  • api.CookieStore.getAll.value_return_property (#​26152)
Additions
  • api.GPUSupportedFeatures.feature_subgroups (#​26220)
Statistics
  • 7 contributors have changed 33 files with 388 additions and 1,045 deletions in 12 commits (v5.7.3...v5.7.4)
  • 17,061 total features
  • 1,133 total contributors
  • 5,160 total stargazers

v5.7.3

Compare Source

March 14, 2025

Additions
  • api.SVGPathElement.getPathData (#​26214)
  • api.SVGPathElement.getPathSegmentAtLength (#​26214)
  • api.SVGPathElement.getPointAtLength (#​26214)
  • api.SVGPathElement.getTotalLength (#​26214)
  • api.SVGPathElement.pathLength (#​26214)
  • api.SVGPathElement.setPathData (#​26214)
Statistics
  • 6 contributors have changed 40 files with 419 additions and 1,757 deletions in 13 commits (v5.7.2...v5.7.3)
  • 17,084 total features
  • 1,133 total contributors
  • 5,129 total stargazers

v5.7.2

Compare Source

March 11, 2025

Additions
Statistics
  • 9 contributors have changed 25 files with 478 additions and 89 deletions in 23 commits (v5.7.1...v5.7.2)
  • 17,078 total features
  • 1,132 total contributors
  • 5,126 total stargazers

v5.7.1

Compare Source

March 7, 2025

Removals
  • api.MLOperand.MLNumber (#​26138)
  • css.properties.custom-property.env (#​25645)
  • css.properties.custom-property.env.safe-area-inset-bottom (#​25645)
  • css.properties.custom-property.env.safe-area-inset-left (#​25645)
  • css.properties.custom-property.env.safe-area-inset-right (#​25645)
  • css.properties.custom-property.env.safe-area-inset-top (#​25645)
  • css.properties.custom-property.env.titlebar-area-height (#​25645)
  • css.properties.custom-property.env.titlebar-area-width (#​25645)
  • css.properties.custom-property.env.titlebar-area-x (#​25645)
  • css.properties.custom-property.env.titlebar-area-y (#​25645)
  • css.properties.custom-property.var (#​25645)
Additions
Statistics
  • 6 contributors have changed 67 files with 1,490 additions and 927 deletions in 19 commits (v5.7.0...v5.7.1)
  • 17,071 total features
  • 1,132 total contributors
  • 5,123 total stargazers

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Mar 25, 2025

Deploying runtime-compat with  Cloudflare Pages  Cloudflare Pages

Latest commit: db990fd
Status: ✅  Deploy successful!
Preview URL: https://3131b8c9.runtime-compat.pages.dev
Branch Preview URL: https://renovate-mdn-browser-compat.runtime-compat.pages.dev

View logs

@ascorbic ascorbic merged commit f90ce77 into main Mar 26, 2025
4 checks passed
@renovate renovate bot deleted the renovate/mdn-browser-compat-data-6.x branch March 26, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant