vue-next-level-scroll
vue-next-level-scroll copied to clipboard
chore(deps): update devdependency @vue/test-utils to v2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@vue/test-utils | ^1.0.0-beta -> ^2.4.6 |
Release Notes
vuejs/test-utils (@vue/test-utils)
v2.4.6
What's Changed
- Fix/circular references in props cause maximum call stack size exceeded by @Evobaso-J in https://github.com/vuejs/test-utils/pull/2371
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2374
- docs: setup the translation helper by @Jinjiang in https://github.com/vuejs/test-utils/pull/2373
- chore: translate translation sync message in french by @cexbrayat in https://github.com/vuejs/test-utils/pull/2377
- docs: synchronize the french docs by @cexbrayat in https://github.com/vuejs/test-utils/pull/2378
- chore(deps): update dependency vite to v5.2.2 by @renovate in https://github.com/vuejs/test-utils/pull/2376
- chore(deps): pin dependency vitepress-translation-helper to 0.1.3 by @renovate in https://github.com/vuejs/test-utils/pull/2379
- chore(deps): update dependency typescript to v5.4.3 by @renovate in https://github.com/vuejs/test-utils/pull/2380
- chore(deps): update dependency vitepress-translation-helper to v0.2.0 by @renovate in https://github.com/vuejs/test-utils/pull/2381
- chore: update vitepress-translation-helper by @Jinjiang in https://github.com/vuejs/test-utils/pull/2382
- chore(deps): update dependency vitepress to v1.0.0 by @renovate in https://github.com/vuejs/test-utils/pull/2383
- chore(deps): update dependency vitepress-translation-helper to v0.2.1 by @renovate in https://github.com/vuejs/test-utils/pull/2384
- fix: update attachTo type in MountingOptions interface by @taku-y-9308 in https://github.com/vuejs/test-utils/pull/2375
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2388
- docs(api): fix typo in attachTo anchor tag within isVisible by @matusekma in https://github.com/vuejs/test-utils/pull/2351
- change vm to always provide global property by @taku-y-9308 in https://github.com/vuejs/test-utils/pull/2386
- chore(deps): update dependency rollup to v4.13.1 by @renovate in https://github.com/vuejs/test-utils/pull/2389
- chore(deps): update dependency reflect-metadata to v0.2.2 by @renovate in https://github.com/vuejs/test-utils/pull/2391
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2393
- chore(deps): update dependency vite to v5.2.8 by @renovate in https://github.com/vuejs/test-utils/pull/2396
- docs: fix missing equal sign by @w2xi in https://github.com/vuejs/test-utils/pull/2398
- fix: renderStubDefaultSlot with scoped slots by @cexbrayat in https://github.com/vuejs/test-utils/pull/2397
- docs(api): fix missing chars by @w2xi in https://github.com/vuejs/test-utils/pull/2399
- docs: use innerHTML in teleport cleanup by @brc-dd in https://github.com/vuejs/test-utils/pull/2403
- feat: Added dynamic return for element getter by @nandi95 in https://github.com/vuejs/test-utils/pull/2406
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2407
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2408
- doc(api): fix missing char by @w2xi in https://github.com/vuejs/test-utils/pull/2410
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2412
- chore: use node v18 on netlify by @cexbrayat in https://github.com/vuejs/test-utils/pull/2416
- fix(stubs): avoid warning on normalized props with Vue v3.4.22 by @cexbrayat in https://github.com/vuejs/test-utils/pull/2413
- chore: use the packageManager field from package.json in github action by @cexbrayat in https://github.com/vuejs/test-utils/pull/2417
- chore(deps): update pnpm to v9 by @renovate in https://github.com/vuejs/test-utils/pull/2415
- chore(deps): update all non-major dependencies to v3.4.23 by @renovate in https://github.com/vuejs/test-utils/pull/2418
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2419
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2420
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2421
- Update index.md to fix typo and clarify
get
vsfind
behavior by @KatWorkGit in https://github.com/vuejs/test-utils/pull/2422 - fix: set global provides before running vue plugins by @danielroe in https://github.com/vuejs/test-utils/pull/2423
- ci: add build on node v22 by @cexbrayat in https://github.com/vuejs/test-utils/pull/2424
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2426
- chore(deps): update dependency unplugin-vue-components to v0.27.0 by @renovate in https://github.com/vuejs/test-utils/pull/2427
- chore(deps): update dependency @types/node to v20.12.8 by @renovate in https://github.com/vuejs/test-utils/pull/2429
- Fix/issue 2319 throw first error thrown during mount by @taku-y-9308 in https://github.com/vuejs/test-utils/pull/2428
New Contributors
- @Jinjiang made their first contribution in https://github.com/vuejs/test-utils/pull/2373
- @taku-y-9308 made their first contribution in https://github.com/vuejs/test-utils/pull/2375
- @matusekma made their first contribution in https://github.com/vuejs/test-utils/pull/2351
- @w2xi made their first contribution in https://github.com/vuejs/test-utils/pull/2398
- @brc-dd made their first contribution in https://github.com/vuejs/test-utils/pull/2403
- @KatWorkGit made their first contribution in https://github.com/vuejs/test-utils/pull/2422
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.5...v2.4.6
v2.4.5
What's Changed
- feat: add teleport stub possibility, https://github.com/vuejs/test-ut… by @blizzardKv in https://github.com/vuejs/test-utils/pull/2336
- fix(findComponent): Use correct vm for stubbed component with selector by @freakzlike in https://github.com/vuejs/test-utils/pull/2327
- fix(teleport.md): fix missed "global" key, https://github.com/vuejs/t… by @blizzardKv in https://github.com/vuejs/test-utils/pull/2337
- fix(vue-router.md): update highlights when mocking real router by @dmoyadev in https://github.com/vuejs/test-utils/pull/2340
- fix(deps): update dependency vue-component-type-helpers to v2 by @renovate in https://github.com/vuejs/test-utils/pull/2358
- fix: Allow access to nested computed values (fix #2196) by @Evobaso-J in https://github.com/vuejs/test-utils/pull/2356
- docs: add mention of enableAutoDestroy replacement by @strokirk in https://github.com/vuejs/test-utils/pull/2344
New Contributors
- @blizzardKv made their first contribution in https://github.com/vuejs/test-utils/pull/2336
- @dmoyadev made their first contribution in https://github.com/vuejs/test-utils/pull/2340
- @strokirk made their first contribution in https://github.com/vuejs/test-utils/pull/2344
- @Evobaso-J made their first contribution in https://github.com/vuejs/test-utils/pull/2356
- @qmonmert made their first contribution in https://github.com/vuejs/test-utils/pull/2364
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.4...v2.4.5
v2.4.4
What's Changed
- fix: ignore prototype methods when using setData on objects by @Haberkamp in https://github.com/vuejs/test-utils/pull/2265
- fix: always load cjs bundle in node environment by @danielroe in https://github.com/vuejs/test-utils/pull/2269
- fix: experimentalVmThreads is now pool=vmThreads by @cexbrayat in https://github.com/vuejs/test-utils/pull/2275
- feat: respect devtools definition by @webfansplz in https://github.com/vuejs/test-utils/pull/2311
New Contributors
- @ArtemTropanets made their first contribution in https://github.com/vuejs/test-utils/pull/2267
- @Haberkamp made their first contribution in https://github.com/vuejs/test-utils/pull/2265
- @danielroe made their first contribution in https://github.com/vuejs/test-utils/pull/2269
- @webfansplz made their first contribution in https://github.com/vuejs/test-utils/pull/2311
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.3...v2.4.4
v2.4.3
What's Changed
- types(setProps): setProps to Partial props by @pikax in https://github.com/vuejs/test-utils/pull/2241
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3
v2.4.2
What's Changed
Fix
- fix: (could be considered a feature?) allow custom
<transition>
stubs by @alecgibson in https://github.com/vuejs/test-utils/pull/2185 - fix: Fixing prototype methods being discarded when using
setData
by @rory-instil in https://github.com/vuejs/test-utils/pull/2166 - fix(deps): update all non-major dependencies to v1.8.8 by @renovate in https://github.com/vuejs/test-utils/pull/2143
- fix(deps): update all non-major dependencies to v1.8.13 by @renovate in https://github.com/vuejs/test-utils/pull/2193
- fix(deps): update all non-major dependencies to v1.8.19 by @renovate in https://github.com/vuejs/test-utils/pull/2211
- fix: stricter props types by @alecgibson in https://github.com/vuejs/test-utils/pull/2137
- fix(deps): update all non-major dependencies to v1.8.21 by @renovate in https://github.com/vuejs/test-utils/pull/2224
- fix: wrapper.text method by @harunari0928 in https://github.com/vuejs/test-utils/pull/2231
- fix(types): use
VNodeChild
type fromvue
to avoid breakage by @sodatea in https://github.com/vuejs/test-utils/pull/2237 - Fixed typo in accessibility word by @ramsesmoreno in https://github.com/vuejs/test-utils/pull/2160
Docs
- docs: Fix omission of async keywords. by @yasuaki640 in https://github.com/vuejs/test-utils/pull/2163
- docs: fix spell Exemple to Example by @yasuaki640 in https://github.com/vuejs/test-utils/pull/2161
- docs: Add removal of createWrapper by @AntonioDell in https://github.com/vuejs/test-utils/pull/2235
- docs: comparison of functions with v1 by @freakzlike in https://github.com/vuejs/test-utils/pull/2175
- docs: fix typo in code example by @dennybiasiolli in https://github.com/vuejs/test-utils/pull/2212
- feat: update the website application by @nazarepiedady in https://github.com/vuejs/test-utils/pull/2171
Chore
- Add WebdriverIO to list of supporting frameworks by @christian-bromann in https://github.com/vuejs/test-utils/pull/2189
- ci: add node v20 and drop node v16 by @cexbrayat in https://github.com/vuejs/test-utils/pull/2190
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2233
- preparing for Vue 3.3.9 by @pikax in https://github.com/vuejs/test-utils/pull/2240
New Contributors
- @yasuaki640 made their first contribution in https://github.com/vuejs/test-utils/pull/2161
- @ramsesmoreno made their first contribution in https://github.com/vuejs/test-utils/pull/2160
- @rory-instil made their first contribution in https://github.com/vuejs/test-utils/pull/2166
- @nazarepiedady made their first contribution in https://github.com/vuejs/test-utils/pull/2171
- @richex-cn made their first contribution in https://github.com/vuejs/test-utils/pull/2178
- @christian-bromann made their first contribution in https://github.com/vuejs/test-utils/pull/2189
- @dennybiasiolli made their first contribution in https://github.com/vuejs/test-utils/pull/2212
- @harunari0928 made their first contribution in https://github.com/vuejs/test-utils/pull/2231
- @AntonioDell made their first contribution in https://github.com/vuejs/test-utils/pull/2235
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.2
v2.4.1
What's Changed
Fixes
- fix: modify createVMProxy to fix issue 2116 by @jason-chang in https://github.com/vuejs/test-utils/pull/2125
Docs
- docs: add warning about
isVisible()
by @alecgibson in https://github.com/vuejs/test-utils/pull/2122 - docs: Update missed rename of import to test-utils as the new default by @Hilbrand in https://github.com/vuejs/test-utils/pull/2102
(Dev) Dependencies
- chore: specify pnpm v8 as package manager by @cexbrayat in https://github.com/vuejs/test-utils/pull/2104
- chore(deps): update vitest to v0.32.2 by @renovate in https://github.com/vuejs/test-utils/pull/2099
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2110
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2111
- chore: compiler-dom as required dependency by @cexbrayat in https://github.com/vuejs/test-utils/pull/2114
- chore(deps): update vitest to v0.32.4 by @renovate in https://github.com/vuejs/test-utils/pull/2117
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2121
- chore(deps): update dependency prettier to v3 and eslint-plugin-prett… by @cexbrayat in https://github.com/vuejs/test-utils/pull/2127
- chore(deps): update vitest to v0.33.0 by @renovate in https://github.com/vuejs/test-utils/pull/2128
- chore(deps): update dependency js-beautify to v1.14.9 by @cexbrayat in https://github.com/vuejs/test-utils/pull/2131
- chore: exception for no-extra-semi lint rule by @cexbrayat in https://github.com/vuejs/test-utils/pull/2133
- chore(deps): update typescript-eslint monorepo to v6 (major) by @renovate in https://github.com/vuejs/test-utils/pull/2129
New Contributors
- @Hilbrand made their first contribution in https://github.com/vuejs/test-utils/pull/2102
- @alecgibson made their first contribution in https://github.com/vuejs/test-utils/pull/2122
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.0...v2.4.1
v2.4.0
Note: there might be some minor breaking changes around types. We tried hard to avoid this and tested a few different projects, but there was some major under the hood changes relating to types (which should improve the TypeScript experience). See the note at the top of the previous release, 2.4.0-alpha.2: https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2
Between the last main release, v2.3.2, and v2.4.0, there were three alphas:
- https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.0
- https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.1
- https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2
Please see those release notes for changes if you are updating from v2.3.2. Again, there should not be any major changes, and you code and tests should continue to work as before without any changes.
If you do encounter breaking changes transitioning from 2.3.x -> 2.4.x, please file an issue.
v2.3.2
What's Changed
- fix propsData deprecation suggestion by @dten in https://github.com/vuejs/test-utils/pull/2001
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/2006
- chore(deps): update vitest to v0.29.3 by @renovate in https://github.com/vuejs/test-utils/pull/2007
- docs: add ssr page to navigation by @freakzlike in https://github.com/vuejs/test-utils/pull/2011
- chore: export ComponentMountingOptions to resolve type definetions in testing script by user by @jason-chang in https://github.com/vuejs/test-utils/pull/2009
New Contributors
- @dten made their first contribution in https://github.com/vuejs/test-utils/pull/2001
- @jason-chang made their first contribution in https://github.com/vuejs/test-utils/pull/2009
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.3.1...v2.3.2
v2.3.1
What's Changed
- docs(fr): french documentation and README.md by @antoinezanardi in https://github.com/vuejs/test-utils/pull/1975
- fix: Stub instance of the same component by @freakzlike in https://github.com/vuejs/test-utils/pull/1979
- fix: return wrapper error from DOMWrapper ctor if element is nullish by @ascott18 in https://github.com/vuejs/test-utils/pull/1996
New Contributors
- @antoinezanardi made their first contribution in https://github.com/vuejs/test-utils/pull/1975
- @ascott18 made their first contribution in https://github.com/vuejs/test-utils/pull/1996
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.3.0...v2.3.1
v2.3.0
What's Changed
renderToString
is merged for SSR testing, thanks to @wobsoriano and @cexbrayat!
- feat: add renderToString function by @cexbrayat in https://github.com/vuejs/test-utils/pull/1971
- docs: add emits to v-model documentation by @cexbrayat in https://github.com/vuejs/test-utils/pull/1970
- docs: change type for unableAutoUnmount by @voskresla in https://github.com/vuejs/test-utils/pull/1966
- docs: mentions attachTo in trigger documentation by @cexbrayat in https://github.com/vuejs/test-utils/pull/1972
New Contributors
- @voskresla made their first contribution in https://github.com/vuejs/test-utils/pull/1966
Full Changelog: https://github.com/vuejs/test-utils/compare/2.2.10...v2.3.0
v2.2.10
What's Changed
- fix: TS workaround for Vue v3.2.47 by @cexbrayat in https://github.com/vuejs/test-utils/pull/1962
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.9...2.2.10
v2.2.9
What's Changed
- chore(deps): update all non-major dependencies by @cexbrayat in https://github.com/vuejs/test-utils/pull/1951
- fix: use attachTo in failing tests with jsdom v21.1 by @cexbrayat in https://github.com/vuejs/test-utils/pull/1952
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1949
- chore(deps): update vitest to v0.28.3 by @renovate in https://github.com/vuejs/test-utils/pull/1955
- chore(deps): update dependency unplugin-vue-components to v0.23.0 by @renovate in https://github.com/vuejs/test-utils/pull/1956
- chore(deps): update all non-major dependencies to v5.50.0 by @renovate in https://github.com/vuejs/test-utils/pull/1959
- chore(deps): update dependency rollup to v3.12.1 by @renovate in https://github.com/vuejs/test-utils/pull/1960
- chore: mark @vue/compiler-dom as optional by @cexbrayat in https://github.com/vuejs/test-utils/pull/1958
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.8...v2.2.9
v2.2.8
What's Changed
- chore(deps): update dependency vue-tsc to v1.0.22 by @renovate in https://github.com/vuejs/test-utils/pull/1930
- chore(deps): update dependency @rollup/plugin-typescript to v11 by @renovate in https://github.com/vuejs/test-utils/pull/1933
- chore(deps): update dependency jsdom to v21 by @renovate in https://github.com/vuejs/test-utils/pull/1934
- [docs]: remove duplicate sentence by @altescape in https://github.com/vuejs/test-utils/pull/1936
- chore: format with prettier v2.8.2 by @cexbrayat in https://github.com/vuejs/test-utils/pull/1939
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1937
- chore(deps): update vitest to v0.27.1 by @renovate in https://github.com/vuejs/test-utils/pull/1940
- chore(deps): update vitest to v0.27.2 by @renovate in https://github.com/vuejs/test-utils/pull/1943
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1944
- fix: proper docs link in jsdoc by @cexbrayat in https://github.com/vuejs/test-utils/pull/1946
- chore(deps): update vitest to v0.27.3 by @renovate in https://github.com/vuejs/test-utils/pull/1947
- chore(deps): update vitest to v0.28.1 by @renovate in https://github.com/vuejs/test-utils/pull/1948
- chore: add proper dependencies by @cexbrayat in https://github.com/vuejs/test-utils/pull/1950
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.7...v2.2.8
v2.2.7
Fixes
- fix: Differentiate script setup from option api component with setup by @renatodeleao in https://github.com/vuejs/test-utils/pull/1928
Docs
- Documentation Update (Issue 1894) by @evandroguedes in https://github.com/vuejs/test-utils/pull/1895
- docs: add section about test runners upgrade to migration guide by @renatodeleao in https://github.com/vuejs/test-utils/pull/1923
- [docs]: improve slot scope auto exposing "params" behaviour by @renatodeleao in https://github.com/vuejs/test-utils/pull/1924
- [docs]: fix broken slots documentation by @miguel-tzab in https://github.com/vuejs/test-utils/pull/1926
Chore
- chore(deps): update vitest to v0.25.4 by @renovate in https://github.com/vuejs/test-utils/pull/1896
- chore(deps): update vitest to v0.25.5 by @renovate in https://github.com/vuejs/test-utils/pull/1897
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1898
- chore(deps): update dependency prettier to v2.8.1 by @renovate in https://github.com/vuejs/test-utils/pull/1900
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1901
- chore(deps): update vitest to v0.25.6 by @renovate in https://github.com/vuejs/test-utils/pull/1902
- chore: add stackblitz link and envinfo to issue template by @cexbrayat in https://github.com/vuejs/test-utils/pull/1906
- chore(deps): update vite (major) by @renovate in https://github.com/vuejs/test-utils/pull/1907
- chore(deps): update vitest to v0.25.7 by @renovate in https://github.com/vuejs/test-utils/pull/1908
- chore(deps): update dependency unplugin-vue-components to v0.22.12 by @renovate in https://github.com/vuejs/test-utils/pull/1909
- chore(deps): update vitest to v0.25.8 by @renovate in https://github.com/vuejs/test-utils/pull/1910
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1911
- chore(deps): update dependency @rollup/plugin-json to v6 by @renovate in https://github.com/vuejs/test-utils/pull/1915
- chore(deps): update dependency @rollup/plugin-commonjs to v24 by @renovate in https://github.com/vuejs/test-utils/pull/1916
- chore(deps): update vitest to v0.26.0 by @renovate in https://github.com/vuejs/test-utils/pull/1917
- chore(deps): update dependency vitest to v0.26.1 by @renovate in https://github.com/vuejs/test-utils/pull/1918
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1919
- chore(deps): update vitest to v0.26.2 by @renovate in https://github.com/vuejs/test-utils/pull/1920
- chore(deps): update dependency vite to v4.0.3 by @renovate in https://github.com/vuejs/test-utils/pull/1921
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1925
- chore(deps): update vitest to v0.26.3 by @renovate in https://github.com/vuejs/test-utils/pull/1927
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1929
New Contributors
- @evandroguedes made their first contribution in https://github.com/vuejs/test-utils/pull/1895
- @renatodeleao made their first contribution in https://github.com/vuejs/test-utils/pull/1923
- @miguel-tzab made their first contribution in https://github.com/vuejs/test-utils/pull/1926
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.6...v2.2.7
v2.2.6
What's Changed
- fix: allow to use KeepAlive or keep-alive in stubs by @cexbrayat in https://github.com/vuejs/test-utils/pull/1892
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.5...v2.2.6
v2.2.5
What's Changed
- chore(deps): update dependency unplugin-vue-components to v0.22.11 by @renovate in https://github.com/vuejs/test-utils/pull/1881
- chore(deps): update vitest to v0.25.3 by @renovate in https://github.com/vuejs/test-utils/pull/1882
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1885
- chore(deps): update dependency @rollup/plugin-typescript to v10 by @renovate in https://github.com/vuejs/test-utils/pull/1887
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1890
- chore(deps): update dependency @types/node to v18.11.10 by @renovate in https://github.com/vuejs/test-utils/pull/1891
- feat: adding stubbing for keep-alive by @laddi-netapp in https://github.com/vuejs/test-utils/pull/1889
New Contributors
- @laddi-netapp made their first contribution in https://github.com/vuejs/test-utils/pull/1889
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.4...v2.2.5
v2.2.4
What's Changed
- refactor: proper type for hasSetupState util function by @cexbrayat in https://github.com/vuejs/test-utils/pull/1865
- chore: update to typescript v4.9.2 by @cexbrayat in https://github.com/vuejs/test-utils/pull/1874
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1867
- fix: allow to mock global function in script setup components by @cexbrayat in https://github.com/vuejs/test-utils/pull/1871
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.3...v2.2.4
v2.2.3
What's Changed
- chore(deps): update vitest to v0.25.2 by @renovate in https://github.com/vuejs/test-utils/pull/1862
- fix: allow spying on non-exposed script setup functions by @cexbrayat in https://github.com/vuejs/test-utils/pull/1860
- fix: expose props on vm for script setup components by @cexbrayat in https://github.com/vuejs/test-utils/pull/1864
- fix: allow mocking on script setup components by @cexbrayat in https://github.com/vuejs/test-utils/pull/1861
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.2...v2.2.3
v2.2.2
Fixes
- fix(mount): correctly work with component throwing on mount by @xanf in https://github.com/vuejs/test-utils/pull/1845
- fix(emit): force event handling even with fake timers by @cexbrayat in https://github.com/vuejs/test-utils/pull/1856
Other
- chore(deps): update vitest to v0.24.4 by @renovate in https://github.com/vuejs/test-utils/pull/1841
- chore(deps): update vitest to v0.24.5 by @renovate in https://github.com/vuejs/test-utils/pull/1842
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1843
- chore(mount): simplify mount operation by @xanf in https://github.com/vuejs/test-utils/pull/1844
- chore(deps): update vitest to v0.25.0 by @renovate in https://github.com/vuejs/test-utils/pull/1847
- chore(deps): update vitest to v0.25.1 by @renovate in https://github.com/vuejs/test-utils/pull/1848
- chore: update to vue v3.2.43 by @cexbrayat in https://github.com/vuejs/test-utils/pull/1853
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1849
- chore: update to vue v3.2.45 by @cexbrayat in https://github.com/vuejs/test-utils/pull/1857
- refactor: use a proxy for wrapper.vm by @cexbrayat in https://github.com/vuejs/test-utils/pull/1858
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.1...v2.2.2
v2.2.1
What's Changed
- chore(deps): update dependency unplugin-vue-components to v0.22.9 by @renovate in https://github.com/vuejs/test-utils/pull/1828
- chore(deps): update all non-major dependencies by @cexbrayat in https://github.com/vuejs/test-utils/pull/1835
- chore(deps): update all non-major dependencies by @cexbrayat in https://github.com/vuejs/test-utils/pull/1837
- docs(v-model): add v-model section by @pikax in https://github.com/vuejs/test-utils/pull/1839
- fix(stubs): teleport stub children as a function by @cexbrayat in https://github.com/vuejs/test-utils/pull/1833
- chore: ignore js-beautify updates in renovate by @cexbrayat in https://github.com/vuejs/test-utils/pull/1840
- chore(deps): update dependency @types/node to v18.11.7 by @renovate in https://github.com/vuejs/test-utils/pull/1838
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.0...v2.2.1
v2.2.0
What's Changed
Features
- feat(setValue): allow array for multiselect .setValue() method by @freakzlike in https://github.com/vuejs/test-utils/pull/1825
- feat(wrapper): Add raw option to .html() by @freakzlike in https://github.com/vuejs/test-utils/pull/1827
- feat(stubs): Allow to stub directives (fixes #1800) by @xanf in https://github.com/vuejs/test-utils/pull/1804
Fixes
- fix(compat): do not overwrite globalProperties merge them instead by @xanf in https://github.com/vuejs/test-utils/pull/1788
- fix(element): return correct element for component which renders other component while passing array of vnodes in default slot by @xanf in https://github.com/vuejs/test-utils/pull/1789
- fix: cleanup event listeners on unmount by @freakzlike in https://github.com/vuejs/test-utils/pull/1793
- fix(config): Do not use config.renderStubDefaultSlot by @xanf in https://github.com/vuejs/test-utils/pull/1797
- fix(stubs): Do not render function body in stub by @xanf in https://github.com/vuejs/test-utils/pull/1819
Other
- chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1 by @renovate in https://github.com/vuejs/test-utils/pull/1790
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1794
- chore(deps): update dependency unplugin-vue-components to v0.22.8 by @renovate in https://github.com/vuejs/test-utils/pull/1795
- added typescript documentation to plugins.md by @mrcwbr in https://github.com/vuejs/test-utils/pull/1796
- chore(deps): update dependency vue-tsc to v1 by @renovate in https://github.com/vuejs/test-utils/pull/1802
- chore(deps): update dependency @rollup/plugin-commonjs to v23 by @renovate in https://github.com/vuejs/test-utils/pull/1803
- chore(deps): update dependency @rollup/plugin-json to v5 by @renovate in https://github.com/vuejs/test-utils/pull/1805
- chore(deps): update dependency @rollup/plugin-node-resolve to v15 by @renovate in https://github.com/vuejs/test-utils/pull/1806
- chore(deps): update dependency @rollup/plugin-replace to v5 by @renovate in https://github.com/vuejs/test-utils/pull/1808
- chore(deps): update pnpm/action-setup action to v2.2.3 by @renovate in https://github.com/vuejs/test-utils/pull/1809
- chore(scripts): add prepare script by @xanf in https://github.com/vuejs/test-utils/pull/1812
- chore: use @rollup/plugin-typescript by @cexbrayat in https://github.com/vuejs/test-utils/pull/1811
- chore: use a typescript rollup config by @cexbrayat in https://github.com/vuejs/test-utils/pull/1814
- chore: use --bundleConfigAsCjs to load rollup config by @cexbrayat in https://github.com/vuejs/test-utils/pull/1816
- chore: support node v18 by @cexbrayat in https://github.com/vuejs/test-utils/pull/1817
- chore(deps): update pnpm/action-setup action to v2.2.4 by @renovate in https://github.com/vuejs/test-utils/pull/1820
- chore(deps): update all non-major dependencies by @renovate in https://github.com/vuejs/test-utils/pull/1821
- chore: update to vitest v0.24.3 by @cexbrayat in https://github.com/vuejs/test-utils/pull/1823
- chore(deps): update dependency @vitest/coverage-c8 to v0.24.3 by [
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.