Skip to content

Bump pinia from 0.0.7 to 0.3.1#6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/pinia-0.3.1
Closed

Bump pinia from 0.0.7 to 0.3.1#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/pinia-0.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 30, 2021

Copy link
Copy Markdown

Bumps pinia from 0.0.7 to 0.3.1.

Release notes

Sourced from pinia's releases.

v0.3.1

Please refer to CHANGELOG.md for details.

🚀 Release 0.1.0

  • feat: access the state and getters through this (#190) (7bb7733)
  • refactor: use defineComponent (cae8fca)

Breaking changes

There is no longer a state property on the store, you need to directly access any property

store.state.counter
// becomes
store.counter

getters no longer receive parameters, directly call this.myState to read state and other getters:

getters: {
  doubleCount: state => state.counter * 2
  // becomes
  doubleCounte() {
    return this.counter * 2
  }
}

More at #190

🚀 Release 0.1.0-alpha.1

  • refactor: rename details about branch (786ea50)
  • Merge branch 'master' into next (d1285e3)
  • chore: up deps (957ae31)
  • docs: update demo link (2361d8f)
  • docs: clearer implications of where to call useStore (1d6aee1)
  • chore(deps-dev): bump rollup from 1.29.0 to 1.29.1 (c3454fe)
  • chore(deps-dev): bump @​typescript-eslint/eslint-plugin (695f1fa)
  • chore(deps-dev): bump codecov from 3.6.1 to 3.6.2 (16fcc42)
  • chore(deps-dev): bump @​typescript-eslint/parser from 2.16.0 to 2.17.0 (331071a)
  • chore(deps-dev): bump @​types/jest from 24.9.0 to 24.9.1 (a00ccd8)
  • chore(deps-dev): bump jest and ts-jest (29ec77f)
  • feat: make it work with vue 3 (54505cb)
Changelog

Sourced from pinia's changelog.

0.3.1 (2021-04-10)

Bug Fixes

  • store: avoid multiple subscriptions call (60df4d5), closes #429 #430
  • subscribe: remove subscription when unmounted (455ad95)

0.3.0 (2021-04-09)

Bug Fixes

  • types: enable autocomplete in object (5012611)

Features

0.2.5 (2021-04-01)

Features

  • allow passing a function to $patch (3be1c81)
  • types: generic on PiniaCustomProperties (9fedc04)

0.2.4 (2021-03-31)

Bug Fixes

  • nuxt: automatically transpile pinia (7c03691)

0.2.3 (2021-03-31)

Bug Fixes

  • types: add PiniaCustomProperties to stores (a12d96d)
  • types: pass custom properties to actions and getters (6a5326f)

0.2.2 (2021-03-31)

This build exposes the exports option in package.json, please report any errors you find.

Bug Fixes

... (truncated)

Commits
  • cf5b221 release: v0.3.1
  • 1cfb3c2 test: ignore global.d.ts
  • 455ad95 fix(subscribe): remove subscription when unmounted
  • 7622926 style: const
  • 60df4d5 fix(store): avoid multiple subscriptions call
  • 4cca805 release: v0.3.0
  • ecc8e77 chore: mark mapGetters as deprecated
  • 6eb04da feat: mapWritableState
  • 62b1d75 chore: comment [skip ci]
  • 6e09db6 feat(mapState): accept functions
  • 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 [pinia](https://github.com/posva/pinia) from 0.0.7 to 0.3.1.
- [Release notes](https://github.com/posva/pinia/releases)
- [Changelog](https://github.com/posva/pinia/blob/v0.3.1/CHANGELOG.md)
- [Commits](vuejs/pinia@0.0.7...v0.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 30, 2021
@dependabot @github

dependabot Bot commented on behalf of github May 12, 2021

Copy link
Copy Markdown
Author

Superseded by #8.

@dependabot dependabot Bot closed this May 12, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/pinia-0.3.1 branch May 12, 2021 06:59
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