]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/log
thirdparty/vuejs/pinia.git
4 years agochore(deps-dev): bump @types/node from 14.14.20 to 14.14.21 336/head
dependabot[bot] [Mon, 18 Jan 2021 05:09:43 +0000 (05:09 +0000)] 
chore(deps-dev): bump @types/node from 14.14.20 to 14.14.21

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.20 to 14.14.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore: readme [skip ci]
Eduardo San Martin Morote [Sat, 16 Jan 2021 21:04:23 +0000 (22:04 +0100)] 
chore: readme [skip ci]

4 years agochore: up sponsors
Eduardo San Martin Morote [Sat, 16 Jan 2021 20:53:03 +0000 (21:53 +0100)] 
chore: up sponsors

4 years agoMerge pull request #330 from posva/dependabot/npm_and_yarn/types/node-14.14.20
dependabot[bot] [Mon, 11 Jan 2021 05:11:47 +0000 (05:11 +0000)] 
Merge pull request #330 from posva/dependabot/npm_and_yarn/types/node-14.14.20

4 years agoMerge pull request #331 from posva/dependabot/npm_and_yarn/types/jest-26.0.20
dependabot[bot] [Mon, 11 Jan 2021 05:11:06 +0000 (05:11 +0000)] 
Merge pull request #331 from posva/dependabot/npm_and_yarn/types/jest-26.0.20

4 years agoMerge pull request #329 from posva/dependabot/npm_and_yarn/rollup-2.36.1
dependabot[bot] [Mon, 11 Jan 2021 05:10:15 +0000 (05:10 +0000)] 
Merge pull request #329 from posva/dependabot/npm_and_yarn/rollup-2.36.1

4 years agoMerge pull request #328 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.14
dependabot[bot] [Mon, 11 Jan 2021 05:09:35 +0000 (05:09 +0000)] 
Merge pull request #328 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.14

4 years agochore(deps-dev): bump @types/jest from 26.0.19 to 26.0.20 331/head
dependabot[bot] [Mon, 11 Jan 2021 05:09:05 +0000 (05:09 +0000)] 
chore(deps-dev): bump @types/jest from 26.0.19 to 26.0.20

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.19 to 26.0.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @types/node from 14.14.19 to 14.14.20 330/head
dependabot[bot] [Mon, 11 Jan 2021 05:08:53 +0000 (05:08 +0000)] 
chore(deps-dev): bump @types/node from 14.14.19 to 14.14.20

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.19 to 14.14.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump rollup from 2.35.1 to 2.36.1 329/head
dependabot[bot] [Mon, 11 Jan 2021 05:08:41 +0000 (05:08 +0000)] 
chore(deps-dev): bump rollup from 2.35.1 to 2.36.1

Bumps [rollup](https://github.com/rollup/rollup) from 2.35.1 to 2.36.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.35.1...v2.36.1)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @vue/test-utils 328/head
dependabot[bot] [Mon, 11 Jan 2021 05:08:26 +0000 (05:08 +0000)] 
chore(deps-dev): bump @vue/test-utils

Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 2.0.0-beta.13 to 2.0.0-beta.14.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/HEAD/packages/test-utils)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agofeat: enable calling `useStore()` in client
Eduardo San Martin Morote [Thu, 7 Jan 2021 16:23:03 +0000 (17:23 +0100)] 
feat: enable calling `useStore()` in client

4 years agobuild: better tree shake
Eduardo San Martin Morote [Thu, 7 Jan 2021 16:22:43 +0000 (17:22 +0100)] 
build: better tree shake

4 years agorefactor: remove getRootState
Eduardo San Martin Morote [Thu, 7 Jan 2021 16:20:07 +0000 (17:20 +0100)] 
refactor: remove getRootState

