fix(deps): update dependency @inlang/paraglide-js to v2.11.0 #126

Open
ticktock_depbot wants to merge 1 commit from renovate/inlang-paraglide-js-2.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@inlang/paraglide-js (source) dependencies minor 2.9.0 -> 2.11.0

Release Notes

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

v2.11.0

Minor Changes
  • d1c86fb: Improve emitted message-module output by gating middleware locale-splitting hooks behind experimentalMiddlewareLocaleSplitting.

    When the option is disabled (default), generated message functions no longer emit:

    • if (experimentalMiddlewareLocaleSplitting && isServer === false) { ...__paraglide_ssr... }
    • trackMessageCall(...)
    • related runtime imports (experimentalMiddlewareLocaleSplitting, isServer, trackMessageCall)

    When experimentalMiddlewareLocaleSplitting is enabled, the existing SSR/middleware injection flow is preserved.

  • 90a1580: Add compiler support for markup messages with a new message.parts() API.

    Messages that contain markup now compile to framework-neutral parts (text, markup-start, markup-end, and markup-standalone) while message() continues to return plain strings.

v2.10.0

Minor Changes
  • fc66ee1: Add type-safe literal unions for match variants in generated message typings https://github.com/opral/paraglide-js/issues/538.

    For example, the following minimal message definition:

    {
    	"auth_password_error": [
    		{
    			"match": {
    				"type=empty": "You must provide a password"
    			}
    		}
    	]
    }
    

    Before:

    m.auth_password_error({ type: "typo" }); // ✅ OK (typed as NonNullable<unknown>)
    

    After:

    m.auth_password_error({ type: "typo" }); // 💥 Type error
    

v2.9.1

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@inlang/paraglide-js](https://inlang.com/m/gerre34r/library-inlang-paraglideJs) ([source](https://github.com/opral/paraglide-js)) | dependencies | minor | [`2.9.0` -> `2.11.0`](https://renovatebot.com/diffs/npm/@inlang%2fparaglide-js/2.9.0/2.11.0) | --- ### Release Notes <details> <summary>opral/paraglide-js (@&#8203;inlang/paraglide-js)</summary> ### [`v2.11.0`](https://github.com/opral/paraglide-js/blob/HEAD/CHANGELOG.md#2110) ##### Minor Changes - [`d1c86fb`](https://github.com/opral/paraglide-js/commit/d1c86fb): Improve emitted message-module output by gating middleware locale-splitting hooks behind `experimentalMiddlewareLocaleSplitting`. When the option is disabled (default), generated message functions no longer emit: - `if (experimentalMiddlewareLocaleSplitting && isServer === false) { ...__paraglide_ssr... }` - `trackMessageCall(...)` - related runtime imports (`experimentalMiddlewareLocaleSplitting`, `isServer`, `trackMessageCall`) When `experimentalMiddlewareLocaleSplitting` is enabled, the existing SSR/middleware injection flow is preserved. - [`90a1580`](https://github.com/opral/paraglide-js/commit/90a1580): Add compiler support for markup messages with a new `message.parts()` API. Messages that contain markup now compile to framework-neutral parts (`text`, `markup-start`, `markup-end`, and `markup-standalone`) while `message()` continues to return plain strings. ### [`v2.10.0`](https://github.com/opral/paraglide-js/blob/HEAD/CHANGELOG.md#2100) ##### Minor Changes - [`fc66ee1`](https://github.com/opral/paraglide-js/commit/fc66ee1): Add type-safe literal unions for match variants in generated message typings https://github.com/opral/paraglide-js/issues/538. For example, the following minimal message definition: ```json { "auth_password_error": [ { "match": { "type=empty": "You must provide a password" } } ] } ``` Before: ```ts m.auth_password_error({ type: "typo" }); // ✅ OK (typed as NonNullable<unknown>) ``` After: ```ts m.auth_password_error({ type: "typo" }); // 💥 Type error ``` ### [`v2.9.1`](https://github.com/opral/paraglide-js/blob/HEAD/CHANGELOG.md#291) ##### Patch Changes - [`c43effb`](https://github.com/opral/paraglide-js/commit/c43effb): Update `@inlang/sdk` to v2.6.2, which removes a file queue settlement that could prevent the compiler from exiting in some environments. See https://github.com/opral/paraglide-js/issues/598. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update dependency @inlang/paraglide-js to v2.9.1
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 55s
/ build (pull_request) Successful in 4m11s
482ca144ee
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
ticktock_depbot force-pushed renovate/inlang-paraglide-js-2.x-lockfile from 482ca144ee
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 55s
/ build (pull_request) Successful in 4m11s
to edd3ca6285
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m18s
/ build (pull_request) Failing after 2m55s
2026-02-01 22:23:42 +00:00
Compare
ticktock_depbot changed title from fix(deps): update dependency @inlang/paraglide-js to v2.9.1 to fix(deps): update dependency @inlang/paraglide-js to v2.10.0 2026-02-01 22:23:46 +00:00
ticktock_depbot force-pushed renovate/inlang-paraglide-js-2.x-lockfile from edd3ca6285
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m18s
/ build (pull_request) Failing after 2m55s
to a8d7abea20
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m12s
/ build (pull_request) Successful in 5m12s
2026-02-07 20:14:51 +00:00
Compare
ticktock_depbot force-pushed renovate/inlang-paraglide-js-2.x-lockfile from a8d7abea20
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 1m12s
/ build (pull_request) Successful in 5m12s
to c74f0489f8
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 17s
/ build (pull_request) Successful in 5m50s
2026-02-11 01:24:45 +00:00
Compare
ticktock_depbot changed title from fix(deps): update dependency @inlang/paraglide-js to v2.10.0 to fix(deps): update dependency @inlang/paraglide-js to v2.11.0 2026-02-11 01:24:46 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 17s
/ build (pull_request) Successful in 5m50s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/inlang-paraglide-js-2.x-lockfile:renovate/inlang-paraglide-js-2.x-lockfile
git switch renovate/inlang-paraglide-js-2.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/inlang-paraglide-js-2.x-lockfile
git switch renovate/inlang-paraglide-js-2.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/inlang-paraglide-js-2.x-lockfile
git switch renovate/inlang-paraglide-js-2.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/inlang-paraglide-js-2.x-lockfile
git switch main
git merge --squash renovate/inlang-paraglide-js-2.x-lockfile
git switch main
git merge --ff-only renovate/inlang-paraglide-js-2.x-lockfile
git switch main
git merge renovate/inlang-paraglide-js-2.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
btclock/webui!126
No description provided.