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

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

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.63.02.64.0 age confidence
prettier (source) 3.8.33.8.4 age confidence
svelte (source) 5.56.25.56.3 age confidence
typescript-eslint (source) 8.60.18.61.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.64.0

Compare Source

Minor Changes
  • feat: allow commands to receive File objects (#​15978)
Patch Changes
  • fix: avoid server components from being bundled if SSR is turned off for a route (#​15982)

v2.63.1

Compare Source

Patch Changes
  • fix: use SSE for query.live (#​15957)

  • fix: use forward slashes in the generated env.d.ts import path on Windows (#​15977)

  • fix: allow $app/environment with a warning when explicitEnvironmentVariables is enabled (#​15980)

  • fix: avoid importing Vite while validating explicit environment variables (#​15953)

  • docs: adjust the release version of explicit env vars (#​15968)

  • fix: ensure version is defined when importing from $app/env with explicit environment variables (#​15971)

prettier/prettier (prettier)

v3.8.4

Compare Source

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d
sveltejs/svelte (svelte)

v5.56.3

Compare Source

Patch Changes
  • fix: ignore errors that occur in destroyed effects (#​18384)

  • fix: type BigInts in $state.snapshot(...) return values (#​18388)

typescript-eslint/typescript-eslint (typescript-eslint)

v8.61.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


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.63.0` → `2.64.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.63.0/2.64.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.64.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.63.0/2.64.0?slim=true) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.8.3` → `3.8.4`](https://renovatebot.com/diffs/npm/prettier/3.8.3/3.8.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.8.3/3.8.4?slim=true) | | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.56.2` → `5.56.3`](https://renovatebot.com/diffs/npm/svelte/5.56.2/5.56.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.56.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.56.2/5.56.3?slim=true) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.60.1` → `8.61.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.60.1/8.61.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.61.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.60.1/8.61.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.64.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2640) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.63.1...@sveltejs/kit@2.64.0) ##### Minor Changes - feat: allow commands to receive `File` objects ([#&#8203;15978](https://github.com/sveltejs/kit/pull/15978)) ##### Patch Changes - fix: avoid server components from being bundled if SSR is turned off for a route ([#&#8203;15982](https://github.com/sveltejs/kit/pull/15982)) ### [`v2.63.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2631) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.63.0...@sveltejs/kit@2.63.1) ##### Patch Changes - fix: use SSE for `query.live` ([#&#8203;15957](https://github.com/sveltejs/kit/pull/15957)) - fix: use forward slashes in the generated `env.d.ts` import path on Windows ([#&#8203;15977](https://github.com/sveltejs/kit/pull/15977)) - fix: allow `$app/environment` with a warning when `explicitEnvironmentVariables` is enabled ([#&#8203;15980](https://github.com/sveltejs/kit/pull/15980)) - fix: avoid importing Vite while validating explicit environment variables ([#&#8203;15953](https://github.com/sveltejs/kit/pull/15953)) - docs: adjust the release version of explicit env vars ([#&#8203;15968](https://github.com/sveltejs/kit/pull/15968)) - fix: ensure `version` is defined when importing from `$app/env` with explicit environment variables ([#&#8203;15971](https://github.com/sveltejs/kit/pull/15971)) </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.8.4`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#384) [Compare Source](https://github.com/prettier/prettier/compare/3.8.3...3.8.4) [diff](https://github.com/prettier/prettier/compare/3.8.3...3.8.4) ##### Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX ([#&#8203;17746](https://github.com/prettier/prettier/pull/17746) by [@&#8203;byplayer](https://github.com/byplayer)) Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning. <!-- prettier-ignore --> ```markdown <!-- Input --> - a - b - c - d <!-- Prettier 3.8.3 --> - a - b - c - d <!-- Prettier 3.8.4 --> - a - b - c - d ``` </details> <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.56.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5563) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.56.2...svelte@5.56.3) ##### Patch Changes - fix: ignore errors that occur in destroyed effects ([#&#8203;18384](https://github.com/sveltejs/svelte/pull/18384)) - fix: type BigInts in `$state.snapshot(...)` return values ([#&#8203;18388](https://github.com/sveltejs/svelte/pull/18388)) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.61.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8610-2026-06-08) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.60.1...v8.61.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </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 59s
Build / Build (pull_request) Has been skipped
dfdf6a5eb5
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-06-10 14:01:17 +00:00
renovate-bot deleted branch renovate/all-minor-patch 2026-06-10 14:02:19 +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!142
No description provided.