An open index of dependabot pull requests across open source projects.

[release-4.22] maintenance: Bump the npm group with 15 updates

Open
Number: #552
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 4
Created: September 25, 2026 at 03:11 PM UTC
(about 8 hours ago)
Updated: September 25, 2026 at 03:13 PM UTC
(about 8 hours ago)
Labels:
needs-ok-to-test dependencies javascript
Description:

Bumps the npm group with 15 updates:

Package From To
prettier 3.9.6 3.9.8
webpack 5.111.0 5.111.1
@babel/parser 7.29.8 7.29.9
baseline-browser-mapping 2.11.24 2.11.26
electron-to-chromium 1.5.430 1.5.439
get-east-asian-width 1.6.0 1.7.0
is-core-module 2.16.2 2.17.0
minimizer-webpack-plugin 5.10.1 5.12.0
mocha 12.0.1 12.0.2
node-releases 2.0.55 2.0.57
regjsparser 0.13.2 0.13.3
spdx-license-ids 3.0.23 3.0.24
systeminformation 5.33.10 5.33.13
typed-array-byte-offset 1.0.4 1.0.5
which-typed-array 1.1.22 1.1.24

Updates prettier from 3.9.6 to 3.9.8

Release notes

Sourced from prettier's releases.

3.9.8

🔗 Changelog

3.9.7

  • Support Angular 22.2
  • Fix regressions in v3.9

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.8

diff

Markdown: Don't let Liquid objects interrupt paragraphs (#20087 by @​seiyab)

