Skip to content

Bump the all-dependencies group with 7 updates - #533

Merged
romainmenke merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-b2bb524530
Sep 14, 2026
Merged

Bump the all-dependencies group with 7 updates#533
romainmenke merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-b2bb524530

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 7 updates:

Package From To
@mdn/browser-compat-data 8.0.13 8.1.0
browserslist 4.28.8 4.28.9
postcss 8.5.26 8.5.28
postcss-cli 11.0.1 12.0.0
postcss-preset-env 11.5.0 11.5.2
stylelint 17.14.1 17.15.0
web-features 3.36.0 3.37.0

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 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 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-cli from 11.0.1 to 12.0.0

Changelog

Sourced from postcss-cli's changelog.

12.0.0 / 2026-09-04

  • If using a YAML config, the yaml package must be installed separately (#478)
  • Requires Node.js v22+ (#525)
  • Errors if --config is passed, but no config is found (#467, #522)
  • Now properly exits with an error if invalid options/configuration are passed in watch mode (#527)
  • Upgrade to chokidar v5; which results in slightly different handling of dir-dependency messages in watch mode (#501)
  • Properly watchs all config files if there are multiple config files (#536)
  • Minimized dependencies by removing fs-extra (#510)
  • Internal refactoring
Commits

Updates postcss-preset-env from 11.5.0 to 11.5.2

Changelog

Sourced from postcss-preset-env's changelog.

11.5.2

September 6, 2026

11.5.1

August 31, 2026

Commits

Updates stylelint from 17.14.1 to 17.15.0

Release notes

Sourced from stylelint's releases.

17.15.0

It adds 1 new rule and 2 new rule options, and fixes 4 bugs.

  • Added: selector-no-unmatchable rule (#9451) (@​jeddy3).
  • Added: ignoreFunctions: [] to color-named and color-no-hex (#9463) (@​jsmitty12).
  • Fixed: custom-property-no-missing-var-function false positives for anchor positioning (#9466) (@​giaBaoJS).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for font shorthand (#9402) (@​sarathfrancis90).
  • Fixed: declaration-property-max-values false positives for interpolated inline expressions (#9437) (@​alexchen-sys).
  • Fixed: selector-no-invalid false negatives for pseudo-elements, combinators and nested :has() (#9452) (@​jeddy3).
Changelog

Sourced from stylelint's changelog.

17.15.0 - 2026-09-04

It adds 1 new rule and 2 new rule options, and fixes 4 bugs.

  • Added: selector-no-unmatchable rule (#9451) (@​jeddy3).
  • Added: ignoreFunctions: [] to color-named and color-no-hex (#9463) (@​jsmitty12).
  • Fixed: custom-property-no-missing-var-function false positives for anchor positioning (#9466) (@​giaBaoJS).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for font shorthand (#9402) (@​sarathfrancis90).
  • Fixed: declaration-property-max-values false positives for interpolated inline expressions (#9437) (@​alexchen-sys).
  • Fixed: selector-no-invalid false negatives for pseudo-elements, combinators and nested :has() (#9452) (@​jeddy3).
Commits
  • 0547bff Release 17.15.0 (#9484)
  • ac19a3c Fix custom-property-no-missing-var-function false positives for anchor posi...
  • 23947ae Bump @​humanfs/node from 0.16.6 to 0.16.8 (#9480)
  • 53c74f7 Bump fast-uri from 3.1.5 to 3.1.7 (#9481)
  • 26856e6 Bump the jest group across 1 directory with 2 updates (#9476)
  • b90ecd8 Bump browserslist from 4.28.4 to 4.28.8 (#9479)
  • 70072c0 Add ignoreFunctions: [] to color-named and color-no-hex (#9463)
  • f0ac642 Bump postcss-import from 16.1.1 to 16.2.0 in the postcss group (#9477)
  • fc8db57 Bump globby from 16.2.3 to 16.2.4 (#9478)
  • aec96b0 Bump @​csstools/css-syntax-patches-for-csstree from 1.1.8 to 1.1.9 in the csst...
  • Additional commits viewable in compare view

Updates web-features from 3.36.0 to 3.37.0

Release notes

Sourced from web-features's releases.

v3.37.0

What's New

  • 2 features: container-timing, import-defer
  • 2 status changes:
    • Baseline newly available: media-pseudos, progress-function

What's Changed

New Contributors

Full Changelog: web-platform-dx/web-features@v3.36.0...v3.37.0

Subscribe to the Upcoming changes announcements thread for news about upcoming releases, such as breaking changes or major features.

Commits

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 <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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `8.0.13` | `8.1.0` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.28.8` | `4.28.9` |
| [postcss](https://github.com/postcss/postcss) | `8.5.26` | `8.5.28` |
| [postcss-cli](https://github.com/postcss/postcss-cli) | `11.0.1` | `12.0.0` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.5.0` | `11.5.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.14.1` | `17.15.0` |
| [web-features](https://github.com/web-platform-dx/web-features/tree/HEAD/packages/web-features) | `3.36.0` | `3.37.0` |


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 `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 `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-cli` from 11.0.1 to 12.0.0
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-cli@11.0.1...12.0.0)

Updates `postcss-preset-env` from 11.5.0 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)

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

Updates `web-features` from 3.36.0 to 3.37.0
- [Release notes](https://github.com/web-platform-dx/web-features/releases)
- [Commits](https://github.com/web-platform-dx/web-features/commits/v3.37.0/packages/web-features)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 8.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: browserslist
  dependency-version: 4.28.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-cli
  dependency-version: 12.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  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
- dependency-name: stylelint
  dependency-version: 17.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: web-features
  dependency-version: 3.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 13, 2026
@netlify

netlify Bot commented Sep 13, 2026

Copy link
Copy Markdown

Deploy Preview for cssdb ready!

Name Link
🔨 Latest commit f2a6281
🔍 Latest deploy log https://app.netlify.com/projects/cssdb/deploys/6aa72baaf800c800081b8d5e
😎 Deploy Preview https://deploy-preview-533--cssdb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@romainmenke
romainmenke merged commit f3af57c into main Sep 14, 2026
11 checks passed
@romainmenke
romainmenke deleted the dependabot/npm_and_yarn/all-dependencies-b2bb524530 branch September 14, 2026 06:20
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