Skip to content

Bump the all-dependencies group with 5 updates - #1961

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-59371e371f
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-59371e371f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 5 updates:

Package From To
browserslist 4.28.8 4.28.9
@types/node 26.4.0 26.5.0
@mdn/browser-compat-data 8.0.13 8.1.0
postcss 8.5.26 8.5.28
postcss-preset-env 11.5.1 11.5.2

Updates browserslist from 4.28.8 to 4.28.9

Release notes

Sourced from browserslist's releases.

4.28.9

Changelog

Sourced from browserslist's changelog.

4.28.9

Commits

Updates @types/node from 26.4.0 to 26.5.0

Commits

Updates @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

Updates postcss from 8.5.26 to 8.5.28

Release notes

Sourced from postcss's releases.

8.5.28

  • Fixes types regression.

8.5.27

Changelog

Sourced from postcss's changelog.

8.5.28

  • Fixes types regression.

8.5.27

Commits

Updates postcss-preset-env from 11.5.1 to 11.5.2

Changelog

Sourced from postcss-preset-env's changelog.

11.5.2

September 6, 2026

Commits

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [browserslist](https://github.com/browserslist/browserslist) | `4.28.8` | `4.28.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.4.0` | `26.5.0` |
| [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `8.0.13` | `8.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.26` | `8.5.28` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.5.1` | `11.5.2` |


Updates `browserslist` from 4.28.8 to 4.28.9
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.28.8...4.28.9)

Updates `@types/node` from 26.4.0 to 26.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@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)

Updates `postcss` from 8.5.26 to 8.5.28
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.26...8.5.28)

Updates `postcss-preset-env` from 11.5.1 to 11.5.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-version: 4.28.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: postcss
  dependency-version: 8.5.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: postcss-preset-env
  dependency-version: 11.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

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 14, 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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants