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

Update dependency remult to v0.27.22 #764

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remult (source) 0.27.21 -> 0.27.22 age adoption passing confidence

Release Notes

remult/remult (remult)

v0.27.22

Compare Source

  • Improved support for sveltekit ssr. To configure:

    • To enable remult across all sveltekit route

      // src/hooks.server.ts
      import { api } from './server/api'
      export const handle = api
    • To Use remult in ssr PageLoad - this will leverage the event's fetch to load data on the server without reloading it on the frontend, and abiding to all api rules even when it runs on the server

      // src/routes/+page.ts
      import { remult } from 'remult'
      import type { PageLoad } from './$types'
      
      export const load = (async (event) => {
        // Instruct remult to use the special svelte fetch to fetch data on server side page load
        remult.useFetch(event.fetch)
        return repo(Task).find()
      }) satisfies PageLoad

Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Paris, 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 was generated by Mend Renovate. View the repository job log.

Copy link

nx-cloud bot commented Oct 28, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 0fd038e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@renovate renovate bot changed the title Update dependency remult to v0.27.21 Update dependency remult to v0.27.21 - autoclosed Nov 3, 2024
@renovate renovate bot closed this Nov 3, 2024
@renovate renovate bot deleted the renovate/remult-0.x branch November 3, 2024 22:47
@renovate renovate bot changed the title Update dependency remult to v0.27.21 - autoclosed Update dependency remult to v0.27.21 Nov 8, 2024
@renovate renovate bot reopened this Nov 8, 2024
@renovate renovate bot changed the title Update dependency remult to v0.27.21 Update dependency remult to v0.27.22 Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants