[release-4.22] maintenance: Bump the npm group with 15 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 4
(about 8 hours ago)
(about 8 hours ago)
needs-ok-to-test dependencies javascript
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
- Markdown: Don't let Liquid objects interrupt paragraphs (#20087 by
@​seiyab)🔗 Changelog
3.9.7
- Support Angular 22.2
- Fix regressions in v3.9
🔗 Changelog
Changelog
Sourced from prettier's changelog.
3.9.8
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
moduleis not aWebAssembly.Moduleobject instance, a{{jsxref("TypeError")}} is thrown.
<!-- Prettier 3.9.8 --> If
moduleis not aWebAssembly.Moduleobject instance, a {{jsxref("TypeError")}} is thrown.3.9.7
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
4f2ab67Release 3.9.83d82af8Update Regex related dependencies (#20082)5ec8db1[3.9.x] Markdown: Don't let Liquid objects interrupt paragraphs (#20087)5b142edRelease Release@​prettier/plugin-hermes@​0.2.3,@​prettier/plugin-oxc@​0.2.3, an...0df8eb8Bump Prettier dependency to 3.9.73cf6c8cClean changelog_unreleased0449af3Release 3.9.743cd5b0Allow verify markdown test withmdxparserab8c911Fix test on Node.js v26 (#19927)4a5adf9Fix tests- Additional commits viewable in compare view
Updates webpack from 5.111.0 to 5.111.1
Release notes
Sourced from webpack's releases.
v5.111.1
Patch Changes
Throw on a write to an imported binding without losing concatenation. (by
@​alexander-akaitin #22141)Keep the
</html>a page was written with, whatever opened the element. (by@​aryanraj45in #22103)Look an attribute up by what its value decodes to, not how it was spelled. (by
@​aryanraj45in #22107)Minify HTML by what a value says rather than how it was spelled. (by
@​alexander-akaitin #22154)Follow HTML template form and frameset rules during tree construction. (by
@​dependabotin #22129)Keep the whitespace
calc()needs around+and-in a custom property. (by@​alexander-akaitin #22150)Keep an attribute's delimiter and spell its value back where quoting is frozen. (by
@​alexander-akaitin #22119)Rewrite an attribute value the source spelled with character references. (by
@​aryanraj45in #22110)Unquote an HTML attribute value carrying a vertical tab. (by
@​alexander-akaitin #22162)Keep a shadow's spread and canonicalize a merged selector list. (by
@​alexander-akaitin #22101)Leave out an implied tag and merge adjacent runs on the first pass. (by
@​aryanraj45in #22121)Minify in one pass what a second pass of the CSS minifier used to find. (by
@​alexander-akaitin #22106)Cover the CSS lookup tables no stylesheet in the corpus reaches. (by
@​aryanraj45in #22126)Keep
initialwhere an engine reads the property's initial keyword apart. (by@​aryanraj45in #22128)Join the CSS rules a cut leaves adjacent, and keep a value an escape ate. (by
@​alexander-akaitin #22108)Drop the dead CSS a cut leaves, and join more of the blocks that print alike. (by
@​alexander-akaitin #22111)Run the printer equivalence suite against Firefox as well as Chrome. (by
@​aryanraj45in #22151)Finish in one CSS pass the joins, drops and collapses left to a second. (by
@​alexander-akaitin #22117)Move the context module sources into
lib/context/. (by@​alexander-akaitin #22115)Declare loader context types in JSDoc instead of hand-written
.d.tsfiles. (by@​alexander-akaitin #22116)Emit a failing module's stack relative, and name what a tap failed with. (by
@​alexander-akaitin #22122)Finish in one CSS pass the drops, layer gathers and joins left to a second. (by
@​alexander-akaitin #22120)Speed up CSS parsing by stepping over dropped selector preludes in bytes. (by
@​alexander-akaitin #22142)Record hoisted, module and block declarations while parsing, not by re-walking. (by
@​alexander-akaitin #22147)
... (truncated)
Changelog
Sourced from webpack's changelog.
5.111.1
Patch Changes
Throw on a write to an imported binding without losing concatenation. (by
@​alexander-akaitin #22141)Keep the
</html>a page was written with, whatever opened the element. (by@​aryanraj45in #22103)Look an attribute up by what its value decodes to, not how it was spelled. (by
@​aryanraj45in #22107)Minify HTML by what a value says rather than how it was spelled. (by
@​alexander-akaitin #22154)Follow HTML template form and frameset rules during tree construction. (by
@​dependabotin #22129)Keep the whitespace
calc()needs around+and-in a custom property. (by@​alexander-akaitin #22150)Keep an attribute's delimiter and spell its value back where quoting is frozen. (by
@​alexander-akaitin #22119)Rewrite an attribute value the source spelled with character references. (by
@​aryanraj45in #22110)Unquote an HTML attribute value carrying a vertical tab. (by
@​alexander-akaitin #22162)Keep a shadow's spread and canonicalize a merged selector list. (by
@​alexander-akaitin #22101)Leave out an implied tag and merge adjacent runs on the first pass. (by
@​aryanraj45in #22121)Minify in one pass what a second pass of the CSS minifier used to find. (by
@​alexander-akaitin #22106)Cover the CSS lookup tables no stylesheet in the corpus reaches. (by
@​aryanraj45in #22126)Keep
initialwhere an engine reads the property's initial keyword apart. (by@​aryanraj45in #22128)Join the CSS rules a cut leaves adjacent, and keep a value an escape ate. (by
@​alexander-akaitin #22108)Drop the dead CSS a cut leaves, and join more of the blocks that print alike. (by
@​alexander-akaitin #22111)Run the printer equivalence suite against Firefox as well as Chrome. (by
@​aryanraj45in #22151)Finish in one CSS pass the joins, drops and collapses left to a second. (by
@​alexander-akaitin #22117)Move the context module sources into
lib/context/. (by@​alexander-akaitin #22115)Declare loader context types in JSDoc instead of hand-written
.d.tsfiles. (by@​alexander-akaitin #22116)Emit a failing module's stack relative, and name what a tap failed with. (by
@​alexander-akaitin #22122)Finish in one CSS pass the drops, layer gathers and joins left to a second. (by
@​alexander-akaitin #22120)Speed up CSS parsing by stepping over dropped selector preludes in bytes. (by
@​alexander-akaitin #22142)
... (truncated)
Commits
5a10675chore(release): new release (#22105)9c448c4test: consolidate loose harness files under test/harness (#22163)a947604fix(html): unquote an attribute value carrying a vertical tab (#22162)db556f3test: run the printer equivalence suite against Gecko in CI (#22155)d174cdfperf(css): drop a fallback every browserslist target reads past (#22158)39f14f2refactor(javascript): declare block bindings from the parse (#22161)0835411test: move suite drivers into test/templates (#22159)b48cd77fix(html): minify by what a value says rather than how it was spelled (#22154)a774f10test: define the webpack major instead of bundling package.json (#22160)4b2eed0docs: 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
babel-plugin-transform-typescript
- #18247 [ts] Allow merging
enuminto anamespace(@​nicolo-ribaudo)babel-parser
- #18241 Fix parsing of arrow function params inside ternaries with Flow (
@​robhogan):house: Internal
babel-parser
- #18245 test: test with ts-eslint 8.70.0 (
@​JLHwung)Committers: 4
- Huáng Jùnlià ng (
@​JLHwung)- Joelle Mahfoud (
@​joelle-a-dev)- Nicolò Ribaudo (
@​nicolo-ribaudo)- Rob Hogan (
@​robhogan)
Commits
Updates baseline-browser-mapping from 2.11.24 to 2.11.26
Commits
c1934c6Patch to 2.11.26 because browser or feature data changed4873684Browser or feature data changed9030798Updating static sitea5df351Updating static siteecc5b54Updating static site719bf7aPatch to 2.11.25 because browser or feature data changedc4f5b49Browser or feature data changedaa194afUpdating 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-changelogf5d1e38- [New] add types
0a4846c- [Dev Deps] update
eslint83aa342- [Dev Deps] update
@ljharb/eslint-config,auto-changelog,mock-property,tapea45ee2a- [Deps] update
hasown7f13111- [actions] set least-privilege
cache-mode9b49659- [Dev Deps] add missing
object-keysdev dep1b3212a- [New] add
node:ffi5974139
Commits
9b50b2dv2.17.00a4846c[New] add types1b3212a[Dev Deps] add missingobject-keysdev dep83aa342[Dev Deps] updateeslint7f13111[Deps] updatehasowna45ee2a[Dev Deps] update@ljharb/eslint-config,auto-changelog,mock-property,...5974139[New] addnode:ffi9b49659[actions] set least-privilegecache-modef5d1e38[Dev Deps] updateauto-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-akaitin #744)Patch Changes
Minify a
style=""body as a rule's contents with every CSS minimizer, rather than dropping or rejecting it. (by@​alexander-akaitin #748)Minify assets whose names carry a
#fragment, such as[name].js#[contenthash]or an asset module named[hash][ext][query][fragment]. (by@​alexander-akaitin #747)5.11.0
Minor Changes
let a minimizer or generator say which
processAssetsstage it runs in and what name its work goes under in an asset's info, through agetStageand agetAssetFlagon the function — the way it declares everything else — and shipMinimizerPlugin.compress, which takes thealgorithmto run and thecompressionOptionsto run it with, works undercompressedrather thanminimizedorgenerated, and goes tominifyto compress an asset in place or togenerateto write the compressed file beside it (by@​alexander-akaitin #737)Add
threshold,minRatioandrelatedNameto anassetgenerator, letdeleteOriginalAssetsbe a function and take the original file alone, take afilenamefunction, readminify: []as nothing to minify rather thanfalse, and type whatminifyhas long accepted. (by@​alexander-akaitin #742)Rename the exported class to
MinimizerPluginand say so in diagnostics. (by@​alexander-akaitin #739)Patch Changes
Fix an
assetgenerator corrupting binary, re-emitting unchanged files, and writing a file it errored on. (by@​alexander-akaitin #740)cover that a pass at a second stage adds no worker pool to the one before it. (by
@​alexander-akaitin #741)
Commits
- See full diff in compare view
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
- add remaining external services (#6316) (bfe0b5d)
- update copyright year, holder, and URLs (#6303) (288c075)
🧹 Chores
- add "stale branch" workflow (#6315) (ad17f9f)
- add dependency conflict detection workflow (#6246) (ef0ae32)
- add folder for reproducing issues (#6330) (6728030)
- add stale triage reminder for unreviewed issues (#6314) (ee35133)
- auto-remove "waiting for author" label on author activity (#6213) (dbd4322)
- convert file-unloader to ESM (#6294) (dc73f4c)
- deps: update dependency
@​playwright/testto v1.63.0 (#6299) (931baa5)- deps: update dependency eslint to v10.10.0 (#6296) (3cb22d1)
- deps: update dependency knip to v6.35.0 (#6324) (a2416af)
- deps: update octoguide/bot action to v0.23.0 (#6304) (bbe5a27)
- exclude "v11.x" from "stale branch" workflow (#6338) (e7b7fe1)
- fix owner in auto-add workflow (#6309) (037aa8b)
- fixup "auto-add" workflow (#6308) (b3f7cbc)
- fixup workflow perms in-job (#6327) (633480c)
- provide write perms to workflows (#6325) (d6f6f4c)
- remove "stale" label on author activity (#6312) (e60fbda)
- remove unused .editorconfig file (#6306) (880269f)
- replace find-conflicts with improved smoke versions (#6344) (2668e71)
- set author to Mark Wiemer (#6305) (cd2a730)
- site: update Astro (7.3.2) and fast-uri (3.1.7) (#6301) (a4f2213)
- stabilize
--parallelintegration suite (#6313) (856a1ae)- stop auto-adding PRs to project (#6352) (a8309fd)
- track Codecov in issue without failing CI (#6323) (c39f602)
- widen --exit detection window (#6293) (ee3a4b1)
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
- add remaining external services (#6316) (bfe0b5d)
- update copyright year, holder, and URLs (#6303) (288c075)
🧹 Chores
- add "stale branch" workflow (#6315) (ad17f9f)
- add dependency conflict detection workflow (#6246) (ef0ae32)
- add folder for reproducing issues (#6330) (6728030)
- add stale triage reminder for unreviewed issues (#6314) (ee35133)
- auto-remove "waiting for author" label on author activity (#6213) (dbd4322)
- convert file-unloader to ESM (#6294) (dc73f4c)
- deps: update dependency
@​playwright/testto v1.63.0 (#6299) (931baa5)- deps: update dependency eslint to v10.10.0 (#6296) (3cb22d1)
- deps: update dependency knip to v6.35.0 (#6324) (a2416af)
- deps: update octoguide/bot action to v0.23.0 (#6304) (bbe5a27)
- exclude "v11.x" from "stale branch" workflow (#6338) (e7b7fe1)
- fix owner in auto-add workflow (#6309) (037aa8b)
- fixup "auto-add" workflow (#6308) (b3f7cbc)
- fixup workflow perms in-job (#6327) (633480c)
- provide write perms to workflows (#6325) (d6f6f4c)
- remove "stale" label on author activity (#6312) (e60fbda)
- remove unused .editorconfig file (#6306) (880269f)
- replace find-conflicts with improved smoke versions (#6344) (2668e71)
- set author to Mark Wiemer (#6305) (cd2a730)
- site: update Astro (7.3.2) and fast-uri (3.1.7) (#6301) (a4f2213)
- stabilize
--parallelintegration suite (#6313) (856a1ae)- stop auto-adding PRs to project (#6352) (a8309fd)
- track Codecov in issue without failing CI (#6323) (c39f602)
- widen --exit detection window (#6293) (ee3a4b1)
Commits
70db1c7chore(main): release 12.0.2 (#6300)571110ffix: give CLI reporter-option precedence over config file (#6331)a652ff5fix: use find-up-simple to workaround ERR_PACKAGE_PATH_NOT_EXPORTED (#6342)a8309fdchore: stop auto-adding PRs to project (#6352)2668e71chore: replace find-conflicts with improved smoke versions (#6344)6728030chore: add folder for reproducing issues (#6330)e7b7fe1chore: exclude "v11.x" from "stale branch" workflow (#6338)a923e25Ping maintainers on stale branch review issues (#6326)633480cchore: fixup workflow perms in-job (#6327)cd2a730chore: set author to Mark Wiemer (#6305)- Additional commits viewable in compare view
Updates node-releases from 2.0.55 to 2.0.57
Commits
d29b26a2.0.578607968feat: Nightly Sync8f447092.0.565cfca96feat: Nightly Sync- See full diff in compare view
Updates regjsparser from 0.13.2 to 0.13.3
Release notes
Sourced from regjsparser's releases.
v 013.3
What's Changed
- chore(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 by
@​dependabot[bot] in jviereck/regjsparser#160- chore(deps-dev): bump
@​humanfs/nodefrom 0.16.7 to 0.16.8 by@​dependabot[bot] in jviereck/regjsparser#161- chore(deps): bump brace-expansion by
@​dependabot[bot] in jviereck/regjsparser#162- fix: update identifier definition to Unicode 18 by
@​JLHwungin jviereck/regjsparser#163Full Changelog: https://github.com/jviereck/regjsparser/compare/v0.13.2...v0.13.3
Commits
3d79fd1Bump version v0.13.3a6f1970fix: update identifier definition to Unicode 18 (#163)b45d53dchore(deps): bump brace-expansion (#162)8bd98cbchore(deps-dev): bump@​humanfs/nodefrom 0.16.7 to 0.16.8 (#161)69a7ceachore(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
dc0dd993.0.242ed8fc2update license list to v3.29.0 (2026-09-16T00:00:00Z)- See full diff in compare view
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 informationbluetoothDevices()detailed information detected bluetooth devicesdockerImages()detailed information docker imagesdockerVolumes()detailed information docker volumesprinters()detailed printer informationusb()detailed USB informationwifiInterfaces()detected Wi-Fi interfaceswifiConnections()active Wi-Fi connectionsBreaking 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().speedMaxstring 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:
baseline-browser-mappingEcosystem:
npmVersion Change:
2.11.24 → 2.11.26Update Type:
PatchPackage:
minimizer-webpack-pluginEcosystem:
npmVersion Change:
5.10.1 → 5.12.0Update Type:
MinorTechnical Details
ID: 16608141UUID: 5584704626Node ID: PR_kwDOLTB3JM8AAAABFInz0QHost: GitHub Repository: openshift/networking-console-plugin