Skip to content

fix(deps): update non-breaking updates#91

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/non-breaking-updates
Jan 22, 2026
Merged

fix(deps): update non-breaking updates#91
renovate[bot] merged 1 commit intomainfrom
renovate/non-breaking-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 16, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@eslint/compat (source) ^2.0.0^2.0.1 age confidence devDependencies patch
@inlang/paraglide-js (source) ^2.7.1^2.9.0 age confidence dependencies minor 2.9.1
@sentry/sveltekit (source) ^10.32.1^10.34.0 age confidence dependencies minor 10.36.0 (+1)
@sveltejs/kit (source) ^2.49.3^2.49.4 age confidence devDependencies patch 2.50.0 (+1)
@sveltejs/vite-plugin-svelte (source) ^6.2.2^6.2.4 age confidence devDependencies patch
@tauri-apps/plugin-dialog ^2.4.2^2.6.0 age confidence dependencies minor
@tauri-apps/plugin-fs ^2.4.4^2.4.5 age confidence dependencies patch
@tauri-apps/plugin-opener ^2.5.2^2.5.3 age confidence dependencies patch
@types/node (source) ^24.10.4^24.10.8 age confidence devDependencies patch 24.10.9
better-sqlite3 ^12.5.0^12.6.0 age confidence dependencies patch 12.6.2
eslint-plugin-svelte (source) ^3.13.1^3.14.0 age confidence devDependencies patch
prettier (source) ^3.7.4^3.8.0 age confidence devDependencies minor 3.8.1
sentry (source) 0.46.00.46.1 age confidence dependencies patch
sentry-log (source) 0.46.00.46.1 age confidence dependencies patch
svelte (source) ^5.46.1^5.46.3 age confidence devDependencies patch 5.48.0 (+3)
tauri-plugin-dialog 2.4.22.6.0 age confidence dependencies minor
tauri-plugin-fs 2.4.42.4.5 age confidence dependencies patch
tauri-plugin-opener 2.5.22.5.3 age confidence dependencies patch
typescript-eslint (source) ^8.52.0^8.53.0 age confidence devDependencies patch 8.53.1

Release Notes

opral/paraglide-js (@​inlang/paraglide-js)

v2.9.0

Minor Changes
  • badca6a: Add the experimental experimentalStaticLocale compiler 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 @see documentation 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"] with baseLocale: "it-IT" could create a fallback cycle (it → it-IT → it) and throw a runtime error. The compiler now breaks that cycle by making the baseLocale terminal, so it-IT no longer falls back to it while it still falls back to it-IT.

    Issue: #​544

  • 3cbdd75: Fix message compilation for input names with non-identifier characters (like half!).

    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.

    -// before (invalid JS)
    -// input: { "half!": "1st" }
    -return `${i.half!} Half - Corner Handicap`
    +// after (valid JS)
    +// input: { "half!": "1st" }
    +return `${i["half!"]} Half - Corner Handicap`

    Issue: #​514

  • deb9877: Avoid locale/message name collisions in the locale-modules output structure by prefixing locale imports.

    Previously, a locale like no could collide with a message key no, causing duplicate symbol errors in the generated messages/_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.0

Compare Source

tauri-apps/plugins-workspace (@​tauri-apps/plugin-dialog)

v2.6.0

Compare Source

v2.5.0

Compare Source

prettier/prettier (prettier)

v3.8.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/non-breaking-updates branch 15 times, most recently from ce6f752 to 85c9034 Compare January 21, 2026 20:44
@renovate renovate bot force-pushed the renovate/non-breaking-updates branch from 85c9034 to 2a866cc Compare January 22, 2026 00:48
@renovate renovate bot merged commit c3bb99e into main Jan 22, 2026
2 checks passed
@renovate renovate bot deleted the renovate/non-breaking-updates branch January 22, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants