Update dependency vuex to v4.1.0 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
vuex | dependencies | minor | 4.0.2 -> 4.1.0 |
Release Notes
vuejs/vuex
v4.1.0
Vue Core Version Requirement Change
This release contains an important fix (#1883) that relies on the effectScope
API from Vue core, which is only available in Vue 3.2+.
Bug Fixes
- build: node deprecated warning in export module (#2048) (397e9fb)
- getters being destroyed on component destroy (#1878) (#1883) (b2f851f)
4.0.2 (2021-06-17)
Bug Fixes
- devtools: fix no getters displayed on root module + better getters inspector (#1986) (bc20295)
-
build: cjs build failing due to
__VUE_MROD_DEVTOOLS__
defined (#1991) (#1992) (7151622)
4.0.1 (2021-05-24)
Features
- dx: add devtools integration (#1949)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.