chore(deps): update npm packages - #136
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
❌ Deploy Preview for es-viteplus-dev failed. Why did it fail? →
|
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
from
July 26, 2026 17:00
cc03699 to
af5919a
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
4 times, most recently
from
August 9, 2026 16:29
7411d67 to
608b222
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
from
August 16, 2026 17:02
608b222 to
f231aeb
Compare
renovate
Bot
force-pushed
the
renovate/npm-packages
branch
from
August 16, 2026 18:35
f231aeb to
03a00eb
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:
11.16.0→11.16.12.10.1→2.10.34.3.2→4.3.32.0.0-alpha.18→2.0.0-alpha.191.7.5→1.7.61.13.2→1.13.53.5.39→3.5.41Release Notes
mermaid-js/mermaid (mermaid)
v11.16.1Compare Source
Patch Changes
#8022
12d472cThanks @aloisklink! - fix: handle CSS sibling combinators in compileCSS#8022
2cd6dcfThanks @aloisklink! - fix: increase protections against prototype pollutionUser-controlled input already has protections against prototype pollution.
Fixes: GHSA-c4c3-pg64-4m4v
#8022
99af3fcThanks @aloisklink! - fix(architecture): useMaps andSets to store groups/servicesServices are now rendered in the order they are defined and more service IDs
are now supported.
#8022
2cd6dcfThanks @aloisklink! - deprecate: Deprecate themermaidAPI.setConfig()functionCalling this function has no observable effect, as the next time a
render()orparse()is called, thecurrentConfigis cleared.#8022
630aa7eThanks @aloisklink! - fix(xychart): support zero-width x-axis ranges#8022
59b22faThanks @aloisklink! - fix(radar): limit number of ticks to 32Setting a ticks value higher than this would only show 32 ticks.
unovue/reka-ui (reka-ui)
v2.10.3Compare Source
No significant changes
View changes on GitHub
v2.10.2Compare Source
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
tailwindlabs/tailwindcss (tailwindcss)
v4.3.3Compare Source
Fixed
--watch --poll[=ms]in@tailwindcss/cliwhen filesystem events are unreliable or unavailable (#20297)bg-[#fff]andbg-[#FFF]→bg-white) (#20298)iframe:focus-visibleoutline styles (#20292)theme('colors.foo')in JS plugins resolves correctly when both--color-fooand--color-foo-barexist (#20299)shadow-sm/12.5,text-shadow-sm/12.5,drop-shadow-sm/12.5, andinset-shadow-sm/12.5(#20302)[data-foo]divas two selectors instead of one (#20303)@tailwindcss/postcssrebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#20310)@tailwindcss/browserand Tailwind Play (#20124)oklch(#20314)--spacing(0)is optimized to0pxinstead of0so it remains a<length>when used incalc(…)(#20319)@parcel/watcheronly when needed in@tailwindcss/cli --watchmode, so one-off builds and--watch --pollwork when@parcel/watchercan't be loaded (#20325)system-uiandui-sans-serifso CJK text respects the page'slangattribute on Windows (#20318)@tailwindcss/upgradefrom rewriting ignored files when run from a subdirectory (#20329)@sourcerules pointing to nested files are scanned when later@sourcerules point to files in parent folders (#20335)@tailwindcss/vitefrom triggering full page reloads when scanned files are processed by Vite but haven't been loaded as modules yet (#20336)vuejs/vitepress (vitepress)
v2.0.0-alpha.19Compare Source
Bug Fixes
preConfighook when extending configs (c39a85a), closes #5205cjkFriendlyoption (27762ea)lazyLoadingtolazyLoad(078786a)disableDetailedViewlocal search option (cec4998)lastUpdatedTextoption (18d1b47)outlineTitleoption (95c0420)Features
tabindexattribute (bffe1e1)attrs: falsefor disabling attrs plugin (e235dbe)note,important,cautionmarkdown containers (#5161) (3b560a0), closes #4427 #3928Performance Improvements
Reverts
BREAKING CHANGES
markdown.anchoroptions are now typed by@mdit/plugin-anchor. Common options (level,slugify,permalink,getTokensText,tabIndex, etc.) are unchanged, but the deprecated markdown-it-anchor permalink options (permalinkSymbol,renderPermalink, ...) are no longer accepted. Permalink builders likeheaderLinkare named exports of@mdit/plugin-anchorinstead of properties of the plugin.markdown.attrsoptions are now typed by@mdit/plugin-attrs:leftDelimiter,rightDelimiter, andallowedAttributesare renamed toleft,right, andallowed. Aruleoption is available for toggling individual attribute rules (VitePress disablesfenceby default).markdown.codeCopyButtonTitleis nowmarkdown.codeCopyButton.tooltipText, and its default changed from "Copy Code" to "Copy code". The--vp-code-copy-copied-text-contentCSS variable and its built-in per-language:lang()defaults are removed - setcodeCopyButton.copiedText(per locale) instead.useData().hashhas been removed. Read the hash fromuseRoute()instead.callers of vitepress' build() will now notice the version banner gets printed. To disable that, pass a noop function:
custom
themeConfig.i18nRoutingfunctions now receive the currentRouteas their second argument instead of the hashnormalize-level defaults differ from the old reset - native select and number-input chrome is restored, headings inherit font size and weight, the hidden attribute is enforced with !important, and every element starts with zero margin/padding and border-style: solid. Sites layering custom CSS on the default theme may notice.
relative urls in included markdown files resolve against the included file rather than the including page. Partials written for one specific location may need their links updated, or markdown.include.rebaseRelativeUrls set to false to keep resolving them from the including page. Absolute and external urls are unaffected. Note that the marker comments shift the line numbers reported for dead links following an include, which already pointed into the include-expanded source rather than the original file.
init: scaffold() now returns a
Promise<string>and must be awaited.The
defsproperty ofmarkdown.emojihas been renamed todefinitions.The
markdown.attrs.disableoption has been removed. Setmarkdown.attrstofalseinstead.The
markdown.image.lazyLoadingoption has been renamed tomarkdown.image.lazyLoad.The deprecated
disableDetailedViewoption of local search has been removed. UsedetailedView: falseinstead.The deprecated
markdown.cjkFriendlyoption has been removed. Usemarkdown.cjkFriendlyEmphasisinstead.The deprecated
themeConfig.lastUpdatedTextoption has been removed. UsethemeConfig.lastUpdated.textinstead.The deprecated
themeConfig.outlineTitleoption has been removed. UsethemeConfig.outline.labelinstead.The Inter4CJK font family has been renamed to 'Inter Core'. Custom --vp-font-family-base overrides referencing Inter4CJK must be updated.
v2.0.0-alpha.18Compare Source
Bug Fixes
baseto links with download attribute (#5186) (01987c4)/indexto/(856858d), closes #5165subandsupelements from affecting line height (19357f9), closes #5173Features
formatoption in Carbon options (#5188) (6ee01bf)BREAKING CHANGES
scrollOffsetfrom config is removed. Users wanting to customize scroll offset should customizescroll-margin-topvia CSS instead.smoothScrollsupport fromrouter.gois also removed as it didn't work as expected for most users. Users wanting smooth scrolling should setscroll-behavior: smoothin CSS, ideally inside a@media (prefers-reduced-motion: no-preference)block.yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)
v1.7.6Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)
v1.13.5Compare Source
🩹 Fixes
hintBlockdiv attributes (#141) - by Divyansh Singh (75bf0)💖 Contributors
View changes on GitHub
v1.13.4Compare Source
🩹 Fixes
💖 Contributors
View changes on GitHub
v1.13.3Compare Source
🩹 Fixes
ES2023array methods.toSorted()and.toReversed()for Node 18 compatibility (#135) - by @suyi91, and@okineadev (50fd1)💖 Contributors
View changes on GitHub
vuejs/core (vue)
v3.5.41Compare Source
Bug Fixes
v3.5.40Compare Source
Bug Fixes
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ 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.