]>
git.ipfire.org Git - thirdparty/vuejs/pinia.git/log
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>
Eduardo San Martin Morote [Thu, 7 Jan 2021 16:23:03 +0000 (17:23 +0100)]
feat: enable calling `useStore()` in client
Eduardo San Martin Morote [Thu, 7 Jan 2021 16:22:43 +0000 (17:22 +0100)]
build: better tree shake
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`
Eduardo San Martin Morote [Thu, 7 Jan 2021 13:55:11 +0000 (14:55 +0100)]
ci: fix changelog link
Close #327
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.
Eduardo San Martin Morote [Tue, 5 Jan 2021 14:53:54 +0000 (15:53 +0100)]
feat: store plugins
Eduardo San Martin Morote [Tue, 5 Jan 2021 13:36:48 +0000 (14:36 +0100)]
chore: fix command
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
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
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>
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>
Eduardo San Martin Morote [Thu, 31 Dec 2020 19:20:34 +0000 (20:20 +0100)]
release: v2.0.0-alpha.6
Eduardo San Martin Morote [Thu, 31 Dec 2020 14:45:16 +0000 (15:45 +0100)]
feat(types): export used types
Close #315
Eduardo San Martin Morote [Thu, 31 Dec 2020 14:27:39 +0000 (15:27 +0100)]
chore: comments typos
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.
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>
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>
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
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>
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
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
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
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>
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>
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>
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
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
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
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
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>
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>
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>
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>
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
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
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>
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>
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
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
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>
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>
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
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
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>
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>
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
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>
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
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
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
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
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>
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>
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>
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>
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
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>
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
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
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
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>
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>
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
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
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>
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>
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>
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
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>
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
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
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>
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
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
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>
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>
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>
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
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>
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
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>
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
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>
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
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
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
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
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>
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>
dependabot[bot] [Mon, 16 Nov 2020 05:09:55 +0000 (05:09 +0000)]
chore(deps-dev): bump conventional-changelog-cli from 2.1.0 to 2.1.1
Bumps [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.0...conventional-changelog-cli@2.1.1)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 16 Nov 2020 05:09:20 +0000 (05:09 +0000)]
chore(deps-dev): bump @vue/test-utils from 2.0.0-beta.6 to 2.0.0-beta.9
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 2.0.0-beta.6 to 2.0.0-beta.9.
- [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>
dependabot[bot] [Mon, 9 Nov 2020 07:57:46 +0000 (07:57 +0000)]
Merge pull request #274 from posva/dependabot/npm_and_yarn/types/node-14.14.6
dependabot[bot] [Mon, 9 Nov 2020 07:45:09 +0000 (07:45 +0000)]
chore(deps-dev): bump @types/node from 14.14.3 to 14.14.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.3 to 14.14.6.
- [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>
dependabot[bot] [Mon, 9 Nov 2020 05:12:22 +0000 (05:12 +0000)]
Merge pull request #281 from posva/dependabot/npm_and_yarn/microsoft/api-extractor-7.11.2
dependabot[bot] [Mon, 9 Nov 2020 05:09:31 +0000 (05:09 +0000)]
chore(deps-dev): bump @microsoft/api-extractor from 7.10.4 to 7.11.2
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.10.4 to 7.11.2.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.10.4...@microsoft/api-extractor_v7.11.2)
Signed-off-by: dependabot[bot] <support@github.com>
Dan Kazakov [Thu, 5 Nov 2020 08:28:44 +0000 (11:28 +0300)]
chore: typo (#280)
extra column operator after return statement
dependabot[bot] [Mon, 2 Nov 2020 07:54:05 +0000 (07:54 +0000)]
Merge pull request #278 from posva/dependabot/npm_and_yarn/ts-jest-26.4.3
dependabot[bot] [Mon, 2 Nov 2020 07:44:46 +0000 (07:44 +0000)]
chore(deps-dev): bump ts-jest from 26.4.2 to 26.4.3
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.2 to 26.4.3.
- [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.2...v26.4.3)
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 2 Nov 2020 05:21:39 +0000 (05:21 +0000)]
Merge pull request #276 from posva/dependabot/npm_and_yarn/rollup-plugin-typescript2-0.29.0