Skip to content

Commit

Permalink
Update dependency vuex to v3.6.2 (#46)
Browse files Browse the repository at this point in the history
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

<details>
<summary>vuejs/vuex (vuex)</summary>

###
[`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
([#&#8203;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
([#&#8203;1850](https://redirect.github.com/vuejs/vuex/issues/1850))
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;1358](https://redirect.github.com/vuejs/vuex/issues/1358))
([a39d076](https://redirect.github.com/vuejs/vuex/commit/a39d0767e4041cdd5cf8050774106c01d39024e0)),
closes
[vuejs/devtools-v6#678](https://redirect.github.com/vuejs/vue-devtools/issues/678)
- **types:** Add `devtools` to store options type
([#&#8203;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`
([#&#8203;1358](https://redirect.github.com/vuejs/vuex/issues/1358))
([a39d076](https://redirect.github.com/vuejs/vuex/commit/a39d0767e4041cdd5cf8050774106c01d39024e0))
- **logger:** `createLogger` can optionally log actions
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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…
([#&#8203;1554](https://redirect.github.com/vuejs/vuex/issues/1554))
([91f3e69](https://redirect.github.com/vuejs/vuex/commit/91f3e69ed9e290cf91f8885c6d5ae2c97fa7ab81))
- Should vuex mapState print error message
[#&#8203;1093](https://redirect.github.com/vuejs/vuex/issues/1093)
([#&#8203;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
([#&#8203;1365](https://redirect.github.com/vuejs/vuex/issues/1365))
([538ee58](https://redirect.github.com/vuejs/vuex/commit/538ee5803bbca2fc8077208fb30c8d56d8be5cae))
- **docs:** Clearify state object type
([#&#8203;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
([#&#8203;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…
([#&#8203;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
([#&#8203;1517](https://redirect.github.com/vuejs/vuex/issues/1517))
([0e109e2](https://redirect.github.com/vuejs/vuex/commit/0e109e2a38dafdc0c2bd6bd3892bc66cfe252b16)),
closes
[#&#8203;1491](https://redirect.github.com/vuejs/vuex/issues/1491)

##### Features

- **devtool:** allow usage in non-browser environments
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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…
([#&#8203;1554](https://redirect.github.com/vuejs/vuex/issues/1554))
([91f3e69](https://redirect.github.com/vuejs/vuex/commit/91f3e69ed9e290cf91f8885c6d5ae2c97fa7ab81))
- Should vuex mapState print error message
[#&#8203;1093](https://redirect.github.com/vuejs/vuex/issues/1093)
([#&#8203;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
([#&#8203;1365](https://redirect.github.com/vuejs/vuex/issues/1365))
([538ee58](https://redirect.github.com/vuejs/vuex/commit/538ee5803bbca2fc8077208fb30c8d56d8be5cae))
- **docs:** Clearify state object type
([#&#8203;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
([#&#8203;1546](https://redirect.github.com/vuejs/vuex/issues/1546))
([4003382](https://redirect.github.com/vuejs/vuex/commit/40033825b7259c2e9b702bdf94e0b24ed4511d7c))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent f908b81 commit e457a71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e457a71

Please sign in to comment.