chore(deps-dev): Bump @pinia/testing from 0.0.16 to 0.1.1
Bumps @pinia/testing from 0.0.16 to 0.1.1.
Release notes
Sourced from @pinia/testing's releases.
🚀 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
stateproperty on the store, you need to directly access any propertystore.state.counter // becomes store.counter
gettersno longer receive parameters, directly callthis.myStateto 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/parserfrom 2.16.0 to 2.17.0 (331071a)- chore(deps-dev): bump
@types/jestfrom 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)
Commits
31b8f11release:@pinia/nuxt@0.4.11 [email protected]@pinia/testing@0.1.1014869bdocs: using inject within setup stores1f115a1chore: importsf28b8fbtest: add test utils testc24d945chore: comment in testingcc84805chore: add playground tests4c26573chore: remove playground code94527a8chore: remove old composables2fb8890chore: cleanup playground4570274refactor: types- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
/compile amend /
A newer version of @pinia/testing exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@dependabot recreate
https://github.com/nextcloud/server/pull/39336
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.