Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sveltejs/vite-plugin-svelte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sveltejs/vite-plugin-svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 11 files changed
  • 5 contributors

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    1bf186b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. chore: backport fixes (#917)

    * fix: disable hmr when explicitly disabled in vite config (#913)
    
    * feat: disable hmr when running in vitest by default
    
    * refactor: use vite server.hmr config instead that is set by vitest
    
    * fix: enforce hmr false, update changeset
    
    (cherry picked from commit f7409c8)
    
    * fix: ensure vite config is only resolved once in lazy init of vitePreprocess (#912)
    
    * fix: ensure vite config is only resolved once
    
    * fix: add back inlined function to please ts
    
    (cherry picked from commit 1211f97)
    
    * fix: remove extraneous checks for viteConfig.server
    dominikg authored May 29, 2024
    Configuration menu
    Copy the full SHA
    722f8ff View commit details
    Browse the repository at this point in the history
  2. Version Packages (#923)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored May 29, 2024
    Configuration menu
    Copy the full SHA
    9515421 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. chore(logs): encourage svelte5 users to update from vps3 to vps4 (#964)

    * chore(logs): encourage svelte5 users to update from vps3 to vps4
    
    * chore(deps): bump deps to please audit
    
    * Update packages/vite-plugin-svelte/src/utils/log.js
    
    Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
    
    * Update packages/vite-plugin-svelte/src/utils/log.js
    
    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    
    ---------
    
    Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    3 people authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4f95193 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#965)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b3edb77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fab130 View commit details
    Browse the repository at this point in the history
Loading