deps(deps): bump the weekly-minor-patch group across 1 directory with 3 updates - #1857
Merged
askmarvin1337 merged 1 commit intoAug 28, 2026
Conversation
… 3 updates Bumps the weekly-minor-patch group with 3 updates in the / directory: [js-yaml](https://github.com/nodeca/js-yaml), [mermaid](https://github.com/mermaid-js/mermaid) and [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping). Updates `js-yaml` from 5.2.3 to 5.4.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@5.2.3...5.4.0) Updates `mermaid` from 11.16.1 to 11.17.1 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.16.1...mermaid@11.17.1) Updates `baseline-browser-mapping` from 2.11.12 to 2.11.19 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.11.12...v2.11.19) --- updated-dependencies: - dependency-name: baseline-browser-mapping dependency-version: 2.11.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: weekly-minor-patch - dependency-name: js-yaml dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: weekly-minor-patch - dependency-name: mermaid dependency-version: 11.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: weekly-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/master/weekly-minor-patch-57154abc37
branch
from
August 28, 2026 11:40
45e65dd to
863e8d2
Compare
askmarvin1337
approved these changes
Aug 28, 2026
askmarvin1337
left a comment
Contributor
There was a problem hiding this comment.
Automatisch geprueft (Ask Marvin): reiner Lockfile-/Dependency-Bump, keine Breaking-Changes-Hinweise fuer die im Repo genutzte API-Oberflaeche (bei openai@7.4.0 zusaetzlich per Smoke-Test gegen translate.js-Nutzung -- chat.completions.create -- verifiziert). Freigegeben.
askmarvin1337
deleted the
dependabot/npm_and_yarn/master/weekly-minor-patch-57154abc37
branch
August 28, 2026 11:44
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.
Bumps the weekly-minor-patch group with 3 updates in the / directory: js-yaml, mermaid and baseline-browser-mapping.
Updates
js-yamlfrom 5.2.3 to 5.4.0Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
6b4ff5e5.4.0 released3b3625eUpdate changelog4f25a74Fix file name3bd003bExpose new scalar styling APIfbb3e9dRemove regex lookbehind for ES2015 compatibilityd43c185FixflowSkipColonSpaceby forcingquoteFlowKeysa5fdb31Add automatic double quoting for whitespace-only strings, close #53425dcf77Fix keep-chomped scalar test expectations9f50a42Fix open-ended tracking for document end markers31aad6dFix simple key length limit for astral charactersUpdates
mermaidfrom 11.16.1 to 11.17.1Release notes
Sourced from mermaid's releases.
... (truncated)
Commits
569f46eVersion Packages (#8114)3054836Version Packages5b17e0aMerge pull request #8092 from mermaid-js/hotfix/11.17.1655211aReverted change of wrap-options8a23480Updated doc from feedback412c80aUpdate doc and consistent handlig in c4 as for seq diagsb433a9aUpdated changeset to describe specifik diagram affected6bae15eUpdated tests to Playwright API1a96110fix(dev): dedupe@codemirror/stateso the dev explorer editor loadsadba7feMerge branch 'hotfix/11.17.1' of github.com:mermaid-js/mermaid into hotfix/11...Updates
baseline-browser-mappingfrom 2.11.12 to 2.11.19Commits
8966043Patch to 2.11.19 because browser or feature data changede18601dBrowser or feature data changed28cb50aUpdating static sitecb33a83Patch to 2.11.18 because browser or feature data changed61f4f92Browser or feature data changed650fe90Updating static site1b2ca49Patch to 2.11.17 because browser or feature data changedcd11b62Browser or feature data changed5b76736Updating static site5d21daaPatch to 2.11.16 because browser or feature data changedNote
Medium Risk
Mermaid 11.17 changes default rendering paths and diagram behavior for docs, which can alter how existing diagrams look or layout; js-yaml 5.4 may change serialized YAML formatting where dumping is used.
Overview
Updates only
package-lock.jsonfor the weekly minor/patch group:js-yaml5.2.3 → 5.4.0,mermaid11.16.1 → 11.17.1 (plus@mermaid-js/parser1.2.1,fastdom/strictdom, and other mermaid transitive bumps), andbaseline-browser-mapping2.11.12 → 2.11.19.For this Docusaurus site,
mermaidis a direct dependency used with@docusaurus/theme-mermaid, so the jump to 11.17.x is the meaningful user-facing change: class diagrams default to the unified v2 renderer, C4 uses unified shapes, and several diagram/layout fixes ship in 11.17.0–11.17.1.js-yamlmoves two minor versions with dumper/scalar formatting and AST-shape changes that mainly affect low-level YAML tooling, not typical parse/dump call sites.baseline-browser-mappingis a dev dependency refresh for browser/feature data only.No application source files change in this PR.
Reviewed by Cursor Bugbot for commit 863e8d2. Bugbot is set up for automated code reviews on this repo. Configure here.