<!-- Input -->
If `module` is not a [`WebAssembly.Module`](https://github.com/prettier/prettier/blob/main/en-US/docs/WebAssembly/Reference/JavaScript_interface/Module) object instance, a
{{jsxref("TypeError")}} is thrown.

<!-- Prettier 3.9.7 --> If module is not a WebAssembly.Module object instance, a

{{jsxref("TypeError")}} is thrown.

<!-- Prettier 3.9.8 --> If module is not a WebAssembly.Module object instance, a {{jsxref("TypeError")}} is thrown.

3.9.7

diff

Markdown: Prevent indentation drift in list-item code blocks (#19647, #19990 by @​Austin1serb, @​giaBaoJS)

<!-- Input -->
- [x] short first line.
  second paragraph at six spaces that wraps
  onto another line here.

<!-- Prettier 3.9.6 -->

  • short first line.

    second paragraph at six spaces that wraps
        onto another line here.
    

<!-- Prettier 3.9.7 -->

  • short first line.

    second paragraph at six spaces that wraps
    onto another line here.
    

JavaScript: Fix embedded template literal idempotency (#19725 by @​fisker)

... (truncated)

Commits

Updates webpack from 5.111.0 to 5.111.1

Release notes

Sourced from webpack's releases.

v5.111.1

Patch Changes

... (truncated)

Changelog

Sourced from webpack's changelog.

5.111.1

Patch Changes

... (truncated)

Commits
  • 5a10675 chore(release): new release (#22105)
  • 9c448c4 test: consolidate loose harness files under test/harness (#22163)
  • a947604 fix(html): unquote an attribute value carrying a vertical tab (#22162)
  • db556f3 test: run the printer equivalence suite against Gecko in CI (#22155)
  • d174cdf perf(css): drop a fallback every browserslist target reads past (#22158)
  • 39f14f2 refactor(javascript): declare block bindings from the parse (#22161)
  • 0835411 test: move suite drivers into test/templates (#22159)
  • b48cd77 fix(html): minify by what a value says rather than how it was spelled (#22154)
  • a774f10 test: define the webpack major instead of bundling package.json (#22160)
  • 4b2eed0 docs: report only what needs a decision while watching a PR (#22156)
  • Additional commits viewable in compare view

Updates @babel/parser from 7.29.8 to 7.29.9

Release notes

Sourced from @​babel/parser's releases.

v7.29.9 (2026-09-18)

:bug: Bug Fix

:house: Internal

Committers: 4

Commits

Updates baseline-browser-mapping from 2.11.24 to 2.11.26

Commits
  • c1934c6 Patch to 2.11.26 because browser or feature data changed
  • 4873684 Browser or feature data changed
  • 9030798 Updating static site
  • a5df351 Updating static site
  • ecc5b54 Updating static site
  • 719bf7a Patch to 2.11.25 because browser or feature data changed
  • c4f5b49 Browser or feature data changed
  • aa194af Updating static site
  • See full diff in compare view

Updates electron-to-chromium from 1.5.430 to 1.5.439

Commits

Updates get-east-asian-width from 1.6.0 to 1.7.0

Release notes

Sourced from get-east-asian-width's releases.

v1.7.0

  • Update to Unicode 18 (#18) dbad745

https://github.com/sindresorhus/get-east-asian-width/compare/v1.6.0...v1.7.0

Commits

Updates is-core-module from 2.16.2 to 2.17.0

Changelog

Sourced from is-core-module's changelog.

v2.17.0 - 2026-09-16

Commits

  • [Dev Deps] update auto-changelog f5d1e38
  • [New] add types 0a4846c
  • [Dev Deps] update eslint 83aa342
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, mock-property, tape a45ee2a
  • [Deps] update hasown 7f13111
  • [actions] set least-privilege cache-mode 9b49659
  • [Dev Deps] add missing object-keys dev dep 1b3212a
  • [New] add node:ffi 5974139
Commits
  • 9b50b2d v2.17.0
  • 0a4846c [New] add types
  • 1b3212a [Dev Deps] add missing object-keys dev dep
  • 83aa342 [Dev Deps] update eslint
  • 7f13111 [Deps] update hasown
  • a45ee2a [Dev Deps] update @ljharb/eslint-config, auto-changelog, mock-property,...
  • 5974139 [New] add node:ffi
  • 9b49659 [actions] set least-privilege cache-mode
  • f5d1e38 [Dev Deps] update auto-changelog
  • See full diff in compare view

Updates minimizer-webpack-plugin from 5.10.1 to 5.12.0

Changelog

Sourced from minimizer-webpack-plugin's changelog.

5.12.0

Minor Changes

  • Take a minimizer as a module path or { path, export }, which a worker requires rather than rebuilding it from its source. (by @​alexander-akait in #744)

Patch Changes

  • Minify a style="" body as a rule's contents with every CSS minimizer, rather than dropping or rejecting it. (by @​alexander-akait in #748)

  • Minify assets whose names carry a #fragment, such as [name].js#[contenthash] or an asset module named [hash][ext][query][fragment]. (by @​alexander-akait in #747)

5.11.0

Minor Changes

  • let a minimizer or generator say which processAssets stage it runs in and what name its work goes under in an asset's info, through a getStage and a getAssetFlag on the function — the way it declares everything else — and ship MinimizerPlugin.compress, which takes the algorithm to run and the compressionOptions to run it with, works under compressed rather than minimized or generated, and goes to minify to compress an asset in place or to generate to write the compressed file beside it (by @​alexander-akait in #737)

  • Add threshold, minRatio and relatedName to an asset generator, let deleteOriginalAssets be a function and take the original file alone, take a filename function, read minify: [] as nothing to minify rather than false, and type what minify has long accepted. (by @​alexander-akait in #742)

  • Rename the exported class to MinimizerPlugin and say so in diagnostics. (by @​alexander-akait in #739)

Patch Changes

Commits

Updates mocha from 12.0.1 to 12.0.2

Release notes

Sourced from mocha's releases.

v12.0.2

12.0.2 (2026-09-17)

🩹 Fixes

  • fail nested tests on beforeEach failure (#6292) (a75b43b)
  • give CLI reporter-option precedence over config file (#6331) (571110f)
  • propagate spec file path on parallel worker death (#6268) (55a544a)
  • use find-up-simple to workaround ERR_PACKAGE_PATH_NOT_EXPORTED (#6342) (a652ff5)
  • watch existing dirs so first run starts armed (#6263) (f5c8aca)

📚 Documentation

🧹 Chores

Changelog

Sourced from mocha's changelog.

12.0.2 (2026-09-17)

🩹 Fixes

  • fail nested tests on beforeEach failure (#6292) (a75b43b)
  • give CLI reporter-option precedence over config file (#6331) (571110f)
  • propagate spec file path on parallel worker death (#6268) (55a544a)
  • use find-up-simple to workaround ERR_PACKAGE_PATH_NOT_EXPORTED (#6342) (a652ff5)
  • watch existing dirs so first run starts armed (#6263) (f5c8aca)

📚 Documentation

🧹 Chores

Commits
  • 70db1c7 chore(main): release 12.0.2 (#6300)
  • 571110f fix: give CLI reporter-option precedence over config file (#6331)
  • a652ff5 fix: use find-up-simple to workaround ERR_PACKAGE_PATH_NOT_EXPORTED (#6342)
  • a8309fd chore: stop auto-adding PRs to project (#6352)
  • 2668e71 chore: replace find-conflicts with improved smoke versions (#6344)
  • 6728030 chore: add folder for reproducing issues (#6330)
  • e7b7fe1 chore: exclude "v11.x" from "stale branch" workflow (#6338)
  • a923e25 Ping maintainers on stale branch review issues (#6326)
  • 633480c chore: fixup workflow perms in-job (#6327)
  • cd2a730 chore: set author to Mark Wiemer (#6305)
  • Additional commits viewable in compare view

Updates node-releases from 2.0.55 to 2.0.57

Commits

Updates regjsparser from 0.13.2 to 0.13.3

Release notes

Sourced from regjsparser's releases.

v 013.3

What's Changed

Full Changelog: https://github.com/jviereck/regjsparser/compare/v0.13.2...v0.13.3

Commits
  • 3d79fd1 Bump version v0.13.3
  • a6f1970 fix: update identifier definition to Unicode 18 (#163)
  • b45d53d chore(deps): bump brace-expansion (#162)
  • 8bd98cb chore(deps-dev): bump @​humanfs/node from 0.16.7 to 0.16.8 (#161)
  • 69a7cea chore(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 (#160)
  • See full diff in compare view

Updates spdx-license-ids from 3.0.23 to 3.0.24

Commits

Updates systeminformation from 5.33.10 to 5.33.13

Release notes

Sourced from systeminformation's releases.

v5.33.13

Full Changelog: https://github.com/sebhildebrandt/systeminformation/compare/v5.33.12...v5.33.13

v5.33.12

Full Changelog: https://github.com/sebhildebrandt/systeminformation/compare/v5.33.11...v5.33.12

v5.33.11

Full Changelog: https://github.com/sebhildebrandt/systeminformation/compare/v5.33.10...v5.33.11

Changelog

Sourced from systeminformation's changelog.

Changelog

Major Changes - Version 5

New Functions

  • audio() detailed audio information
  • bluetoothDevices() detailed information detected bluetooth devices
  • dockerImages() detailed information docker images
  • dockerVolumes() detailed information docker volumes
  • printers() detailed printer information
  • usb() detailed USB information
  • wifiInterfaces() detected Wi-Fi interfaces
  • wifiConnections() active Wi-Fi connections

Breaking Changes

Be aware, that the new version 5.x is NOT fully backward compatible to version 4.x ...

We had to make several interface changes to keep systeminformation as consistent as possible. We highly recommend to go through the complete list and adapt your own code to be again compatible to the new version 5.

Function Old New (V5) Comments
unsupported values -1 null values which are unknown orunsupported on platform
battery() hasbatterycyclecountischargingdesignedcapacitymaxcapacityacconnectedtimeremaining hasBatterycycleCountisChargingdesignedCapacitymaxCapacityacConnectedtimeRemaining pascalCase conformity
blockDevices() fstype fsType pascalCase conformity
cpu() speedminspeedmax speedMinspeedMax pascalCase conformity
cpu().speedcpu().speedMincpu().speedMax string values now returningnumerical values better value handling
cpuCurrentspeed() cpuCurrentSpeed() function name changedpascalCase conformity
currentLoad() avgloadcurrentloadcurrentload_usercurrentload_systemcurrentload_nicecurrentload_idlecurrentload_irqraw_currentload avgLoadcurrentLoadcurrentLoadUsercurrentLoadSystemcurrentLoadNicecurrentLoadIdlecurrentLoadIrqrawCurrentLoad pascalCase conformity
dockerContainerStats() mem_usagemem_limitmem_percentcpu_percentcpu_statsprecpu_statsmemory_stats memUsagememLimitmemPercentcpuPercentcpuStatsprecpuStatsmemoryStats pascalCase conformity
dockerContainerProcesses() pid_host pidHost pascalCase conformity
graphics().display...

Description has been truncated

Package Dependencies
Package:
mocha
Ecosystem:
npm
Version Change:
12.0.1 → 12.0.2
Update Type:
Patch
Package:
webpack
Ecosystem:
npm
Version Change:
5.111.0 → 5.111.1
Update Type:
Patch
Package:
prettier
Ecosystem:
npm
Version Change:
3.9.6 → 3.9.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.430 → 1.5.439
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.29.8 → 7.29.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.0.23 → 3.0.24
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.1.22 → 1.1.24
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.33.10 → 5.33.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.16.2 → 2.17.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.0.55 → 2.0.57
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.4 → 1.0.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.6.0 → 1.7.0
Update Type:
Minor
Package:
regjsparser
Ecosystem:
npm
Version Change:
0.13.2 → 0.13.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.11.24 → 2.11.26
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.10.1 → 5.12.0
Update Type:
Minor
Technical Details
ID: 16608141
UUID: 5584704626
Node ID: PR_kwDOLTB3JM8AAAABFInz0Q
Host: GitHub
Repository: openshift/networking-console-plugin