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

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

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/enhanced-img (source) 0.10.2 -> 0.10.3 age confidence
@sveltejs/kit (source) 2.52.2 -> 2.53.0 age confidence
eslint (source) 10.0.0 -> 10.0.1 age confidence
svelte (source) 5.53.0 -> 5.53.2 age confidence
svelte-check 4.4.1 -> 4.4.3 age confidence

⚠️ Warning

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


Release Notes

sveltejs/kit (@​sveltejs/enhanced-img)

v0.10.3

Compare Source

Patch Changes
  • fix: use jpg as a fallback format when source doesn't have an alpha channel (#​15243)
sveltejs/kit (@​sveltejs/kit)

v2.53.0

Compare Source

Minor Changes
Patch Changes
  • fix: remove event listeners on form attachment cleanup (#​15286)

  • fix: apply queries refreshed in a form remote function when a redirect is thrown (#​15362)

eslint/eslint (eslint)

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

sveltejs/svelte (svelte)

v5.53.2

Compare Source

Patch Changes
  • fix: update expressions on server deriveds (#​17767)

  • fix: further obfuscate node:crypto import from overzealous static analysis (#​17763)

v5.53.1

Compare Source

Patch Changes
  • fix: handle shadowed function names correctly (#​17753)
sveltejs/language-tools (svelte-check)

v4.4.3

Compare Source

Patch Changes
  • fix: respect @ts-ignore etc comments within tags (#​2950)

v4.4.2

Compare Source

Patch Changes
  • fix: resolve shims correctly in --incremental/tsgo mode (cd1ff2f)

  • fix: include references in generated tsconfig.json in --incremental/tsgo mode (1990f74)


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 | Confidence | |---|---|---|---| | [@sveltejs/enhanced-img](https://svelte.dev/docs/kit/images#sveltejs-enhanced-img) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/enhanced-img)) | [`0.10.2` -> `0.10.3`](https://renovatebot.com/diffs/npm/@sveltejs%2fenhanced-img/0.10.2/0.10.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fenhanced-img/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fenhanced-img/0.10.2/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | [`2.52.2` -> `2.53.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.52.2/2.53.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.52.2/2.53.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | [`10.0.0` -> `10.0.1`](https://renovatebot.com/diffs/npm/eslint/10.0.0/10.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/10.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/10.0.0/10.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.53.0` -> `5.53.2`](https://renovatebot.com/diffs/npm/svelte/5.53.0/5.53.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.53.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.53.0/5.53.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [svelte-check](https://github.com/sveltejs/language-tools) | [`4.4.1` -> `4.4.3`](https://renovatebot.com/diffs/npm/svelte-check/4.4.1/4.4.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/svelte-check/4.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte-check/4.4.1/4.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/enhanced-img)</summary> ### [`v0.10.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/enhanced-img/CHANGELOG.md#0103) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/enhanced-img@0.10.2...@sveltejs/enhanced-img@0.10.3) ##### Patch Changes - fix: use jpg as a fallback format when source doesn't have an alpha channel ([#&#8203;15243](https://github.com/sveltejs/kit/pull/15243)) </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.53.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2530) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.52.2...@sveltejs/kit@2.53.0) ##### Minor Changes - feat: support Vite 8 ([#&#8203;15024](https://github.com/sveltejs/kit/pull/15024)) ##### Patch Changes - fix: remove event listeners on form attachment cleanup ([#&#8203;15286](https://github.com/sveltejs/kit/pull/15286)) - fix: apply queries refreshed in a form remote function when a redirect is thrown ([#&#8203;15362](https://github.com/sveltejs/kit/pull/15362)) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v10.0.1`](https://github.com/eslint/eslint/releases/tag/v10.0.1) [Compare Source](https://github.com/eslint/eslint/compare/v10.0.0...v10.0.1) #### Bug Fixes - [`c87d5bd`](https://github.com/eslint/eslint/commit/c87d5bded54c5cf491eb04c24c9d09bbbd42c23e) fix: update eslint ([#&#8203;20531](https://github.com/eslint/eslint/issues/20531)) (renovate\[bot]) - [`d841001`](https://github.com/eslint/eslint/commit/d84100115c14691691058f00779c94e74fca946a) fix: update `minimatch` to `10.2.1` to address security vulnerabilities ([#&#8203;20519](https://github.com/eslint/eslint/issues/20519)) (루밀LuMir) - [`04c2147`](https://github.com/eslint/eslint/commit/04c21475b3004904948f02049f2888b401d82c78) fix: update error message for unused suppressions ([#&#8203;20496](https://github.com/eslint/eslint/issues/20496)) (fnx) - [`38b089c`](https://github.com/eslint/eslint/commit/38b089c1726feac0e31a31d47941bd99e29ce003) fix: update dependency [@&#8203;eslint/config-array](https://github.com/eslint/config-array) to ^0.23.1 ([#&#8203;20484](https://github.com/eslint/eslint/issues/20484)) (renovate\[bot]) #### Documentation - [`5b3dbce`](https://github.com/eslint/eslint/commit/5b3dbce50a1404a9f118afe810cefeee79388a2a) docs: add AI acknowledgement section to templates ([#&#8203;20431](https://github.com/eslint/eslint/issues/20431)) (루밀LuMir) - [`6f23076`](https://github.com/eslint/eslint/commit/6f23076037d5879f20fb3be2ef094293b1e8d38c) docs: toggle nav in no-JS mode ([#&#8203;20476](https://github.com/eslint/eslint/issues/20476)) (Tanuj Kanti) - [`b69cfb3`](https://github.com/eslint/eslint/commit/b69cfb32a16c5d5e9986390d484fae1d21e406f9) docs: Update README (GitHub Actions Bot) #### Chores - [`e5c281f`](https://github.com/eslint/eslint/commit/e5c281ffd038a3a7a3e5364db0b9378e0ad83020) chore: updates for v9.39.3 release (Jenkins) - [`8c3832a`](https://github.com/eslint/eslint/commit/8c3832adb77cd993b4a24891900d5eeaaf093cdc) chore: update [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) to ^8.56.0 ([#&#8203;20514](https://github.com/eslint/eslint/issues/20514)) (Milos Djermanovic) - [`8330d23`](https://github.com/eslint/eslint/commit/8330d238ae6adb68bb6a1c9381e38cfedd990d94) test: add tests for config-api ([#&#8203;20493](https://github.com/eslint/eslint/issues/20493)) (Milos Djermanovic) - [`37d6e91`](https://github.com/eslint/eslint/commit/37d6e91e88fa6a2ca6d8726679096acff21ba6cc) chore: remove eslint v10 prereleases from eslint-config-eslint deps ([#&#8203;20494](https://github.com/eslint/eslint/issues/20494)) (Milos Djermanovic) - [`da7cd0e`](https://github.com/eslint/eslint/commit/da7cd0e79197ad16e17052eef99df141de6dbfb1) refactor: cleanup error message templates ([#&#8203;20479](https://github.com/eslint/eslint/issues/20479)) (Francesco Trotta) - [`84fb885`](https://github.com/eslint/eslint/commit/84fb885d49ac810e79a9491276b4828b53d913e5) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`1f66734`](https://github.com/eslint/eslint/commit/1f667344b57c4c09b548d94bcfac1f91b6e5c63d) chore: add `eslint` to `peerDependencies` of `@eslint/js` ([#&#8203;20467](https://github.com/eslint/eslint/issues/20467)) (Milos Djermanovic) </details> <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.53.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5532) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.1...svelte@5.53.2) ##### Patch Changes - fix: update expressions on server deriveds ([#&#8203;17767](https://github.com/sveltejs/svelte/pull/17767)) - fix: further obfuscate `node:crypto` import from overzealous static analysis ([#&#8203;17763](https://github.com/sveltejs/svelte/pull/17763)) ### [`v5.53.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5531) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.0...svelte@5.53.1) ##### Patch Changes - fix: handle shadowed function names correctly ([#&#8203;17753](https://github.com/sveltejs/svelte/pull/17753)) </details> <details> <summary>sveltejs/language-tools (svelte-check)</summary> ### [`v4.4.3`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.4.3) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.2...svelte-check@4.4.3) ##### Patch Changes - fix: respect `@ts-ignore` etc comments within tags ([#&#8203;2950](https://github.com/sveltejs/language-tools/pull/2950)) ### [`v4.4.2`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check%404.4.2) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check@4.4.1...svelte-check@4.4.2) ##### Patch Changes - fix: resolve shims correctly in `--incremental/tsgo` mode ([`cd1ff2f`](https://github.com/sveltejs/language-tools/commit/cd1ff2f269f3401ad8a5924e208558de868a4f3c)) - fix: include `references` in generated `tsconfig.json` in `--incremental/tsgo` mode ([`1990f74`](https://github.com/sveltejs/language-tools/commit/1990f7477de44740109e75a7755a92385c195374)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update all non-major dependencies
All checks were successful
Build / Test (pull_request) Successful in 1m40s
Build / Build (pull_request) Has been skipped
aaf8ebb89d
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-02-22 22:00:59 +00:00
renovate-bot deleted branch renovate/all-minor-patch 2026-02-22 22:02:43 +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!84
No description provided.