fix(deps): update non-breaking updates#91
Merged
renovate[bot] merged 1 commit intomainfrom Jan 22, 2026
Merged
Conversation
ce6f752 to
85c9034
Compare
85c9034 to
2a866cc
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:
^2.0.0→^2.0.1^2.7.1→^2.9.02.9.1^10.32.1→^10.34.010.36.0(+1)^2.49.3→^2.49.42.50.0(+1)^6.2.2→^6.2.4^2.4.2→^2.6.0^2.4.4→^2.4.5^2.5.2→^2.5.3^24.10.4→^24.10.824.10.9^12.5.0→^12.6.012.6.2^3.13.1→^3.14.0^3.7.4→^3.8.03.8.10.46.0→0.46.10.46.0→0.46.1^5.46.1→^5.46.35.48.0(+3)2.4.2→2.6.02.4.4→2.4.52.5.2→2.5.3^8.52.0→^8.53.08.53.1Release Notes
opral/paraglide-js (@inlang/paraglide-js)
v2.9.0Minor Changes
badca6a: Add the experimentalexperimentalStaticLocalecompiler option for per-locale tree-shaking (see #88 (comment)).a0c5665: Prune async_hooks import from generated server output when async local storage is disabled (fixes #539).Patch Changes
9ae2381: Add@seedocumentation links to runtime and server APIs, making it easier for developers to find relevant documentation directly from their IDE.867ea44: Avoid cyclic fallback maps when a language-only locale exists alongside a regional base locale.Previously, a setup like
locales: ["it", "it-IT"]withbaseLocale: "it-IT"could create a fallback cycle (it → it-IT → it) and throw a runtime error. The compiler now breaks that cycle by making thebaseLocaleterminal, soit-ITno longer falls back toitwhileitstill falls back toit-IT.Issue: #544
3cbdd75: Fix message compilation for input names with non-identifier characters (likehalf!).Before: i18next-style placeholders with symbols produced invalid JS because we emitted
i.half!in patterns, local variables, and match conditions (syntax error).Now: Paraglide quotes the key in JSDoc and uses bracket access in generated code (e.g.
i["half!"]), so the same message compiles and runs correctly.Issue: #514
deb9877: Avoid locale/message name collisions in the locale-modules output structure by prefixing locale imports.Previously, a locale like
nocould collide with a message keyno, causing duplicate symbol errors in the generatedmessages/_index.js.Now, locale imports are prefixed (e.g.
__no), keeping message exports intact and avoiding the conflict.Issue: #492
getsentry/sentry-javascript (@sentry/sveltekit)
v10.34.0Compare Source
tauri-apps/plugins-workspace (@tauri-apps/plugin-dialog)
v2.6.0Compare Source
v2.5.0Compare Source
prettier/prettier (prettier)
v3.8.0Compare Source
diff
🔗 Release note
Configuration
📅 Schedule: Branch creation - "before 5am" in timezone Europe/Berlin, 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.