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

fix(deps): update dependency svelte-routing to v1.11.0 #271

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte-routing 1.6.0 -> 1.11.0 age adoption passing confidence

Release Notes

EmilTholin/svelte-routing (svelte-routing)

v1.11.0

Compare Source

  • PR Merged #​245.
  • Svelte version update.

v1.10.0

Compare Source

v1.9.0

Compare Source

  • Major improvement in performance. Minimize unnecessary prefetch components.

v1.8.9

Compare Source

  • Fixed. Sometimes navigate return info null.
  • Issue Fixed #​132.

v1.8.8

Compare Source

  • Issue Fixed #​242.
  • PR Removed #​77
    Causing infinity loop in nested routes.

v1.8.7

Compare Source

  • Segment mismatch bug fixed.

v1.8.6

Compare Source

  • Svelte version update.
  • Issue Fixed #​242.
  • Codebase improved.

v1.8.5

Compare Source

  • Can Use Dom function improved.
  • function & class mismatch bug fixed.

v1.8.4

Compare Source

v1.8.3

Compare Source

  • Hooks & Types bugs fixed.

v1.8.2

Compare Source

  • Svelte dependency updated.
  • Lazyload component return type added.
  • Issue Fixed #​240.

v1.8.1

Compare Source

v1.8.0

Compare Source

  • Major Bugs fixed in Router.svelte.
  • Converted all interfaces into types.
  • Improved Lazy Loading/Async Route Import. Get much smaller chunk for every
    route. Only load files (JS & CSS module) when URL is active.
<!-- App.svelte -->
<Route path="/" component={() => import("./Home.svelte")} />

<Route path="/about" component={() => import("./About.svelte")} />

<Route path="/user/:user" component={() => import("./User.svelte")} />
  • Added Hooks for Contexts. useLocation, useRouter, useHistory.
<!-- Page.svelte -->
<script>
    import { useLocation } from "svelte-routing";
    const location = useLocation();
</script>

<div>{JSON.stringify($location)}</div>

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

@renovate renovate bot added the renovate label Nov 6, 2023
@renovate renovate bot force-pushed the renovate/svelte-routing-1.x-lockfile branch from 2839cc5 to 7880b71 Compare November 6, 2023 07:55
Copy link

cloudflare-workers-and-pages bot commented Nov 6, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7880b71
Status: ✅  Deploy successful!
Preview URL: https://9bcc8eed.wasm-c-web.pages.dev
Branch Preview URL: https://renovate-svelte-routing-1-x.wasm-c-web.pages.dev

View logs

@kobakazu0429 kobakazu0429 merged commit 575b74d into master Nov 6, 2023
2 checks passed
@kobakazu0429 kobakazu0429 deleted the renovate/svelte-routing-1.x-lockfile branch November 6, 2023 08:00
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