Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

fix(deps): bump vuex-module-decorators from 1.0.1 to 2.0.0 #131

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2021

Bumps vuex-module-decorators from 1.0.1 to 2.0.0.

Changelog

Sourced from vuex-module-decorators's changelog.

CHANGELOG

If (beta) or (alpha) is marked in front of any release, it can be installed as npm install vuex-module-decorators@beta (or alpha similar).

1.1.1

  • fix deployment issues when installing directly from git

1.1.0

  • add access to state and getters in MutationAction

1.0.0

0.17.0

  • allow changing rawError default across project via global config

0.14.0

  • support for preserveState: true in module options to use vuex-persist (OPTIONAL)

0.13.0

  • tslib update, latest versions of all typescript compilers and runtimes

0.11.0

  • fix support for SSR (with NUXT)

0.10.0

  • Updated to TypeScript 3.5

0.9.9

  • added github actions

0.9.5

  • more typesafe @MutationAction
    • you cannot mutate keys not in the module
    • the returned object must be a partial of the module

0.9.4

  • initializing properties with null and then running @MutationAction is possible now

0.9.3

  • we will distribute in ES5 as a lot of people still use ES5 target for their websites

... (truncated)

Commits
  • 115c24a 2.0.0
  • cb96f75 chore: update deps
  • b94b8de Merge branch 'vue2-vuex3'
  • 2bebb34 1.2.0
  • c9bc5e2 chore: add postinstall banner for donations and asking for 2.x upgrade
  • afa358a UPGRADE: support for Vue3 and Vuex4git add -A
  • d667cc2 get it working with the latest fixes
  • f25bd5d fix access to this in mutationaction
  • 2e83e1a Merge pull request #338 from filips123/skip-mutationaction
  • 474ac08 Merge branch 'master' into skip-mutationaction
  • Additional commits viewable in compare view

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)

Bumps [vuex-module-decorators](https://github.com/championswimmer/vuex-module-decorators) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/championswimmer/vuex-module-decorators/releases)
- [Changelog](https://github.com/championswimmer/vuex-module-decorators/blob/master/CHANGELOG.md)
- [Commits](championswimmer/vuex-module-decorators@v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: vuex-module-decorators
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 23, 2021
@dependabot dependabot bot requested a review from Dosugamea November 23, 2021 00:31
@dependabot dependabot bot changed the base branch from develop to main January 9, 2022 10:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant