From e457a71d200550a1308c8bd45fcb3aa7bbf089a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:28:31 +0800 Subject: [PATCH] Update dependency vuex to v3.6.2 (#46) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vuex](https://redirect.github.com/vuejs/vuex) | [`3.1.1` -> `3.6.2`](https://renovatebot.com/diffs/npm/vuex/3.1.1/3.6.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vuex/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vuex/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vuex/3.1.1/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vuex/3.1.1/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vuejs/vuex (vuex) ### [`v3.6.2`](https://redirect.github.com/vuejs/vuex/releases/tag/v3.6.2) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.6.1...v3.6.2) ##### Bug Fixes - **build:** fix wrong path name for the export module ([679313b](https://redirect.github.com/vuejs/vuex/commit/679313bf5e4de066f340a06ef9bfe08d1536fadd)) ### [`v3.6.1`](https://redirect.github.com/vuejs/vuex/releases/tag/v3.6.1) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.6.0...v3.6.1) ##### Bug Fixes - fix tree shaking notworking in webpack bundle ([#​1906](https://redirect.github.com/vuejs/vuex/issues/1906)) ([1dc2d1f](https://redirect.github.com/vuejs/vuex/commit/1dc2d1f21de42138053ea3281dde05487642a76d)) ### [`v3.6.0`](https://redirect.github.com/vuejs/vuex/releases/tag/v3.6.0) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.5.1...v3.6.0) ##### Bug Fixes - stop throwing an error on `hasModule` when parent does not exists ([#​1850](https://redirect.github.com/vuejs/vuex/issues/1850)) ([#​1851](https://redirect.github.com/vuejs/vuex/issues/1851)) ([12aabe4](https://redirect.github.com/vuejs/vuex/commit/12aabe4cc470916d40691097dcb95badb8212f5c)) ##### Features - **types:** adding logger type for logger plugin ([#​1853](https://redirect.github.com/vuejs/vuex/issues/1853)) ([cb3198d](https://redirect.github.com/vuejs/vuex/commit/cb3198d5998bdb11ef05dfa5ef98d5c5fa873089)) - **build:** enable named esm module import on node.js >= 14 ([#​1872](https://redirect.github.com/vuejs/vuex/issues/1872)) ([acddab2](https://redirect.github.com/vuejs/vuex/commit/acddab20769d1bb6125f2da78ac47561c682fc98)) ### [`v3.5.1`](https://redirect.github.com/vuejs/vuex/blob/HEAD/CHANGELOG.md#351-2020-06-29) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.5.0...v3.5.1) ### [`v3.5.0`](https://redirect.github.com/vuejs/vuex/blob/HEAD/CHANGELOG.md#350-2020-06-29) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.4.0...v3.5.0) ### [`v3.4.0`](https://redirect.github.com/vuejs/vuex/blob/HEAD/CHANGELOG.md#340-2020-05-11) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.3.0...v3.4.0) ### [`v3.3.0`](https://redirect.github.com/vuejs/vuex/blob/HEAD/CHANGELOG.md#330-2020-04-25) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.2.0...v3.3.0) ##### Bug Fixes - Prepend devtool handler ([#​1358](https://redirect.github.com/vuejs/vuex/issues/1358)) ([a39d076](https://redirect.github.com/vuejs/vuex/commit/a39d0767e4041cdd5cf8050774106c01d39024e0)), closes [vuejs/vue-devtools#678](https://redirect.github.com/vuejs/vue-devtools/issues/678) - **types:** Add `devtools` to store options type ([#​1478](https://redirect.github.com/vuejs/vuex/issues/1478)) ([38c11dc](https://redirect.github.com/vuejs/vuex/commit/38c11dcbaea7d7e661a1623cabb5aef7c6e47ba7)) ##### Features - Add `prepend` option for `subscribe` and `subscribeAction` ([#​1358](https://redirect.github.com/vuejs/vuex/issues/1358)) ([a39d076](https://redirect.github.com/vuejs/vuex/commit/a39d0767e4041cdd5cf8050774106c01d39024e0)) - **logger:** `createLogger` can optionally log actions ([#​987](https://redirect.github.com/vuejs/vuex/issues/987)) ([18be128](https://redirect.github.com/vuejs/vuex/commit/18be128ad933d1fca6da05c060f7664ce0c819ae)) ### [`v3.2.0`](https://redirect.github.com/vuejs/vuex/blob/HEAD/CHANGELOG.md#320-2020-04-19) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.1.3...v3.2.0) ##### Features - add Store#hasModule(path) API ([#​834](https://redirect.github.com/vuejs/vuex/issues/834)) ([d65d142](https://redirect.github.com/vuejs/vuex/commit/d65d14276e87aca17cfbd3fbf4af9e8dbb808f24)) #### [3.1.3](https://redirect.github.com/vuejs/vuex/compare/v3.1.2...v3.1.3) (2020-03-09) ##### Bug Fixes - Prevent invalidating subscription iterator ([#​1438](https://redirect.github.com/vuejs/vuex/issues/1438)) ([e012653](https://redirect.github.com/vuejs/vuex/commit/e0126533301febf66072f1865cf9a77778cf2176)) #### [3.1.2](https://redirect.github.com/vuejs/vuex/compare/v3.1.1...v3.1.2) (2019-11-10) ##### Bug Fixes - tweak mapping helper warning message ([#​1641](https://redirect.github.com/vuejs/vuex/issues/1641)) ([e60bc76](https://redirect.github.com/vuejs/vuex/commit/e60bc76154bb05c12b24342617b946d9a6e2f476)) - **types:** avoid broadening vue instance type when using map helpers ([#​1639](https://redirect.github.com/vuejs/vuex/issues/1639)) ([9a96720](https://redirect.github.com/vuejs/vuex/commit/9a9672050bcfee198c379069ec0e1b03ca6cb965)) - add warnings when the different namespaced modules has the same names… ([#​1554](https://redirect.github.com/vuejs/vuex/issues/1554)) ([91f3e69](https://redirect.github.com/vuejs/vuex/commit/91f3e69ed9e290cf91f8885c6d5ae2c97fa7ab81)) - Should vuex mapState print error message [#​1093](https://redirect.github.com/vuejs/vuex/issues/1093) ([#​1297](https://redirect.github.com/vuejs/vuex/issues/1297)) ([e5ca2d5](https://redirect.github.com/vuejs/vuex/commit/e5ca2d52e89a126bd48bd8a6003be77379960ea9)) - Warn about conflicts between state and module ([#​1365](https://redirect.github.com/vuejs/vuex/issues/1365)) ([538ee58](https://redirect.github.com/vuejs/vuex/commit/538ee5803bbca2fc8077208fb30c8d56d8be5cae)) - **docs:** Clearify state object type ([#​1601](https://redirect.github.com/vuejs/vuex/issues/1601)) ([de06f76](https://redirect.github.com/vuejs/vuex/commit/de06f76380e7429489c0eb15acc8e0b34a383860)) ##### Performance Improvements - Implementing a cache for the gettersProxy object creation ([#​1546](https://redirect.github.com/vuejs/vuex/issues/1546)) ([4003382](https://redirect.github.com/vuejs/vuex/commit/40033825b7259c2e9b702bdf94e0b24ed4511d7c)) #### [3.1.1](https://redirect.github.com/vuejs/vuex/compare/v3.1.0...v3.1.1) (2019-05-08) ##### Bug Fixes - Memory leak happening while using registerModule/u… ([#​1508](https://redirect.github.com/vuejs/vuex/issues/1508)) ([cb9986a](https://redirect.github.com/vuejs/vuex/commit/cb9986ae5a62e002a1d876e881ee5f31dd410888)), closes [issue#1507](https://redirect.github.com/issue/issues/1507) - **types:** Make mutation and action payload optional in definition file ([#​1517](https://redirect.github.com/vuejs/vuex/issues/1517)) ([0e109e2](https://redirect.github.com/vuejs/vuex/commit/0e109e2a38dafdc0c2bd6bd3892bc66cfe252b16)), closes [#​1491](https://redirect.github.com/vuejs/vuex/issues/1491) ##### Features - **devtool:** allow usage in non-browser environments ([#​1404](https://redirect.github.com/vuejs/vuex/issues/1404)) ([665455f](https://redirect.github.com/vuejs/vuex/commit/665455f8daf8512e7adbf63c2842bc0b1e39efdb)) - **esm build:** build ES modules for browser ([#​1533](https://redirect.github.com/vuejs/vuex/issues/1533)) ([d7c7f98](https://redirect.github.com/vuejs/vuex/commit/d7c7f9844831f98c5c9aaca213746c4ccc5d6929)) ### [`v3.1.3`](https://redirect.github.com/vuejs/vuex/blob/HEAD/CHANGELOG.md#313-2020-03-09) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.1.2...v3.1.3) ##### Bug Fixes - Prevent invalidating subscription iterator ([#​1438](https://redirect.github.com/vuejs/vuex/issues/1438)) ([e012653](https://redirect.github.com/vuejs/vuex/commit/e0126533301febf66072f1865cf9a77778cf2176)) ### [`v3.1.2`](https://redirect.github.com/vuejs/vuex/blob/HEAD/CHANGELOG.md#312-2019-11-10) [Compare Source](https://redirect.github.com/vuejs/vuex/compare/v3.1.1...v3.1.2) ##### Bug Fixes - tweak mapping helper warning message ([#​1641](https://redirect.github.com/vuejs/vuex/issues/1641)) ([e60bc76](https://redirect.github.com/vuejs/vuex/commit/e60bc76154bb05c12b24342617b946d9a6e2f476)) - **types:** avoid broadening vue instance type when using map helpers ([#​1639](https://redirect.github.com/vuejs/vuex/issues/1639)) ([9a96720](https://redirect.github.com/vuejs/vuex/commit/9a9672050bcfee198c379069ec0e1b03ca6cb965)) - add warnings when the different namespaced modules has the same names… ([#​1554](https://redirect.github.com/vuejs/vuex/issues/1554)) ([91f3e69](https://redirect.github.com/vuejs/vuex/commit/91f3e69ed9e290cf91f8885c6d5ae2c97fa7ab81)) - Should vuex mapState print error message [#​1093](https://redirect.github.com/vuejs/vuex/issues/1093) ([#​1297](https://redirect.github.com/vuejs/vuex/issues/1297)) ([e5ca2d5](https://redirect.github.com/vuejs/vuex/commit/e5ca2d52e89a126bd48bd8a6003be77379960ea9)) - Warn about conflicts between state and module ([#​1365](https://redirect.github.com/vuejs/vuex/issues/1365)) ([538ee58](https://redirect.github.com/vuejs/vuex/commit/538ee5803bbca2fc8077208fb30c8d56d8be5cae)) - **docs:** Clearify state object type ([#​1601](https://redirect.github.com/vuejs/vuex/issues/1601)) ([de06f76](https://redirect.github.com/vuejs/vuex/commit/de06f76380e7429489c0eb15acc8e0b34a383860)) ##### Performance Improvements - Implementing a cache for the gettersProxy object creation ([#​1546](https://redirect.github.com/vuejs/vuex/issues/1546)) ([4003382](https://redirect.github.com/vuejs/vuex/commit/40033825b7259c2e9b702bdf94e0b24ed4511d7c))
--- ### 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/madcodelife/prerender-demo). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 49c0f68..bd15e15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8759,9 +8759,9 @@ vue@^2.6.10: integrity sha1-pysaQqTYKnIepDjRtr9V5mGVxjc= vuex@^3.0.1: - version "3.1.1" - resolved "https://registry.npm.taobao.org/vuex/download/vuex-3.1.1.tgz#0c264bfe30cdbccf96ab9db3177d211828a5910e" - integrity sha1-DCZL/jDNvM+Wq52zF30hGCilkQ4= + version "3.6.2" + resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.6.2.tgz#236bc086a870c3ae79946f107f16de59d5895e71" + integrity sha512-ETW44IqCgBpVomy520DT5jf8n0zoCac+sxWnn+hMe/CzaSejb/eVw2YToiXYX+Ex/AuHHia28vWTq4goAexFbw== watchpack@^1.6.0: version "1.6.0"