chore(deps): update dependencies (non-major) #22

Open
clank-bot wants to merge 1 commit from renovate/dependencies-(non-major) into master
Collaborator

This PR contains the following updates:

Package Type Update Change
@astrojs/check (source) dependencies patch 0.9.7 -> 0.9.8
svelte (source) dependencies minor 5.53.11 -> 5.54.0

Release Notes

withastro/astro (@​astrojs/check)

v0.9.8

Compare Source

Patch Changes
sveltejs/svelte (svelte)

v5.54.0

Compare Source

Minor Changes
  • feat: allow css, runes, customElement compiler options to be functions (#​17951)
Patch Changes
  • fix: reinstate reactivity loss tracking (#​17801)

v5.53.13

Compare Source

Patch Changes
  • fix: ensure $inspect after 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)

v5.53.12

Compare Source

Patch Changes
  • fix: update select.__value on change (#​17745)

  • chore: add invariant helper for debugging (#​17929)

  • fix: ensure deriveds values are correct across batches (#​17917)

  • fix: handle async RHS in assignment_value_stale (#​17925)

  • fix: avoid traversing clean roots (#​17928)


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.

👻 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/check](https://github.com/withastro/astro/tree/main/packages/language-tools/astro-check) ([source](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check)) | dependencies | patch | [`0.9.7` -> `0.9.8`](https://renovatebot.com/diffs/npm/@astrojs%2fcheck/0.9.7/0.9.8) | | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | dependencies | minor | [`5.53.11` -> `5.54.0`](https://renovatebot.com/diffs/npm/svelte/5.53.11/5.54.0) | --- ### Release Notes <details> <summary>withastro/astro (@&#8203;astrojs/check)</summary> ### [`v0.9.8`](https://github.com/withastro/astro/blob/HEAD/packages/language-tools/astro-check/CHANGELOG.md#098) [Compare Source](https://github.com/withastro/astro/compare/@astrojs/check@0.9.7...@astrojs/check@0.9.8) ##### Patch Changes - [#&#8203;15892](https://github.com/withastro/astro/pull/15892) [`a2f597d`](https://github.com/withastro/astro/commit/a2f597d02c70c1d8aa4b0f88168de6a8b5f5186e) Thanks [@&#8203;Princesseuh](https://github.com/Princesseuh)! - Fixes Astro not being able to find astro check sometimes - Updated dependencies \[[`7b4b254`](https://github.com/withastro/astro/commit/7b4b2549437eb099c5e96025dcf8d24ea56f30d0)]: - [@&#8203;astrojs/language-server](https://github.com/astrojs/language-server)@&#8203;2.16.5 </details> <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.54.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5540) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.13...svelte@5.54.0) ##### Minor Changes - feat: allow `css`, `runes`, `customElement` compiler options to be functions ([#&#8203;17951](https://github.com/sveltejs/svelte/pull/17951)) ##### Patch Changes - fix: reinstate reactivity loss tracking ([#&#8203;17801](https://github.com/sveltejs/svelte/pull/17801)) ### [`v5.53.13`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#55313) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.12...svelte@5.53.13) ##### Patch Changes - fix: ensure `$inspect` after top level await doesn't break builds ([#&#8203;17943](https://github.com/sveltejs/svelte/pull/17943)) - fix: resume inert effects when they come from offscreen ([#&#8203;17942](https://github.com/sveltejs/svelte/pull/17942)) - fix: don't eagerly access not-yet-initialized functions in template ([#&#8203;17938](https://github.com/sveltejs/svelte/pull/17938)) - fix: discard batches made obsolete by commit ([#&#8203;17934](https://github.com/sveltejs/svelte/pull/17934)) - fix: ensure "is standalone child" is correctly reset ([#&#8203;17944](https://github.com/sveltejs/svelte/pull/17944)) - fix: remove nodes in boundary when work is pending and HMR is active ([#&#8203;17932](https://github.com/sveltejs/svelte/pull/17932)) ### [`v5.53.12`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#55312) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.11...svelte@5.53.12) ##### Patch Changes - fix: update `select.__value` on `change` ([#&#8203;17745](https://github.com/sveltejs/svelte/pull/17745)) - chore: add `invariant` helper for debugging ([#&#8203;17929](https://github.com/sveltejs/svelte/pull/17929)) - fix: ensure deriveds values are correct across batches ([#&#8203;17917](https://github.com/sveltejs/svelte/pull/17917)) - fix: handle async RHS in `assignment_value_stale` ([#&#8203;17925](https://github.com/sveltejs/svelte/pull/17925)) - fix: avoid traversing clean roots ([#&#8203;17928](https://github.com/sveltejs/svelte/pull/17928)) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjkuMyIsInVwZGF0ZWRJblZlciI6IjQxLjE2OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency svelte to v5.53.12
All checks were successful
Build and test / verify (push) Successful in 39s
d472aa2add
clank-bot force-pushed renovate/dependencies-(non-major) from d472aa2add
All checks were successful
Build and test / verify (push) Successful in 39s
to 17afb7b9c8
All checks were successful
Build and test / verify (push) Successful in 39s
2026-03-17 00:00:20 +00:00
Compare
clank-bot changed title from chore(deps): update dependency svelte to v5.53.12 to chore(deps): update dependencies (non-major) 2026-03-17 00:00:23 +00:00
clank-bot force-pushed renovate/dependencies-(non-major) from 17afb7b9c8
All checks were successful
Build and test / verify (push) Successful in 39s
to 7852d68aad
All checks were successful
Build and test / verify (push) Successful in 37s
2026-03-18 00:00:25 +00:00
Compare
All checks were successful
Build and test / verify (push) Successful in 37s
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/dependencies-(non-major):renovate/dependencies-(non-major)
git switch renovate/dependencies-(non-major)

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 master
git merge --no-ff renovate/dependencies-(non-major)
git switch renovate/dependencies-(non-major)
git rebase master
git switch master
git merge --ff-only renovate/dependencies-(non-major)
git switch renovate/dependencies-(non-major)
git rebase master
git switch master
git merge --no-ff renovate/dependencies-(non-major)
git switch master
git merge --squash renovate/dependencies-(non-major)
git switch master
git merge --ff-only renovate/dependencies-(non-major)
git switch master
git merge renovate/dependencies-(non-major)
git push origin master
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
martin/martials.no!22
No description provided.