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.2.8
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.2.9
Choose a head ref
  • 8 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 27, 2023

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

Commits on Jan 31, 2023

  1. fix: use attachTo in failing tests with jsdom v21.1 (#1952)

    `attachTo` can be removed when jsdom/jsdom#3502 is fixed With jsdom v21.1, `getComputedStyle` is cached and not updated for elements not in the DOM so some our tests fail (because the elements are checked a first time)
    @cexbrayat
    cexbrayat authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6c90ff7View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all non-major dependencies (#1949)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    @renovate
    renovate[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8e7c29dView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb10ef6View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0217e3fView commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    c88468bView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d1b7dView commit details
    Browse the repository at this point in the history
  3. chore: mark @vue/compiler-dom as optional (#1958)

    This should solve the pnpm error: ``` ├─┬ @vue/test-utils 2.2.8 │ └── ✕ missing peer @vue/compiler-dom@^3.0.1 ```
    @cexbrayat
    cexbrayat authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5f574e2View commit details
    Browse the repository at this point in the history
Loading