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: v4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 11 files changed
  • 6 contributors

Commits on Nov 18, 2024

  1. chore: setup v4

    bluwy committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ccd072f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. chore: fix audit

    bluwy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d2183bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5309d7b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Version Packages (#1030)

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

Commits on Dec 12, 2024

  1. fix: update warning codes for svelte5 (#1044) (#1046)

    * fix: update warning codes for svelte5
    
    * fix(audit): bump nanoid
    
    * fix: replace css error code detection so that it works for svelte5
    
    * chore: update changeset
    
    (cherry picked from commit e41edff)
    dominikg authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    13ab51c View commit details
    Browse the repository at this point in the history
  2. Version Packages (#1047)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    dce8a5d View commit details
    Browse the repository at this point in the history
  3. chore(release): set custom tag name to avoid setting the latest tag o…

    …n npm registry to older major
    dominikg committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    c8862d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Use optional chaining to catch null error codes in error.js (#1054)

    * Use optional chaining to catch null error codes in error.js
    
    Starting a new vite project and selecting svelte-ts template results in an error, because `code` var in error.js is null. Optional chaining resolves this issue.
    
    * chore: add changeset
    
    ---------
    
    Co-authored-by: dominikg <dominik.goepel@gmx.de>
    (cherry picked from commit 47184d4)
    trbernstein and dominikg committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    1a91581 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#1057)

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