Skip to content

Bump the all-dependencies group with 3 updates#497

Merged
romainmenke merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-ef0ecff41c
Mar 9, 2026
Merged

Bump the all-dependencies group with 3 updates#497
romainmenke merged 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-ef0ecff41c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

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

Updates @mdn/browser-compat-data from 7.3.3 to 7.3.5

Release notes

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

v7.3.5

Additions

  • browsers.bun.releases.1.3.10 (#29141)
  • browsers.firefox_android.releases.151 (#29129)
  • browsers.firefox.releases.151 (#29129)
  • css.properties.alignment-baseline.text-bottom (#29135)
  • css.properties.alignment-baseline.text-top (#29135)
  • css.properties.baseline-shift.bottom (#29135)
  • css.properties.baseline-shift.center (#29135)
  • css.properties.baseline-shift.top (#29135)
  • css.properties.dominant-baseline.text-bottom (#29135)
  • css.properties.dominant-baseline.text-top (#29135)
  • css.properties.vertical-align.center (#29135)
  • css.properties.vertical-align.first (#29135)
  • css.properties.vertical-align.last (#29135)
  • html.elements.script.integrity.ed25519_public_key (#29112)
  • http.headers.Signature (#29112)
  • http.headers.Signature-Input (#29112)
  • http.headers.Unencoded-Digest (#29112)

Statistics

  • 6 contributors have changed 33 files with 684 additions and 155 deletions in 14 commits (v7.3.4...v7.3.5)
  • 19,384 total features
  • 1,228 total contributors
  • 5,594 total stargazers

v7.3.4

Additions

  • api.HTMLButtonElement.commandForElement.implicit_anchor_reference (#29093)
  • browsers.deno.releases.2.6 (#29121)
  • browsers.deno.releases.2.6.7 (#29121)
  • browsers.deno.releases.2.7 (#29121)
  • html.elements.button.commandfor.implicit_anchor_reference (#29093)
  • html.elements.link.rel.modulepreload.as-json (#29048)
  • html.elements.link.rel.modulepreload.as-script (#29048)
  • html.elements.link.rel.modulepreload.as-style (#29048)
  • http.headers.Permissions-Policy.gamepad (#28744)

Statistics

  • 8 contributors have changed 50 files with 870 additions and 1,909 deletions in 21 commits (v7.3.3...v7.3.4)
  • 19,370 total features
  • 1,228 total contributors
  • 5,590 total stargazers
Changelog

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

v7.3.5

February 27, 2026

Additions

  • browsers.bun.releases.1.3.10 (#29141)
  • browsers.firefox_android.releases.151 (#29129)
  • browsers.firefox.releases.151 (#29129)
  • css.properties.alignment-baseline.text-bottom (#29135)
  • css.properties.alignment-baseline.text-top (#29135)
  • css.properties.baseline-shift.bottom (#29135)
  • css.properties.baseline-shift.center (#29135)
  • css.properties.baseline-shift.top (#29135)
  • css.properties.dominant-baseline.text-bottom (#29135)
  • css.properties.dominant-baseline.text-top (#29135)
  • css.properties.vertical-align.center (#29135)
  • css.properties.vertical-align.first (#29135)
  • css.properties.vertical-align.last (#29135)
  • html.elements.script.integrity.ed25519_public_key (#29112)
  • http.headers.Signature (#29112)
  • http.headers.Signature-Input (#29112)
  • http.headers.Unencoded-Digest (#29112)

Statistics

  • 6 contributors have changed 33 files with 684 additions and 155 deletions in 14 commits (v7.3.4...v7.3.5)
  • 19,384 total features
  • 1,228 total contributors
  • 5,594 total stargazers

v7.3.4

February 25, 2026

Additions

  • api.HTMLButtonElement.commandForElement.implicit_anchor_reference (#29093)
  • browsers.deno.releases.2.6 (#29121)
  • browsers.deno.releases.2.6.7 (#29121)
  • browsers.deno.releases.2.7 (#29121)
  • html.elements.button.commandfor.implicit_anchor_reference (#29093)
  • html.elements.link.rel.modulepreload.as-json (#29048)
  • html.elements.link.rel.modulepreload.as-script (#29048)
  • html.elements.link.rel.modulepreload.as-style (#29048)
  • http.headers.Permissions-Policy.gamepad (#28744)

Statistics

  • 8 contributors have changed 50 files with 870 additions and 1,909 deletions in 21 commits (v7.3.3...v7.3.4)

... (truncated)

Commits

Updates stylelint from 17.3.0 to 17.4.0

Release notes

Sourced from stylelint's releases.

17.4.0

It adds 2 options to the rules and fixes 7 bugs.

  • Added: ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096) (@​theacrat).
  • Added: ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#9097) (@​theacrat).
  • Fixed: performance of selector cloning rules (#9089) (@​jeddy3).
  • Fixed: *-empty-line-before performance (#9092) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown performance (#9090) (@​jeddy3).
  • Fixed: no-irregular-whitespace performance (#9091) (@​jeddy3).
  • Fixed: property-no-unknown false negatives for at-rule descriptors (#9109) (@​jeddy3).
  • Fixed: property-no-unknown false positives for corner-shape (#9099) (@​jeddy3).
  • Fixed: property-no-unknown false positives for double-slashed properties (#9099) (@​jeddy3).
Changelog

Sourced from stylelint's changelog.

17.4.0 - 2026-02-25

It adds 2 options to the rules and fixes 7 bugs.

  • Added: ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096) (@​theacrat).
  • Added: ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#9097) (@​theacrat).
  • Fixed: performance of selector cloning rules (#9089) (@​jeddy3).
  • Fixed: *-empty-line-before performance (#9092) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown performance (#9090) (@​jeddy3).
  • Fixed: no-irregular-whitespace performance (#9091) (@​jeddy3).
  • Fixed: property-no-unknown false negatives for at-rule descriptors (#9109) (@​jeddy3).
  • Fixed: property-no-unknown false positives for corner-shape (#9099) (@​jeddy3).
  • Fixed: property-no-unknown false positives for double-slashed properties (#9099) (@​jeddy3).
Commits
  • 556b7ad Release 17.4.0 (#9113)
  • 05f64ad Run npm audit for minimatch (#9112)
  • d358479 Document steps for adding an option and fixing a rule bug (#9111)
  • 467c5c9 Fix property-no-unknown false negatives for at-rule descriptors (#9109)
  • 4250b21 Document opening a pull request requests in CONTRIBUTING (#9110)
  • effb787 Remove husky (#8984)
  • f38a18c Remove redundant @types/file-entry-cache type dep (#9108)
  • 83ed11b Add ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096)
  • 0a8f468 Add ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#...
  • 83cfd65 Fix property-no-unknown false positives for corner-shape (#9099)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates web-features from 3.17.0 to 3.18.0

Release notes

Sourced from web-features's releases.

v3.18.0

What's New

  • 3 features: install, navigation-precommit-handlers, and wasm-jspi

What's Changed

New Contributors

Full Changelog: web-platform-dx/web-features@v3.17.0...v3.18.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 3 updates: [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), [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 7.3.3 to 7.3.5
- [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.3.3...v7.3.5)

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

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

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 7.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: stylelint
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: web-features
  dependency-version: 3.18.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 Mar 9, 2026
@netlify
Copy link

netlify bot commented Mar 9, 2026

Deploy Preview for cssdb ready!

Name Link
🔨 Latest commit 8986c38
🔍 Latest deploy log https://app.netlify.com/projects/cssdb/deploys/69ae0e3a0f3c1e0008d88b7a
😎 Deploy Preview https://deploy-preview-497--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 152bd8f into main Mar 9, 2026
11 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/all-dependencies-ef0ecff41c branch March 9, 2026 07:36
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