]> git.ipfire.org Git - thirdparty/vuejs/router.git/log
thirdparty/vuejs/router.git
4 years agodocs: sponsors colors
Eduardo San Martin Morote [Mon, 17 May 2021 14:06:36 +0000 (16:06 +0200)] 
docs: sponsors colors

4 years agodocs: add sponsors to every page
Eduardo San Martin Morote [Mon, 17 May 2021 12:58:44 +0000 (14:58 +0200)] 
docs: add sponsors to every page

4 years agochore: sponsor readme
Eduardo San Martin Morote [Mon, 17 May 2021 12:29:14 +0000 (14:29 +0200)] 
chore: sponsor readme

4 years agodocs: add sponsor
Eduardo San Martin Morote [Mon, 17 May 2021 10:54:43 +0000 (12:54 +0200)] 
docs: add sponsor

4 years agochore: ignore .idea/ and debug.log (#913)
Lee [Mon, 17 May 2021 08:32:19 +0000 (16:32 +0800)] 
chore: ignore .idea/ and debug.log (#913)

4 years agodocs: update history mode example (#949)
Lee [Mon, 17 May 2021 08:01:55 +0000 (16:01 +0800)] 
docs: update history mode example (#949)

4 years agodocs: trim extra comma (#947)
Jeff Yang [Sat, 15 May 2021 12:02:36 +0000 (18:32 +0630)] 
docs: trim extra comma (#947)

4 years agochore: fix lint:fix command (#945)
Lee [Fri, 14 May 2021 08:54:19 +0000 (16:54 +0800)] 
chore: fix lint:fix command (#945)

4 years agorelease: v4.0.8 v4.0.8
Eduardo San Martin Morote [Thu, 13 May 2021 09:51:34 +0000 (11:51 +0200)] 
release: v4.0.8

4 years agorelease: v4.0.7
Eduardo San Martin Morote [Thu, 13 May 2021 08:20:56 +0000 (10:20 +0200)] 
release: v4.0.7

4 years agofix(hash): allow characters after `#` in base e.g. `#!` (#925)
ggwujun [Thu, 13 May 2021 08:04:36 +0000 (03:04 -0500)] 
fix(hash): allow characters after `#` in base e.g. `#!` (#925)

Co-authored-by: dashixiong <876337269@qq.com>
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
4 years agobuild: externalize `@vue/devtools-api` in bundler build
Eduardo San Martin Morote [Thu, 13 May 2021 08:00:44 +0000 (10:00 +0200)] 
build: externalize `@vue/devtools-api` in bundler build

4 years agochore: up deps
Eduardo San Martin Morote [Thu, 13 May 2021 07:57:51 +0000 (09:57 +0200)] 
chore: up deps

4 years agochore: add format of html
Eduardo San Martin Morote [Wed, 12 May 2021 16:16:44 +0000 (18:16 +0200)] 
chore: add format of html

4 years agodocs: change router.addRoutes to router.addRoute (#940)
George Deligiannis [Tue, 11 May 2021 19:11:47 +0000 (22:11 +0300)] 
docs: change router.addRoutes to router.addRoute (#940)

* Change router.addRoutes to router.addRoute

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
4 years agofix(query): filter undefined values in arrays
Eduardo San Martin Morote [Mon, 10 May 2021 12:13:52 +0000 (14:13 +0200)] 
fix(query): filter undefined values in arrays

Same behavior as with Vue Router 3

4 years agofix(query): prevent trailing & in query (#935)
Artyom Tuchkov [Mon, 10 May 2021 09:49:52 +0000 (12:49 +0300)] 
fix(query): prevent trailing & in query (#935)

* fix(query): `&` sign doesn't remove properly

* test: improve title and remove unnecessary test case

4 years agochore: format
Eduardo San Martin Morote [Mon, 10 May 2021 08:33:22 +0000 (10:33 +0200)] 
chore: format

4 years agochore: up deps
Eduardo San Martin Morote [Mon, 10 May 2021 08:15:14 +0000 (10:15 +0200)] 
chore: up deps

4 years agodocs: updated wrong link (#933)
Wenfang Du [Sat, 8 May 2021 08:24:50 +0000 (16:24 +0800)] 
docs: updated wrong link (#933)

4 years agodocs: fix typo (#932)
Wenfang Du [Sat, 8 May 2021 08:24:30 +0000 (16:24 +0800)] 
docs: fix typo (#932)

4 years agochore: up major deps
Eduardo San Martin Morote [Fri, 7 May 2021 11:53:38 +0000 (13:53 +0200)] 
chore: up major deps

4 years agochore: up deps
Eduardo San Martin Morote [Fri, 7 May 2021 11:48:09 +0000 (13:48 +0200)] 
chore: up deps

4 years agodocs: add a note for use functional component (#922)
Lee [Thu, 6 May 2021 12:42:04 +0000 (20:42 +0800)] 
docs: add a note for use functional component (#922)

4 years agotest: add __TEST__
Eduardo San Martin Morote [Mon, 3 May 2021 15:58:01 +0000 (17:58 +0200)] 
test: add __TEST__

4 years agodocs: bigger api example router view slot
Eduardo San Martin Morote [Sun, 2 May 2021 16:20:24 +0000 (18:20 +0200)] 
docs: bigger api example router view slot

4 years agofix(history): proper destroy in memory history
Eduardo San Martin Morote [Sun, 2 May 2021 16:16:51 +0000 (18:16 +0200)] 
fix(history): proper destroy in memory history

4 years agofix(history): make properties enumerable
Eduardo San Martin Morote [Sun, 2 May 2021 16:16:27 +0000 (18:16 +0200)] 
fix(history): make properties enumerable

4 years agofix($route): Make $route have an enumerable type (#912)
Wisdom [Wed, 28 Apr 2021 11:39:23 +0000 (19:39 +0800)] 
fix($route): Make $route have an enumerable type (#912)

4 years agodocs: directly watch a specific param
Eduardo San Martin Morote [Tue, 27 Apr 2021 11:23:41 +0000 (13:23 +0200)] 
docs: directly watch a specific param

4 years agochore: up major deps
Eduardo San Martin Morote [Mon, 26 Apr 2021 16:27:16 +0000 (18:27 +0200)] 
chore: up major deps

4 years agochore: up versions
Eduardo San Martin Morote [Mon, 26 Apr 2021 16:25:56 +0000 (18:25 +0200)] 
chore: up versions

4 years agochore: up vitepress
Eduardo San Martin Morote [Mon, 26 Apr 2021 15:33:20 +0000 (17:33 +0200)] 
chore: up vitepress

4 years agofix: do not allow invalid hazardous keys in query (#880)
Alex Kozack [Mon, 26 Apr 2021 15:26:46 +0000 (18:26 +0300)] 
fix: do not allow invalid hazardous keys in query (#880)

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
4 years agofix(devtools): stabilize record id (#897)
Guillaume Chau [Tue, 20 Apr 2021 16:29:50 +0000 (18:29 +0200)] 
fix(devtools): stabilize record id (#897)

4 years agotest: use faster plugin
Eduardo San Martin Morote [Fri, 16 Apr 2021 09:49:26 +0000 (11:49 +0200)] 
test: use faster plugin

4 years agochore: up deps
Eduardo San Martin Morote [Fri, 16 Apr 2021 09:42:57 +0000 (11:42 +0200)] 
chore: up deps

4 years agoci: remove non working auto merge
Eduardo San Martin Morote [Fri, 16 Apr 2021 09:37:35 +0000 (11:37 +0200)] 
ci: remove non working auto merge

4 years agodocs: link to v3
Eduardo San Martin Morote [Thu, 15 Apr 2021 14:25:15 +0000 (16:25 +0200)] 
docs: link to v3

4 years agodocs: searchParams
Eduardo San Martin Morote [Thu, 15 Apr 2021 12:15:32 +0000 (14:15 +0200)] 
docs: searchParams

4 years agodocs: RouterMeta typing example (#884)
Carlos Rodrigues [Thu, 15 Apr 2021 11:56:01 +0000 (12:56 +0100)] 
docs: RouterMeta typing example (#884)

* docs: RouterMeta typing example

* Apply suggestions from code review [skip ci]

* Apply suggestions from code review [skip ci]

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
4 years agodocs: fix RouteMeta typing example (#883)
Bluenix [Wed, 14 Apr 2021 21:37:18 +0000 (23:37 +0200)] 
docs: fix RouteMeta typing example (#883)

Without this change the example would have no exported members other than RouteMeta

4 years agochore: sponsors update
Eduardo San Martin Morote [Wed, 14 Apr 2021 17:42:39 +0000 (19:42 +0200)] 
chore: sponsors update

4 years agodocs: update sponsors
Eduardo San Martin Morote [Wed, 14 Apr 2021 17:38:59 +0000 (19:38 +0200)] 
docs: update sponsors

4 years agorelease: v4.0.6 v4.0.6
Eduardo San Martin Morote [Tue, 6 Apr 2021 08:28:05 +0000 (10:28 +0200)] 
release: v4.0.6

4 years agochore: up rollup commonjs
Eduardo San Martin Morote [Tue, 6 Apr 2021 08:24:48 +0000 (10:24 +0200)] 
chore: up rollup commonjs

4 years agochore: up deps
Eduardo San Martin Morote [Tue, 6 Apr 2021 08:24:34 +0000 (10:24 +0200)] 
chore: up deps

4 years agobuild(deps-dev): bump @types/webpack from 4.41.26 to 5.28.0 (#861)
dependabot[bot] [Mon, 5 Apr 2021 14:48:08 +0000 (16:48 +0200)] 
build(deps-dev): bump @types/webpack from 4.41.26 to 5.28.0 (#861)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agodocs: remove vueschool banner (#859)
Rolf Haug [Fri, 2 Apr 2021 22:27:39 +0000 (00:27 +0200)] 
docs: remove vueschool banner (#859)

4 years agochore: remove deduped deps
Eduardo San Martin Morote [Thu, 1 Apr 2021 13:05:06 +0000 (15:05 +0200)] 
chore: remove deduped deps

4 years agodocs: use relative links
Eduardo San Martin Morote [Thu, 1 Apr 2021 13:04:36 +0000 (15:04 +0200)] 
docs: use relative links

4 years agodocs: update vueschool banner (#857)
Rolf Haug [Tue, 30 Mar 2021 21:00:01 +0000 (23:00 +0200)] 
docs: update vueschool banner (#857)

4 years agodocs: add vueschool banner (#848)
Rolf Haug [Sat, 27 Mar 2021 14:16:53 +0000 (15:16 +0100)] 
docs: add vueschool banner (#848)

4 years agofix(link): let vue merge attrs
Eduardo San Martin Morote [Fri, 26 Mar 2021 17:02:54 +0000 (18:02 +0100)] 
fix(link): let vue merge attrs

Fix #846

4 years agofeat(router): expose currentLocation param in resolve
Eduardo San Martin Morote [Fri, 26 Mar 2021 10:35:48 +0000 (11:35 +0100)] 
feat(router): expose currentLocation param in resolve

4 years agorefactor(router): remove ts check
Eduardo San Martin Morote [Fri, 26 Mar 2021 10:28:23 +0000 (11:28 +0100)] 
refactor(router): remove ts check

4 years agofix(link): use flush post in devtools watcher
Eduardo San Martin Morote [Thu, 25 Mar 2021 13:39:41 +0000 (14:39 +0100)] 
fix(link): use flush post in devtools watcher

Fix #845

4 years agofeat(warn): throws if history is missing (#844)
就是喜欢陈粒 [Wed, 24 Mar 2021 09:31:27 +0000 (17:31 +0800)] 
feat(warn): throws if history is missing (#844)

Co-authored-by: 成仕伟 <chengsw@heywhale.com>
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
4 years agodocs(zh): remove english sentence that has translated (#842)
Zen [Tue, 23 Mar 2021 14:03:23 +0000 (22:03 +0800)] 
docs(zh): remove english sentence that has translated (#842)

4 years agodocs: remove dev build instructions
Eduardo San Martin Morote [Tue, 23 Mar 2021 12:54:15 +0000 (13:54 +0100)] 
docs: remove dev build instructions

4 years agochore: regenerate lock
Eduardo San Martin Morote [Mon, 22 Mar 2021 10:38:36 +0000 (11:38 +0100)] 
chore: regenerate lock

4 years agochore: up deps
Eduardo San Martin Morote [Mon, 22 Mar 2021 10:36:10 +0000 (11:36 +0100)] 
chore: up deps

4 years agochore: up deps
Eduardo San Martin Morote [Mon, 22 Mar 2021 10:25:59 +0000 (11:25 +0100)] 
chore: up deps

4 years agodocs: typo (#834)
Jérôme Pott [Mon, 22 Mar 2021 10:03:00 +0000 (11:03 +0100)] 
docs: typo (#834)

4 years agobuild(deps-dev): bump webpack from 5.24.3 to 5.27.1 (#836)
dependabot[bot] [Mon, 22 Mar 2021 10:02:33 +0000 (11:02 +0100)] 
build(deps-dev): bump webpack from 5.24.3 to 5.27.1 (#836)

Bumps [webpack](https://github.com/webpack/webpack) from 5.24.3 to 5.27.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.3...v5.27.1)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agobuild(deps-dev): bump css-loader from 5.1.1 to 5.1.3 (#837)
dependabot[bot] [Mon, 22 Mar 2021 10:02:24 +0000 (11:02 +0100)] 
build(deps-dev): bump css-loader from 5.1.1 to 5.1.3 (#837)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.1.1 to 5.1.3.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.1.1...v5.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years agorelease: v4.0.5 v4.0.5
Eduardo San Martin Morote [Thu, 11 Mar 2021 15:31:45 +0000 (16:31 +0100)] 
release: v4.0.5

4 years agorefactor(guards): remove bind usage
Eduardo San Martin Morote [Thu, 11 Mar 2021 15:27:03 +0000 (16:27 +0100)] 
refactor(guards): remove bind usage

Sorry Ben... 😅

4 years agofix(guards): avoid enter guards between aliases
Eduardo San Martin Morote [Thu, 11 Mar 2021 15:24:37 +0000 (16:24 +0100)] 
fix(guards): avoid enter guards between aliases

4 years agofix(guards): ensure beforeRouteUpdate works with aliases (#819)
Ben Hong [Thu, 11 Mar 2021 15:17:10 +0000 (10:17 -0500)] 
fix(guards): ensure beforeRouteUpdate works with aliases (#819)

fix #805

4 years agofeat(devtools): group navigations
Eduardo San Martin Morote [Wed, 10 Mar 2021 17:43:30 +0000 (18:43 +0100)] 
feat(devtools): group navigations

4 years agodocs: better index
Eduardo San Martin Morote [Wed, 10 Mar 2021 14:04:47 +0000 (15:04 +0100)] 
docs: better index

4 years agodocs: wip
Eduardo San Martin Morote [Mon, 8 Mar 2021 07:52:54 +0000 (08:52 +0100)] 
docs: wip

4 years agodocs: improve imports
Eduardo San Martin Morote [Fri, 5 Mar 2021 18:31:08 +0000 (19:31 +0100)] 
docs: improve imports

4 years agodocs: fix alt text sponsors
Eduardo San Martin Morote [Fri, 5 Mar 2021 16:25:15 +0000 (17:25 +0100)] 
docs: fix alt text sponsors

4 years agochore: up deps
Eduardo San Martin Morote [Tue, 9 Mar 2021 09:23:52 +0000 (10:23 +0100)] 
chore: up deps

4 years agochore: badge update [skip ci]
Eduardo San Martin Morote [Tue, 9 Mar 2021 09:07:36 +0000 (10:07 +0100)] 
chore: badge update [skip ci]

4 years agochore: setup auto update of deps
Eduardo San Martin Morote [Tue, 9 Mar 2021 09:03:44 +0000 (10:03 +0100)] 
chore: setup auto update of deps

4 years agobuild(deps-dev): bump vue, @vue/compiler-sfc and @vue/server-renderer
dependabot-preview[bot] [Mon, 8 Mar 2021 09:50:56 +0000 (09:50 +0000)] 
build(deps-dev): bump vue, @vue/compiler-sfc and @vue/server-renderer

Bumps [vue](https://github.com/vuejs/vue), [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) and [@vue/server-renderer](https://github.com/vuejs/vue-next/tree/HEAD/packages/server-renderer). These dependencies needed to be updated together.

Updates `vue` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Updates `@vue/compiler-sfc` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.0.7/packages/compiler-sfc)

Updates `@vue/server-renderer` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.0.7/packages/server-renderer)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agobuild(deps-dev): bump typescript from 4.2.2 to 4.2.3
dependabot-preview[bot] [Mon, 8 Mar 2021 09:37:00 +0000 (09:37 +0000)] 
build(deps-dev): bump typescript from 4.2.2 to 4.2.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.2...v4.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agobuild(deps-dev): bump @vue/test-utils from 2.0.0-rc.2 to 2.0.0-rc.3
dependabot-preview[bot] [Mon, 8 Mar 2021 09:33:47 +0000 (09:33 +0000)] 
build(deps-dev): bump @vue/test-utils from 2.0.0-rc.2 to 2.0.0-rc.3

Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 2.0.0-rc.2 to 2.0.0-rc.3.
- [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-preview[bot] <support@dependabot.com>
4 years agobuild(deps-dev): bump webpack from 5.24.2 to 5.24.3
dependabot-preview[bot] [Mon, 8 Mar 2021 09:33:13 +0000 (09:33 +0000)] 
build(deps-dev): bump webpack from 5.24.2 to 5.24.3

Bumps [webpack](https://github.com/webpack/webpack) from 5.24.2 to 5.24.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.2...v5.24.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agobuild(deps-dev): bump ts-jest from 26.5.2 to 26.5.3
dependabot-preview[bot] [Mon, 8 Mar 2021 09:30:46 +0000 (09:30 +0000)] 
build(deps-dev): bump ts-jest from 26.5.2 to 26.5.3

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.2 to 26.5.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.5.2...v26.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agotest(e2e): avoid wrong navigation
Eduardo San Martin Morote [Mon, 1 Mar 2021 17:38:51 +0000 (18:38 +0100)] 
test(e2e): avoid wrong navigation

4 years agochore: up deps [skip ci]
Eduardo San Martin Morote [Mon, 1 Mar 2021 15:00:51 +0000 (16:00 +0100)] 
chore: up deps [skip ci]

4 years agotest(e2e): larger timeout for BS
Eduardo San Martin Morote [Mon, 1 Mar 2021 14:53:26 +0000 (15:53 +0100)] 
test(e2e): larger timeout for BS

4 years agobuild: fix env passing to webpack
Eduardo San Martin Morote [Mon, 1 Mar 2021 10:50:25 +0000 (11:50 +0100)] 
build: fix env passing to webpack

4 years agobuild: deprecation warnings rollup
Eduardo San Martin Morote [Mon, 1 Mar 2021 10:23:21 +0000 (11:23 +0100)] 
build: deprecation warnings rollup

4 years agorefactor: remove unused parameter in unmount (#794)
Emeka [Mon, 1 Mar 2021 10:07:31 +0000 (05:07 -0500)] 
refactor: remove unused parameter in unmount (#794)

4 years agotest: refactor onBeforeRouteUpdate
Eduardo San Martin Morote [Mon, 1 Mar 2021 09:33:44 +0000 (10:33 +0100)] 
test: refactor onBeforeRouteUpdate

4 years agotest(view): unit test keep alive and suspense
Eduardo San Martin Morote [Mon, 1 Mar 2021 09:33:30 +0000 (10:33 +0100)] 
test(view): unit test keep alive and suspense

4 years agofix(view): correctly reuse instance guards (#795)
Eduardo San Martin Morote [Mon, 1 Mar 2021 09:33:01 +0000 (10:33 +0100)] 
fix(view): correctly reuse instance guards (#795)

4 years agochore: sponsors update
Eduardo San Martin Morote [Sat, 27 Feb 2021 21:09:05 +0000 (22:09 +0100)] 
chore: sponsors update

4 years agoUpdate navigation.md (#782)
王国栋 [Mon, 22 Feb 2021 10:14:42 +0000 (18:14 +0800)] 
Update navigation.md (#782)

4 years agobuild(deps-dev): bump @rollup/plugin-replace from 2.3.4 to 2.4.0
dependabot-preview[bot] [Mon, 22 Feb 2021 09:04:57 +0000 (09:04 +0000)] 
build(deps-dev): bump @rollup/plugin-replace from 2.3.4 to 2.4.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agobuild(deps-dev): bump vitepress from 0.12.0 to 0.12.2
dependabot-preview[bot] [Mon, 22 Feb 2021 09:03:27 +0000 (09:03 +0000)] 
build(deps-dev): bump vitepress from 0.12.0 to 0.12.2

Bumps [vitepress](https://github.com/vuejs/vitepress) from 0.12.0 to 0.12.2.
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vitepress/compare/v0.12.0...v0.12.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agorelease: v4.0.4 v4.0.4
Eduardo San Martin Morote [Fri, 19 Feb 2021 13:17:03 +0000 (14:17 +0100)] 
release: v4.0.4

4 years agochore: up deps
Eduardo San Martin Morote [Fri, 19 Feb 2021 13:15:27 +0000 (14:15 +0100)] 
chore: up deps

4 years agotest: fix error spy
Eduardo San Martin Morote [Thu, 18 Feb 2021 21:53:23 +0000 (22:53 +0100)] 
test: fix error spy

4 years agorefactor: use console.error during lazy loading (#777)
Cristian Pallarés [Thu, 18 Feb 2021 17:04:31 +0000 (18:04 +0100)] 
refactor: use console.error during lazy loading (#777)

By using `console.error` even in the development environment, we will provide useful information such as the reference to the actual ES module that failed and the code line where it happened