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

Bump @mdn/browser-compat-data from 5.7.6 to 6.0.1 #1962

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps @mdn/browser-compat-data from 5.7.6 to 6.0.1.

Release notes

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

v6.0.1

Additions

  • html.elements.link.rel.compression-dictionary (#26257)
  • http.headers.Accept-Encoding.br (#26257)
  • http.headers.Accept-Encoding.dcb (#26257)
  • http.headers.Accept-Encoding.dcz (#26257)
  • http.headers.Accept-Encoding.zstd (#26257)
  • http.headers.Available-Dictionary (#26257)
  • http.headers.Content-Encoding.dcb (#26257)
  • http.headers.Content-Encoding.dcz (#26257)
  • http.headers.Dictionary-ID (#26257)
  • http.headers.Link.compression-dictionary (#26257)
  • http.headers.Use-As-Dictionary (#26257)

Statistics

  • 7 contributors have changed 22 files with 783 additions and 259 deletions in 11 commits (v6.0.0...v6.0.1)
  • 17,076 total features
  • 1,138 total contributors
  • 5,171 total stargazers

v6.0.0

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.

... (truncated)

Changelog

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

v6.0.1

March 28, 2025

Additions

  • html.elements.link.rel.compression-dictionary (#26257)
  • http.headers.Accept-Encoding.br (#26257)
  • http.headers.Accept-Encoding.dcb (#26257)
  • http.headers.Accept-Encoding.dcz (#26257)
  • http.headers.Accept-Encoding.zstd (#26257)
  • http.headers.Available-Dictionary (#26257)
  • http.headers.Content-Encoding.dcb (#26257)
  • http.headers.Content-Encoding.dcz (#26257)
  • http.headers.Dictionary-ID (#26257)
  • http.headers.Link.compression-dictionary (#26257)
  • http.headers.Use-As-Dictionary (#26257)

Statistics

  • 7 contributors have changed 22 files with 783 additions and 259 deletions in 11 commits (v6.0.0...v6.0.1)
  • 17,076 total features
  • 1,138 total contributors
  • 5,171 total stargazers

v6.0.0

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.

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.7.6 to 6.0.1.
- [Release notes](https://github.com/mdn/browser-compat-data/releases)
- [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md)
- [Commits](mdn/browser-compat-data@v5.7.6...v6.0.1)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2025
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 maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant