chore(deps): update dependency @vue/test-utils to ^2.2.1 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@vue/test-utils | devDependencies | minor | ^2.0.2 -> ^2.2.1 |
Release Notes
vuejs/test-utils (@vue/test-utils)
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.