Skip to content

build(deps-dev): bump @mdn/browser-compat-data from 8.0.13 to 8.1.0 - #1856

Merged
mdn-bot merged 1 commit into
mainfrom
dependabot/npm_and_yarn/mdn/browser-compat-data-8.1.0
Sep 4, 2026
Merged

build(deps-dev): bump @mdn/browser-compat-data from 8.0.13 to 8.1.0#1856
mdn-bot merged 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.13 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

v8.0.14

Removals

  • api.HTMLGeolocationElement.HTMLGeolocationElement (#30349)
  • api.HTMLOutputElement.HTMLOutputElement (#30349)

Additions

  • api.BaseAudioContext.renderQuantumSize (#30300)
  • api.CharacterData.afterHTML (#30328)
  • api.CharacterData.afterHTMLUnsafe (#30328)
  • api.CharacterData.beforeHTML (#30328)
  • api.CharacterData.beforeHTMLUnsafe (#30328)
  • api.CharacterData.replaceWithHTML (#30328)
  • api.CharacterData.replaceWithHTMLUnsafe (#30328)
  • api.CharacterData.streamAfterHTML (#30328)
  • api.CharacterData.streamAfterHTMLUnsafe (#30328)
  • api.CharacterData.streamBeforeHTML (#30328)
  • api.CharacterData.streamBeforeHTMLUnsafe (#30328)
  • api.CharacterData.streamReplaceWithHTML (#30328)
  • api.CharacterData.streamReplaceWithHTMLUnsafe (#30328)
  • api.DocumentType.afterHTML (#30328)
  • api.DocumentType.afterHTMLUnsafe (#30328)
  • api.DocumentType.beforeHTML (#30328)

... (truncated)

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

v8.0.14

September 3, 2026

Removals

  • api.HTMLGeolocationElement.HTMLGeolocationElement (#30349)
  • api.HTMLOutputElement.HTMLOutputElement (#30349)

Additions

  • api.BaseAudioContext.renderQuantumSize (#30300)
  • api.CharacterData.afterHTML (#30328)
  • api.CharacterData.afterHTMLUnsafe (#30328)
  • api.CharacterData.beforeHTML (#30328)
  • api.CharacterData.beforeHTMLUnsafe (#30328)
  • api.CharacterData.replaceWithHTML (#30328)
  • api.CharacterData.replaceWithHTMLUnsafe (#30328)
  • api.CharacterData.streamAfterHTML (#30328)
  • api.CharacterData.streamAfterHTMLUnsafe (#30328)
  • api.CharacterData.streamBeforeHTML (#30328)

... (truncated)

Commits
  • c75aaa2 Release v8.1.0 (#30422)
  • 1bf3094 Update html.global_attr.autocorrect: Chrome 152 -> 153 (#30421)
  • 8c246d0 feat(schemas): add index to published browser release objects (#30008)
  • 909ae00 Release v8.0.14 (#30353)
  • 009ff51 css.properties.position-anchor.auto: clean up Chrome partial (#30420)
  • ea27cd9 Add {InteractionContentfulPaint|PerformanceSoftNavigation}.toJSON (#30334)
  • 6f1a269 chore(deps-dev): bump @​ddbeck/mdn-content-inventory from 0.2.20260902 to 0.2....
  • f816836 Edge 121 supports display: ruby/ruby-text (#30390)
  • 4ed6aa2 Chrome 120/125 ships MediaStreamTrackAudio/Video stats (#30325)
  • 138f1e4 Update WebDriver BiDi data (#30394)
  • 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 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.13 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.13...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
@dependabot
dependabot Bot requested a review from mdn-bot as a code owner September 4, 2026 01:09
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 4, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 4, 2026 01:09
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Sep 4, 2026
@dependabot
dependabot Bot requested a review from caugner September 4, 2026 01:09
@mdn-bot
mdn-bot enabled auto-merge (squash) September 4, 2026 01:09
@mdn-bot
mdn-bot merged commit 56e7303 into main Sep 4, 2026
14 of 15 checks passed
@mdn-bot
mdn-bot deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-8.1.0 branch September 4, 2026 01:19
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.

1 participant