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

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.16.0 -> 2.18.0

Release Notes

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

v2.18.0

Minor Changes
  • 62d37f0: Add a relativetime declaration formatter backed by Intl.RelativeTimeFormat.
Patch Changes
  • a5f31bc: Update @inlang/sdk to 2.9.3.
  • d2bf729: Mark typescript as an optional peer dependency and show a clear error when emitTsDeclarations is enabled without TypeScript installed.
  • ea8343f: Fix race condition where paraglideVitePlugin (and the rollup/rolldown/rspack/esbuild plugins) wiped the output directory on every fresh process, racing concurrent reads from SSR/prerender modules and sibling Vite instances. The plugin now seeds previousCompilation from existing on-disk hashes on the first compile, so warm restarts are a no-op (zero writes when inputs haven't changed) and the recursive wipe is gone. The webpack plugin's wipe behavior is unchanged but now also deletes orphaned files on its first compile. Closes #​659.

v2.17.0

Minor Changes
  • 109e588: Add --output-structure option to the compile command.

v2.16.1

Patch Changes
  • 3bb446a: Update @inlang/sdk to 2.9.2.

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.16.0` -> `2.18.0`](https://renovatebot.com/diffs/npm/@inlang%2fparaglide-js/2.16.0/2.18.0) | --- ### Release Notes <details> <summary>opral/paraglide-js (@&#8203;inlang/paraglide-js)</summary> ### [`v2.18.0`](https://github.com/opral/paraglide-js/blob/HEAD/CHANGELOG.md#2180) ##### Minor Changes - [`62d37f0`](https://github.com/opral/paraglide-js/commit/62d37f0): Add a `relativetime` declaration formatter backed by `Intl.RelativeTimeFormat`. ##### Patch Changes - [`a5f31bc`](https://github.com/opral/paraglide-js/commit/a5f31bc): Update `@inlang/sdk` to 2.9.3. - [`d2bf729`](https://github.com/opral/paraglide-js/commit/d2bf729): Mark `typescript` as an optional peer dependency and show a clear error when `emitTsDeclarations` is enabled without TypeScript installed. - [`ea8343f`](https://github.com/opral/paraglide-js/commit/ea8343f): Fix race condition where `paraglideVitePlugin` (and the rollup/rolldown/rspack/esbuild plugins) wiped the output directory on every fresh process, racing concurrent reads from SSR/prerender modules and sibling Vite instances. The plugin now seeds `previousCompilation` from existing on-disk hashes on the first compile, so warm restarts are a no-op (zero writes when inputs haven't changed) and the recursive wipe is gone. The webpack plugin's wipe behavior is unchanged but now also deletes orphaned files on its first compile. Closes [#&#8203;659](https://github.com/opral/paraglide-js/issues/659). ### [`v2.17.0`](https://github.com/opral/paraglide-js/blob/HEAD/CHANGELOG.md#2170) ##### Minor Changes - [`109e588`](https://github.com/opral/paraglide-js/commit/109e588): Add `--output-structure` option to the compile command. ### [`v2.16.1`](https://github.com/opral/paraglide-js/blob/HEAD/CHANGELOG.md#2161) ##### Patch Changes - [`3bb446a`](https://github.com/opral/paraglide-js/commit/3bb446a): Update `@inlang/sdk` to `2.9.2`. </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.16.1
Some checks failed
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 3m29s
renovate/artifacts Artifact file update failure
5f8f9996e7
ticktock_depbot force-pushed renovate/inlang-paraglide-js-2.x-lockfile from 5f8f9996e7
Some checks failed
/ check-changes (pull_request) Successful in 6s
/ build (pull_request) Successful in 3m29s
renovate/artifacts Artifact file update failure
to f4d4ab6e68
Some checks failed
/ check-changes (pull_request) Successful in 58s
/ build (pull_request) Failing after 43s
2026-04-28 04:49:48 +00:00
Compare
ticktock_depbot changed title from fix(deps): update dependency @inlang/paraglide-js to v2.16.1 to fix(deps): update dependency @inlang/paraglide-js to v2.17.0 2026-04-28 04:49:48 +00:00
ticktock_depbot force-pushed renovate/inlang-paraglide-js-2.x-lockfile from f4d4ab6e68
Some checks failed
/ check-changes (pull_request) Successful in 58s
/ build (pull_request) Failing after 43s
to 29747fef1a
Some checks failed
/ check-changes (pull_request) Successful in 58s
/ build (pull_request) Failing after 1m24s
2026-04-29 22:04:56 +00:00
Compare
ticktock_depbot force-pushed renovate/inlang-paraglide-js-2.x-lockfile from 29747fef1a
Some checks failed
/ check-changes (pull_request) Successful in 58s
/ build (pull_request) Failing after 1m24s
to f53513f0f0
Some checks failed
/ check-changes (pull_request) Successful in 7s
/ build (pull_request) Failing after 1m22s
2026-04-29 23:44:45 +00:00
Compare
ticktock_depbot changed title from fix(deps): update dependency @inlang/paraglide-js to v2.17.0 to fix(deps): update dependency @inlang/paraglide-js to v2.18.0 2026-04-29 23:44:46 +00:00
Some checks failed
/ check-changes (pull_request) Successful in 7s
/ build (pull_request) Failing after 1m22s
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!166
No description provided.