fix(deps): update non-breaking updates#613
Merged
BlackTiger007 merged 1 commit intomainfrom Apr 6, 2026
Merged
Conversation
Contributor
Author
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
TIP This summary will be updated as you push new changes. Give us feedback
dbce73d to
31efd78
Compare
def6868 to
9f6b01d
Compare
9f6b01d to
62c6b3e
Compare
|
Contributor
|
🎉 This PR is included in version 0.42.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.1.7→^3.1.9^2.15.0→^2.15.1^11.13.4→^11.14.1^3.15.2→^3.16.0^17.0.4→^17.0.5^5.54.0→^5.54.1Release Notes
opral/paraglide-js (@inlang/paraglide-js)
v2.15.1Patch Changes
2e8b5a1: Add markup documentation and message format plugin references to compiled README8964e8b: Update@inlang/sdkto2.9.1.v2.15.0Minor Changes
862433c: AddtoLocale()for case-insensitive locale normalization, makeisLocale()strictly match canonical project locales, and return canonical locale values
across runtime locale helpers.
Runtime helpers that resolve locales from external input now return canonical
project locale values as well.
v2.14.1Patch Changes
7d29058: Remove dead JSDoc@importstripping from the runtime generator.46ac447: Upgrade@inlang/sdkto v2.8.0.v2.14.0Minor Changes
067509d: Improve generated runtime typing by centralizing shared type definitions, avoiding strictcheckJslocale type errors, and moving middleware locale-splitting state underglobalThis.__paraglide.ssr.Patch Changes
a17af28: Remove stale telemetry internals that were no longer used by the CLI or compiler.v2.13.2Patch Changes
2e18cc0: Fix compiler code generation for formatter option literals so Intl numeric and boolean options are emitted with the correct literal types.This resolves strict
checkJs/svelte-checkerrors where generatednumber()options likeminimumFractionDigitswere emitted as strings and causedType 'string' is not assignable to type 'number'.v2.13.1Patch Changes
9d79aff: Fix single-locale message generation to avoid emitting an unusedlocalevariable in strict TypeScriptcheckJssetups. This removesTS6133('locale' is declared but its value is never read) warnings for generated message files when only one locale is configured.Add a regression type test that asserts single-locale generated messages do not produce this warning.
v2.13.0Minor Changes
7185902: Add a new runtime utility:getTextDirection(locale?)."ltr"or"rtl"for a given locale.getLocale()when no locale is provided.Intl.Localetext info when available, with a safe RTL fallback for runtimes without that API.Also updates SvelteKit example/docs to show setting both
%lang%and%dir%inapp.htmlusing runtime APIs.v2.12.0Minor Changes
af0084e: Add route-level locale strategy overrides viarouteStrategies.You can now define per-route strategy behavior (first match wins), including:
strategyoverrides for paths like/dashboard/*and/rpc/*exclude: trueto skip i18n middleware behavior for paths like/api/*v2.11.0Minor Changes
d1c86fb: Improve emitted message-module output by gating middleware locale-splitting hooks behindexperimentalMiddlewareLocaleSplitting.When the option is disabled (default), generated message functions no longer emit:
if (experimentalMiddlewareLocaleSplitting && isServer === false) { ...__paraglide_ssr... }trackMessageCall(...)experimentalMiddlewareLocaleSplitting,isServer,trackMessageCall)When
experimentalMiddlewareLocaleSplittingis enabled, the existing SSR/middleware injection flow is preserved.90a1580: Add compiler support for markup messages with a newmessage.parts()API.Messages that contain markup now compile to framework-neutral parts (
text,markup-start,markup-end, andmarkup-standalone) whilemessage()continues to return plain strings.trpc/trpc (@trpc/client)
v11.14.1Compare Source
What's Changed
Full Changelog: trpc/trpc@v11.14.0...v11.14.1
v11.14.0Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v11.13.4...v11.14.0
v11.13.4Compare Source
v11.13.3Compare Source
v11.13.2Compare Source
What's Changed
streamHeaderoption to httpBatchStreamLink by @anatolzak in #7241New Contributors
Full Changelog: trpc/trpc@v11.12.0...v11.13.2
v11.13.1Compare Source
v11.13.0Compare Source
v11.12.1Compare Source
v11.12.0Compare Source
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.16.0Compare Source
Minor Changes
#1483
69c9a6aThanks @shimscho! - feat: addsvelte/max-lines-per-blockrule to enforce maximum line counts per block in Svelte SFCs#1484
98eae61Thanks @Stadly! - feat: ignore parenthetical notes in svelte-ignore commentsv3.15.2Compare Source
Patch Changes
5d556c8Thanks @marekdedic! - fix(no-navigation-without-resolve): fixed a rule crash when encountering an attribute without valuev3.15.1Compare Source
Patch Changes
#1477
8c5f51eThanks @ota-meshi! - fix(no-top-level-browser-globals): false positive when browser globals appear inside TypeScript generic type parameters (e.g.$state<HTMLElement>(...)).#1467
d81b556Thanks @marekdedic! - fix(no-navigation-without-resolve): fixed nullish link shorthands not being allowedv3.15.0Compare Source
Minor Changes
#1472
a314e4fThanks @copilot-swe-agent! - feat: add support for ESLint v10#1461
d8e1dc1Thanks @marekdedic! - feat(no-navigation-without-resolve): for links, the rule now reports on the whole attributemarkedjs/marked (marked)
v17.0.5Compare Source
Bug Fixes
v17.0.4Compare Source
Bug Fixes
v17.0.3Compare Source
Bug Fixes
v17.0.2Compare Source
sveltejs/svelte (svelte)
v5.54.1Compare Source
Patch Changes
fix: hydration comments during hmr (#17975)
fix: null out
effect.bindestroy_effect(#17980)fix: group sync statements (#17977)
fix: defer batch resolution until earlier intersecting batches have committed (#17162)
fix: properly invoke
iterator.return()during reactivity loss check (#17966)fix: remove trailing semicolon from {@const} tag printer (#17962)
v5.54.0Compare Source
Minor Changes
css,runes,customElementcompiler options to be functions (#17951)Patch Changes
v5.53.13Compare Source
Patch Changes
fix: ensure
$inspectafter top level await doesn't break builds (#17943)fix: resume inert effects when they come from offscreen (#17942)
fix: don't eagerly access not-yet-initialized functions in template (#17938)
fix: discard batches made obsolete by commit (#17934)
fix: ensure "is standalone child" is correctly reset (#17944)
fix: remove nodes in boundary when work is pending and HMR is active (#17932)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.