Skip to content

Bump the all-dependencies group with 4 updates#1916

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-bf25357c3c
Open

Bump the all-dependencies group with 4 updates#1916
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-bf25357c3c

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-dependencies group with 4 updates: @types/node, @mdn/browser-compat-data, webpack and postcss.

Updates @types/node from 25.3.0 to 25.3.3

Commits

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 webpack from 5.105.2 to 5.105.3

Release notes

Sourced from webpack's releases.

v5.105.3

Patch Changes

  • Context modules now handle rejections correctly. (by @​alexander-akait in #20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #20463)

  • Fixed HMR failure for CSS modules with @​import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @​import CSS to work correctly during hot module replacement. (by @​xiaoxiaojx in #20514)

  • Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @​xiaoxiaojx in #20454)

  • Do not crash when a referenced chunk is not a runtime chunk. (by @​alexander-akait in #20461)

  • Fix some types. (by @​alexander-akait in #20412)

  • Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @​hai-x in #20510)

  • Added createRequire support for ECMA modules. (by @​stefanbinoj in #20497)

  • Added category for CJS reexport dependency to fix issues with ECMA modules. (by @​hai-x in #20444)

  • Implement immutable bytes for bytes import attribute to match tc39 spec. (by @​alexander-akait in #20481)

  • Fixed deterministic search for graph roots regardless of edge order. (by @​veeceey in #20452)

Changelog

Sourced from webpack's changelog.

5.105.3

Patch Changes

  • Context modules now handle rejections correctly. (by @​alexander-akait in #20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #20463)

  • Fixed HMR failure for CSS modules with @​import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @​import CSS to work correctly during hot module replacement. (by @​xiaoxiaojx in #20514)

  • Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @​xiaoxiaojx in #20454)

  • Do not crash when a referenced chunk is not a runtime chunk. (by @​alexander-akait in #20461)

  • Fix some types. (by @​alexander-akait in #20412)

  • Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @​hai-x in #20510)

  • Added createRequire support for ECMA modules. (by @​stefanbinoj in #20497)

  • Added category for CJS reexport dependency to fix issues with ECMA modules. (by @​hai-x in #20444)

  • Implement immutable bytes for bytes import attribute to match tc39 spec. (by @​alexander-akait in #20481)

  • Fixed deterministic search for graph roots regardless of edge order. (by @​veeceey in #20452)

Commits
  • 714a0e3 chore(release): new release (#20448)
  • c323b39 chore(deps-dev): bump nyc from 17.1.0 to 18.0.0 (#20539)
  • 8a01dfe refactor: deduplicate export presence logic in Harmony dependency classes (#2...
  • b9fc7b3 chore(deps): bump test/test262-cases in the dependencies group (#20541)
  • f8a5ac3 test: add coverage for nwjs exports condition and CSS modules with webworker ...
  • 59bf024 test: add coverage for external script in EnvironmentNotSupportAsyncWarning (...
  • 4c79ac2 test: add missing coverage for formatLocation and formatSize (#20534)
  • 4f5c0a8 fix: mark asset module as side-effect-free when futureDefaults (#20535)
  • 87987ca test: add test
  • 67c5aae test: add configCase for ESM prefetch/preload under neutral target (#20524)
  • Additional commits viewable in compare view

Updates postcss from 8.5.6 to 8.5.8

Release notes

Sourced from postcss's releases.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).
Changelog

Sourced from postcss's changelog.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).
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 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), [webpack](https://github.com/webpack/webpack) and [postcss](https://github.com/postcss/postcss).


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

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 `webpack` from 5.105.2 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.105.2...v5.105.3)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 7.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: postcss
  dependency-version: 8.5.8
  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 Mar 10, 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