Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shvl and vuex-persistedstate #83

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps shvl to 2.0.3 and updates ancestor dependency vuex-persistedstate. These dependencies need to be updated together.

Updates shvl from 1.3.1 to 2.0.3

Release notes

Sourced from shvl's releases.

v2.0.3

Patches

  • Fix assignment to constructor and prototype: 4ed0edfa70f7778556f7b7e9ef1ee5d6d002fce2

v2.0.2

Patches

  • Fix assignment to proto. Closes #34: 513c0848774dfb114ad0d0554abf7927cfdd569e

v2.0.1

Patches

  • Clone path array instead of mutating argument. Fixes #8: 78283ca951c436b877d609ceb46a2d420db23493

v2.0.0

Major Changes

  • Add val parameter to set in Typescript file: #6

Minor Changes

  • Updated microbundle to its latest version: 6f8611f941b1aa7ea907bf2f2454d505768c19fc

Credits

Huge thanks to @​ajenkinski for helping!

Commits
  • 646d35e Release v2.0.3 🎉
  • 4ed0edf Fix assignment to constructor and prototype. Closes #35.
  • 935e889 Release v2.0.2 🎉
  • 513c084 Fix assignment to proto. Closes #34.
  • 0377969 chore: ignore lockfile
  • b44c124 chore: update GA workflow
  • f6c3439 Bump microbundle from 0.12.4 to 0.13.0 (#33)
  • 10ee2fc Bump @​babel/preset-env from 7.12.10 to 7.12.11 (#32)
  • fc7d4e9 Bump @​babel/preset-env from 7.12.7 to 7.12.10 (#31)
  • f7098a7 Bump @​babel/core from 7.12.9 to 7.12.10 (#30)
  • Additional commits viewable in compare view

Updates vuex-persistedstate from 2.5.4 to 2.7.1

Release notes

Sourced from vuex-persistedstate's releases.

v2.7.1

Patches

  • Indicate if state should be fetched from storage before usage (24aff6980df301d1815ab513e0b64ae85c5abc79)

v2.7.0

Minor Changes

  • Add rehydrated callback: #207
  • Handle dynamically registered modules: #225
  • Update deepmerge to its latest version: 30f6b626e0d5816431677b20f7e83581653aba6f
  • Update shvl to its latest version: b036e2b1ba2dba5912647644020fd3c0b5c915a2

Credits

Huge thanks to @​nelsliu9121 and @​boris-graeff for helping!

v2.6.0

Minor Changes

  • Improve Nuxt.js example to support nuxt generate: #170
  • Updated all dependencies to their latest versions: 785899301e30f4219da3c92e04b69477af742f9a
  • Add missing arrayMerger interface: #186
  • Example of encrypted local storage: #217
  • Function getItem should return something: #220

Credits

Huge thanks to @​Atinux, @​JakubKoralewski, @​macarthuror, and @​zgayjjf for helping!

Commits
  • a03692c v2.7.1 🎉
  • 275f1bd Update husky to its latest version
  • 24aff69 Indicate if state should be fetched from storage before usage
  • 471cf83 v2.7.0 🎉
  • f5e5dcb Use latest LTS version when testing
  • b036e2b Update shvl to its latest version
  • 30f6b62 Update deepmerge to its latest version
  • d49a824 Add contributors to README
  • a0427e5 Add contributing guidelines
  • 2975b4b Update issue and pr templates
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [shvl](https://github.com/robinvdvleuten/shvl) to 2.0.3 and updates ancestor dependency [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate). These dependencies need to be updated together.


Updates `shvl` from 1.3.1 to 2.0.3
- [Release notes](https://github.com/robinvdvleuten/shvl/releases)
- [Changelog](https://github.com/robinvdvleuten/shvl/blob/master/CHANGELOG.md)
- [Commits](robinvdvleuten/shvl@v1.3.1...v2.0.3)

Updates `vuex-persistedstate` from 2.5.4 to 2.7.1
- [Release notes](https://github.com/robinvdvleuten/vuex-persistedstate/releases)
- [Changelog](https://github.com/robinvdvleuten/vuex-persistedstate/blob/master/CHANGELOG.md)
- [Commits](robinvdvleuten/vuex-persistedstate@v2.5.4...v2.7.1)

---
updated-dependencies:
- dependency-name: shvl
  dependency-type: indirect
- dependency-name: vuex-persistedstate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants