Update dependency vuex to v3.6.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
vuex | dependencies | minor | 3.0.1 -> 3.6.2 |
Release Notes
vuejs/vuex (vuex)
v3.6.2
Bug Fixes
- build: fix wrong path name for the export module (679313b)
v3.6.1
Bug Fixes
v3.6.0
Bug Fixes
Features
- types: adding logger type for logger plugin (#1853) (cb3198d)
- build: enable named esm module import on node.js >= 14 (#1872) (acddab2)
v3.5.1
v3.5.0
v3.4.0
v3.3.0
Bug Fixes
- Prepend devtool handler (#1358) (a39d076), closes vuejs/vue-devtools#678
-
types: Add
devtools
to store options type (#1478) (38c11dc)
Features
- Add
prepend
option forsubscribe
andsubscribeAction
(#1358) (a39d076) -
logger:
createLogger
can optionally log actions (#987) (18be128)
v3.2.0
Features
3.1.3 (2020-03-09)
Bug Fixes
3.1.2 (2019-11-10)
Bug Fixes
- tweak mapping helper warning message (#1641) (e60bc76)
- types: avoid broadening vue instance type when using map helpers (#1639) (9a96720)
- add warnings when the different namespaced modules has the same names… (#1554) (91f3e69)
- Should vuex mapState print error message #1093 (#1297) (e5ca2d5)
- Warn about conflicts between state and module (#1365) (538ee58)
- docs: Clearify state object type (#1601) (de06f76)
Performance Improvements
3.1.1 (2019-05-08)
Bug Fixes
- Memory leak happening while using registerModule/u… (#1508) (cb9986a), closes issue#1507
- types: Make mutation and action payload optional in definition file (#1517) (0e109e2), closes #1491
Features
- devtool: allow usage in non-browser environments (#1404) (665455f)
- esm build: build ES modules for browser (#1533) (d7c7f98)
v3.1.3
Bug Fixes
v3.1.2
Bug Fixes
- tweak mapping helper warning message (#1641) (e60bc76)
- types: avoid broadening vue instance type when using map helpers (#1639) (9a96720)
- add warnings when the different namespaced modules has the same names… (#1554) (91f3e69)
- Should vuex mapState print error message #1093 (#1297) (e5ca2d5)
- Warn about conflicts between state and module (#1365) (538ee58)
- docs: Clearify state object type (#1601) (de06f76)
Performance Improvements
v3.1.1
Bug Fixes
- Memory leak happening while using registerModule/u… (#1508) (cb9986a), closes issue#1507
- types: Make mutation and action payload optional in definition file (#1517) (0e109e2), closes #1491
Features
- devtool: allow usage in non-browser environments (#1404) (665455f)
- esm build: build ES modules for browser (#1533) (d7c7f98)
v3.1.0
Bug Fixes
- types: add helpers to default export type declaration as in sources (#1408) (404d0de)
- types: add type annotation for the context of actions (#1322) (d1b5c66)
-
types: allow a function type for root
state
option (#1132) (d39791b) - Add key to v-for (#1369) (a9bd047)
- avoid to call root state function twice (#1034) (86677eb)
- fix #1032, relax vue typing in helpers (#1044) (7c7ed1d)
Features
- add ability to turn off devtools on vuex by passing an off options (#1407) (be75d41)
- ensure errors in action subscribers do not break actions (acd7249)
Reverts
3.0.1 (2017-11-01)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate-bot