Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @sveltejs/kit to ^1.27.0 #221

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^1.24.1 -> ^1.27.0 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v1.27.0

Compare Source

Minor Changes
  • feat: add invalidateAll boolean option to enhance callback (#​9889)

v1.26.0

Compare Source

Minor Changes
  • feat: infer route parameter type from matcher's guard check if applicable (#​10755)
Patch Changes
  • fix: basic mime type handling for prerendered pages in preview (#​10851)

  • chore: use just a single library (mrmime) for mime type handling (#​10851)

  • chore: bump undici to address security issue (#​10885)

  • fix: follow whatwg fetch spec for handling redirect loops (#​10857)

  • fix: use window.fetch in load functions to allow libraries to patch it (#​10009)

  • chore(deps): update dependency undici to ~5.26.0 (#​10860)

v1.25.2

Compare Source

Patch Changes
  • fix: correctly update $page.url.hash when navigating history (#​10843)

  • fix: strip virtual module prefix from error messages (#​10776)

  • fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#​10727)

  • fix: only remove Vite manifest when copying files (#​10782)

v1.25.1

Compare Source

Patch Changes
  • fix: correct line numbers in stack trace (#​10769)

  • fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint (#​10565)

  • fix: allow optional param in middle of route (#​10736)

  • chore: update undici (#​10641)

v1.25.0

Compare Source

Minor Changes
  • feat: add server endpoint catch-all method handler fallback (#​9755)
Patch Changes
  • fix: allow calling fetch for any scheme (#​10699)

v1.24.1

Compare Source

Patch Changes
  • fix: mark aborted/cancelled navigation as handled (#​10666)

v1.24.0

Compare Source

Minor Changes
  • feat: onNavigate lifecycle function (#​9605)
Patch Changes
  • fix: Use Proxy to track usage of client side load event.route (#​10576)

v1.23.1

Compare Source

Patch Changes
  • fix: process globs in pkg.workspaces (#​10625)

v1.23.0

Compare Source

Minor Changes
  • feat: add warning for mistyped route filenames (#​10558)

  • feat: accept URL in redirect (#​10570)

Patch Changes
  • fix: adjust the type of Navigation["type"] (#​10599)

  • fix: allow logging $page.url during prerendering (#​10567)

v1.22.6

Compare Source

Patch Changes
  • fix: correctly restore trailing slash in url pathname for data requests (#​10475)

  • fix: load trailing slash option from server even when there's no load function (#​10475)


Configuration

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

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Sep 13, 2023

⚠ 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: frontend/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/svelte
npm ERR!   dev svelte@"^4.2.0" from the root project
npm ERR!   peer svelte@"^3.54.0 || ^4.0.0-next.0" from @sveltejs/[email protected]
npm ERR!   node_modules/@sveltejs/vite-plugin-svelte
npm ERR!     peer @sveltejs/vite-plugin-svelte@"^2.2.0" from @sveltejs/[email protected]
npm ERR!     node_modules/@sveltejs/vite-plugin-svelte-inspector
npm ERR!       @sveltejs/vite-plugin-svelte-inspector@"^1.0.2" from @sveltejs/[email protected]
npm ERR!     @sveltejs/vite-plugin-svelte@"^2.4.1" from @sveltejs/[email protected]
npm ERR!     node_modules/@sveltejs/kit
npm ERR!       dev @sveltejs/kit@"^1.27.0" from the root project
npm ERR!       1 more (@sveltejs/adapter-auto)
npm ERR!   6 more (@sveltejs/vite-plugin-svelte-inspector, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer svelte@"^3.2.0" from [email protected]
npm ERR! node_modules/eslint-plugin-svelte3
npm ERR!   dev eslint-plugin-svelte3@"^4.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/svelte
npm ERR!   peer svelte@"^3.2.0" from [email protected]
npm ERR!   node_modules/eslint-plugin-svelte3
npm ERR!     dev eslint-plugin-svelte3@"^4.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/16f5c0/3b42c7/cache/others/npm/_logs/2023-10-25T08_30_41_679Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/16f5c0/3b42c7/cache/others/npm/_logs/2023-10-25T08_30_41_679Z-debug-0.log

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #221 (12db81c) into main (3361135) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #221   +/-   ##
=======================================
  Coverage   14.39%   14.39%           
=======================================
  Files          35       35           
  Lines        1806     1806           
  Branches       50       50           
=======================================
  Hits          260      260           
  Misses       1546     1546           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from d4b11af to ca143c7 Compare September 21, 2023 06:41
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to ^1.25.0 chore(deps): update dependency @sveltejs/kit to ^1.25.1 Sep 24, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch 3 times, most recently from a8c8865 to b6f8b8c Compare September 28, 2023 01:39
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from b6f8b8c to ef2de63 Compare October 3, 2023 19:31
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to ^1.25.1 chore(deps): update dependency @sveltejs/kit to ^1.25.2 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch 4 times, most recently from 909d024 to 0c88f6a Compare October 16, 2023 12:10
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to ^1.25.2 chore(deps): update dependency @sveltejs/kit to ^1.26.0 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch 4 times, most recently from 3e32612 to 12a5684 Compare October 21, 2023 07:36
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from 12a5684 to 11ea077 Compare October 23, 2023 10:30
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to ^1.26.0 chore(deps): update dependency @sveltejs/kit to ^1.27.0 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch 3 times, most recently from 34dce40 to bc2b2c1 Compare October 25, 2023 08:23
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x branch from bc2b2c1 to 12db81c Compare October 25, 2023 08:27
@drazisil drazisil merged commit e81f072 into main Oct 25, 2023
6 checks passed
@drazisil drazisil deleted the renovate/sveltejs-kit-1.x branch October 25, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant