-
-
Notifications
You must be signed in to change notification settings - Fork 58
chore(deps): update all non-major dependencies #241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+955
−1,106
Conversation
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
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
2eee144 to
720a245
Compare
720a245 to
31d69f8
Compare
31d69f8 to
0da9ea8
Compare
0da9ea8 to
103b8bf
Compare
103b8bf to
b94ee0f
Compare
b94ee0f to
0b9069e
Compare
0b9069e to
14f8ce6
Compare
14f8ce6 to
d780247
Compare
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:
^21.1.2→^21.1.3^2.13.0→^2.13.1^1.2.9→^1.2.10^1.2.40→^1.2.41^4.3.0→^4.3.1^7.6.0→^7.7.1^8.54.0→^8.55.0^3.5.27→^3.5.28^3.5.27→^3.5.28^14.2.0→^14.2.1^14.2.0→^14.2.1^10.4.0→^10.4.1^0.27.2→^0.27.3^0.299.0→^0.300.0^7.0.0→^7.1.0^4.3.0→^4.3.110.28.2→10.29.3^1.0.0-rc.3→^1.0.0-rc.4^5.49.2→^5.50.1^8.0.0-beta.12→^8.0.0-beta.13^3.5.27→^3.5.28Release Notes
angular/angular (@angular/compiler)
v21.1.3Compare Source
core
linkedSignal.updateshould propagate errorsforms
localize
router
withastro/compiler (@astrojs/compiler)
v2.13.1Compare Source
Patch Changes
357b8fe: Fixes a panic when parsing files with a closing frontmatter fence (---) but no opening fence. The compiler now returns a helpful diagnostic error instead of crashing.cba568f: Fixes the "Unterminated string literal" error when using multiline attribute values on components.nuxt/nuxt (@nuxt/kit)
v4.3.1Compare Source
👉 Changelog
compare changes
🩹 Fixes
x-nitro-prerenderheader (#34202)server/forbuilder:watchhook (#34208)error.messagefor fatal errors (#34226)#appbarrel export in keyed functions (#34199)datetime in` (#33992)nuxt/schema(#34255)meta.name(#34263)#componentsimport mapping conflict for packages outside rootDir (#34139)nuxt/schemaonce more (552bbd8d1)💅 Refactors
genObjectKeyto omit unnecessary quotes (#34245)ComponentPropshelper to extract layout props (#34248)📖 Documentation
nitroAutoImports(#34182)#serverandrootDir(#34259)keyedComposables(#34201)🏡 Chore
pxfromwidthattribute (8d1cbb27a)✅ Tests
<NuxtPage>navigation (048efc030)❤️ Contributors
sxzz/eslint-config (@sxzz/eslint-config)
v7.7.1Compare Source
🐞 Bug Fixes
no-useless-assignmentfor vue, remove reactivity transform support - by @sxzz (beb15)View changes on GitHub
v7.7.0Compare Source
🚀 Features
Support ESLint v10 - by @sxzz (e2a57)Not fully supported.View changes on GitHub
v7.6.1Compare Source
No significant changes
View changes on GitHub
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.55.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vuejs/core (@vue/compiler-dom)
v3.5.28Compare Source
Bug Fixes
cancelledparameter in transitiondonecallback (#14391) (6798853).mts/.ctsfiles (#14402) (c09d41f), closes vuejs/router#2611__v_skipflag toEffectScopeto prevent reactive conversion (#14359) (48b7552), closes #14357vueuse/vueuse (@vueuse/core)
v14.2.1Compare Source
🚀 Features
@vueuse/skills- by @serkodev in #5286 (532ac)🐞 Bug Fixes
View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.4.1Compare Source
🚀 Features
View changes on GitHub
evanw/esbuild (esbuild)
v0.27.3Compare Source
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:icons.css:triangle.svg:The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using thedataurlloader, which broke the bundled CSS. With this release, esbuild will now preserve the URL fragment in the bundled CSS:Parse and print CSS
@scoperules (#4322)This release includes dedicated support for parsing
@scoperules in CSS. These rules include optional "start" and "end" selector lists. One important consequence of this is that the local/global status of names in selector lists is now respected, which improves the correctness of esbuild's support for CSS modules. Minification of selectors inside@scoperules has also improved slightly.Here's an example:
Fix a minification bug with lowering of
for await(#4378, #4385)This release fixes a bug where the minifier would incorrectly strip the variable in the automatically-generated
catchclause of loweredfor awaitloops. The code that generated the loop previously failed to mark the internal variable references as used.Update the Go compiler from v1.25.5 to v1.25.7 (#4383, #4388)
This PR was contributed by @MikeWillCook.
facebook/flow (flow-parser)
v0.300.0Compare Source
Misc:
meriyah/meriyah (meriyah)
v7.1.0Compare Source
Features
isParseError()for brand check (#541) (c5443c4)pnpm/pnpm (pnpm)
v10.29.3Compare Source
v10.29.2Compare Source
v10.29.1: pnpm 10.29.1Compare Source
Minor Changes
pnpm dlx/pnpxcommand now supports thecatalog:protocol. Example:pnpm dlx shx@catalog:.auditLevelin thepnpm-workspace.yamlfile #10540.workspace:protocol without version specifier. It is now treated asworkspace:*and resolves to the concrete version during publish #10436.Patch Changes
Fixed
pnpm list --jsonreturning incorrect paths when using global virtual store #10187.Fix
pnpm store pathandpnpm store statususing workspace root for path resolution whenstoreDiris relative #10290.Fixed
pnpm run -rfailing with "No projects matched the filters" when an emptypnpm-workspace.yamlexists #10497.Fixed a bug where
catalogMode: strictwould write the literal string"catalog:"topnpm-workspace.yamlinstead of the resolved version specifier when re-adding an existing catalog dependency #10176.Fixed the documentation URL shown in
pnpm completion --helpto point to the correct page at https://pnpm.io/completion #10281.Skip local
file:protocol dependencies duringpnpm fetch. This fixes an issue wherepnpm fetchwould fail in Docker builds when local directory dependencies were not available #10460.Fixed
pnpm audit --jsonto respect the--audit-levelsetting for both exit code and output filtering #10540.update tar to version 7.5.7 to fix security issue
Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842
Fix
pnpm audit --fixreplacing reference overrides (e.g.$foo) with concrete versions #10325.Fix
shamefullyHoistset viaupdateConfigin.pnpmfile.cjsnot being converted topublicHoistPattern#10271.pnpm helpshould correctly report if the currently running pnpm CLI is bundled with Node.js #10561.Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for
node_modules/.bin, causing binaries to not be found when running commands likepnpm exec#10457.Platinum Sponsors
Gold Sponsors
rolldown/rolldown (rolldown)
v1.0.0-rc.4Compare Source
🚀 Features
RolldownErrorfromRollupError(#8262) by @sapphi-redresolve_tsconfigfunction for Vite (#8257) by @sapphi-redrolldown_watcher(#8161) by @hyf0commentsandlegalCommentsinto a single granularcommentsoption (#8229) by @IWANABETHATGUYtransform(#8180) by @sapphi-red🐛 Bug Fixes
🚜 Refactor
othertojsdocin comments options (#8256) by @IWANABETHATGUYparseandparseSync(#8215) by @sapphi-redparse/minify/transformfromrolldown/utils(#8214) by @sapphi-red📚 Documentation
<script>escape behavior difference note fromplatformoption (#8253) by @sapphi-red🧪 Testing
⚙️ Miscellaneous Tasks
RUSTSEC-2025-0141cargo check error (#8235) by @hyf0sveltejs/svelte (svelte)
v5.50.1Compare Source
Patch Changes
fix: render boolean attribute values as empty strings for XHTML compliance (#17648)
fix: prevent async render tag hydration mismatches (#17652)
v5.50.0Compare Source
Minor Changes
Patch Changes
fix: ensure infinite effect loops are cleared after flushing (#17601)
fix: allow
{#key NaN}(#17642)fix: detect store in each block expression regardless of AST shape (#17636)
fix: treat
<menu>like<ul>/<ol>for a11y role checks (#17638)fix: add vite-ignore comment inside dynamic crypto import (#17623)
chore: wrap JSDoc URLs in
@seeand@linktags (#17617)fix: properly hydrate already-resolved async blocks (#17641)
fix: emit
each_key_duplicateerror in production (#16724)fix: exit resolved async blocks on correct node when hydrating (#17640)
vitejs/vite (vite)
v8.0.0-beta.13Compare Source
Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
customResolverinresolve.alias(#21476) (81275c9)@rolldown/pluginutils(#21560) (c367b62)Tests
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.