Update npm dependencies - #56
Open
protocols-renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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:
3.10.1→3.10.23.10.1→3.10.23.10.1→3.10.23.10.1→3.10.23.10.1→3.10.23.10.1→3.10.23.10.1→3.10.23.10.1→3.10.23.10.1→3.10.23.10.1→3.10.20.55.0→0.55.3^0.1.9→^0.2.0^0.5.2→^0.8.0^0.4.0→^0.5.019.2.7→19.2.819.2.7→19.2.825.0.3→25.0.9Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
facebook/docusaurus (@docusaurus/core)
v3.10.2Compare Source
Backport and cherry-pick commits from main for v3.10.2 patch release:
@swc/html, fix StackBlitz playground #12055extractLeadingEmoji()edge cases #12100@types/gtag.js, upgrade@swc/html#12080docusaurus serveshould pass--hosttoserver.listen()#12127trustPolicydowngrade issue #12012@11ty/gray-matter#12181easyops-cn/docusaurus-search-local (@easyops-cn/docusaurus-search-local)
v0.55.3Compare Source
Bug Fixes
v0.55.2Compare Source
Bug Fixes
v0.55.1Compare Source
Bug Fixes
mermaid-js/mermaid (@mermaid-js/layout-elk)
v0.2.3Compare Source
Patch Changes
#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 optionUpdated dependencies [
215fe89,3670b4e,cdfc0ea,c45cde9,8d874c4,8eb3afc,74e44eb,ea55b31,b3d1f63,71b8843,9cbef5d,a2c0fb6,a34cbf0,f9cbe1e,ae3e115,90eeece,afa2f80,0fd7a9f]:v0.2.2Compare Source
Patch Changes
#7712
e2e518aThanks @knsv-bot! - fix(elk): propagateelk.mergeEdgesconfig to subgraphs in ELK layout — previously edges defined inside a subgraph were not merged even whenelk.mergeEdges: truewas setUpdated dependencies [
ea1c48f,f45cc2c,f1f4d45,633c261,c8ba156,4e4e6c4,cfd2391,c1f116d,b4d0442,72fbab1,a6f097d,37f2e36,4e63e9d,4887e97,a4c1e50,cc75089,be2e282,d945968,2f5e9e8,8dcdce4,1bbc189,05223be,365c1b1,06a32b7,afaf306,216e4e9,79e97cd,e5c75e6,974fa7b,c2305df,a4a250b]:v0.2.1Compare Source
Patch Changes
#7425
f16bfbbThanks @knsv! - fix: use rounded right-angle edges for ELK layoutELK layout edges now default to
roundedcurve (right-angle segments with rounded corners) instead of inheriting the globalbasisdefault. This fixes ELK edges that were curving instead of routing at right angles (#7213). Non-ELK layouts are unaffected and keep their existingbasisdefault.Updated dependencies [
96a766d,32723b2,a60e615,1a9d45a,96ca7c0,60f6331,fa15ce8,33c7c72,3c069b5,9745f32,d6db0b0,cdacb0b,a408b55,712c1ec,981a62e,a4bb0b5,b0f9d5b,981fbb8,93aa657,6bc6617,73e9849,9d0669a,acce4db,7eed6a1,2000680,b7c66a2,f16bfbb,aac86f7,9745f32,2dd29be,ace0367,09b74f1,33c7c72,835de00,a9e4c72,ff15e51,8bfd477,b136acd,e0317ac]:v0.2.0Compare Source
Minor Changes
c8e5027Thanks @darshanr0107! - feat: Update mindmap rendering to support multiple layouts, improved edge intersections, and new shapesPatch Changes
33bc4a0,e0b45c2,012530e,c8e5027]:portdeveloper/docusaurus-plugin-copy-page-button (docusaurus-plugin-copy-page-button)
v0.8.4Compare Source
Changed
v0.8.3Compare Source
Fixed
generateMarkdownRoutesnow works on sites configured withtrailingSlash: false. Docusaurus emits flat<route>.htmlfiles under that setting (instead of the default<route>/index.html), which the build-time markdown generator didn't look for — so it silently produced zero.mdfiles. It now resolves both layouts.v0.8.2Compare Source
Fixed
v0.8.1Compare Source
Fixed
v0.8.0Compare Source
Added
markdownUrloption to control which URL the "Open in ChatGPT/Claude/…" actions reference, independent ofgenerateMarkdownRoutes. Sites that already publish per-page markdown (e.g. an llms.txt setup) can setmarkdownUrl: trueto point the AI links at/path.mdwithout this plugin generating any files. Acceptstrue/false, or a(pageUrl) => stringfunction when rendering the React component directly.copy-page-button:actionevent now fires ondocumentfor every dropdown action (detail: { action, url }), and the rendered DOM exposesdata-copy-page-button-container,data-copy-page-button-trigger, anddata-copy-page-action="<id>"attributes for delegated analytics listeners.Fixed
placement: "auto"is now deterministic across loads. Previously, if the ToC sidebar hadn't mounted by the first injection attempt, the button could stay stuck in the in-article fallback for the rest of the page's life — and since that timing varied per load, placement looked inconsistent. The button now migrates from the article fallback up into the sidebar as soon as it appears.v0.7.0Compare Source
Added
labelsplugin option lets sites pass title/description strings directly indocusaurus.config.js— works for any site, including one-site-per-language setups where each site has its owndefaultLocale. (2) All visible labels and descriptions ("Copy page", "View as Markdown", "Open in ChatGPT", etc.) also go through Docusaurus'stranslate(), so standard multi-locale sites can override them per locale viai18n/<locale>/code.json. Default English text is unchanged. See README "Localization" section for the full ID list.Fixed
mcpServerforms, including URL strings and objects that rely on the default server name.v0.6.2Compare Source
Fixed
v0.6.1Compare Source
Fixed
mainelement. The no-ToC fallback now targets docs/article containers only.v0.6.0Compare Source
Added
mcpServeris configured.placementoption withauto,toc, andarticlemodes.injectButton: falsefor sites that want to render the React component manually while still using build-time markdown route generation.docusaurus-plugin-copy-page-button/reactcomponent entrypoint with TypeScript declarations.Fixed
rachfop/docusaurus-plugin-llms (docusaurus-plugin-llms)
v0.5.1Compare Source
Fixed
slug/idignored — an unquoted numericslug/id(YAML parses
slug: 2025as a number) is now coerced to a string, matching howDocusaurus routes it, so the
.mdis written at the correct route instead of afallback filename. (#58)
baseUrlapplied twice on disk — with a non-rootbaseUrl, individual.mdfiles were written nested under the baseUrl segment, so their links404'd. The baseUrl path is now stripped before deriving the physical file
location. (#59)
Docusaurus's
DefaultNumberPrefixParser(e.g.03--1.6.X→1.6.X), andversion-like names such as
7.0-fooare preserved. (#59)slug/idoverridden by a coincidental route — anauthoritative
slug/id(includingslug: "/") is now consulted before thefilename-tail heuristic, so a root page no longer loses its route to an
unrelated file. (#59)
v0.5.0Compare Source
Added
versionsoption. Generate a separate setof LLM files per documentation version, each written under its own
subdirectory with links scoped to that version's routes. Accepts an explicit
array of versions (
{ name, label, docsDir, path, customLLMFiles, includeOrder })or
'auto'to detect them from Docusaurus docs versioning (versions.json+versioned_docs/). Omittingversionspreserves the existing single-rootbehavior. Unset per-version fields fall back to the top-level options.
react/react (react)
v19.2.8: 19.2.8 (July 21st, 2026)Compare Source
React Server Components
(#37087 by @eps1lon)
semantic-release/semantic-release (semantic-release)
v25.0.9Compare Source
Bug Fixes
v25.0.8Compare Source
Bug Fixes
v25.0.7Compare Source
Bug Fixes
v25.0.6Compare Source
Bug Fixes
v25.0.5Compare Source
Bug Fixes
v25.0.4Compare Source
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.
Note
Low Risk
Version-only changes to documentation tooling; the largest jumps are on copy-page and llms plugins, so a full
npm installand docs build smoke test is the main validation step.Overview
Bumps four runtime dependencies in
package.jsononly (no config or lockfile changes shown in the diff).@easyops-cn/docusaurus-search-localmoves from0.55.0to0.55.3(mobile search caret behavior, lunr wordcut for some languages, search icon tweak).@mermaid-js/layout-elkis raised from^0.1.9to^0.2.0, which pulls in newer ELK layout behavior for Mermaid diagrams used via@docusaurus/theme-mermaid.docusaurus-plugin-copy-page-buttonjumps from^0.5.2to^0.8.0(large minor-line release: placement fixes, markdown route generation that respectstrailingSlash: false, new options/events).docusaurus-plugin-llmsgoes from^0.4.0to^0.5.0, including routing/slug fixes and optional multi-version output; the site already enablesgenerateLLMsTxt/generateLLMsFullTxtindocusaurus.config.js.Reviewed by Cursor Bugbot for commit f67937f. Bugbot is set up for automated code reviews on this repo. Configure here.