Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2025

Bumps the all-dependencies group with 5 updates in the / directory:

Package From To
@mdn/browser-compat-data 7.0.0 7.1.3
browserslist 4.25.3 4.25.4
postcss-preset-env 10.3.0 10.3.1
stylelint 16.23.1 16.24.0
web-features 2.44.0 2.47.0

Updates @mdn/browser-compat-data from 7.0.0 to 7.1.3

Release notes

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

v7.1.3

Removals

  • http.headers.Set-Cookie.cookie_prefixes (#27724)

Additions

  • api.IDBIndex.getAllRecords (#27757)
  • api.IDBObjectStore.getAllRecords (#27757)
  • api.IDBRecord (#27757)
  • api.IDBRecord.key (#27757)
  • api.IDBRecord.primaryKey (#27757)
  • api.IDBRecord.value (#27757)
  • css.selectors.nesting.at-scope (#27723)
  • http.headers.Set-Cookie.host_secure_prefixes (#27724)
  • http.headers.Set-Cookie.http_host-http_prefixes (#27724)
  • webextensions.api.contentScripts.register.cssOrigin (#27716)
  • webextensions.api.scripting.RegisteredContentScript.cssOrigin (#27716)
  • webextensions.api.types.BrowserSetting.clear (#27737)
  • webextensions.api.types.BrowserSetting.get (#27737)
  • webextensions.api.types.BrowserSetting.set (#27737)

Statistics

  • 8 contributors have changed 34 files with 559 additions and 160 deletions in 19 commits (v7.1.2...v7.1.3)
  • 17,816 total features
  • 1,195 total contributors
  • 5,384 total stargazers

v7.1.2

Removals

  • api.CredentialsContainer.get.identity_option.error_api (#27735)

Additions

  • api.GPUSupportedFeatures.feature_texture-compression-astc-sliced-3d (#27709)
  • api.GPUSupportedFeatures.feature_texture-compression-bc-sliced-3d (#27709)
  • api.IdentityCredentialError.error (#27736)
  • browsers.chrome_android.releases.143 (#27731)
  • browsers.chrome.releases.143 (#27731)
  • browsers.webview_android.releases.143 (#27731)
  • webextensions.api.browserSettings.verticalTabs (#27657)
  • webextensions.api.tabs.onUpdated.filter.cookieStoreId (#27643)

Statistics

  • 10 contributors have changed 24 files with 225 additions and 69 deletions in 20 commits (v7.1.1...v7.1.2)
  • 17,803 total features
  • 1,194 total contributors

... (truncated)

Changelog

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

v7.1.3

September 5, 2025

Removals

  • http.headers.Set-Cookie.cookie_prefixes (#27724)

Additions

  • api.IDBIndex.getAllRecords (#27757)
  • api.IDBObjectStore.getAllRecords (#27757)
  • api.IDBRecord (#27757)
  • api.IDBRecord.key (#27757)
  • api.IDBRecord.primaryKey (#27757)
  • api.IDBRecord.value (#27757)
  • css.selectors.nesting.at-scope (#27723)
  • http.headers.Set-Cookie.host_secure_prefixes (#27724)
  • http.headers.Set-Cookie.http_host-http_prefixes (#27724)
  • webextensions.api.contentScripts.register.cssOrigin (#27716)
  • webextensions.api.scripting.RegisteredContentScript.cssOrigin (#27716)
  • webextensions.api.types.BrowserSetting.clear (#27737)
  • webextensions.api.types.BrowserSetting.get (#27737)
  • webextensions.api.types.BrowserSetting.set (#27737)

Statistics

  • 8 contributors have changed 34 files with 559 additions and 160 deletions in 19 commits (v7.1.2...v7.1.3)
  • 17,816 total features
  • 1,195 total contributors
  • 5,384 total stargazers

v7.1.2

September 3, 2025

Removals

  • api.CredentialsContainer.get.identity_option.error_api (#27735)

Additions

  • api.GPUSupportedFeatures.feature_texture-compression-astc-sliced-3d (#27709)
  • api.GPUSupportedFeatures.feature_texture-compression-bc-sliced-3d (#27709)
  • api.IdentityCredentialError.error (#27736)
  • browsers.chrome_android.releases.143 (#27731)
  • browsers.chrome.releases.143 (#27731)
  • browsers.webview_android.releases.143 (#27731)
  • webextensions.api.browserSettings.verticalTabs (#27657)
  • webextensions.api.tabs.onUpdated.filter.cookieStoreId (#27643)

... (truncated)

Commits

Updates browserslist from 4.25.3 to 4.25.4

Release notes

Sourced from browserslist's releases.

4.25.4

Changelog

Sourced from browserslist's changelog.

4.25.4

Commits
  • 631dd17 Release 4.25.4 version
  • fa33a90 Add tool to update CI actions
  • eff0e9f Update dependencies
  • 51319b8 Merge pull request #902 from torgeilo/loadstats-windows-path-bug
  • b6a25c6 Fix loadStat creating a non-working module path on Windows
  • See full diff in compare view

Updates postcss-preset-env from 10.3.0 to 10.3.1

Changelog

Sourced from postcss-preset-env's changelog.

10.3.1

August 27, 2025

Commits

Updates stylelint from 16.23.1 to 16.24.0

Release notes

Sourced from stylelint's releases.

16.24.0

It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

  • Added: rule-nesting-at-rule-required-list rule (#8680) (@​sw1tch3roo).
  • Added: ignoreAtRules: [] to nesting-selector-no-missing-scoping-root (#8743) (@​karlhorky).
  • Fixed: function-no-unknown false positives for contrast-color() and sibling-*() (#8729) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :heading (#8749) (@​Mouvedia).
Changelog

Sourced from stylelint's changelog.

16.24.0 - 2025-09-07

It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

  • Added: rule-nesting-at-rule-required-list rule (#8680) (@​sw1tch3roo).
  • Added: ignoreAtRules: [] to nesting-selector-no-missing-scoping-root (#8743) (@​karlhorky).
  • Fixed: function-no-unknown false positives for contrast-color() and sibling-*() (#8729) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :heading (#8749) (@​Mouvedia).
Commits

Updates web-features from 2.44.0 to 2.47.0

Release notes

Sourced from web-features's releases.

v2.47.0

What's New

  • 4 features: heading-selectors, periodic-background-sync, viewport-segments, webauthn-signals
  • 1 group: webauthn

What's Changed

New Contributors

Full Changelog: web-platform-dx/web-features@v2.46.0...v2.47.0

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

v2.46.0

What's New

What's Changed

New Contributors

Full Changelog: web-platform-dx/web-features@v2.45.0...v2.46.0

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

v2.45.0

What's New

  • 3 features (1076 total)

... (truncated)

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 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 <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 in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `7.0.0` | `7.1.3` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.25.3` | `4.25.4` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.3.0` | `10.3.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.23.1` | `16.24.0` |
| [web-features](https://github.com/web-platform-dx/web-features/tree/HEAD/packages/web-features) | `2.44.0` | `2.47.0` |



Updates `@mdn/browser-compat-data` from 7.0.0 to 7.1.3
- [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@v7.0.0...v7.1.3)

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

Updates `postcss-preset-env` from 10.3.0 to 10.3.1
- [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 16.23.1 to 16.24.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.23.1...16.24.0)

Updates `web-features` from 2.44.0 to 2.47.0
- [Release notes](https://github.com/web-platform-dx/web-features/releases)
- [Commits](https://github.com/web-platform-dx/web-features/commits/v2.47.0/packages/web-features)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 7.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: browserslist
  dependency-version: 4.25.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: postcss-preset-env
  dependency-version: 10.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: stylelint
  dependency-version: 16.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: web-features
  dependency-version: 2.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Sep 7, 2025
Copy link

netlify bot commented Sep 7, 2025

Deploy Preview for cssdb ready!

Name Link
🔨 Latest commit c79315f
🔍 Latest deploy log https://app.netlify.com/projects/cssdb/deploys/68be7662acab580008c40661
😎 Deploy Preview https://deploy-preview-468--cssdb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@romainmenke romainmenke merged commit d8bf767 into main Sep 8, 2025
10 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/all-dependencies-1f3d86e4e1 branch September 8, 2025 06:24
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