robinvdvleuten / vuex-persistedstate

💾 Persist and rehydrate your Vuex state between page reloads.
https://npm.im/vuex-persistedstate
MIT License
5.76k stars 378 forks source link

Bump vuex from 3.5.1 to 3.6.0 #373

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps vuex from 3.5.1 to 3.6.0.

Release notes

Sourced from vuex's releases.

v3.6.0

Bug Fixes

  • stop throwing an error on hasModule when parent does not exists (#1850) (#1851) (12aabe4)

Features

  • types: adding logger type for logger plugin (#1853) (cb3198d)
  • build: enable named esm module import on node.js >= 14 (#1872) (acddab2)
Changelog

Sourced from vuex's changelog.

3.6.0 (2020-11-25)

Bug Fixes

  • stop throwing an error on hasModule when parent does not exists (#1850) (#1851) (12aabe4)

Features

  • types: adding logger type for logger plugin (#1853) (cb3198d)
  • build: enable named esm module import on node.js >= 14 (#1872) (acddab2)
Commits
  • c9dbb13 release: v3.6.0
  • 233b500 docs: add more clarity for getters in a module usage (#1874)
  • 8d2ba4d chore: add confirmation step when generating the changelog
  • b22b062 docs(ptbr): fix translations (#1885)
  • acddab2 feat(build): enable named esm module import on node.js >= 14 (#1872)
  • 658359f chore: add more info to README
  • e9ac8c3 docs: add link and mention about vuex 4
  • ac6041a build: update vuepress
  • f79d3e3 docs: include mutations in the Vuex 4.x example (#1868)
  • 9da13d8 Include mutations in the Vuex 4.x example
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kiaking, a new releaser for vuex since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)