chore(deps): update dependency @sveltejs/kit to v2.20.2 - autoclosed #51

Closed
ticktock_depbot wants to merge 1 commit from renovate/sveltejs-kit-2.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.17.2 -> 2.20.2

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.20.2

Compare Source

Patch Changes
  • fix: allow non-prerendered API endpoint calls during reroute when prerendering (#​13616)

v2.20.1

Compare Source

Patch Changes
  • fix: avoid using top-level await (#​13607)

v2.20.0

Compare Source

Minor Changes
  • feat: add getRequestEvent to $app/server (#​13582)

v2.19.2

Compare Source

Patch Changes
  • fix: lazily load CSS for dynamically imported components (#​13564)

v2.19.1

Compare Source

Patch Changes
  • fix: allow reroute to point to prerendered route (#​13575)

v2.19.0

Compare Source

Minor Changes
Patch Changes

v2.18.0

Compare Source

Minor Changes
Patch Changes
  • fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash (#​13492)

  • fix: include universal load assets as server assets (#​13531)

  • fix: Include root layout and error nodes even when apps have only prerendered pages (#​13522)

  • fix: correctly preload data on mousedown/touchstart if code was preloaded on hover (#​13530)

v2.17.3

Compare Source

Patch Changes
  • fix: avoid simulated CORS errors with non-HTTP URLs (#​13493)

  • fix: correctly preload links on mousedown/touchstart (#​13486)

  • fix: load CSS when using server-side route resolution (#​13498)

  • fix: correctly find shared entry-point CSS files during inlining (#​13431)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 | Type | Update | Change | |---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | devDependencies | minor | [`2.17.2` -> `2.20.2`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.17.2/2.20.2) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.20.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2202) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.1...@sveltejs/kit@2.20.2) ##### Patch Changes - fix: allow non-prerendered API endpoint calls during reroute when prerendering ([#&#8203;13616](https://github.com/sveltejs/kit/pull/13616)) ### [`v2.20.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2201) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.20.0...@sveltejs/kit@2.20.1) ##### Patch Changes - fix: avoid using top-level await ([#&#8203;13607](https://github.com/sveltejs/kit/pull/13607)) ### [`v2.20.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2200) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.19.2...@sveltejs/kit@2.20.0) ##### Minor Changes - feat: add `getRequestEvent` to `$app/server` ([#&#8203;13582](https://github.com/sveltejs/kit/pull/13582)) ### [`v2.19.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2192) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.19.1...@sveltejs/kit@2.19.2) ##### Patch Changes - fix: lazily load CSS for dynamically imported components ([#&#8203;13564](https://github.com/sveltejs/kit/pull/13564)) ### [`v2.19.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2191) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.19.0...@sveltejs/kit@2.19.1) ##### Patch Changes - fix: allow reroute to point to prerendered route ([#&#8203;13575](https://github.com/sveltejs/kit/pull/13575)) ### [`v2.19.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2190) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.18.0...@sveltejs/kit@2.19.0) ##### Minor Changes - feat: provide `fetch` to `reroute` ([#&#8203;13549](https://github.com/sveltejs/kit/pull/13549)) ##### Patch Changes - chore: cache reroute results ([#&#8203;13548](https://github.com/sveltejs/kit/pull/13548)) ### [`v2.18.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2180) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.17.3...@sveltejs/kit@2.18.0) ##### Minor Changes - feat: allow async `reroute` ([#&#8203;13520](https://github.com/sveltejs/kit/pull/13520)) - feat: provide `normalizeUrl` helper ([#&#8203;13539](https://github.com/sveltejs/kit/pull/13539)) ##### Patch Changes - fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash ([#&#8203;13492](https://github.com/sveltejs/kit/pull/13492)) - fix: include universal load assets as server assets ([#&#8203;13531](https://github.com/sveltejs/kit/pull/13531)) - fix: Include root layout and error nodes even when apps have only prerendered pages ([#&#8203;13522](https://github.com/sveltejs/kit/pull/13522)) - fix: correctly preload data on `mousedown`/`touchstart` if code was preloaded on hover ([#&#8203;13530](https://github.com/sveltejs/kit/pull/13530)) ### [`v2.17.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2173) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.17.2...@sveltejs/kit@2.17.3) ##### Patch Changes - fix: avoid simulated CORS errors with non-HTTP URLs ([#&#8203;13493](https://github.com/sveltejs/kit/pull/13493)) - fix: correctly preload links on `mousedown`/`touchstart` ([#&#8203;13486](https://github.com/sveltejs/kit/pull/13486)) - fix: load CSS when using server-side route resolution ([#&#8203;13498](https://github.com/sveltejs/kit/pull/13498)) - fix: correctly find shared entry-point CSS files during inlining ([#&#8203;13431](https://github.com/sveltejs/kit/pull/13431)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
ticktock_depbot added 1 commit 2025-02-25 16:52:14 +00:00
chore(deps): update dependency @sveltejs/kit to v2.17.3
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 47s
/ build (pull_request) Successful in 7m18s
da2a693025
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: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ 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: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.17.3 to chore(deps): update dependency @sveltejs/kit to v2.18.0 2025-03-04 15:28:02 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from da2a693025 to 8984c4f663 2025-03-04 15:28:02 +00:00 Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 8984c4f663 to 37bfe95e90 2025-03-07 20:15:59 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.18.0 to chore(deps): update dependency @sveltejs/kit to v2.19.0 2025-03-07 20:16:01 +00:00
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.19.0 to chore(deps): update dependency @sveltejs/kit to v2.19.1 2025-03-14 21:20:02 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 37bfe95e90 to 589bdce4e0 2025-03-14 21:20:02 +00:00 Compare
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 589bdce4e0 to 6c2c6deca5 2025-03-15 17:35:59 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.19.1 to chore(deps): update dependency @sveltejs/kit to v2.19.2 2025-03-15 17:36:00 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 6c2c6deca5 to 689a20da48 2025-03-17 15:44:00 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.19.2 to chore(deps): update dependency @sveltejs/kit to v2.20.0 2025-03-17 15:44:02 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 689a20da48 to 0a855ea9cb 2025-03-18 14:45:56 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.20.0 to chore(deps): update dependency @sveltejs/kit to v2.20.1 2025-03-18 14:45:57 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from 0a855ea9cb to e3be2c9b69 2025-03-21 10:13:56 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.20.1 to chore(deps): update dependency @sveltejs/kit to v2.20.2 2025-03-21 10:13:58 +00:00
ticktock_depbot force-pushed renovate/sveltejs-kit-2.x-lockfile from e3be2c9b69 to dd0f5ba9fc 2025-03-23 16:24:13 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency @sveltejs/kit to v2.20.2 to chore(deps): update dependency @sveltejs/kit to v2.20.2 - autoclosed 2025-03-28 09:30:08 +00:00
ticktock_depbot closed this pull request 2025-03-28 09:30:08 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 8s
/ build (pull_request) Successful in 4m23s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
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: btclock/webui#51
No description provided.