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 | 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 #2371
- fix: update attachTo type in MountingOptions interface by @taku-y-9308 in #2375
- fix: change vm to always provide global property by @taku-y-9308 in #2386
- fix: renderStubDefaultSlot with scoped slots by @cexbrayat in #2397
- feat: Added dynamic return for element getter by @nandi95 in #2406
- fix(stubs): avoid warning on normalized props with Vue v3.4.22 by @cexbrayat in #2413
- fix: set global provides before running vue plugins by @danielroe in #2423
- fix: issue 2319 throw first error thrown during mount by @taku-y-9308 in #2428
New Contributors
- @Jinjiang made their first contribution in #2373
- @taku-y-9308 made their first contribution in #2375
- @matusekma made their first contribution in #2351
- @w2xi made their first contribution in #2398
- @brc-dd made their first contribution in #2403
- @KatWorkGit made their first contribution in #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 #2336
- fix(findComponent): Use correct vm for stubbed component with selector by @freakzlike in #2327
- fix(teleport.md): fix missed "global" key, https://github.com/vuejs/t… by @blizzardKv in #2337
- fix(vue-router.md): update highlights when mocking real router by @dmoyadev in #2340
- fix(deps): update dependency vue-component-type-helpers to v2 by @renovate in #2358
- fix: Allow access to nested computed values (fix #2196) by @Evobaso-J in #2356
- docs: add mention of enableAutoDestroy replacement by @strokirk in #2344
New Contributors
- @blizzardKv made their first contribution in #2336
- @dmoyadev made their first contribution in #2340
- @strokirk made their first contribution in #2344
- @Evobaso-J made their first contribution in #2356
- @qmonmert made their first contribution in #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 #2265
- fix: always load cjs bundle in node environment by @danielroe in #2269
- fix: experimentalVmThreads is now pool=vmThreads by @cexbrayat in #2275
- feat: respect devtools definition by @webfansplz in #2311
New Contributors
- @ArtemTropanets made their first contribution in #2267
- @Haberkamp made their first contribution in #2265
- @danielroe made their first contribution in #2269
- @webfansplz made their first contribution in #2311
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.3...v2.4.4
v2.4.3
What's Changed
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3
v2.4.2
What's Changed
Note: A fix for the text() method (#2231) may force developers to update tests that were checking the text of several elements at once, as the spaces of each element are now trimmed (as they are when using text() on a single element). So if you were checking the text of <span>Trimmed </span><span>Example</span>, it is now TrimmedExample instead of Trimmed Example (and the text() of the first span is still Trimmed as it was before).
Fix
- fix: (could be considered a feature?) allow custom
<transition>stubs by @alecgibson in #2185 - fix: Fixing prototype methods being discarded when using
setDataby @rory-instil in #2166 - fix(deps): update all non-major dependencies to v1.8.8 by @renovate in #2143
- fix(deps): update all non-major dependencies to v1.8.13 by @renovate in #2193
- fix(deps): update all non-major dependencies to v1.8.19 by @renovate in #2211
- fix: stricter props types by @alecgibson in #2137
- fix(deps): update all non-major dependencies to v1.8.21 by @renovate in #2224
- fix: wrapper.text method by @harunari0928 in #2231
- fix(types): use
VNodeChildtype fromvueto avoid breakage by @sodatea in #2237 - Fixed typo in accessibility word by @ramsesmoreno in #2160
Docs
- docs: Fix omission of async keywords. by @yasuaki640 in #2163
- docs: fix spell Exemple to Example by @yasuaki640 in #2161
- docs: Add removal of createWrapper by @AntonioDell in #2235
- docs: comparison of functions with v1 by @freakzlike in #2175
- docs: fix typo in code example by @dennybiasiolli in #2212
- feat: update the website application by @nazarepiedady in #2171
Chore
- Add WebdriverIO to list of supporting frameworks by @christian-bromann in #2189
- ci: add node v20 and drop node v16 by @cexbrayat in #2190
- chore(deps): update all non-major dependencies by @renovate in #2233
- preparing for Vue 3.3.9 by @pikax in #2240
New Contributors
- @yasuaki640 made their first contribution in #2161
- @ramsesmoreno made their first contribution in #2160
- @rory-instil made their first contribution in #2166
- @nazarepiedady made their first contribution in #2171
- @richex-cn made their first contribution in #2178
- @christian-bromann made their first contribution in #2189
- @dennybiasiolli made their first contribution in #2212
- @harunari0928 made their first contribution in #2231
- @AntonioDell made their first contribution in #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 #2125
Docs
- docs: add warning about
isVisible()by @alecgibson in #2122 - docs: Update missed rename of import to test-utils as the new default by @Hilbrand in #2102
(Dev) Dependencies
- chore: specify pnpm v8 as package manager by @cexbrayat in #2104
- chore(deps): update vitest to v0.32.2 by @renovate in #2099
- chore(deps): update all non-major dependencies by @renovate in #2110
- chore(deps): update all non-major dependencies by @renovate in #2111
- chore: compiler-dom as required dependency by @cexbrayat in #2114
- chore(deps): update vitest to v0.32.4 by @renovate in #2117
- chore(deps): update all non-major dependencies by @renovate in #2121
- chore(deps): update dependency prettier to v3 and eslint-plugin-prett… by @cexbrayat in #2127
- chore(deps): update vitest to v0.33.0 by @renovate in #2128
- chore(deps): update dependency js-beautify to v1.14.9 by @cexbrayat in #2131
- chore: exception for no-extra-semi lint rule by @cexbrayat in #2133
- chore(deps): update typescript-eslint monorepo to v6 (major) by @renovate in #2129
New Contributors
- @Hilbrand made their first contribution in #2102
- @alecgibson made their first contribution in #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 #2001
- chore(deps): update all non-major dependencies by @renovate in #2006
- chore(deps): update vitest to v0.29.3 by @renovate in #2007
- docs: add ssr page to navigation by @freakzlike in #2011
- chore: export ComponentMountingOptions to resolve type definetions in testing script by user by @jason-chang in #2009
New Contributors
- @dten made their first contribution in #2001
- @jason-chang made their first contribution in #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 #1975
- fix: Stub instance of the same component by @freakzlike in #1979
- fix: return wrapper error from DOMWrapper ctor if element is nullish by @ascott18 in #1996
New Contributors
- @antoinezanardi made their first contribution in #1975
- @ascott18 made their first contribution in #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 #1971
- docs: add emits to v-model documentation by @cexbrayat in #1970
- docs: change type for unableAutoUnmount by @voskresla in #1966
- docs: mentions attachTo in trigger documentation by @cexbrayat in #1972
New Contributors
- @voskresla made their first contribution in #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 #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 #1951
- fix: use attachTo in failing tests with jsdom v21.1 by @cexbrayat in #1952
- chore(deps): update all non-major dependencies by @renovate in #1949
- chore(deps): update vitest to v0.28.3 by @renovate in #1955
- chore(deps): update dependency unplugin-vue-components to v0.23.0 by @renovate in #1956
- chore(deps): update all non-major dependencies to v5.50.0 by @renovate in #1959
- chore(deps): update dependency rollup to v3.12.1 by @renovate in #1960
- chore: mark @vue/compiler-dom as optional by @cexbrayat in #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 #1930
- chore(deps): update dependency @rollup/plugin-typescript to v11 by @renovate in #1933
- chore(deps): update dependency jsdom to v21 by @renovate in #1934
- [docs]: remove duplicate sentence by @altescape in #1936
- chore: format with prettier v2.8.2 by @cexbrayat in #1939
- chore(deps): update all non-major dependencies by @renovate in #1937
- chore(deps): update vitest to v0.27.1 by @renovate in #1940
- chore(deps): update vitest to v0.27.2 by @renovate in #1943
- chore(deps): update all non-major dependencies by @renovate in #1944
- fix: proper docs link in jsdoc by @cexbrayat in #1946
- chore(deps): update vitest to v0.27.3 by @renovate in #1947
- chore(deps): update vitest to v0.28.1 by @renovate in #1948
- chore: add proper dependencies by @cexbrayat in #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 #1928
Docs
- Documentation Update (Issue 1894) by @evandroguedes in #1895
- docs: add section about test runners upgrade to migration guide by @renatodeleao in #1923
- [docs]: improve slot scope auto exposing "params" behaviour by @renatodeleao in #1924
- [docs]: fix broken slots documentation by @miguel-tzab in #1926
Chore
- chore(deps): update vitest to v0.25.4 by @renovate in #1896
- chore(deps): update vitest to v0.25.5 by @renovate in #1897
- chore(deps): update all non-major dependencies by @renovate in #1898
- chore(deps): update dependency prettier to v2.8.1 by @renovate in #1900
- chore(deps): update all non-major dependencies by @renovate in #1901
- chore(deps): update vitest to v0.25.6 by @renovate in #1902
- chore: add stackblitz link and envinfo to issue template by @cexbrayat in #1906
- chore(deps): update vite (major) by @renovate in #1907
- chore(deps): update vitest to v0.25.7 by @renovate in #1908
- chore(deps): update dependency unplugin-vue-components to v0.22.12 by @renovate in #1909
- chore(deps): update vitest to v0.25.8 by @renovate in #1910
- chore(deps): update all non-major dependencies by @renovate in #1911
- chore(deps): update dependency @rollup/plugin-json to v6 by @renovate in #1915
- chore(deps): update dependency @rollup/plugin-commonjs to v24 by @renovate in #1916
- chore(deps): update vitest to v0.26.0 by @renovate in #1917
- chore(deps): update dependency vitest to v0.26.1 by @renovate in #1918
- chore(deps): update all non-major dependencies by @renovate in #1919
- chore(deps): update vitest to v0.26.2 by @renovate in #1920
- chore(deps): update dependency vite to v4.0.3 by @renovate in #1921
- chore(deps): update all non-major dependencies by @renovate in #1925
- chore(deps): update vitest to v0.26.3 by @renovate in #1927
- chore(deps): update all non-major dependencies by @renovate in #1929
New Contributors
- @evandroguedes made their first contribution in #1895
- @renatodeleao made their first contribution in #1923
- @miguel-tzab made their first contribution in #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 #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 #1881
- chore(deps): update vitest to v0.25.3 by @renovate in #1882
- chore(deps): update all non-major dependencies by @renovate in #1885
- chore(deps): update dependency @rollup/plugin-typescript to v10 by @renovate in #1887
- chore(deps): update all non-major dependencies by @renovate in #1890
- chore(deps): update dependency @types/node to v18.11.10 by @renovate in #1891
- feat: adding stubbing for keep-alive by @laddi-netapp in #1889
New Contributors
- @laddi-netapp made their first contribution in #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 #1865
- chore: update to typescript v4.9.2 by @cexbrayat in #1874
- chore(deps): update all non-major dependencies by @renovate in #1867
- fix: allow to mock global function in script setup components by @cexbrayat in #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 #1862
- fix: allow spying on non-exposed script setup functions by @cexbrayat in #1860
- fix: expose props on vm for script setup components by @cexbrayat in #1864
- fix: allow mocking on script setup components by @cexbrayat in #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 #1845
- fix(emit): force event handling even with fake timers by @cexbrayat in #1856
Other
- chore(deps): update vitest to v0.24.4 by @renovate in #1841
- chore(deps): update vitest to v0.24.5 by @renovate in #1842
- chore(deps): update all non-major dependencies by @renovate in #1843
- chore(mount): simplify mount operation by @xanf in #1844
- chore(deps): update vitest to v0.25.0 by @renovate in #1847
- chore(deps): update vitest to v0.25.1 by @renovate in #1848
- chore: update to vue v3.2.43 by @cexbrayat in #1853
- chore(deps): update all non-major dependencies by @renovate in #1849
- chore: update to vue v3.2.45 by @cexbrayat in #1857
- refactor: use a proxy for wrapper.vm by @cexbrayat in #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 #1828
- chore(deps): update all non-major dependencies by @cexbrayat in #1835
- chore(deps): update all non-major dependencies by @cexbrayat in #1837
- docs(v-model): add v-model section by @pikax in #1839
- fix(stubs): teleport stub children as a function by @cexbrayat in #1833
- chore: ignore js-beautify updates in renovate by @cexbrayat in #1840
- chore(deps): update dependency @types/node to v18.11.7 by @renovate in #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 #1825
- feat(wrapper): Add raw option to .html() by @freakzlike in #1827
- feat(stubs): Allow to stub directives (fixes #1800) by @xanf in #1804
Fixes
- fix(compat): do not overwrite globalProperties merge them instead by @xanf in #1788
- fix(element): return correct element for component which renders other component while passing array of vnodes in default slot by @xanf in #1789
- fix: cleanup event listeners on unmount by @freakzlike in #1793
- fix(config): Do not use config.renderStubDefaultSlot by @xanf in #1797
- fix(stubs): Do not render function body in stub by @xanf in #1819
Other
- chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1 by @renovate in #1790
- chore(deps): update all non-major dependencies by @renovate in #1794
- chore(deps): update dependency unplugin-vue-components to v0.22.8 by @renovate in #1795
- added typescript documentation to plugins.md by @mrcwbr in #1796
- chore(deps): update dependency vue-tsc to v1 by @renovate in #1802
- chore(deps): update dependency @rollup/plugin-commonjs to v23 by @renovate in #1803
- chore(deps): update dependency @rollup/plugin-json to v5 by @renovate in #1805
- chore(deps): update dependency @rollup/plugin-node-resolve to v15 by @renovate in #1806
- chore(deps): update dependency @rollup/plugin-replace to v5 by @renovate in #1808
- chore(deps): update pnpm/action-setup action to v2.2.3 by @renovate in #1809
- chore(scripts): add prepare script by @xanf in #1812
- chore: use @rollup/plugin-typescript by @cexbrayat in #1811
- chore: use a typescript rollup config by @cexbrayat in #1814
- chore: use --bundleConfigAsCjs to load rollup config by @cexbrayat in #1816
- chore: support node v18 by @cexbrayat in #1817
- chore(deps): update pnpm/action-setup action to v2.2.4 by @renovate in #1820
- chore(deps): update all non-major dependencies by @renovate in #1821
- chore: update to vitest v0.24.3 by @cexbrayat in #1823
- chore(deps): update dependency @vitest/coverage-c8 to v0.24.3 by @renovate in #1824
New Contributors
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.1.0...v2.2.0
v2.1.0
What's Changed
Fixes
- fix: keep Date objects on setData by @freakzlike in #1720
- fix: Make wrapper.find() enable to find ref in v-for directive by @hiromi2424 in #1723
- fix: duplicate results on findAllComponents with non-function slots by @freakzlike in #1736
- fix: coverage now needs @vitest/coverage-c8 by @cexbrayat in #1745
- fix: return the correct name when stubbing a
script setupcomponent by @joeyhuang0235 in #1783 - fix: Add props to stubs for built-in components by @wolfgangwalther in #1767
Other
- refactor: stubs types by @cexbrayat in #1773
- refactor: remove useless params in emits handling by @cexbrayat in #1777
- test: migrate to vitest by @okxiaoliang4 in #1637
Chore
- chore: remove babel dependencies and config by @cexbrayat in #1642
- chore: lockfile maintenance by @cexbrayat in #1643
- chore: switch to pnpm by @cexbrayat in #1644
- chore: configure renovate to group vite packages by @cexbrayat in #1685
- docs: update installation docs by @ryandialpad in #1693
- chore: use es2016 as a TS target by @cexbrayat in #1695
- chore: Update README since package manager was changed from yarn to npnm by @hiromi2424 in #1724
-
- chore: refactor and remove old files by @lmiller1990 in #1776
- chore: Add version info to bug report template by @freakzlike in #1729
- chore: Extend expose tests with not used function by @freakzlike in #1735
- chore: improve type for stub cache by @cexbrayat in #1743
- chore: improve type for mount with TS v4.8 by @cexbrayat in #1744
- chore: run tests in random order by @cexbrayat in #1747
New Contributors
- @ryandialpad made their first contribution in #1693
- @hiromi2424 made their first contribution in #1724
- @wolfgangwalther made their first contribution in #1767
- @joeyhuang0235 made their first contribution in #1783
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.2...v2.1.0
v2.0.2
What's Changed
Fixes
- fix: fix typo by @liuzhuan in #1608
- fix: check if component unmounted in Wrapper.exists() by @Djaler in #1629
- fix: algolia appId by @okxiaoliang4 in #1636
Docs
Chore/Other
- chore(types): improve typing of emitted by @xanf in #1640
- repro: type-checking issue with script setup in v2.0.1 by @cexbrayat in #1601
New Contributors
- @liuzhuan made their first contribution in #1608
- @Djaler made their first contribution in #1629
- @N8ers made their first contribution in #1635
- @okxiaoliang4 made their first contribution in #1636
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.1...v2.0.2
v2.0.1
Test Utils is quite stable now, so most of the changes here are minor fixes.
The next "big ticket" feature will be SSR support. You can track it here: #1572
Fixes
- fix(compat): declare RouterLinkStub as compatibility mode 3 by @snoozbuster in #1549
- fix(types): Export BaseWrapper from index.ts by @snoozbuster in #1548
- fix: export package.json from module by @snoozbuster in #1542
- fix(utils): getRootNodes flattens only one depth of children by @cexbrayat in #1546
- fix(compat): respect v-model in vue 2 with compat build by @snoozbuster in #1565
Chores/Dependencies
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.27.0 to 5.27.1 by @dependabot in #1583
- cho
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.