Skip to content

Bump the all-dependencies group with 4 updates #458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2025

Bumps the all-dependencies group with 4 updates: @mdn/browser-compat-data, postcss, stylelint and web-features.

Updates @mdn/browser-compat-data from 6.0.23 to 6.0.25

Release notes

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

v6.0.25

Removals

  • javascript.classes.static_class_fields (#27055)
  • javascript.classes.static_initialization_blocks (#27055)

Additions

  • browsers.opera_android.releases.90 (#27097)
  • http.headers.Content-Security-Policy.script-src.trusted-types-eval (#27113)
  • javascript.classes.static.class_fields (#27055)
  • javascript.classes.static.initialization_blocks (#27055)
  • svg.elements.feImage.fetchpriority (#27090)
  • svg.elements.image.fetchpriority (#27090)
  • svg.elements.script.fetchpriority (#27090)

Statistics

  • 11 contributors have changed 32 files with 359 additions and 134 deletions in 23 commits (v6.0.24...v6.0.25)
  • 17,292 total features
  • 1,166 total contributors
  • 5,286 total stargazers

v6.0.24

Additions

  • api.CSSFontFaceDescriptors (#27087)
  • api.CSSFontFaceDescriptors.font-display (#27087)
  • api.CSSFontFaceDescriptors.font-family (#27087)
  • api.CSSFontFaceDescriptors.font-feature-settings (#27087)
  • api.CSSFontFaceDescriptors.font-stretch (#27087)
  • api.CSSFontFaceDescriptors.font-style (#27087)
  • api.CSSFontFaceDescriptors.font-weight (#27087)
  • api.CSSFontFaceDescriptors.font-width (#27087)
  • api.CSSFontFaceDescriptors.fontDisplay (#27087)
  • api.CSSFontFaceDescriptors.fontFamily (#27087)
  • api.CSSFontFaceDescriptors.fontFeatureSettings (#27087)
  • api.CSSFontFaceDescriptors.fontStretch (#27087)
  • api.CSSFontFaceDescriptors.fontStyle (#27087)
  • api.CSSFontFaceDescriptors.fontWeight (#27087)
  • api.CSSFontFaceDescriptors.fontWidth (#27087)
  • api.CSSFontFaceDescriptors.size-adjust (#27087)
  • api.CSSFontFaceDescriptors.sizeAdjust (#27087)
  • api.CSSFontFaceDescriptors.src (#27087)
  • api.CSSFontFaceDescriptors.unicode-range (#27087)
  • api.CSSFontFaceDescriptors.unicodeRange (#27087)
  • api.CSSStyleProperties (#27087)
  • api.CSSStyleProperties.cssFloat (#27087)
  • api.CustomElementRegistry.CustomElementRegistry (#27087)
  • api.CustomElementRegistry.initialize (#27087)

... (truncated)

Changelog

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

v6.0.25

June 20, 2025

Removals

  • javascript.classes.static_class_fields (#27055)
  • javascript.classes.static_initialization_blocks (#27055)

Additions

  • browsers.opera_android.releases.90 (#27097)
  • http.headers.Content-Security-Policy.script-src.trusted-types-eval (#27113)
  • javascript.classes.static.class_fields (#27055)
  • javascript.classes.static.initialization_blocks (#27055)
  • svg.elements.feImage.fetchpriority (#27090)
  • svg.elements.image.fetchpriority (#27090)
  • svg.elements.script.fetchpriority (#27090)

Statistics

  • 11 contributors have changed 32 files with 359 additions and 134 deletions in 23 commits (v6.0.24...v6.0.25)
  • 17,292 total features
  • 1,166 total contributors
  • 5,286 total stargazers

v6.0.24

June 17, 2025

Additions

  • api.CSSFontFaceDescriptors (#27087)
  • api.CSSFontFaceDescriptors.font-display (#27087)
  • api.CSSFontFaceDescriptors.font-family (#27087)
  • api.CSSFontFaceDescriptors.font-feature-settings (#27087)
  • api.CSSFontFaceDescriptors.font-stretch (#27087)
  • api.CSSFontFaceDescriptors.font-style (#27087)
  • api.CSSFontFaceDescriptors.font-weight (#27087)
  • api.CSSFontFaceDescriptors.font-width (#27087)
  • api.CSSFontFaceDescriptors.fontDisplay (#27087)
  • api.CSSFontFaceDescriptors.fontFamily (#27087)
  • api.CSSFontFaceDescriptors.fontFeatureSettings (#27087)
  • api.CSSFontFaceDescriptors.fontStretch (#27087)
  • api.CSSFontFaceDescriptors.fontStyle (#27087)
  • api.CSSFontFaceDescriptors.fontWeight (#27087)
  • api.CSSFontFaceDescriptors.fontWidth (#27087)
  • api.CSSFontFaceDescriptors.size-adjust (#27087)
  • api.CSSFontFaceDescriptors.sizeAdjust (#27087)
  • api.CSSFontFaceDescriptors.src (#27087)

... (truncated)

Commits

Updates postcss from 8.5.5 to 8.5.6

Release notes

Sourced from postcss's releases.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).
Changelog

Sourced from postcss's changelog.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).
Commits
  • 91d6eb5 Release 8.5.6 version
  • 65ffc55 Update dependencies
  • ecd20eb Fix ContainerWithChildren to allow discriminating the node type by comparing ...
  • See full diff in compare view

Updates stylelint from 16.20.0 to 16.21.0

Release notes

Sourced from stylelint's releases.

16.21.0

It rounds out the message secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.

  • Added: non-experimental support for functional message secondary option (#8595) (@​ybiquitous).
  • Added: ignore: ["after-custom-property"] to custom-property-empty-line-before (#8627) (@​imkesin).
  • Fixed: cache configuration property not being respected (#8599) (@​ybiquitous).
  • Fixed: fastest-levenshtein import when bundling (#8621) (@​onigoetz).
  • Fixed: named-grid-areas-no-invalid false positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@​shahana308).
  • Fixed: selector-pseudo-*-no-unknown false positives for the missing form control styling selectors (#8623) (@​tyrann0us).
Changelog

Sourced from stylelint's changelog.

16.21.0 - 2025-06-19

It rounds out the message secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.

  • Added: non-experimental support for functional message secondary option (#8595) (@​ybiquitous).
  • Added: ignore: ["after-custom-property"] to custom-property-empty-line-before (#8627) (@​imkesin).
  • Fixed: cache configuration property not being respected (#8599) (@​ybiquitous).
  • Fixed: fastest-levenshtein import when bundling (#8621) (@​onigoetz).
  • Fixed: named-grid-areas-no-invalid false positives for interpolated grid-template-areas in CSS-in-JS (#8606) (@​shahana308).
  • Fixed: selector-pseudo-*-no-unknown false positives for the missing form control styling selectors (#8623) (@​tyrann0us).
Commits
  • 90ffc0b 16.21.0
  • e34a2a3 Prepare 16.21.0 (#8598)
  • 18c9d63 Fix selector-pseudo-*-no-unknown false positives for form control styling s...
  • b006c58 Fix cache configuration property not being respected (#8599)
  • b764c23 Fix named-grid-areas-no-invalid false positives for interpolated grid-templ...
  • 103c2d2 Add ignore: ["after-custom-property"] to `custom-property-empty-line-before...
  • 1f9791b Document custom-property-empty-line-before ignore examples correctly (#8628)
  • 8a9a830 Fix fastest-levenshtein import when bundling (#8621)
  • 651a1b4 Document notation typo fix (#8624)
  • 93d1af1 Bump known-css-properties from 0.36.0 to 0.37.0 (#8619)
  • Additional commits viewable in compare view

Updates web-features from 2.38.0 to 2.39.0

Release notes

Sourced from web-features's releases.

v2.39.0

What's New

  • 2 features (1068 total)

What's Changed

Full Changelog: web-platform-dx/web-features@v2.38.0...v2.39.0

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

Commits
  • 59c9c9f Increment minor version to v2.39.0 (#3067)
  • fdb60c7 Bump @​types/node from 24.0.2 to 24.0.3 in /packages/web-features (#3063)
  • 9d1215a Bump @​types/node from 24.0.0 to 24.0.2 in /packages/web-features (#3058)
  • 786a565 Bump @​types/node from 24.0.0 to 24.0.1 in /packages/web-features (#3050)
  • See full diff in compare view

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 4 updates: [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), [postcss](https://github.com/postcss/postcss), [stylelint](https://github.com/stylelint/stylelint) and [web-features](https://github.com/web-platform-dx/web-features/tree/HEAD/packages/web-features).


Updates `@mdn/browser-compat-data` from 6.0.23 to 6.0.25
- [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@v6.0.23...v6.0.25)

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

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

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

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 6.0.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: stylelint
  dependency-version: 16.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: web-features
  dependency-version: 2.39.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 Jun 22, 2025
Copy link

netlify bot commented Jun 22, 2025

Deploy Preview for cssdb ready!

Name Link
🔨 Latest commit 8747bb2
🔍 Latest deploy log https://app.netlify.com/projects/cssdb/deploys/6858f0e1b6bd62000827fdf0
😎 Deploy Preview https://deploy-preview-458--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 db7eedd into main Jun 23, 2025
10 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/all-dependencies-cbcac79b25 branch June 23, 2025 06:16
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