chore(deps): update non-major dependencies - #6602
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
27 times, most recently
from
August 14, 2026 15:12
1a790ba to
0bee243
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 19, 2026 15:51
e742e80 to
50e777b
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
20 times, most recently
from
August 24, 2026 13:21
ba513af to
78b0c3d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 24, 2026 15:10
78b0c3d to
03c6328
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
August 24, 2026 23:08
0133872 to
2de5b0e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.7.0→7.9.09.64.2→9.64.111.110.0→1.113.65.56.0→5.57.01.19.0→1.20.01.19.0→1.20.08.3.0→8.3.1v4.2.0→v4.3.08.18.0→8.20.04.3.1→4.3.24.0.1→4.2.011.16.1→11.17.224.18.1→24.20.08.5.25→8.5.261.88.2→1.90.03.4.4→3.4.104.4.1→4.4.3v2.20.0→v2.21.014.0.1→14.0.28.2.0→8.2.25.1.1→5.1.23.10.2→3.10.43.5.40→3.5.414.28.1→4.29.5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
DataDog/browser-sdk (@datadog/browser-rum)
v7.9.0Compare Source
Public Changes:
Internal Changes:
v7.8.0Compare Source
Public Changes:
Internal Changes:
Kong/kongponents (@kong/kongponents)
v9.64.11Compare Source
Bug Fixes
v9.64.10Compare Source
Bug Fixes
v9.64.9Compare Source
Bug Fixes
v9.64.8Compare Source
Bug Fixes
v9.64.7Compare Source
Bug Fixes
v9.64.6Compare Source
Bug Fixes
v9.64.5Compare Source
Bug Fixes
v9.64.4Compare Source
Bug Fixes
v9.64.3Compare Source
Bug Fixes
Kong/spec-renderer (@kong/spec-renderer)
v1.113.6Compare Source
Bug Fixes
v1.113.5Compare Source
Bug Fixes
v1.113.4Compare Source
Bug Fixes
v1.113.3Compare Source
Bug Fixes
v1.113.2Compare Source
Bug Fixes
v1.113.1Compare Source
Bug Fixes
v1.113.0Compare Source
Features
v1.112.0Compare Source
Features
1.111.3 (2026-08-04)
Bug Fixes
1.111.2 (2026-08-03)
Bug Fixes
1.111.1 (2026-08-03)
Bug Fixes
v1.111.3Compare Source
Bug Fixes
v1.111.2Compare Source
Bug Fixes
v1.111.1Compare Source
Bug Fixes
v1.111.0Compare Source
Features
algolia/algoliasearch-client-javascript (algoliasearch)
v5.57.0Compare Source
axios/axios (axios)
v1.20.0Compare Source
v1.20.0 — August 19, 2026
This release hardens runtime option handling, adds RFC 9110 status-code aliases, fixes Node.js and XHR reliability issues, and refreshes project tooling and documentation.
🔒 Security Fixes
🐛 Bug Fixes
🔧 Maintenance & Chores
🌟 New Contributors
We are thrilled to welcome our new contributors. Thank you for helping improve axios:
Full Changelog (axios/axios@v1.19.0...v1.20.0)
docker/setup-buildx-action (docker/setup-buildx-action)
v4.3.0Compare Source
Full Changelog: docker/setup-buildx-action@v4.2.0...v4.3.0
algolia/instantsearch (instantsearch.css)
v8.20.0Compare Source
Features
v8.19.1Compare Source
Bug Fixes
v8.19.0Compare Source
Features
nodeca/js-yaml (js-yaml)
v4.3.2Compare Source
mermaid-js/mermaid (mermaid)
v11.17.2Compare Source
Patch Changes
178d7c7Thanks @knsv-bot! - fix: restore theedgePathsclass on the edge group in rendered SVG, and point the flowchart, block and user journey stylesheets at itv11.17.1Compare Source
Patch Changes
#8092
31ce60aThanks @pbrolin47! - fix(c4): wrap element labels toc4.widthagainC4 element labels (
System,Container,Component,Personand their_Extvariants) stopped wrapping in 11.17.0, so long descriptions rendered on one unbroken line and the shape grew sideways well past the configuredc4.width. The unified-shapes label helper gated wrapping on the root-levelwrapoption, which has no schema default and is thereforeundefined; it now gates onc4.wrap(defaulttrue), which is what the legacy renderer used.#8088
c66200bThanks @ashishjain0512! - fix: neo-look arrowheads and crow's-foot markers no longer fall back to default theme colours/stroke widths on the first render withlayout: elk. State diagram arrowheads stayed dark on dark themes, and ER / requirement markers were drawn at the default stroke width, because markers were created from the layout package's own bundled copy of mermaid, whose config had not been initialized yet.#8079
281cd7bThanks @ashishjain0512! - fix(class): class diagram relation markers (composition, aggregation, extension, dependency, lollipop) no longer scale with the edge stroke width, so they stay outside the class box boundary in themes that setstrokeWidth: 2(redux,redux-dark,redux-color,redux-dark-color,neo,neo-dark) with the defaultclassiclook.v11.17.0Compare Source
Minor Changes
#7842
3670b4eThanks @filipsajdak! - feat(c4): render C4 elements through the unified shape system, using the new person shape#7812
cdfc0eaThanks @knsv-bot! - feat(class): routeclassDiagramto the unified (v2) renderer by defaultSet
class: { defaultRenderer: 'dagre-d3' }in the config to restore the legacy renderer.#7785
c45cde9Thanks @knsv-bot! - feat(flowchart): add collapsible flowchart subgraphs viasubgraphId@{ view: collapsed }#7828
8eb3afcThanks @knsv-bot! - feat(elk): addelk.keepEntryNodeOnTopconfig option to keep a recursive flow's entry node on top#7803
74e44ebThanks @knsv-bot! - feat(elk): addelk.nodePlacementAlignmentconfig option#7792
ea55b31Thanks @RodrigojndSantos! - feat(er): add subgraph support to ER diagrams.#7970
a2c0fb6Thanks @filipsajdak! - feat(flowchart): addfolder,bucket,console(terminal window) andbrowsershapes#7842
ae3e115Thanks @filipsajdak! - feat(flowchart): addpersonshape (circular head above a rounded body), usable in flowcharts viaA@{ shape: person }#7724
0fd7a9fThanks @xdumaine! - feat(xyChart): add legends for named line and bar seriesPatch Changes
#7847
215fe89Thanks @filipsajdak! - fix(c4): named attributes such as$tags,$linkand$spriteare no longer clobbered to undefined when they arrive in an earlier positional slot of Person/System/Container/Component/Boundary/Rel statements.#7871
8d874c4Thanks @knsv-bot! - fix(flowchart): stop dagre layout from spammingwarn-level logs on every node/edge/cluster#8071
b3d1f63Thanks @pbrolin47! - fix(block): sibling blocks overlapping in block diagrams when one has a label wider than 200px#7870
71b8843Thanks @knsv-bot! - fix: aRangeError: Invalid array lengthcrash when rendering certain edges.#7924
9cbef5dThanks @nightt5879! - fix(treeView): icons disappearing after strict security sanitization.#7850
a34cbf0Thanks @aloisklink! - fix(block): allow classdefs to update text color#7937
f9cbe1eThanks @filipsajdak! - fix(dagre): let a diagram's own nodeSpacing/rankSpacing take effect in the unified dagre layout#8005
90eeeceThanks @pbrolin47! - fix(flowchart): reverts the behavior change from #7672 (fix/4648-directions), since arrows between subgraphs are broken#7951
afa2f80Thanks @aloisklink! - perf: usefastdomto batch DOM measurements (up to 25% speedup)Updated dependencies [
e848423]:nodejs/node (node)
v24.20.0: 2026-08-26, Version 24.20.0 'Krypton' (LTS), @aduh95Compare Source
Notable Changes
b12bcc9ae1] - (SEMVER-MINOR) async_hooks: addusingscopes toAsyncLocalStorage(Stephen Belanger) #61674e2eb88b36b] - (SEMVER-MINOR) buffer: addendparameter (Robert Nagy) #623901fefdda18e] - crypto: update root certificates to NSS 3.125 (Node.js GitHub Bot) #647464a158cf1ab] - doc: add MikeMcC399 as collaborator (Mike McCready) #64656d4cafce076] - (SEMVER-MINOR) lib,permission: addpermission.drop(Rafael Gonzaga) #62672b3cfb55267] - (SEMVER-MINOR) loader: implement package maps (Maël Nison) #62239cd1eb3e60b] - (SEMVER-MINOR) src,permission: add--permission-audit(RafaelGSS) #6186928dc85d8d2] - (SEMVER-MINOR) stream: addnode:stream/iterimplementation (James M Snell) #62066d31c168740] - (SEMVER-MINOR) test_runner: addcontext.log()and test:log event (Moshe Atlow) #64389add1edbc42] - (SEMVER-MINOR) test_runner: reportentryFileinTestStreamevents (Moshe Atlow) #64309d937c8c6cd] - (SEMVER-MINOR) wasm: enable JSPI (Guy Bedford) #59941Commits
1822c0f335] - assert,util: fix TypeError on Maps with null keys (Paul Bouchon) #64441b12bcc9ae1] - (SEMVER-MINOR) async_hooks: add using scopes to AsyncLocalStorage (Stephen Belanger) #61674984260bf44] - async_hooks: use validateBoolean for trackPromises (Soul Lee) #64731ba2612cca2] - benchmark: fix calibrate-n option handling (Luan Muniz) #64146236dc4d2d7] - benchmark: add bytes variant to webstreams async-iterator (Matteo Collina) #64291b022a1419c] - benchmark: respect stream/iter broadcast backpressure (Trivikram Kamat) #63314a290f51f15] - (SEMVER-MINOR) benchmark: add benchmarks for experimental stream/iter (James M Snell) #62066465f2bfb74] - buffer: use Clamp conversion in Blob slice (Donghoon Kang) #6473974a22cd0c5] - buffer: validate copyArrayBuffer offsets against buffer length (Ilia Alshanetsky) #6390421e24208dc] - buffer: normalize lone "\r" in Blob native line endings (Daijiro Wachi) #64115ddacb3ff10] - buffer: fix Blob.stream() leaking source buffer (semimikoh) #6357749198d2313] - buffer: fix end parameter bugs in indexOf/lastIndexOf (Robert Nagy) #62711e2eb88b36b] - (SEMVER-MINOR) buffer: add end parameter (Robert Nagy) #62390e2e5c4fe88] - build: update binary-upload to use correct tarball name (Stewart X Addison) #65282b78a212553] - build: pin envinfo versions in github actions (Joyee Cheung) #64117094fb840aa] - build: add QUIC CI job for PRs matching QUIC related paths (Tim Perry) #6387591f5003cad] - build: fix flags for ngtcp2 on IBM i (SRAVANI GUNDEPALLI) #60073e83648effd] - build,test: add tests for binary linked with shared libnode (Joyee Cheung) #614634a425b41d9] - build,tools: fix shared library cross-compile (Kirill Saied) #63963fe8fa45ff2] - cli: style node --help output with util.styleText (Adrián Estrada) #644843cd1576cb2] - crypto: preserve OpenSSL errors from KDF failures (Filip Skokan) #6477674b3023565] - crypto: handle XOF output allocation failure (Filip Skokan) #64851fea0666a1b] - crypto: clarify missing cipher error (Filip Skokan) #6485233fec91b54] - crypto: reuse X509 issuer result (Filip Skokan) #6485244c1473348] - crypto: validate key generation options (Filip Skokan) #64852c2c53a18e5] - crypto: fix Argon2 validation errors (Filip Skokan) #64852edc1f2126d] - crypto: initialize KeyObjectData mutex eagerly (Filip Skokan) #64851be8237240c] - crypto: handle DH operation failures (Filip Skokan) #64851b65a8f3875] - crypto: preserve RSA-PSS legacy pubkey DER (Filip Skokan) #6454749f2ae204b] - crypto: cleanse provider private key copies (Filip Skokan) #64547a5d4ac8208] - crypto: handle incomplete RSA private keys (Filip Skokan) #64547b72c0b9616] - crypto: retain legacy DH validation (Filip Skokan) #6454724a1be5886](https://Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.