server icon indicating copy to clipboard operation
server copied to clipboard

chore(deps-dev): Bump @pinia/testing from 0.0.16 to 0.1.1

Open dependabot[bot] opened this issue 2 years ago • 3 comments

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 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)
Commits

Dependabot compatibility score

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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar May 17 '23 14:05 dependabot[bot]

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.

dependabot[bot] avatar May 17 '23 18:05 dependabot[bot]

/compile amend /

artonge avatar May 17 '23 18:05 artonge

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[bot] avatar May 20 '23 01:05 dependabot[bot]

@dependabot recreate

susnux avatar Jul 12 '23 14:07 susnux

https://github.com/nextcloud/server/pull/39336

susnux avatar Jul 12 '23 16:07 susnux

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.

dependabot[bot] avatar Jul 12 '23 16:07 dependabot[bot]