chore(deps): update all non-major dependencies #141

Merged
renovate-bot merged 1 commit from renovate/all-minor-patch into main 2026-06-07 00:02:17 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.62.02.63.0 age confidence
@types/node (source) 25.9.125.9.2 age confidence
node-gyp 12.3.012.4.0 age confidence
svelte (source) 5.56.15.56.2 age confidence
svelte-check 4.5.04.6.0 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.63.0

Compare Source

Minor Changes
Patch Changes
  • fix: remove check for svelte.config.js before running sync (#​15946)

  • fix: generate a placeholder tsconfig.json to squelch sync-time warnings (#​15948)

  • fix: allow use of $app/env/public in service workers (#​15950)

nodejs/node-gyp (node-gyp)

v12.4.0

Compare Source

Features
Bug Fixes
Miscellaneous
sveltejs/svelte (svelte)

v5.56.2

Compare Source

Patch Changes
  • fix: properly track effect end node for async sibling component (#​18371)

  • fix: prevent false-positive reactivity loss warning (#​18373)

  • chore: bump esrap dependency (#​18372)

  • fix: ignore declaration tags for animation directive (#​18366)

  • fix: reject pending async deriveds on discard (#​18308)

sveltejs/language-tools (svelte-check)

v4.6.0

Compare Source

Minor Changes
  • feat: support reading Svelte config from vite.config.js/ts (#​3031)
Patch Changes

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.


  • 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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | [`2.62.0` → `2.63.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.62.0/2.63.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.63.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.62.0/2.63.0?slim=true) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`25.9.1` → `25.9.2`](https://renovatebot.com/diffs/npm/@types%2fnode/25.9.1/25.9.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/25.9.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/25.9.1/25.9.2?slim=true) | | [node-gyp](https://github.com/nodejs/node-gyp) | [`12.3.0` → `12.4.0`](https://renovatebot.com/diffs/npm/node-gyp/12.3.0/12.4.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/node-gyp/12.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/node-gyp/12.3.0/12.4.0?slim=true) | | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.56.1` → `5.56.2`](https://renovatebot.com/diffs/npm/svelte/5.56.1/5.56.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.56.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.56.1/5.56.2?slim=true) | | [svelte-check](https://github.com/sveltejs/language-tools) | [`4.5.0` → `4.6.0`](https://renovatebot.com/diffs/npm/svelte-check/4.5.0/4.6.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/svelte-check/4.6.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte-check/4.5.0/4.6.0?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/121) for more information. --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.63.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2630) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.62.0...@sveltejs/kit@2.63.0) ##### Minor Changes - feat: explicit env vars ([#&#8203;15934](https://github.com/sveltejs/kit/pull/15934)) ##### Patch Changes - fix: remove check for svelte.config.js before running `sync` ([#&#8203;15946](https://github.com/sveltejs/kit/pull/15946)) - fix: generate a placeholder tsconfig.json to squelch sync-time warnings ([#&#8203;15948](https://github.com/sveltejs/kit/pull/15948)) - fix: allow use of `$app/env/public` in service workers ([#&#8203;15950](https://github.com/sveltejs/kit/pull/15950)) </details> <details> <summary>nodejs/node-gyp (node-gyp)</summary> ### [`v12.4.0`](https://github.com/nodejs/node-gyp/blob/HEAD/CHANGELOG.md#1240-2026-05-15) [Compare Source](https://github.com/nodejs/node-gyp/compare/v12.3.0...v12.4.0) ##### Features - update gyp-next to v0.22.2 ([#&#8203;3316](https://github.com/nodejs/node-gyp/issues/3316)) ([8ea71e5](https://github.com/nodejs/node-gyp/commit/8ea71e5a0d5577f8f780df7597fa1f94089e1be4)) ##### Bug Fixes - retry downloads on retryable errors ([#&#8203;3308](https://github.com/nodejs/node-gyp/issues/3308)) ([0793489](https://github.com/nodejs/node-gyp/commit/0793489b961c2cbf6c6b2182d968d0c262c3b573)) - stop testing end-of-life Node.js v20 ([#&#8203;3315](https://github.com/nodejs/node-gyp/issues/3315)) ([5c0ec47](https://github.com/nodejs/node-gyp/commit/5c0ec47797a18d3e65f0c4c83e5812289191cfe1)) - test on Node.js v26 ([#&#8203;3314](https://github.com/nodejs/node-gyp/issues/3314)) ([0e65639](https://github.com/nodejs/node-gyp/commit/0e65639baa8b64b5fecec3820a4f07dc7c4a42ad)) ##### Miscellaneous - add workflow\_dispatch trigger to tests workflow ([#&#8203;3299](https://github.com/nodejs/node-gyp/issues/3299)) ([b2fcdcd](https://github.com/nodejs/node-gyp/commit/b2fcdcdd6aebdf0ab6d7d296fcabccf188883e01)) </details> <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.56.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5562) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.56.1...svelte@5.56.2) ##### Patch Changes - fix: properly track effect end node for async sibling component ([#&#8203;18371](https://github.com/sveltejs/svelte/pull/18371)) - fix: prevent false-positive reactivity loss warning ([#&#8203;18373](https://github.com/sveltejs/svelte/pull/18373)) - chore: bump esrap dependency ([#&#8203;18372](https://github.com/sveltejs/svelte/pull/18372)) - fix: ignore declaration tags for animation directive ([#&#8203;18366](https://github.com/sveltejs/svelte/pull/18366)) - fix: reject pending async deriveds on discard ([#&#8203;18308](https://github.com/sveltejs/svelte/pull/18308)) </details> <details> <summary>sveltejs/language-tools (svelte-check)</summary> ### [`v4.6.0`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.6.0) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.5.0...svelte-check@4.6.0) ##### Minor Changes - feat: support reading Svelte config from `vite.config.js/ts` ([#&#8203;3031](https://github.com/sveltejs/language-tools/pull/3031)) ##### Patch Changes - Updated dependencies \[[`151cf45`](https://github.com/sveltejs/language-tools/commit/151cf4593efb4cc3a88cd3c00d5a2f847ac345fe)]: - [@&#8203;sveltejs/load-config](https://github.com/sveltejs/load-config)@&#8203;0.1.1 </details> --- ### 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](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:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update all non-major dependencies
All checks were successful
Build / Test (pull_request) Successful in 1m0s
Build / Build (pull_request) Has been skipped
015030a871
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-06-07 00:01:14 +00:00
renovate-bot deleted branch renovate/all-minor-patch 2026-06-07 00:02:18 +00:00
Sign in to join this conversation.
No reviewers
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
danielhaus/danielhaus.de!141
No description provided.