Closed renovate[bot] closed 4 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/vuex/-/vuex-3.3.0.tgz
npm ERR! 404
npm ERR! 404 'vuex@3.3.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'vuets-iview-admin'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2020-04-25T06_08_09_990Z-debug.log
This PR contains the following updates:
1.0.0-beta.32
->1.0.0-beta.33
3.1.3
->3.3.0
Release Notes
vuejs/vue-test-utils
### [`v1.0.0-beta.33`](https://togithub.com/vuejs/vue-test-utils/blob/master/CHANGELOG.md#100-beta33-httpsgithubcomvuejsvue-test-utilscomparev100-beta32v100-beta33-2020-04-08) [Compare Source](https://togithub.com/vuejs/vue-test-utils/compare/v1.0.0-beta.32...v1.0.0-beta.33) ##### Bug Fixes - **create-instance:** revert stubbing of component \_Ctor ([#1479](https://togithub.com/vuejs/vue-test-utils/issues/1479)) ([70b553b](https://togithub.com/vuejs/vue-test-utils/commit/70b553bd18158d82de5f26ff14c1f062be371245)) - Add v-slot support in scopedSlots property, fix [#1457](https://togithub.com/vuejs/vue-test-utils/issues/1457) ([#1485](https://togithub.com/vuejs/vue-test-utils/issues/1485)) ([4df7619](https://togithub.com/vuejs/vue-test-utils/commit/4df7619c9388528718f0a39704fd22bd6dd669af)) - **test-utils:** fix cancelable attribute in dom events ([#1460](https://togithub.com/vuejs/vue-test-utils/issues/1460)) ([b1a532a](https://togithub.com/vuejs/vue-test-utils/commit/b1a532aa72c71d2f4282f4bc31373cb143e82833)) ##### Features - support lazy modifier with setValue ([#1467](https://togithub.com/vuejs/vue-test-utils/issues/1467)) ([afd7a82](https://togithub.com/vuejs/vue-test-utils/commit/afd7a82426c2e72fca61bf00881574d81dffbf68)) - support object class binding in stubbed functional components ([#1476](https://togithub.com/vuejs/vue-test-utils/issues/1476)) ([55f7eac](https://togithub.com/vuejs/vue-test-utils/commit/55f7eac5cd305b60c0b9f8340cc6d9e3f470a665))vuejs/vuex
### [`v3.3.0`](https://togithub.com/vuejs/vuex/blob/master/CHANGELOG.md#330-httpsgithubcomvuejsvuexcomparev320v330-2020-04-25) [Compare Source](https://togithub.com/vuejs/vuex/compare/v3.2.0...v3.3.0) ##### Bug Fixes - Prepend devtool handler ([#1358](https://togithub.com/vuejs/vuex/issues/1358)) ([a39d076](https://togithub.com/vuejs/vuex/commit/a39d0767e4041cdd5cf8050774106c01d39024e0)), closes [vuejs/vue-devtools#678](https://togithub.com/vuejs/vue-devtools/issues/678) - **types:** Add `devtools` to store options type ([#1478](https://togithub.com/vuejs/vuex/issues/1478)) ([38c11dc](https://togithub.com/vuejs/vuex/commit/38c11dcbaea7d7e661a1623cabb5aef7c6e47ba7)) ##### Features - Add `prepend` option for `subscribe` and `subscribeAction` ([#1358](https://togithub.com/vuejs/vuex/issues/1358)) ([a39d076](https://togithub.com/vuejs/vuex/commit/a39d0767e4041cdd5cf8050774106c01d39024e0)) - **logger:** `createLogger` can optionally log actions ([#987](https://togithub.com/vuejs/vuex/issues/987)) ([18be128](https://togithub.com/vuejs/vuex/commit/18be128ad933d1fca6da05c060f7664ce0c819ae)) ### [`v3.2.0`](https://togithub.com/vuejs/vuex/blob/master/CHANGELOG.md#320-httpsgithubcomvuejsvuexcomparev313v320-2020-04-19) [Compare Source](https://togithub.com/vuejs/vuex/compare/v3.1.3...v3.2.0) ##### Features - add Store#hasModule(path) API ([#834](https://togithub.com/vuejs/vuex/issues/834)) ([d65d142](https://togithub.com/vuejs/vuex/commit/d65d14276e87aca17cfbd3fbf4af9e8dbb808f24)) #### [3.1.3](https://togithub.com/vuejs/vuex/compare/v3.1.2...v3.1.3) (2020-03-09) ##### Bug Fixes - Prevent invalidating subscription iterator ([#1438](https://togithub.com/vuejs/vuex/issues/1438)) ([e012653](https://togithub.com/vuejs/vuex/commit/e0126533301febf66072f1865cf9a77778cf2176)) #### [3.1.2](https://togithub.com/vuejs/vuex/compare/v3.1.1...v3.1.2) (2019-11-10) ##### Bug Fixes - tweak mapping helper warning message ([#1641](https://togithub.com/vuejs/vuex/issues/1641)) ([e60bc76](https://togithub.com/vuejs/vuex/commit/e60bc76154bb05c12b24342617b946d9a6e2f476)) - **types:** avoid broadening vue instance type when using map helpers ([#1639](https://togithub.com/vuejs/vuex/issues/1639)) ([9a96720](https://togithub.com/vuejs/vuex/commit/9a9672050bcfee198c379069ec0e1b03ca6cb965)) - add warnings when the different namespaced modules has the same names… ([#1554](https://togithub.com/vuejs/vuex/issues/1554)) ([91f3e69](https://togithub.com/vuejs/vuex/commit/91f3e69ed9e290cf91f8885c6d5ae2c97fa7ab81)) - Should vuex mapState print error message [#1093](https://togithub.com/vuejs/vuex/issues/1093) ([#1297](https://togithub.com/vuejs/vuex/issues/1297)) ([e5ca2d5](https://togithub.com/vuejs/vuex/commit/e5ca2d52e89a126bd48bd8a6003be77379960ea9)) - Warn about conflicts between state and module ([#1365](https://togithub.com/vuejs/vuex/issues/1365)) ([538ee58](https://togithub.com/vuejs/vuex/commit/538ee5803bbca2fc8077208fb30c8d56d8be5cae)) - **docs:** Clearify state object type ([#1601](https://togithub.com/vuejs/vuex/issues/1601)) ([de06f76](https://togithub.com/vuejs/vuex/commit/de06f76380e7429489c0eb15acc8e0b34a383860)) ##### Performance Improvements - Implementing a cache for the gettersProxy object creation ([#1546](https://togithub.com/vuejs/vuex/issues/1546)) ([4003382](https://togithub.com/vuejs/vuex/commit/40033825b7259c2e9b702bdf94e0b24ed4511d7c)) #### [3.1.1](https://togithub.com/vuejs/vuex/compare/v3.1.0...v3.1.1) (2019-05-08) ##### Bug Fixes - Memory leak happening while using registerModule/u… ([#1508](https://togithub.com/vuejs/vuex/issues/1508)) ([cb9986a](https://togithub.com/vuejs/vuex/commit/cb9986ae5a62e002a1d876e881ee5f31dd410888)), closes [issue#1507](https://togithub.com/issue/issues/1507) - **types:** Make mutation and action payload optional in definition file ([#1517](https://togithub.com/vuejs/vuex/issues/1517)) ([0e109e2](https://togithub.com/vuejs/vuex/commit/0e109e2a38dafdc0c2bd6bd3892bc66cfe252b16)), closes [#1491](https://togithub.com/vuejs/vuex/issues/1491) ##### Features - **devtool:** allow usage in non-browser environments ([#1404](https://togithub.com/vuejs/vuex/issues/1404)) ([665455f](https://togithub.com/vuejs/vuex/commit/665455f8daf8512e7adbf63c2842bc0b1e39efdb)) - **esm build:** build ES modules for browser ([#1533](https://togithub.com/vuejs/vuex/issues/1533)) ([d7c7f98](https://togithub.com/vuejs/vuex/commit/d7c7f9844831f98c5c9aaca213746c4ccc5d6929))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.