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

Merged
renovate-bot merged 1 commit from renovate/all-minor-patch into main 2026-03-02 11:01:57 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 24.10.1524.11.0 age confidence
globals 17.3.017.4.0 age confidence
lint-staged 16.2.716.3.1 age confidence
svelte (source) 5.53.55.53.6 age confidence

⚠️ Warning

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


Release Notes

sindresorhus/globals (globals)

v17.4.0

Compare Source


lint-staged/lint-staged (lint-staged)

v16.3.1

Compare Source

Patch Changes
  • #​1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Compare Source

Minor Changes
  • #​1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #​1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes
  • #​1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
sveltejs/svelte (svelte)

v5.53.6

Compare Source

Patch Changes
  • perf: optimize parser hot paths for faster compilation (#​17811)

  • fix: SvelteMap incorrectly handles keys with undefined values (#​17826)

  • fix: SvelteURL search setter now returns the normalized value, matching native URL behavior (#​17828)

  • fix: visit synthetic value node during ssr (#​17824)

  • fix: always case insensitive event handlers during ssr (#​17822)

  • chore: more efficient effect scheduling (#​17808)

  • perf: optimize compiler analysis phase (#​17823)

  • fix: skip redundant batch.apply (#​17816)

  • chore: null out current_batch before committing branches (#​17809)


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/) | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.10.15` → `24.11.0`](https://renovatebot.com/diffs/npm/@types%2fnode/24.10.15/24.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.10.15/24.11.0?slim=true) | | [globals](https://github.com/sindresorhus/globals) | [`17.3.0` → `17.4.0`](https://renovatebot.com/diffs/npm/globals/17.3.0/17.4.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/globals/17.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globals/17.3.0/17.4.0?slim=true) | | [lint-staged](https://github.com/lint-staged/lint-staged) | [`16.2.7` → `16.3.1`](https://renovatebot.com/diffs/npm/lint-staged/16.2.7/16.3.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/16.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/16.2.7/16.3.1?slim=true) | | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.53.5` → `5.53.6`](https://renovatebot.com/diffs/npm/svelte/5.53.5/5.53.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.53.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.53.5/5.53.6?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/11) for more information. --- ### Release Notes <details> <summary>sindresorhus/globals (globals)</summary> ### [`v17.4.0`](https://github.com/sindresorhus/globals/releases/tag/v17.4.0) [Compare Source](https://github.com/sindresorhus/globals/compare/v17.3.0...v17.4.0) - Update globals (2026-03-01) ([#&#8203;338](https://github.com/sindresorhus/globals/issues/338)) [`d43a051`](https://github.com/sindresorhus/globals/commit/d43a051) *** </details> <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v16.3.1`](https://github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1631) [Compare Source](https://github.com/lint-staged/lint-staged/compare/v16.3.0...v16.3.1) ##### Patch Changes - [#&#8203;1729](https://github.com/lint-staged/lint-staged/pull/1729) [`cd5d762`](https://github.com/lint-staged/lint-staged/commit/cd5d762c288bcfe36274c32f018cea97dfe11280) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Remove `nano-spawn` as a dependency from `package.json` as it was replaced with `tinyexec` and is no longer used. ### [`v16.3.0`](https://github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1630) [Compare Source](https://github.com/lint-staged/lint-staged/compare/v16.2.7...v16.3.0) ##### Minor Changes - [#&#8203;1698](https://github.com/lint-staged/lint-staged/pull/1698) [`feda37a`](https://github.com/lint-staged/lint-staged/commit/feda37aa590789e847f32a4aabc346af1d79c547) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Run external processes with [`tinyexec`](https://github.com/tinylibs/tinyexec) instead of [`nano-spawn`](https://github.com/sindresorhus/nano-spawn). `nano-spawn` replaced [`execa`](https://github.com/sindresorhus/execa) in *lint-staged* version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope `tinyexec` improves the situation. - [#&#8203;1699](https://github.com/lint-staged/lint-staged/pull/1699) [`1346d16`](https://github.com/lint-staged/lint-staged/commit/1346d16387e188911ef64e8bad6b8a6252cb6d71) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Remove `pidtree` as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the `taskkill` command on Windows. ##### Patch Changes - [#&#8203;1726](https://github.com/lint-staged/lint-staged/pull/1726) [`87467aa`](https://github.com/lint-staged/lint-staged/commit/87467aaa76e1edc2547f3f3d462a4495afa5337d) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Incorrect brace expansions like `*.{js}` (*nothing to expand*) are detected exhaustively, instead of just a single pass. </details> <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.53.6`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5536) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.53.5...svelte@5.53.6) ##### Patch Changes - perf: optimize parser hot paths for faster compilation ([#&#8203;17811](https://github.com/sveltejs/svelte/pull/17811)) - fix: `SvelteMap` incorrectly handles keys with `undefined` values ([#&#8203;17826](https://github.com/sveltejs/svelte/pull/17826)) - fix: SvelteURL `search` setter now returns the normalized value, matching native URL behavior ([#&#8203;17828](https://github.com/sveltejs/svelte/pull/17828)) - fix: visit synthetic value node during ssr ([#&#8203;17824](https://github.com/sveltejs/svelte/pull/17824)) - fix: always case insensitive event handlers during ssr ([#&#8203;17822](https://github.com/sveltejs/svelte/pull/17822)) - chore: more efficient effect scheduling ([#&#8203;17808](https://github.com/sveltejs/svelte/pull/17808)) - perf: optimize compiler analysis phase ([#&#8203;17823](https://github.com/sveltejs/svelte/pull/17823)) - fix: skip redundant batch.apply ([#&#8203;17816](https://github.com/sveltejs/svelte/pull/17816)) - chore: null out current\_batch before committing branches ([#&#8203;17809](https://github.com/sveltejs/svelte/pull/17809)) </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 58s
Build / Build (pull_request) Has been skipped
c879da39be
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-02 11:00:56 +00:00
renovate-bot deleted branch renovate/all-minor-patch 2026-03-02 11:01:57 +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!90
No description provided.