BREAKING_CHANGE: Since req as a parameter was replacetd with `pinia`, `getRootState` is no longer necessary. Replace it with `pinia.state.value` to read the root state`

4 years agoci: fix changelog link
Eduardo San Martin Morote [Thu, 7 Jan 2021 13:55:11 +0000 (14:55 +0100)] 
ci: fix changelog link

Close #327

4 years agorefactor: remove setStateProvider()
Eduardo San Martin Morote [Tue, 5 Jan 2021 14:54:04 +0000 (15:54 +0100)] 
refactor: remove setStateProvider()

BREAKING_CHANGE: `setStateProvider()` has been removed as you you can
directly set `pinia.state.value` instead. This affects SSR
implementations in particular.

4 years agofeat: store plugins
Eduardo San Martin Morote [Tue, 5 Jan 2021 14:53:54 +0000 (15:53 +0100)] 
feat: store plugins

4 years agochore: fix command
Eduardo San Martin Morote [Tue, 5 Jan 2021 13:36:48 +0000 (14:36 +0100)] 
chore: fix command

4 years agoMerge pull request #326 from posva/dependabot/npm_and_yarn/vue-3.0.5
dependabot[bot] [Mon, 4 Jan 2021 05:11:52 +0000 (05:11 +0000)] 
Merge pull request #326 from posva/dependabot/npm_and_yarn/vue-3.0.5

4 years agoMerge pull request #325 from posva/dependabot/npm_and_yarn/types/node-14.14.19
dependabot[bot] [Mon, 4 Jan 2021 05:11:03 +0000 (05:11 +0000)] 
Merge pull request #325 from posva/dependabot/npm_and_yarn/types/node-14.14.19

4 years agochore(deps-dev): bump vue from 3.0.4 to 3.0.5 326/head
dependabot[bot] [Mon, 4 Jan 2021 05:10:01 +0000 (05:10 +0000)] 
chore(deps-dev): bump vue from 3.0.4 to 3.0.5

Bumps [vue](https://github.com/vuejs/vue) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @types/node from 14.14.16 to 14.14.19 325/head
dependabot[bot] [Mon, 4 Jan 2021 05:09:31 +0000 (05:09 +0000)] 
chore(deps-dev): bump @types/node from 14.14.16 to 14.14.19

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.16 to 14.14.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agorelease: v2.0.0-alpha.6 v2.0.0-alpha.6
Eduardo San Martin Morote [Thu, 31 Dec 2020 19:20:34 +0000 (20:20 +0100)] 
release: v2.0.0-alpha.6

4 years agofeat(types): export used types
Eduardo San Martin Morote [Thu, 31 Dec 2020 14:45:16 +0000 (15:45 +0100)] 
feat(types): export used types

Close #315

4 years agochore: comments typos
Eduardo San Martin Morote [Thu, 31 Dec 2020 14:27:39 +0000 (15:27 +0100)] 
chore: comments typos

4 years agofix: correct lifespan of stores
Eduardo San Martin Morote [Thu, 31 Dec 2020 14:18:07 +0000 (15:18 +0100)] 
fix: correct lifespan of stores

Fix #255

BREAKING CHANGE: `setActiveReq()` has been renamed to
`setActivePinia()`. And now receives the application's pinia as the
first parameter instead of an arbitrary object (like a Node http
    request). **This affects particularily users doing SSR** but also
enables them to write universal code.

4 years agochore(deps): bump node-notifier from 8.0.0 to 8.0.1 (#320)
dependabot[bot] [Tue, 29 Dec 2020 23:11:19 +0000 (00:11 +0100)] 
chore(deps): bump node-notifier from 8.0.0 to 8.0.1 (#320)

Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agochore(deps): bump ini from 1.3.5 to 1.3.8 (#310)
dependabot[bot] [Tue, 29 Dec 2020 23:11:11 +0000 (00:11 +0100)] 
chore(deps): bump ini from 1.3.5 to 1.3.8 (#310)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agoMerge pull request #324 from posva/dependabot/npm_and_yarn/nuxt/types-2.14.12
dependabot[bot] [Mon, 28 Dec 2020 07:37:02 +0000 (07:37 +0000)] 
Merge pull request #324 from posva/dependabot/npm_and_yarn/nuxt/types-2.14.12

4 years agochore(deps-dev): bump @nuxt/types from 2.14.11 to 2.14.12 324/head
dependabot[bot] [Mon, 28 Dec 2020 07:34:53 +0000 (07:34 +0000)] 
chore(deps-dev): bump @nuxt/types from 2.14.11 to 2.14.12

Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.14.11 to 2.14.12.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.11...v2.14.12)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #323 from posva/dependabot/npm_and_yarn/lint-staged-10.5.3
dependabot[bot] [Mon, 28 Dec 2020 05:08:04 +0000 (05:08 +0000)] 
Merge pull request #323 from posva/dependabot/npm_and_yarn/lint-staged-10.5.3

4 years agoMerge pull request #322 from posva/dependabot/npm_and_yarn/vue/devtools-api-6.0.0...
dependabot[bot] [Mon, 28 Dec 2020 05:07:43 +0000 (05:07 +0000)] 
Merge pull request #322 from posva/dependabot/npm_and_yarn/vue/devtools-api-6.0.0-beta.3

4 years agoMerge pull request #321 from posva/dependabot/npm_and_yarn/types/node-14.14.16
dependabot[bot] [Mon, 28 Dec 2020 05:07:02 +0000 (05:07 +0000)] 
Merge pull request #321 from posva/dependabot/npm_and_yarn/types/node-14.14.16

4 years agochore(deps-dev): bump lint-staged from 10.5.2 to 10.5.3 323/head
dependabot[bot] [Mon, 28 Dec 2020 05:05:44 +0000 (05:05 +0000)] 
chore(deps-dev): bump lint-staged from 10.5.2 to 10.5.3

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.2 to 10.5.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.2...v10.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @vue/devtools-api 322/head
dependabot[bot] [Mon, 28 Dec 2020 05:05:34 +0000 (05:05 +0000)] 
chore(deps-dev): bump @vue/devtools-api

Bumps [@vue/devtools-api](https://github.com/vuejs/vue-devtools/tree/HEAD/packages/api) from 6.0.0-beta.2 to 6.0.0-beta.3.
- [Release notes](https://github.com/vuejs/vue-devtools/releases)
- [Commits](https://github.com/vuejs/vue-devtools/commits/v6.0.0-beta.3/packages/api)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @types/node from 14.14.14 to 14.14.16 321/head
dependabot[bot] [Mon, 28 Dec 2020 05:05:25 +0000 (05:05 +0000)] 
chore(deps-dev): bump @types/node from 14.14.14 to 14.14.16

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.14 to 14.14.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #319 from posva/dependabot/npm_and_yarn/rollup/plugin-node-resolve...
dependabot[bot] [Mon, 21 Dec 2020 05:10:46 +0000 (05:10 +0000)] 
Merge pull request #319 from posva/dependabot/npm_and_yarn/rollup/plugin-node-resolve-11.0.1

4 years agoMerge pull request #318 from posva/dependabot/npm_and_yarn/rollup-2.35.1
dependabot[bot] [Mon, 21 Dec 2020 05:09:59 +0000 (05:09 +0000)] 
Merge pull request #318 from posva/dependabot/npm_and_yarn/rollup-2.35.1

4 years agoMerge pull request #316 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.13
dependabot[bot] [Mon, 21 Dec 2020 05:09:31 +0000 (05:09 +0000)] 
Merge pull request #316 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.13

4 years agoMerge pull request #317 from posva/dependabot/npm_and_yarn/types/node-14.14.14
dependabot[bot] [Mon, 21 Dec 2020 05:09:21 +0000 (05:09 +0000)] 
Merge pull request #317 from posva/dependabot/npm_and_yarn/types/node-14.14.14

4 years agochore(deps-dev): bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 319/head
dependabot[bot] [Mon, 21 Dec 2020 05:08:37 +0000 (05:08 +0000)] 
chore(deps-dev): bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v11.0.0...commonjs-v11.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump rollup from 2.34.2 to 2.35.1 318/head
dependabot[bot] [Mon, 21 Dec 2020 05:08:20 +0000 (05:08 +0000)] 
chore(deps-dev): bump rollup from 2.34.2 to 2.35.1

Bumps [rollup](https://github.com/rollup/rollup) from 2.34.2 to 2.35.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.34.2...v2.35.1)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @types/node from 14.14.10 to 14.14.14 317/head
dependabot[bot] [Mon, 21 Dec 2020 05:08:05 +0000 (05:08 +0000)] 
chore(deps-dev): bump @types/node from 14.14.10 to 14.14.14

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.10 to 14.14.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @vue/test-utils 316/head
dependabot[bot] [Mon, 21 Dec 2020 05:07:46 +0000 (05:07 +0000)] 
chore(deps-dev): bump @vue/test-utils

Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 2.0.0-beta.12 to 2.0.0-beta.13.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/HEAD/packages/test-utils)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #313 from posva/dependabot/npm_and_yarn/typescript-4.1.3
dependabot[bot] [Mon, 14 Dec 2020 08:35:41 +0000 (08:35 +0000)] 
Merge pull request #313 from posva/dependabot/npm_and_yarn/typescript-4.1.3

4 years agoMerge pull request #312 from posva/dependabot/npm_and_yarn/nuxt/types-2.14.11
dependabot[bot] [Mon, 14 Dec 2020 08:34:39 +0000 (08:34 +0000)] 
Merge pull request #312 from posva/dependabot/npm_and_yarn/nuxt/types-2.14.11

4 years agochore(deps-dev): bump typescript from 4.1.2 to 4.1.3 313/head
dependabot[bot] [Mon, 14 Dec 2020 07:15:06 +0000 (07:15 +0000)] 
chore(deps-dev): bump typescript from 4.1.2 to 4.1.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @nuxt/types from 2.14.7 to 2.14.11 312/head
dependabot[bot] [Mon, 14 Dec 2020 07:14:59 +0000 (07:14 +0000)] 
chore(deps-dev): bump @nuxt/types from 2.14.7 to 2.14.11

Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.14.7 to 2.14.11.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.7...v2.14.11)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #314 from posva/dependabot/npm_and_yarn/types/jest-26.0.19
dependabot[bot] [Mon, 14 Dec 2020 05:10:14 +0000 (05:10 +0000)] 
Merge pull request #314 from posva/dependabot/npm_and_yarn/types/jest-26.0.19

4 years agoMerge pull request #311 from posva/dependabot/npm_and_yarn/microsoft/api-extractor...
dependabot[bot] [Mon, 14 Dec 2020 05:08:51 +0000 (05:08 +0000)] 
Merge pull request #311 from posva/dependabot/npm_and_yarn/microsoft/api-extractor-7.12.1

4 years agochore(deps-dev): bump @types/jest from 26.0.16 to 26.0.19 314/head
dependabot[bot] [Mon, 14 Dec 2020 05:07:52 +0000 (05:07 +0000)] 
chore(deps-dev): bump @types/jest from 26.0.16 to 26.0.19

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.16 to 26.0.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @microsoft/api-extractor from 7.12.0 to 7.12.1 311/head
dependabot[bot] [Mon, 14 Dec 2020 05:06:52 +0000 (05:06 +0000)] 
chore(deps-dev): bump @microsoft/api-extractor from 7.12.0 to 7.12.1

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.12.0 to 7.12.1.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.12.0...@microsoft/api-extractor_v7.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #308 from posva/dependabot/npm_and_yarn/rollup/plugin-node-resolve...
dependabot[bot] [Mon, 7 Dec 2020 08:37:43 +0000 (08:37 +0000)] 
Merge pull request #308 from posva/dependabot/npm_and_yarn/rollup/plugin-node-resolve-11.0.0

4 years agoMerge pull request #304 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.12
dependabot[bot] [Mon, 7 Dec 2020 08:36:55 +0000 (08:36 +0000)] 
Merge pull request #304 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.12

4 years agochore(deps-dev): bump @rollup/plugin-node-resolve from 9.0.0 to 11.0.0 308/head
dependabot[bot] [Mon, 7 Dec 2020 08:36:07 +0000 (08:36 +0000)] 
chore(deps-dev): bump @rollup/plugin-node-resolve from 9.0.0 to 11.0.0

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 9.0.0 to 11.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v9.0.0...commonjs-v11.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @vue/test-utils 304/head
dependabot[bot] [Mon, 7 Dec 2020 08:35:07 +0000 (08:35 +0000)] 
chore(deps-dev): bump @vue/test-utils

Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 2.0.0-beta.11 to 2.0.0-beta.12.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/HEAD/packages/test-utils)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #307 from posva/dependabot/npm_and_yarn/types/jest-26.0.16
dependabot[bot] [Mon, 7 Dec 2020 08:34:10 +0000 (08:34 +0000)] 
Merge pull request #307 from posva/dependabot/npm_and_yarn/types/jest-26.0.16

4 years agochore(deps-dev): bump @types/jest from 26.0.15 to 26.0.16 307/head
dependabot[bot] [Mon, 7 Dec 2020 08:21:32 +0000 (08:21 +0000)] 
chore(deps-dev): bump @types/jest from 26.0.15 to 26.0.16

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.15 to 26.0.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #306 from posva/dependabot/npm_and_yarn/rollup/plugin-commonjs...
dependabot[bot] [Mon, 7 Dec 2020 05:16:57 +0000 (05:16 +0000)] 
Merge pull request #306 from posva/dependabot/npm_and_yarn/rollup/plugin-commonjs-17.0.0

4 years agoMerge pull request #305 from posva/dependabot/npm_and_yarn/microsoft/api-extractor...
dependabot[bot] [Mon, 7 Dec 2020 05:16:47 +0000 (05:16 +0000)] 
Merge pull request #305 from posva/dependabot/npm_and_yarn/microsoft/api-extractor-7.12.0

4 years agoMerge pull request #303 from posva/dependabot/npm_and_yarn/rollup-2.34.2
dependabot[bot] [Mon, 7 Dec 2020 05:16:18 +0000 (05:16 +0000)] 
Merge pull request #303 from posva/dependabot/npm_and_yarn/rollup-2.34.2

4 years agoMerge pull request #302 from posva/dependabot/npm_and_yarn/vue-3.0.4
dependabot[bot] [Mon, 7 Dec 2020 05:15:33 +0000 (05:15 +0000)] 
Merge pull request #302 from posva/dependabot/npm_and_yarn/vue-3.0.4

4 years agochore(deps-dev): bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 306/head
dependabot[bot] [Mon, 7 Dec 2020 05:15:27 +0000 (05:15 +0000)] 
chore(deps-dev): bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 16.0.0 to 17.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v16.0.0...commonjs-v17.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @microsoft/api-extractor from 7.11.4 to 7.12.0 305/head
dependabot[bot] [Mon, 7 Dec 2020 05:15:13 +0000 (05:15 +0000)] 
chore(deps-dev): bump @microsoft/api-extractor from 7.11.4 to 7.12.0

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.11.4 to 7.12.0.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.11.4...@microsoft/api-extractor_v7.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump rollup from 2.33.3 to 2.34.2 303/head
dependabot[bot] [Mon, 7 Dec 2020 05:14:26 +0000 (05:14 +0000)] 
chore(deps-dev): bump rollup from 2.33.3 to 2.34.2

Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.33.3...v2.34.2)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump vue from 3.0.3 to 3.0.4 302/head
dependabot[bot] [Mon, 7 Dec 2020 05:14:07 +0000 (05:14 +0000)] 
chore(deps-dev): bump vue from 3.0.3 to 3.0.4

Bumps [vue](https://github.com/vuejs/vue) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #298 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.11
dependabot[bot] [Mon, 30 Nov 2020 08:13:30 +0000 (08:13 +0000)] 
Merge pull request #298 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.11

4 years agochore(deps-dev): bump @vue/test-utils from 2.0.0-beta.9 to 2.0.0-beta.11 298/head
dependabot[bot] [Mon, 30 Nov 2020 08:00:08 +0000 (08:00 +0000)] 
chore(deps-dev): bump @vue/test-utils from 2.0.0-beta.9 to 2.0.0-beta.11

Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 2.0.0-beta.9 to 2.0.0-beta.11.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/HEAD/packages/test-utils)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #300 from posva/dependabot/npm_and_yarn/lint-staged-10.5.2
dependabot[bot] [Mon, 30 Nov 2020 05:14:52 +0000 (05:14 +0000)] 
Merge pull request #300 from posva/dependabot/npm_and_yarn/lint-staged-10.5.2

4 years agoMerge pull request #299 from posva/dependabot/npm_and_yarn/types/node-14.14.10
dependabot[bot] [Mon, 30 Nov 2020 05:13:33 +0000 (05:13 +0000)] 
Merge pull request #299 from posva/dependabot/npm_and_yarn/types/node-14.14.10

4 years agoMerge pull request #295 from posva/dependabot/npm_and_yarn/vue-3.0.3
dependabot[bot] [Mon, 30 Nov 2020 05:12:34 +0000 (05:12 +0000)] 
Merge pull request #295 from posva/dependabot/npm_and_yarn/vue-3.0.3

4 years agochore(deps-dev): bump lint-staged from 10.4.2 to 10.5.2 300/head
dependabot[bot] [Mon, 30 Nov 2020 05:11:57 +0000 (05:11 +0000)] 
chore(deps-dev): bump lint-staged from 10.4.2 to 10.5.2

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.4.2 to 10.5.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.4.2...v10.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @types/node from 14.14.9 to 14.14.10 299/head
dependabot[bot] [Mon, 30 Nov 2020 05:11:39 +0000 (05:11 +0000)] 
chore(deps-dev): bump @types/node from 14.14.9 to 14.14.10

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.9 to 14.14.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #297 from posva/dependabot/npm_and_yarn/codecov-3.8.1
dependabot[bot] [Mon, 30 Nov 2020 05:11:32 +0000 (05:11 +0000)] 
Merge pull request #297 from posva/dependabot/npm_and_yarn/codecov-3.8.1

4 years agoMerge pull request #296 from posva/dependabot/npm_and_yarn/prettier-2.2.1
dependabot[bot] [Mon, 30 Nov 2020 05:11:26 +0000 (05:11 +0000)] 
Merge pull request #296 from posva/dependabot/npm_and_yarn/prettier-2.2.1

4 years agochore(deps-dev): bump codecov from 3.8.0 to 3.8.1 297/head
dependabot[bot] [Mon, 30 Nov 2020 05:10:10 +0000 (05:10 +0000)] 
chore(deps-dev): bump codecov from 3.8.0 to 3.8.1

Bumps [codecov](https://github.com/codecov/codecov-node) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Changelog](https://github.com/codecov/codecov-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-node/compare/v3.8.0...v3.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump prettier from 2.2.0 to 2.2.1 296/head
dependabot[bot] [Mon, 30 Nov 2020 05:09:54 +0000 (05:09 +0000)] 
chore(deps-dev): bump prettier from 2.2.0 to 2.2.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.0...2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump vue from 3.0.2 to 3.0.3 295/head
dependabot[bot] [Mon, 30 Nov 2020 05:09:38 +0000 (05:09 +0000)] 
chore(deps-dev): bump vue from 3.0.2 to 3.0.3

Bumps [vue](https://github.com/vuejs/vue) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #293 from posva/dependabot/npm_and_yarn/rollup-2.33.3
dependabot[bot] [Mon, 23 Nov 2020 08:19:17 +0000 (08:19 +0000)] 
Merge pull request #293 from posva/dependabot/npm_and_yarn/rollup-2.33.3

4 years agochore(deps-dev): bump rollup from 2.33.2 to 2.33.3 293/head
dependabot[bot] [Mon, 23 Nov 2020 08:03:04 +0000 (08:03 +0000)] 
chore(deps-dev): bump rollup from 2.33.2 to 2.33.3

Bumps [rollup](https://github.com/rollup/rollup) from 2.33.2 to 2.33.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.33.2...v2.33.3)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #294 from posva/dependabot/npm_and_yarn/prettier-2.2.0
dependabot[bot] [Mon, 23 Nov 2020 05:09:50 +0000 (05:09 +0000)] 
Merge pull request #294 from posva/dependabot/npm_and_yarn/prettier-2.2.0

4 years agoMerge pull request #289 from posva/dependabot/npm_and_yarn/rollup/plugin-replace...
dependabot[bot] [Mon, 23 Nov 2020 05:08:05 +0000 (05:08 +0000)] 
Merge pull request #289 from posva/dependabot/npm_and_yarn/rollup/plugin-replace-2.3.4

4 years agochore(deps-dev): bump prettier from 2.1.2 to 2.2.0 294/head
dependabot[bot] [Mon, 23 Nov 2020 05:07:19 +0000 (05:07 +0000)] 
chore(deps-dev): bump prettier from 2.1.2 to 2.2.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #291 from posva/dependabot/npm_and_yarn/typescript-4.1.2
dependabot[bot] [Mon, 23 Nov 2020 05:07:02 +0000 (05:07 +0000)] 
Merge pull request #291 from posva/dependabot/npm_and_yarn/typescript-4.1.2

4 years agoMerge pull request #290 from posva/dependabot/npm_and_yarn/types/node-14.14.9
dependabot[bot] [Mon, 23 Nov 2020 05:06:51 +0000 (05:06 +0000)] 
Merge pull request #290 from posva/dependabot/npm_and_yarn/types/node-14.14.9

4 years agochore(deps-dev): bump typescript from 4.0.5 to 4.1.2 291/head
dependabot[bot] [Mon, 23 Nov 2020 05:05:34 +0000 (05:05 +0000)] 
chore(deps-dev): bump typescript from 4.0.5 to 4.1.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 290/head
dependabot[bot] [Mon, 23 Nov 2020 05:05:16 +0000 (05:05 +0000)] 
chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @rollup/plugin-replace from 2.3.3 to 2.3.4 289/head
dependabot[bot] [Mon, 23 Nov 2020 05:05:00 +0000 (05:05 +0000)] 
chore(deps-dev): bump @rollup/plugin-replace from 2.3.3 to 2.3.4

Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.3.3...replace-v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #287 from posva/dependabot/npm_and_yarn/jest-26.6.3
dependabot[bot] [Mon, 16 Nov 2020 07:58:28 +0000 (07:58 +0000)] 
Merge pull request #287 from posva/dependabot/npm_and_yarn/jest-26.6.3

4 years agochore(deps-dev): bump jest from 26.6.1 to 26.6.3 287/head
dependabot[bot] [Mon, 16 Nov 2020 07:57:17 +0000 (07:57 +0000)] 
chore(deps-dev): bump jest from 26.6.1 to 26.6.3

Bumps [jest](https://github.com/facebook/jest) from 26.6.1 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.6.1...v26.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #286 from posva/dependabot/npm_and_yarn/rollup-2.33.2
dependabot[bot] [Mon, 16 Nov 2020 07:55:24 +0000 (07:55 +0000)] 
Merge pull request #286 from posva/dependabot/npm_and_yarn/rollup-2.33.2

4 years agochore(deps-dev): bump rollup from 2.32.1 to 2.33.2 286/head
dependabot[bot] [Mon, 16 Nov 2020 07:44:07 +0000 (07:44 +0000)] 
chore(deps-dev): bump rollup from 2.32.1 to 2.33.2

Bumps [rollup](https://github.com/rollup/rollup) from 2.32.1 to 2.33.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.32.1...v2.33.2)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #288 from posva/dependabot/npm_and_yarn/ts-jest-26.4.4
dependabot[bot] [Mon, 16 Nov 2020 05:13:37 +0000 (05:13 +0000)] 
Merge pull request #288 from posva/dependabot/npm_and_yarn/ts-jest-26.4.4

4 years agochore(deps-dev): bump ts-jest from 26.4.3 to 26.4.4 288/head
dependabot[bot] [Mon, 16 Nov 2020 05:12:02 +0000 (05:12 +0000)] 
chore(deps-dev): bump ts-jest from 26.4.3 to 26.4.4

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.3 to 26.4.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.4.3...v26.4.4)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #285 from posva/dependabot/npm_and_yarn/microsoft/api-extractor...
dependabot[bot] [Mon, 16 Nov 2020 05:12:00 +0000 (05:12 +0000)] 
Merge pull request #285 from posva/dependabot/npm_and_yarn/microsoft/api-extractor-7.11.4

4 years agoMerge pull request #284 from posva/dependabot/npm_and_yarn/rollup/plugin-commonjs...
dependabot[bot] [Mon, 16 Nov 2020 05:11:51 +0000 (05:11 +0000)] 
Merge pull request #284 from posva/dependabot/npm_and_yarn/rollup/plugin-commonjs-16.0.0

4 years agoMerge pull request #283 from posva/dependabot/npm_and_yarn/conventional-changelog...
dependabot[bot] [Mon, 16 Nov 2020 05:11:42 +0000 (05:11 +0000)] 
Merge pull request #283 from posva/dependabot/npm_and_yarn/conventional-changelog-cli-2.1.1

4 years agoMerge pull request #282 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.9
dependabot[bot] [Mon, 16 Nov 2020 05:10:50 +0000 (05:10 +0000)] 
Merge pull request #282 from posva/dependabot/npm_and_yarn/vue/test-utils-2.0.0-beta.9

4 years agochore(deps-dev): bump @microsoft/api-extractor from 7.11.2 to 7.11.4 285/head
dependabot[bot] [Mon, 16 Nov 2020 05:10:25 +0000 (05:10 +0000)] 
chore(deps-dev): bump @microsoft/api-extractor from 7.11.2 to 7.11.4

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.11.2 to 7.11.4.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.11.2...@microsoft/api-extractor_v7.11.4)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agochore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0 284/head
dependabot[bot] [Mon, 16 Nov 2020 05:10:21 +0000 (05:10 +0000)] 
chore(deps-dev): bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 15.1.0 to 16.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v15.1.0...commonjs-v16.0.0)

Signed-off-by: dependabot[bot] <support@github.com>