Skip to content

Bump @mdn/browser-compat-data from 8.0.14 to 8.1.0 - #4319

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mdn/browser-compat-data-8.1.0
Open

Bump @mdn/browser-compat-data from 8.0.14 to 8.1.0#4319
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mdn/browser-compat-data-8.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps @mdn/browser-compat-data from 8.0.14 to 8.1.0.

Release notes

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

v8.1.0

Notable changes

This release includes one notable change.

1. Add index to published browser release objects (#30008)

Previously, reconstructing the release order of a browser meant relying on JavaScript object key enumeration order or parsing and comparing version strings yourself.

Now, every release object in the published data.json carries a 0-based index property, ordered ascending by version, which you can sort on directly:

const releases = Object.entries(bcd.browsers.chrome.releases);
releases.sort(([, a], [, b]) => a.index - b.index);
// [["1", {…}], ["2", {…}], …, ["151", {…}]]

For details, see the Build-time transformations section of the published data JSON schema documentation.

Statistics

  • 3 contributors have changed 15 files with 127 additions and 54 deletions in 2 commits (v8.0.14...v8.1.0)
  • 20,510 total features
  • 1,270 total contributors
  • 5,736 total stargazers
Changelog

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

v8.1.0

September 3, 2026

Notable changes

This release includes one notable change.

1. Add index to published browser release objects (#30008)

Previously, reconstructing the release order of a browser meant relying on JavaScript object key enumeration order or parsing and comparing version strings yourself.

Now, every release object in the published data.json carries a 0-based index property, ordered ascending by version, which you can sort on directly:

const releases = Object.entries(bcd.browsers.chrome.releases);
releases.sort(([, a], [, b]) => a.index - b.index);
// [["1", {…}], ["2", {…}], …, ["151", {…}]]

For details, see the Build-time transformations section of the published data JSON schema documentation.

Statistics

  • 3 contributors have changed 15 files with 127 additions and 54 deletions in 2 commits (v8.0.14...v8.1.0)
  • 20,510 total features
  • 1,270 total contributors
  • 5,736 total stargazers
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 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 8.0.14 to 8.1.0.
- [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@v8.0.14...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 4, 2026
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Complete this checklist for every @mdn/browser-compat-data upgrade PR.

  • Check out this branch locally.
  • If any keys were removed in the release, delete them from .yml files and commit your changes.
  • Run npm install && npm run dist && npm test && git commit --all --message="Refresh dist" && git push.
  • Review the diff. Watch out for Baseline regressions; if applicable, add a comment (see #1971).
  • Merge this PR.

After merging, do these steps:

@github-actions github-actions Bot added the generated These PRs are generated by Dependabot or other tools. label Sep 4, 2026
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 generated These PRs are generated by Dependabot or other tools. javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants