- Notifications
You must be signed in to change notification settings - Fork 278
Comparing changes
Open a pull request
base repository:vuejs/test-utils
Uh oh!
There was an error while loading. Please reload this page.
base:ec266f1
head repository:vuejs/test-utils
Uh oh!
There was an error while loading. Please reload this page.
compare:6af516a
- 16 commits
- 16 files changed
- 7 contributors
Commits on Jun 22, 2023
docs: update missed rename of import to test-utils as the new default (…
…#2102) Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Hilbrand authoredJun 22, 2023 Configuration menu - View commit details
Copy full SHA for 891bce0 - Browse repository at this point
Copy the full SHA 891bce0View commit details chore: specify pnpm v8 as package manager (#2104)
This is especially useful for netlify which rely on corepack to use the proper pnpm version. Corepack uses the `packageManager` field in the pakage.json file to determine which version is used. We also need to use pnpm to build the docs on netlify, otherwise the deploy fails
cexbrayat authoredJun 22, 2023 Configuration menu - View commit details
Copy full SHA for 1ce8c08 - Browse repository at this point
Copy the full SHA 1ce8c08View commit details chore(deps): update vitest to v0.32.2
renovate[bot] committedJun 22, 2023 Configuration menu - View commit details
Copy full SHA for 9ddb794 - Browse repository at this point
Copy the full SHA 9ddb794View commit details
Commits on Jun 28, 2023
chore(deps): update all non-major dependencies
renovate[bot] committedJun 28, 2023 Configuration menu - View commit details
Copy full SHA for a2d7309 - Browse repository at this point
Copy the full SHA a2d7309View commit details chore(deps): update all non-major dependencies
renovate[bot] committedJun 28, 2023 Configuration menu - View commit details
Copy full SHA for 1f2ec63 - Browse repository at this point
Copy the full SHA 1f2ec63View commit details
Commits on Jul 1, 2023
chore: compiler-dom as required dependency (#2114)
The `processSlot` function needs `compiler-dom` so the dependency should not be marked as optional. Fixes#2107
cexbrayat authoredJul 1, 2023 Configuration menu - View commit details
Copy full SHA for ba53cfb - Browse repository at this point
Copy the full SHA ba53cfbView commit details
Commits on Jul 3, 2023
chore(deps): update vitest to v0.32.4
renovate[bot] committedJul 3, 2023 Configuration menu - View commit details
Copy full SHA for 73890ef - Browse repository at this point
Copy the full SHA 73890efView commit details
Commits on Jul 5, 2023
docs: add warning about
isVisible()This change updates the documentation to reflect that `isVisible()` will only work correctly [when attached to the DOM][1] because of an upstream [`jsdom` issue][2]. [1]: #2016 [2]: jsdom/jsdom#3502
Configuration menu - View commit details
Copy full SHA for f0df231 - Browse repository at this point
Copy the full SHA f0df231View commit details chore(deps): update all non-major dependencies
renovate[bot] committedJul 5, 2023 Configuration menu - View commit details
Copy full SHA for ffbb7cf - Browse repository at this point
Copy the full SHA ffbb7cfView commit details
Commits on Jul 20, 2023
Configuration menu - View commit details
Copy full SHA for 136e67b - Browse repository at this point
Copy the full SHA 136e67bView commit details chore(deps): update vitest to v0.33.0
renovate[bot] committedJul 20, 2023 Configuration menu - View commit details
Copy full SHA for 5426ca2 - Browse repository at this point
Copy the full SHA 5426ca2View commit details chore(deps): update dependency js-beautify to v1.14.9
The PR introducing a new option to _not_ inline custom elements has been merged and released, allowing us to use the new version of js-beautify without introducing a breaking change. See #1834 for context
cexbrayat committedJul 20, 2023 Configuration menu - View commit details
Copy full SHA for 881646e - Browse repository at this point
Copy the full SHA 881646eView commit details chore: exception for no-extra-semi lint rule
typescript-eslint v6 don't want them, but prettier adds them.
cexbrayat committedJul 20, 2023 Configuration menu - View commit details
Copy full SHA for a304f59 - Browse repository at this point
Copy the full SHA a304f59View commit details Configuration menu - View commit details
Copy full SHA for e235e3a - Browse repository at this point
Copy the full SHA e235e3aView commit details chore(deps): update typescript-eslint monorepo to v6 (#2129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authoredJul 20, 2023 Configuration menu - View commit details
Copy full SHA for c41e914 - Browse repository at this point
Copy the full SHA c41e914View commit details - lmiller1990 committed
Jul 20, 2023 Configuration menu - View commit details
Copy full SHA for 6af516a - Browse repository at this point
Copy the full SHA 6af516aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff ec266f1...6af516a
Uh oh!
There was an error while loading. Please reload this page.