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: vuejs/test-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0-alpha.0
Choose a base ref
...
head repository: vuejs/test-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0-alpha.1
Choose a head ref
  • 10 commits
  • 8 files changed
  • 5 contributors

Commits on Apr 26, 2023

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

Commits on May 1, 2023

  1. docs: Update async-suspense.md (#2034)

    * Update async-suspense.md
    
    Without flushPromises() after mounting an async component, the wrapper will be empty.
    
    * Update async-suspense.md
    tobi-fis authored May 1, 2023
    Configuration menu
    Copy the full SHA
    4e4660e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    41b772e View commit details
    Browse the repository at this point in the history
  2. fix: properly declare optional peer deps

    We used `optionalDependencies` in #1958 but I think the proper way is to use `peerDependenciesMeta`.
    This fixes the current issue where pnpm installs compiler-dom and server-renderer in v3.2.47,
    despite v3.3.1 being available.
    cexbrayat committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b08b1f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7277cc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19ef115 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ac55e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    956a0e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    529a884 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    adc1a13 View commit details
    Browse the repository at this point in the history
Loading