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: vitejs/vite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.2
Choose a base ref
...
head repository: vitejs/vite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.3
Choose a head ref
  • 14 commits
  • 31 files changed
  • 10 contributors

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    326f782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc4be70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee8c7a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1358a3c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. fix(css): url() with variable in sass/less (fixes #3644, #7651) (#10741)

    Co-authored-by: frank <frank@hebingjundeMacBook-Pro.local>
    sapphi-red and frank authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    fa2e47f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c53ffec View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    4a392f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51ed059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f57f84 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. fix: add @types/node as an optional peer dependency (#10757)

    The built bundle of Vite starts with a reference to `node` types:
    https://unpkg.com/browse/vite@3.2.2/dist/node/index.d.ts
    
    This means those who depend on Vite type definitions should install
    `@types/node` in their projects to successfully do type-checking.
    In that sense, `@types/node` is an optional peer dependency of Vite.
    
    After this being fixed, we should revert vitejs/vite-ecosystem-ci#85 because not explicitly depending on
    `@types/node` *should* be erroneous. The ecosystem CI shouldn't cover
    that error for downstream packages.
    haoqunjiang authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    57916a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    96bd10a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea71b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. release: v3.2.3

    patak-dev committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ce4c8d4 View commit details
    Browse the repository at this point in the history
Loading