chore(deps): update dependency svelte to v5.9.0 - autoclosed #215

Closed
renovate-bot wants to merge 1 commits from renovate/svelte-5.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 5.2.8 -> 5.9.0 age adoption passing confidence

Release Notes

sveltejs/svelte (svelte)

v5.9.0

Compare Source

Minor Changes
  • feat: add support for bind getters/setters (#​14307)
Patch Changes
  • fix: always run if block code the first time (#​14597)

v5.8.1

Compare Source

Patch Changes
  • fix: reinstate missing prefersReducedMotion export (#​14586)

v5.8.0

Compare Source

Minor Changes
  • feat: add Spring and Tween classes to svelte/motion (#​11519)

v5.7.1

Compare Source

Patch Changes
  • fix: ensure bindings always take precedence over spreads (#​14575)

v5.7.0

Compare Source

Minor Changes
  • feat: add createSubscriber function for creating reactive values that depend on subscriptions (#​14422)

  • feat: add reactive MediaQuery class, and a prefersReducedMotion class instance (#​14422)

Patch Changes
  • fix: treat undefined and null the same for the initial input value (#​14562)

v5.6.2

Compare Source

Patch Changes
  • chore: make if blocks tree-shakable (#​14549)

v5.6.1

Compare Source

Patch Changes
  • fix: handle static form values in combination with default values (#​14555)

v5.6.0

Compare Source

Minor Changes
  • feat: support defaultValue/defaultChecked for inputs (#​14289)

v5.5.4

Compare Source

Patch Changes
  • fix: better error messages for invalid HTML trees (#​14445)

  • fix: remove spreaded event handlers when they become nullish (#​14546)

  • fix: respect the unidirectional nature of time (#​14541)

v5.5.3

Compare Source

Patch Changes
  • fix: don't try to add owners to non-$state class fields (#​14533)

  • fix: capture infinite_loop_guard in error boundary (#​14534)

  • fix: proxify values when assigning using ||=, &&= and ??= operators (#​14273)

v5.5.2

Compare Source

Patch Changes
  • fix: use correct reaction when lazily creating deriveds inside SvelteDate (#​14525)

v5.5.0

Compare Source

Minor Changes
  • feat: allow snippets to be exported from module scripts (#​14315)
Patch Changes
  • fix: ignore TypeScript generics on variables (#​14509)

v5.4.0

Compare Source

Minor Changes

v5.3.2

Compare Source

Patch Changes
  • fix: correctly prune CSS for elements inside snippets (#​14494)

  • fix: render attributes during SSR regardless of case (#​14492)

v5.3.1

Compare Source

Patch Changes
  • fix: treat spread elements the same as call expressions (#​14488)

  • fix: correctly increment/decrement bigints (#​14485)

v5.3.0

Compare Source

Minor Changes
  • feat: add error boundaries with <svelte:boundary> (#​14211)

v5.2.12

Compare Source

Patch Changes
  • fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#​14470)

  • fix: prevent infinite loops when pruning CSS (#​14474)

  • fix: generate correct code when encountering object expression statement (#​14480)

v5.2.11

Compare Source

Patch Changes
  • fix: ignore text and expressions outside the template when validating HTML (#​14468)

  • fix: better account for render tags when pruning CSS (#​14456)

v5.2.10

Compare Source

Patch Changes
  • fix: correctly remove unused selectors in middle of selector lists (#​14448)

  • chore: upgrade esm-env for Vite 6 support (#​14460)

  • fix: strip exported TypeScript function overloads (#​14458)

v5.2.9

Compare Source

Patch Changes
  • fix: show :then block for null/undefined value (#​14440)

  • fix: relax html parent validation (#​14442)

  • fix: prevent memory leak when creating deriveds inside untrack (#​14443)

  • fix: disregard TypeScript nodes when pruning CSS (#​14446)


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`5.2.8` -> `5.9.0`](https://renovatebot.com/diffs/npm/svelte/5.2.8/5.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/svelte/5.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/svelte/5.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/svelte/5.2.8/5.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/svelte/5.2.8/5.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.9.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#590) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.8.1...svelte@5.9.0) ##### Minor Changes - feat: add support for bind getters/setters ([#&#8203;14307](https://github.com/sveltejs/svelte/pull/14307)) ##### Patch Changes - fix: always run `if` block code the first time ([#&#8203;14597](https://github.com/sveltejs/svelte/pull/14597)) ### [`v5.8.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#581) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.8.0...svelte@5.8.1) ##### Patch Changes - fix: reinstate missing prefersReducedMotion export ([#&#8203;14586](https://github.com/sveltejs/svelte/pull/14586)) ### [`v5.8.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#580) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.7.1...svelte@5.8.0) ##### Minor Changes - feat: add `Spring` and `Tween` classes to `svelte/motion` ([#&#8203;11519](https://github.com/sveltejs/svelte/pull/11519)) ### [`v5.7.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#571) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.7.0...svelte@5.7.1) ##### Patch Changes - fix: ensure bindings always take precedence over spreads ([#&#8203;14575](https://github.com/sveltejs/svelte/pull/14575)) ### [`v5.7.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#570) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.6.2...svelte@5.7.0) ##### Minor Changes - feat: add `createSubscriber` function for creating reactive values that depend on subscriptions ([#&#8203;14422](https://github.com/sveltejs/svelte/pull/14422)) - feat: add reactive `MediaQuery` class, and a `prefersReducedMotion` class instance ([#&#8203;14422](https://github.com/sveltejs/svelte/pull/14422)) ##### Patch Changes - fix: treat `undefined` and `null` the same for the initial input value ([#&#8203;14562](https://github.com/sveltejs/svelte/pull/14562)) ### [`v5.6.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#562) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.6.1...svelte@5.6.2) ##### Patch Changes - chore: make if blocks tree-shakable ([#&#8203;14549](https://github.com/sveltejs/svelte/pull/14549)) ### [`v5.6.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#561) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.6.0...svelte@5.6.1) ##### Patch Changes - fix: handle static form values in combination with default values ([#&#8203;14555](https://github.com/sveltejs/svelte/pull/14555)) ### [`v5.6.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#560) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.5.4...svelte@5.6.0) ##### Minor Changes - feat: support `defaultValue/defaultChecked` for inputs ([#&#8203;14289](https://github.com/sveltejs/svelte/pull/14289)) ### [`v5.5.4`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#554) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.5.3...svelte@5.5.4) ##### Patch Changes - fix: better error messages for invalid HTML trees ([#&#8203;14445](https://github.com/sveltejs/svelte/pull/14445)) - fix: remove spreaded event handlers when they become nullish ([#&#8203;14546](https://github.com/sveltejs/svelte/pull/14546)) - fix: respect the unidirectional nature of time ([#&#8203;14541](https://github.com/sveltejs/svelte/pull/14541)) ### [`v5.5.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#553) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.5.2...svelte@5.5.3) ##### Patch Changes - fix: don't try to add owners to non-`$state` class fields ([#&#8203;14533](https://github.com/sveltejs/svelte/pull/14533)) - fix: capture infinite_loop_guard in error boundary ([#&#8203;14534](https://github.com/sveltejs/svelte/pull/14534)) - fix: proxify values when assigning using `||=`, `&&=` and `??=` operators ([#&#8203;14273](https://github.com/sveltejs/svelte/pull/14273)) ### [`v5.5.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#552) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.5.0...svelte@5.5.2) ##### Patch Changes - fix: use correct reaction when lazily creating deriveds inside `SvelteDate` ([#&#8203;14525](https://github.com/sveltejs/svelte/pull/14525)) ### [`v5.5.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#550) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.4.0...svelte@5.5.0) ##### Minor Changes - feat: allow snippets to be exported from module scripts ([#&#8203;14315](https://github.com/sveltejs/svelte/pull/14315)) ##### Patch Changes - fix: ignore TypeScript generics on variables ([#&#8203;14509](https://github.com/sveltejs/svelte/pull/14509)) ### [`v5.4.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#540) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.3.2...svelte@5.4.0) ##### Minor Changes - feat: support `#each` without `as` ([#&#8203;14396](https://github.com/sveltejs/svelte/pull/14396)) ### [`v5.3.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#532) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.3.1...svelte@5.3.2) ##### Patch Changes - fix: correctly prune CSS for elements inside snippets ([#&#8203;14494](https://github.com/sveltejs/svelte/pull/14494)) - fix: render attributes during SSR regardless of case ([#&#8203;14492](https://github.com/sveltejs/svelte/pull/14492)) ### [`v5.3.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#531) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.3.0...svelte@5.3.1) ##### Patch Changes - fix: treat spread elements the same as call expressions ([#&#8203;14488](https://github.com/sveltejs/svelte/pull/14488)) - fix: correctly increment/decrement bigints ([#&#8203;14485](https://github.com/sveltejs/svelte/pull/14485)) ### [`v5.3.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#530) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.12...svelte@5.3.0) ##### Minor Changes - feat: add error boundaries with `<svelte:boundary>` ([#&#8203;14211](https://github.com/sveltejs/svelte/pull/14211)) ### [`v5.2.12`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5212) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.11...svelte@5.2.12) ##### Patch Changes - fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups ([#&#8203;14470](https://github.com/sveltejs/svelte/pull/14470)) - fix: prevent infinite loops when pruning CSS ([#&#8203;14474](https://github.com/sveltejs/svelte/pull/14474)) - fix: generate correct code when encountering object expression statement ([#&#8203;14480](https://github.com/sveltejs/svelte/pull/14480)) ### [`v5.2.11`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5211) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.10...svelte@5.2.11) ##### Patch Changes - fix: ignore text and expressions outside the template when validating HTML ([#&#8203;14468](https://github.com/sveltejs/svelte/pull/14468)) - fix: better account for render tags when pruning CSS ([#&#8203;14456](https://github.com/sveltejs/svelte/pull/14456)) ### [`v5.2.10`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5210) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.9...svelte@5.2.10) ##### Patch Changes - fix: correctly remove unused selectors in middle of selector lists ([#&#8203;14448](https://github.com/sveltejs/svelte/pull/14448)) - chore: upgrade esm-env for Vite 6 support ([#&#8203;14460](https://github.com/sveltejs/svelte/pull/14460)) - fix: strip exported TypeScript function overloads ([#&#8203;14458](https://github.com/sveltejs/svelte/pull/14458)) ### [`v5.2.9`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#529) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.8...svelte@5.2.9) ##### Patch Changes - fix: show `:then` block for `null/undefined` value ([#&#8203;14440](https://github.com/sveltejs/svelte/pull/14440)) - fix: relax html parent validation ([#&#8203;14442](https://github.com/sveltejs/svelte/pull/14442)) - fix: prevent memory leak when creating deriveds inside untrack ([#&#8203;14443](https://github.com/sveltejs/svelte/pull/14443)) - fix: disregard TypeScript nodes when pruning CSS ([#&#8203;14446](https://github.com/sveltejs/svelte/pull/14446)) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-11-27 00:37:50 +00:00
chore(deps): update dependency svelte to v5.2.9
Some checks failed
continuous-integration/drone/push Build is failing
a579eb482e
renovate-bot scheduled this pull request to auto merge when all checks succeed 2024-11-27 00:37:53 +00:00
Author
Collaborator

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks
### Branch automerge failure This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead. ___ * Branch has one or more failed status checks
renovate-bot force-pushed renovate/svelte-5.x-lockfile from a579eb482e to 5dcc8982c4 2024-11-27 05:34:23 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.2.9 to chore(deps): update dependency svelte to v5.2.10 2024-11-28 01:36:39 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 5dcc8982c4 to 39d21a14d6 2024-11-28 01:36:40 +00:00 Compare
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 39d21a14d6 to e1fb2ede4c 2024-11-29 00:36:12 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.2.10 to chore(deps): update dependency svelte to v5.2.11 2024-11-29 16:35:51 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from e1fb2ede4c to 30548c57eb 2024-11-29 16:35:51 +00:00 Compare
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 30548c57eb to 8d0bd03be7 2024-11-30 17:37:03 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.2.11 to chore(deps): update dependency svelte to v5.2.12 2024-11-30 17:37:04 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 8d0bd03be7 to 0ac2b1d5dc 2024-12-01 15:40:34 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.2.12 to chore(deps): update dependency svelte to v5.3.0 2024-12-01 15:40:35 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 0ac2b1d5dc to 9b7fb7a7c4 2024-12-01 21:38:51 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.3.0 to chore(deps): update dependency svelte to v5.3.1 2024-12-01 21:38:51 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 9b7fb7a7c4 to 550cae8ec3 2024-12-02 06:38:25 +00:00 Compare
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 550cae8ec3 to a10b252818 2024-12-02 13:38:33 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.3.1 to chore(deps): update dependency svelte to v5.4.0 2024-12-02 13:38:34 +00:00
renovate-bot changed title from chore(deps): update dependency svelte to v5.4.0 to chore(deps): update dependency svelte to v5.5.0 2024-12-03 15:37:03 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from a10b252818 to 351e4bce96 2024-12-03 15:37:03 +00:00 Compare
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 351e4bce96 to a437d5b4a0 2024-12-03 19:37:44 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.5.0 to chore(deps): update dependency svelte to v5.5.2 2024-12-03 19:37:45 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from a437d5b4a0 to 76d5335d2a 2024-12-04 00:38:39 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.5.2 to chore(deps): update dependency svelte to v5.5.3 2024-12-04 00:38:39 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 76d5335d2a to e917186c23 2024-12-04 15:44:15 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.5.3 to chore(deps): update dependency svelte to v5.6.0 2024-12-04 15:44:15 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from e917186c23 to 88e64978ea 2024-12-04 17:41:06 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.6.0 to chore(deps): update dependency svelte to v5.6.1 2024-12-04 17:41:06 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 88e64978ea to 8cefb8a1cb 2024-12-04 19:45:41 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.6.1 to chore(deps): update dependency svelte to v5.6.2 2024-12-04 19:45:42 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 8cefb8a1cb to 57631d4c1c 2024-12-05 15:38:58 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency svelte to v5.6.2 to chore(deps): update dependency svelte to v5.7.0 2024-12-05 17:39:54 +00:00
renovate-bot force-pushed renovate/svelte-5.x-lockfile from 57631d4c1c to 48196c8f7b 2024-12-05 17:39:54 +00:00 Compare
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: ui/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @sveltejs/kit@2.8.4
npm error Found: vite@6.0.3
npm error node_modules/vite
npm error   vite@"^6.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vite@"^5.0.3" from @sveltejs/kit@2.8.4
npm error node_modules/@sveltejs/kit
npm error   peer @sveltejs/kit@"^2.0.0" from @sveltejs/adapter-static@3.0.6
npm error   node_modules/@sveltejs/adapter-static
npm error     dev @sveltejs/adapter-static@"^3.0.0" from the root project
npm error   dev @sveltejs/kit@"^2.0.0" from the root project
npm error
npm error Conflicting peer dependency: vite@5.4.11
npm error node_modules/vite
npm error   peer vite@"^5.0.3" from @sveltejs/kit@2.8.4
npm error   node_modules/@sveltejs/kit
npm error     peer @sveltejs/kit@"^2.0.0" from @sveltejs/adapter-static@3.0.6
npm error     node_modules/@sveltejs/adapter-static
npm error       dev @sveltejs/adapter-static@"^3.0.0" from the root project
npm error     dev @sveltejs/kit@"^2.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /var/lib/renovatebot/cache/others/npm/_logs/2024-12-08T16_43_33_148Z-eresolve-report.txt
npm error A complete log of this run can be found in: /var/lib/renovatebot/cache/others/npm/_logs/2024-12-08T16_43_33_148Z-debug-0.log

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: ui/package-lock.json ``` npm error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: @sveltejs/kit@2.8.4 npm error Found: vite@6.0.3 npm error node_modules/vite npm error vite@"^6.0.0" from the root project npm error npm error Could not resolve dependency: npm error peer vite@"^5.0.3" from @sveltejs/kit@2.8.4 npm error node_modules/@sveltejs/kit npm error peer @sveltejs/kit@"^2.0.0" from @sveltejs/adapter-static@3.0.6 npm error node_modules/@sveltejs/adapter-static npm error dev @sveltejs/adapter-static@"^3.0.0" from the root project npm error dev @sveltejs/kit@"^2.0.0" from the root project npm error npm error Conflicting peer dependency: vite@5.4.11 npm error node_modules/vite npm error peer vite@"^5.0.3" from @sveltejs/kit@2.8.4 npm error node_modules/@sveltejs/kit npm error peer @sveltejs/kit@"^2.0.0" from @sveltejs/adapter-static@3.0.6 npm error node_modules/@sveltejs/adapter-static npm error dev @sveltejs/adapter-static@"^3.0.0" from the root project npm error dev @sveltejs/kit@"^2.0.0" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution. npm error npm error npm error For a full report see: npm error /var/lib/renovatebot/cache/others/npm/_logs/2024-12-08T16_43_33_148Z-eresolve-report.txt npm error A complete log of this run can be found in: /var/lib/renovatebot/cache/others/npm/_logs/2024-12-08T16_43_33_148Z-debug-0.log ```
renovate-bot changed title from chore(deps): update dependency svelte to v5.7.0 to chore(deps): update dependency svelte to v5.7.1 2024-12-05 21:31:28 +00:00
renovate-bot changed title from chore(deps): update dependency svelte to v5.7.1 to chore(deps): update dependency svelte to v5.8.0 2024-12-06 14:35:50 +00:00
renovate-bot changed title from chore(deps): update dependency svelte to v5.8.0 to chore(deps): update dependency svelte to v5.8.1 2024-12-06 21:34:19 +00:00
renovate-bot changed title from chore(deps): update dependency svelte to v5.8.1 to chore(deps): update dependency svelte to v5.9.0 2024-12-08 13:35:01 +00:00
renovate-bot changed title from chore(deps): update dependency svelte to v5.9.0 to chore(deps): update dependency svelte to v5.9.0 - autoclosed 2024-12-08 18:33:44 +00:00
renovate-bot closed this pull request 2024-12-08 18:33:44 +00:00
Some checks failed
continuous-integration/drone/push Build is failing
renovate/artifacts Artifact file update failure

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nemunaire/reveil#215
No description provided.