Adyen / lume

Lume is a component library for visual representations of data, built for Vue with D3.
https://lumedataviz.com
MIT License
37 stars 1 forks source link

⬆️ Update dependency @vue/test-utils to v2.4.4 #359

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/test-utils 2.3.2 -> 2.4.4 age adoption passing confidence

Release Notes

vuejs/test-utils (@​vue/test-utils) ### [`v2.4.4`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.4) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.4.3...v2.4.4) #### What's Changed - fix: ignore prototype methods when using setData on objects by [@​Haberkamp](https://togithub.com/Haberkamp) in [https://github.com/vuejs/test-utils/pull/2265](https://togithub.com/vuejs/test-utils/pull/2265) - fix: always load cjs bundle in node environment by [@​danielroe](https://togithub.com/danielroe) in [https://github.com/vuejs/test-utils/pull/2269](https://togithub.com/vuejs/test-utils/pull/2269) - fix: experimentalVmThreads is now pool=vmThreads by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2275](https://togithub.com/vuejs/test-utils/pull/2275) - feat: respect devtools definition by [@​webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/test-utils/pull/2311](https://togithub.com/vuejs/test-utils/pull/2311) #### New Contributors - [@​ArtemTropanets](https://togithub.com/ArtemTropanets) made their first contribution in [https://github.com/vuejs/test-utils/pull/2267](https://togithub.com/vuejs/test-utils/pull/2267) - [@​Haberkamp](https://togithub.com/Haberkamp) made their first contribution in [https://github.com/vuejs/test-utils/pull/2265](https://togithub.com/vuejs/test-utils/pull/2265) - [@​danielroe](https://togithub.com/danielroe) made their first contribution in [https://github.com/vuejs/test-utils/pull/2269](https://togithub.com/vuejs/test-utils/pull/2269) - [@​webfansplz](https://togithub.com/webfansplz) made their first contribution in [https://github.com/vuejs/test-utils/pull/2311](https://togithub.com/vuejs/test-utils/pull/2311) **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.4.3...v2.4.4 ### [`v2.4.3`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.3) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.4.2...v2.4.3) #### What's Changed - types(setProps): setProps to Partial props by [@​pikax](https://togithub.com/pikax) in [https://github.com/vuejs/test-utils/pull/2241](https://togithub.com/vuejs/test-utils/pull/2241) **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3 ### [`v2.4.2`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.2) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.4.1...v2.4.2) #### What's Changed ##### Fix - fix: (could be considered a feature?) allow custom `` stubs by [@​alecgibson](https://togithub.com/alecgibson) in [https://github.com/vuejs/test-utils/pull/2185](https://togithub.com/vuejs/test-utils/pull/2185) - fix: Fixing prototype methods being discarded when using `setData` by [@​rory-instil](https://togithub.com/rory-instil) in [https://github.com/vuejs/test-utils/pull/2166](https://togithub.com/vuejs/test-utils/pull/2166) - fix(deps): update all non-major dependencies to v1.8.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2143](https://togithub.com/vuejs/test-utils/pull/2143) - fix(deps): update all non-major dependencies to v1.8.13 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2193](https://togithub.com/vuejs/test-utils/pull/2193) - fix(deps): update all non-major dependencies to v1.8.19 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2211](https://togithub.com/vuejs/test-utils/pull/2211) - fix: stricter props types by [@​alecgibson](https://togithub.com/alecgibson) in [https://github.com/vuejs/test-utils/pull/2137](https://togithub.com/vuejs/test-utils/pull/2137) - fix(deps): update all non-major dependencies to v1.8.21 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2224](https://togithub.com/vuejs/test-utils/pull/2224) - fix: wrapper.text method by [@​harunari0928](https://togithub.com/harunari0928) in [https://github.com/vuejs/test-utils/pull/2231](https://togithub.com/vuejs/test-utils/pull/2231) - fix(types): use `VNodeChild` type from `vue` to avoid breakage by [@​sodatea](https://togithub.com/sodatea) in [https://github.com/vuejs/test-utils/pull/2237](https://togithub.com/vuejs/test-utils/pull/2237) - Fixed typo in accessibility word by [@​ramsesmoreno](https://togithub.com/ramsesmoreno) in [https://github.com/vuejs/test-utils/pull/2160](https://togithub.com/vuejs/test-utils/pull/2160) ##### Docs - docs: Fix omission of async keywords. by [@​yasuaki640](https://togithub.com/yasuaki640) in [https://github.com/vuejs/test-utils/pull/2163](https://togithub.com/vuejs/test-utils/pull/2163) - docs: fix spell Exemple to Example by [@​yasuaki640](https://togithub.com/yasuaki640) in [https://github.com/vuejs/test-utils/pull/2161](https://togithub.com/vuejs/test-utils/pull/2161) - docs: Add removal of createWrapper by [@​AntonioDell](https://togithub.com/AntonioDell) in [https://github.com/vuejs/test-utils/pull/2235](https://togithub.com/vuejs/test-utils/pull/2235) - docs: comparison of functions with v1 by [@​freakzlike](https://togithub.com/freakzlike) in [https://github.com/vuejs/test-utils/pull/2175](https://togithub.com/vuejs/test-utils/pull/2175) - docs: fix typo in code example by [@​dennybiasiolli](https://togithub.com/dennybiasiolli) in [https://github.com/vuejs/test-utils/pull/2212](https://togithub.com/vuejs/test-utils/pull/2212) - feat: update the website application by [@​nazarepiedady](https://togithub.com/nazarepiedady) in [https://github.com/vuejs/test-utils/pull/2171](https://togithub.com/vuejs/test-utils/pull/2171) ##### Chore - Add WebdriverIO to list of supporting frameworks by [@​christian-bromann](https://togithub.com/christian-bromann) in [https://github.com/vuejs/test-utils/pull/2189](https://togithub.com/vuejs/test-utils/pull/2189) - ci: add node v20 and drop node v16 by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2190](https://togithub.com/vuejs/test-utils/pull/2190) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2233](https://togithub.com/vuejs/test-utils/pull/2233) - preparing for Vue 3.3.9 by [@​pikax](https://togithub.com/pikax) in [https://github.com/vuejs/test-utils/pull/2240](https://togithub.com/vuejs/test-utils/pull/2240) #### New Contributors - [@​yasuaki640](https://togithub.com/yasuaki640) made their first contribution in [https://github.com/vuejs/test-utils/pull/2161](https://togithub.com/vuejs/test-utils/pull/2161) - [@​ramsesmoreno](https://togithub.com/ramsesmoreno) made their first contribution in [https://github.com/vuejs/test-utils/pull/2160](https://togithub.com/vuejs/test-utils/pull/2160) - [@​rory-instil](https://togithub.com/rory-instil) made their first contribution in [https://github.com/vuejs/test-utils/pull/2166](https://togithub.com/vuejs/test-utils/pull/2166) - [@​nazarepiedady](https://togithub.com/nazarepiedady) made their first contribution in [https://github.com/vuejs/test-utils/pull/2171](https://togithub.com/vuejs/test-utils/pull/2171) - [@​richex-cn](https://togithub.com/richex-cn) made their first contribution in [https://github.com/vuejs/test-utils/pull/2178](https://togithub.com/vuejs/test-utils/pull/2178) - [@​christian-bromann](https://togithub.com/christian-bromann) made their first contribution in [https://github.com/vuejs/test-utils/pull/2189](https://togithub.com/vuejs/test-utils/pull/2189) - [@​dennybiasiolli](https://togithub.com/dennybiasiolli) made their first contribution in [https://github.com/vuejs/test-utils/pull/2212](https://togithub.com/vuejs/test-utils/pull/2212) - [@​harunari0928](https://togithub.com/harunari0928) made their first contribution in [https://github.com/vuejs/test-utils/pull/2231](https://togithub.com/vuejs/test-utils/pull/2231) - [@​AntonioDell](https://togithub.com/AntonioDell) made their first contribution in [https://github.com/vuejs/test-utils/pull/2235](https://togithub.com/vuejs/test-utils/pull/2235) **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.2 ### [`v2.4.1`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.1) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.4.0...v2.4.1) #### What's Changed ##### Fixes - fix: modify createVMProxy to fix issue 2116 by [@​jason-chang](https://togithub.com/jason-chang) in [https://github.com/vuejs/test-utils/pull/2125](https://togithub.com/vuejs/test-utils/pull/2125) ##### Docs - docs: add warning about `isVisible()` by [@​alecgibson](https://togithub.com/alecgibson) in [https://github.com/vuejs/test-utils/pull/2122](https://togithub.com/vuejs/test-utils/pull/2122) - docs: Update missed rename of import to test-utils as the new default by [@​Hilbrand](https://togithub.com/Hilbrand) in [https://github.com/vuejs/test-utils/pull/2102](https://togithub.com/vuejs/test-utils/pull/2102) ##### (Dev) Dependencies - chore: specify pnpm v8 as package manager by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2104](https://togithub.com/vuejs/test-utils/pull/2104) - chore(deps): update vitest to v0.32.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2099](https://togithub.com/vuejs/test-utils/pull/2099) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2110](https://togithub.com/vuejs/test-utils/pull/2110) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2111](https://togithub.com/vuejs/test-utils/pull/2111) - chore: compiler-dom as required dependency by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2114](https://togithub.com/vuejs/test-utils/pull/2114) - chore(deps): update vitest to v0.32.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2117](https://togithub.com/vuejs/test-utils/pull/2117) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2121](https://togithub.com/vuejs/test-utils/pull/2121) - chore(deps): update dependency prettier to v3 and eslint-plugin-prett… by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2127](https://togithub.com/vuejs/test-utils/pull/2127) - chore(deps): update vitest to v0.33.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2128](https://togithub.com/vuejs/test-utils/pull/2128) - chore(deps): update dependency js-beautify to v1.14.9 by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2131](https://togithub.com/vuejs/test-utils/pull/2131) - chore: exception for no-extra-semi lint rule by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2133](https://togithub.com/vuejs/test-utils/pull/2133) - chore(deps): update typescript-eslint monorepo to v6 (major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2129](https://togithub.com/vuejs/test-utils/pull/2129) #### New Contributors - [@​Hilbrand](https://togithub.com/Hilbrand) made their first contribution in [https://github.com/vuejs/test-utils/pull/2102](https://togithub.com/vuejs/test-utils/pull/2102) - [@​alecgibson](https://togithub.com/alecgibson) made their first contribution in [https://github.com/vuejs/test-utils/pull/2122](https://togithub.com/vuejs/test-utils/pull/2122) **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.4.0...v2.4.1 ### [`v2.4.0`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.0) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.3.2...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.

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.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 7 months ago

Deploy Preview for adyen-lume ready!

Name Link
Latest commit e235229e2ea9e6af38e7789b447533846395c405
Latest deploy log https://app.netlify.com/sites/adyen-lume/deploys/65d7643f6a96eb0008a979ec
Deploy Preview https://deploy-preview-359--adyen-lume.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.