]> git.ipfire.org Git - thirdparty/vuejs/router.git/log
thirdparty/vuejs/router.git
5 years agochore: up vue and remove yarnclean
Eduardo San Martin Morote [Fri, 1 May 2020 10:12:40 +0000 (12:12 +0200)] 
chore: up vue and remove yarnclean

yarnclean was making istanbul fail and introduces a bunch of other problem,
it's better without it

5 years agofeat(router): go, back and forward can be awaited
Eduardo San Martin Morote [Fri, 1 May 2020 09:35:07 +0000 (11:35 +0200)] 
feat(router): go, back and forward can be awaited

5 years agoci: move the e2e upwards
Eduardo San Martin Morote [Fri, 1 May 2020 08:11:39 +0000 (10:11 +0200)] 
ci: move the e2e upwards

Another find: https://stackoverflow.com/questions/50642308/webdriverexception-unknown-error-devtoolsactiveport-file-doesnt-exist-while-t
This seems to work now and is faster than non parallel ci. The next step would
be to split up e2e tests with circleci

5 years agoci: use firefox
Eduardo San Martin Morote [Fri, 1 May 2020 08:08:28 +0000 (10:08 +0200)] 
ci: use firefox

Chromes fails to start and nobody seems to know the solution:
https://bugs.chromium.org/p/chromedriver/issues/detail?id=2470&can=2&start=0&num=100&q=&colspec=ID%20Status%20Pri%20Owner%20Summary&groupby=&sort=&hotlist_id=

5 years agoci: try without buildig e2e
Eduardo San Martin Morote [Wed, 29 Apr 2020 17:36:21 +0000 (19:36 +0200)] 
ci: try without buildig e2e

5 years agoci: fix coverage
Eduardo San Martin Morote [Thu, 2 Apr 2020 14:27:30 +0000 (16:27 +0200)] 
ci: fix coverage

5 years agoci: try autoclean
Eduardo San Martin Morote [Thu, 2 Apr 2020 14:20:33 +0000 (16:20 +0200)] 
ci: try autoclean

5 years agoci: save cache after coverage
Eduardo San Martin Morote [Thu, 2 Apr 2020 14:13:06 +0000 (16:13 +0200)] 
ci: save cache after coverage

5 years agoci: try
Eduardo San Martin Morote [Thu, 2 Apr 2020 14:09:29 +0000 (16:09 +0200)] 
ci: try

5 years agoci: fix
Eduardo San Martin Morote [Thu, 2 Apr 2020 13:53:04 +0000 (15:53 +0200)] 
ci: fix

5 years agoci: attach to workspace
Eduardo San Martin Morote [Fri, 13 Mar 2020 17:43:11 +0000 (18:43 +0100)] 
ci: attach to workspace

5 years agoci: missing line
Eduardo San Martin Morote [Fri, 13 Mar 2020 17:30:04 +0000 (18:30 +0100)] 
ci: missing line

5 years agoci: use workflows
Eduardo San Martin Morote [Fri, 13 Mar 2020 17:24:39 +0000 (18:24 +0100)] 
ci: use workflows

5 years agotest(scroll): test stored position over anchor
Eduardo San Martin Morote [Fri, 1 May 2020 08:04:03 +0000 (10:04 +0200)] 
test(scroll): test stored position over anchor

5 years agofix(scroll): do not restore on push
Eduardo San Martin Morote [Fri, 1 May 2020 08:00:17 +0000 (10:00 +0200)] 
fix(scroll): do not restore on push

5 years agobuild: add jsdelivr
Eduardo San Martin Morote [Fri, 1 May 2020 07:51:02 +0000 (09:51 +0200)] 
build: add jsdelivr

Close #146

5 years agotest: add tests for custom global classes
Eduardo San Martin Morote [Thu, 30 Apr 2020 15:46:37 +0000 (17:46 +0200)] 
test: add tests for custom global classes

5 years agotest: add missing options
Eduardo San Martin Morote [Thu, 30 Apr 2020 15:38:54 +0000 (17:38 +0200)] 
test: add missing options

5 years agofeat(router): allow global router clases
Eduardo San Martin Morote [Thu, 30 Apr 2020 12:13:56 +0000 (14:13 +0200)] 
feat(router): allow global router clases

5 years agoci: add body to releases
Eduardo San Martin Morote [Thu, 30 Apr 2020 08:17:59 +0000 (10:17 +0200)] 
ci: add body to releases

5 years agorelease: v4.0.0-alpha.9 v4.0.0-alpha.9
Eduardo San Martin Morote [Wed, 29 Apr 2020 21:35:38 +0000 (23:35 +0200)] 
release: v4.0.0-alpha.9

5 years agobuild: remove sourcemap from build
Eduardo San Martin Morote [Wed, 29 Apr 2020 21:33:50 +0000 (23:33 +0200)] 
build: remove sourcemap from build

5 years agochore: format changelog
Eduardo San Martin Morote [Wed, 29 Apr 2020 21:33:37 +0000 (23:33 +0200)] 
chore: format changelog

5 years agorelease: v4.0.0-alpha.8 v4.0.0-alpha.8
Eduardo San Martin Morote [Wed, 29 Apr 2020 17:40:36 +0000 (19:40 +0200)] 
release: v4.0.0-alpha.8

5 years agotest: add tsd
Eduardo San Martin Morote [Wed, 29 Apr 2020 17:23:25 +0000 (19:23 +0200)] 
test: add tsd

5 years agorefactor: rename PathParserOptions
Eduardo San Martin Morote [Wed, 29 Apr 2020 17:12:28 +0000 (19:12 +0200)] 
refactor: rename PathParserOptions

5 years agofix: default matcher options
Eduardo San Martin Morote [Wed, 29 Apr 2020 17:00:42 +0000 (19:00 +0200)] 
fix: default matcher options

5 years agotest: fix type
Eduardo San Martin Morote [Wed, 29 Apr 2020 16:31:25 +0000 (18:31 +0200)] 
test: fix type

5 years agorefactor: spread matcher options in route records
Eduardo San Martin Morote [Wed, 29 Apr 2020 16:09:19 +0000 (18:09 +0200)] 
refactor: spread matcher options in route records

5 years agofix(link): make alias of empty child active
Eduardo San Martin Morote [Wed, 29 Apr 2020 15:27:21 +0000 (17:27 +0200)] 
fix(link): make alias of empty child active

5 years agofeat(link): make empty child active with adjacent children
Eduardo San Martin Morote [Wed, 29 Apr 2020 14:55:19 +0000 (16:55 +0200)] 
feat(link): make empty child active with adjacent children

5 years agochore: remove outdated TODO
Eduardo San Martin Morote [Wed, 29 Apr 2020 14:10:33 +0000 (16:10 +0200)] 
chore: remove outdated TODO

5 years agotest: context with beforeRouteUpdate
Eduardo San Martin Morote [Wed, 29 Apr 2020 13:38:23 +0000 (15:38 +0200)] 
test: context with beforeRouteUpdate

5 years agofeat(router): add global pathOptions
Eduardo San Martin Morote [Wed, 29 Apr 2020 11:56:54 +0000 (13:56 +0200)] 
feat(router): add global pathOptions

5 years agodocs: relative paths
Eduardo San Martin Morote [Wed, 29 Apr 2020 11:42:20 +0000 (13:42 +0200)] 
docs: relative paths

5 years agofeat: resolve relative paths
Eduardo San Martin Morote [Wed, 29 Apr 2020 11:41:53 +0000 (13:41 +0200)] 
feat: resolve relative paths

5 years agotest: distance -> delta
Eduardo San Martin Morote [Tue, 28 Apr 2020 20:03:07 +0000 (22:03 +0200)] 
test: distance -> delta

5 years agorefactor: rename distance to delta
Eduardo San Martin Morote [Tue, 28 Apr 2020 15:30:38 +0000 (17:30 +0200)] 
refactor: rename distance to delta

5 years agodocs: add missing hyphen
Eduardo San Martin Morote [Tue, 28 Apr 2020 15:29:49 +0000 (17:29 +0200)] 
docs: add missing hyphen

5 years agofix: encode hash
Eduardo San Martin Morote [Tue, 28 Apr 2020 15:08:49 +0000 (17:08 +0200)] 
fix: encode hash

5 years agodocs: onBeforeRoute*
Eduardo San Martin Morote [Tue, 28 Apr 2020 09:29:35 +0000 (11:29 +0200)] 
docs: onBeforeRoute*

5 years agofeat: add onBeforeRouteUpdate
Eduardo San Martin Morote [Tue, 28 Apr 2020 09:07:45 +0000 (11:07 +0200)] 
feat: add onBeforeRouteUpdate

5 years agotest: test onBeforeRouteLeave
Eduardo San Martin Morote [Tue, 28 Apr 2020 08:58:37 +0000 (10:58 +0200)] 
test: test onBeforeRouteLeave

5 years agochore: up subdeps
Eduardo San Martin Morote [Tue, 28 Apr 2020 08:47:53 +0000 (10:47 +0200)] 
chore: up subdeps

5 years agochore: up rollup
Eduardo San Martin Morote [Tue, 28 Apr 2020 08:44:43 +0000 (10:44 +0200)] 
chore: up rollup

5 years agochore: upgrade lint-staged
Eduardo San Martin Morote [Tue, 28 Apr 2020 08:40:34 +0000 (10:40 +0200)] 
chore: upgrade lint-staged

5 years agochore: up vue
Eduardo San Martin Morote [Tue, 28 Apr 2020 08:36:57 +0000 (10:36 +0200)] 
chore: up vue

5 years agochore: use issue template config
Eduardo San Martin Morote [Tue, 28 Apr 2020 08:29:42 +0000 (10:29 +0200)] 
chore: use issue template config

5 years agochore: add dep
Eduardo San Martin Morote [Mon, 27 Apr 2020 10:42:19 +0000 (12:42 +0200)] 
chore: add dep

5 years agochore: add size-limit
Eduardo San Martin Morote [Mon, 27 Apr 2020 10:15:00 +0000 (12:15 +0200)] 
chore: add size-limit

5 years agobuild(deps-dev): bump @types/webpack-env from 1.15.1 to 1.15.2
dependabot-preview[bot] [Mon, 27 Apr 2020 09:31:40 +0000 (09:31 +0000)] 
build(deps-dev): bump @types/webpack-env from 1.15.1 to 1.15.2

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump ts-node from 8.8.2 to 8.9.1
dependabot-preview[bot] [Mon, 27 Apr 2020 09:29:16 +0000 (09:29 +0000)] 
build(deps-dev): bump ts-node from 8.8.2 to 8.9.1

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.8.2 to 8.9.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.8.2...v8.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @microsoft/api-documenter from 7.7.18 to 7.7.19
dependabot-preview[bot] [Mon, 27 Apr 2020 09:27:10 +0000 (09:27 +0000)] 
build(deps-dev): bump @microsoft/api-documenter from 7.7.18 to 7.7.19

Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack) from 7.7.18 to 7.7.19.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.7.18...@microsoft/api-documenter_v7.7.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump css-loader from 3.5.2 to 3.5.3
dependabot-preview[bot] [Mon, 27 Apr 2020 09:27:21 +0000 (09:27 +0000)] 
build(deps-dev): bump css-loader from 3.5.2 to 3.5.3

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.5.2 to 3.5.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/v3.5.2...v3.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump webpack from 4.42.1 to 4.43.0
dependabot-preview[bot] [Mon, 27 Apr 2020 09:26:01 +0000 (09:26 +0000)] 
build(deps-dev): bump webpack from 4.42.1 to 4.43.0

Bumps [webpack](https://github.com/webpack/webpack) from 4.42.1 to 4.43.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.42.1...v4.43.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump style-loader from 1.1.4 to 1.2.0
dependabot-preview[bot] [Mon, 27 Apr 2020 09:25:39 +0000 (09:25 +0000)] 
build(deps-dev): bump style-loader from 1.1.4 to 1.2.0

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.1.4 to 1.2.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.1.4...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agorefactor: remove async/await usage from lib
Eduardo San Martin Morote [Fri, 24 Apr 2020 18:01:40 +0000 (20:01 +0200)] 
refactor: remove async/await usage from lib

5 years agorefactor: use shallowRef
Eduardo San Martin Morote [Fri, 24 Apr 2020 16:43:27 +0000 (18:43 +0200)] 
refactor: use shallowRef

5 years agotest: fix failing tests
Eduardo San Martin Morote [Fri, 24 Apr 2020 16:42:00 +0000 (18:42 +0200)] 
test: fix failing tests

5 years agorefactor: flatten src folder
Eduardo San Martin Morote [Fri, 24 Apr 2020 16:22:15 +0000 (18:22 +0200)] 
refactor: flatten src folder

5 years agorefactor: Link and View renamed to RouterLink and RouterView
Eduardo San Martin Morote [Fri, 24 Apr 2020 15:42:37 +0000 (17:42 +0200)] 
refactor: Link and View renamed to RouterLink and RouterView

BREAKING CHANGE: exported components Link and View have been renamed to be
include the _Router_ prefix and to have the same export name as their component
name

5 years agorefactor: move install to its own function
Eduardo San Martin Morote [Fri, 24 Apr 2020 15:39:00 +0000 (17:39 +0200)] 
refactor: move install to its own function

5 years agochore: remove unused file
Eduardo San Martin Morote [Fri, 24 Apr 2020 14:49:49 +0000 (16:49 +0200)] 
chore: remove unused file

5 years agofeat: add navigation duplicated failure
Eduardo San Martin Morote [Fri, 24 Apr 2020 14:46:27 +0000 (16:46 +0200)] 
feat: add navigation duplicated failure

5 years agotest: fix failing test
Eduardo San Martin Morote [Fri, 24 Apr 2020 12:34:32 +0000 (14:34 +0200)] 
test: fix failing test

5 years agochore: upgrade prettier
Eduardo San Martin Morote [Fri, 24 Apr 2020 12:19:59 +0000 (14:19 +0200)] 
chore: upgrade prettier

v1 wasn't idempotent with return statements of expressions on multiple lines,
causing the CI to fail

5 years agotypes(history): allow undefined in state
Eduardo San Martin Morote [Fri, 24 Apr 2020 12:06:10 +0000 (14:06 +0200)] 
types(history): allow undefined in state

5 years agodocs: note about transition and initial navigation
Eduardo San Martin Morote [Fri, 24 Apr 2020 12:05:27 +0000 (14:05 +0200)] 
docs: note about transition and initial navigation

5 years agochore: ignore logs
Eduardo San Martin Morote [Fri, 24 Apr 2020 12:04:57 +0000 (14:04 +0200)] 
chore: ignore logs

5 years agofeat(scroll): handle scroll on reload
Eduardo San Martin Morote [Fri, 24 Apr 2020 12:04:38 +0000 (14:04 +0200)] 
feat(scroll): handle scroll on reload

5 years agodocs: add note about relative redirect
Eduardo San Martin Morote [Thu, 23 Apr 2020 08:39:19 +0000 (10:39 +0200)] 
docs: add note about relative redirect

5 years agofix(matcher): merge params
Eduardo San Martin Morote [Wed, 22 Apr 2020 21:20:01 +0000 (23:20 +0200)] 
fix(matcher): merge params

Fix #189

5 years agofix(router): make redirect relative to target location
Eduardo San Martin Morote [Wed, 22 Apr 2020 21:02:13 +0000 (23:02 +0200)] 
fix(router): make redirect relative to target location

5 years agoperf: use index access for strings
Eduardo San Martin Morote [Wed, 22 Apr 2020 20:17:47 +0000 (22:17 +0200)] 
perf: use index access for strings

5 years agodocs: add missing v-if
Eduardo San Martin Morote [Wed, 22 Apr 2020 20:08:35 +0000 (22:08 +0200)] 
docs: add missing v-if

5 years agodocs: add changes
Eduardo San Martin Morote [Wed, 22 Apr 2020 20:08:21 +0000 (22:08 +0200)] 
docs: add changes

5 years agofeat(router): add beforeResolve
Eduardo San Martin Morote [Wed, 22 Apr 2020 13:11:50 +0000 (15:11 +0200)] 
feat(router): add beforeResolve

5 years agotest: add pending tests
Eduardo San Martin Morote [Wed, 22 Apr 2020 12:43:34 +0000 (14:43 +0200)] 
test: add pending tests

5 years agotest: refactor e2e as integration
Eduardo San Martin Morote [Wed, 22 Apr 2020 12:27:13 +0000 (14:27 +0200)] 
test: refactor e2e as integration

5 years agodocs: add missing dash
Eduardo San Martin Morote [Wed, 22 Apr 2020 12:15:35 +0000 (14:15 +0200)] 
docs: add missing dash

5 years agotest: remove warning
Eduardo San Martin Morote [Wed, 22 Apr 2020 12:13:50 +0000 (14:13 +0200)] 
test: remove warning

5 years agorefactor: rename files to camelCase
Eduardo San Martin Morote [Wed, 22 Apr 2020 12:02:51 +0000 (14:02 +0200)] 
refactor: rename files to camelCase

5 years agotest: refactor guards context test (#177)
Austin Akers [Wed, 22 Apr 2020 11:56:29 +0000 (06:56 -0500)] 
test: refactor guards context test (#177)

5 years agodocs: add tsdoc for options
Eduardo San Martin Morote [Tue, 21 Apr 2020 19:10:11 +0000 (21:10 +0200)] 
docs: add tsdoc for options

5 years agorefactor(utils): move location utils to its file
Eduardo San Martin Morote [Tue, 21 Apr 2020 16:33:57 +0000 (18:33 +0200)] 
refactor(utils): move location utils to its file

5 years agofix(view): render slot with no match
Eduardo San Martin Morote [Tue, 21 Apr 2020 16:18:36 +0000 (18:18 +0200)] 
fix(view): render slot with no match

5 years agochore: up vue
Eduardo San Martin Morote [Tue, 21 Apr 2020 12:04:50 +0000 (14:04 +0200)] 
chore: up vue

5 years agofeat(router): add back,forward,go
Eduardo San Martin Morote [Tue, 21 Apr 2020 12:01:35 +0000 (14:01 +0200)] 
feat(router): add back,forward,go

5 years agofix(link): preserve the alias path
Eduardo San Martin Morote [Tue, 21 Apr 2020 11:46:19 +0000 (13:46 +0200)] 
fix(link): preserve the alias path

5 years agodocs: add named views playground
Eduardo San Martin Morote [Mon, 20 Apr 2020 21:32:24 +0000 (23:32 +0200)] 
docs: add named views playground

5 years agodocs: improve missing section
Eduardo San Martin Morote [Mon, 20 Apr 2020 21:28:19 +0000 (23:28 +0200)] 
docs: improve missing section

5 years agofix(guards): preserve navigation options when redirecting
Eduardo San Martin Morote [Mon, 20 Apr 2020 21:28:00 +0000 (23:28 +0200)] 
fix(guards): preserve navigation options when redirecting

5 years agofix(router): preserve navigation options with redirects
Eduardo San Martin Morote [Mon, 20 Apr 2020 14:26:31 +0000 (16:26 +0200)] 
fix(router): preserve navigation options with redirects

5 years agofix(html5): correctly preserve current history.state
Eduardo San Martin Morote [Mon, 20 Apr 2020 13:03:21 +0000 (15:03 +0200)] 
fix(html5): correctly preserve current history.state

Fix #180

5 years agoci: build release tags
Eduardo San Martin Morote [Mon, 20 Apr 2020 09:45:18 +0000 (11:45 +0200)] 
ci: build release tags

5 years agobuild(deps-dev): bump @types/webpack from 4.41.11 to 4.41.12
dependabot-preview[bot] [Mon, 20 Apr 2020 09:19:16 +0000 (09:19 +0000)] 
build(deps-dev): bump @types/webpack from 4.41.11 to 4.41.12

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump jest from 25.3.0 to 25.4.0
dependabot-preview[bot] [Mon, 20 Apr 2020 09:17:58 +0000 (09:17 +0000)] 
build(deps-dev): bump jest from 25.3.0 to 25.4.0

Bumps [jest](https://github.com/facebook/jest) from 25.3.0 to 25.4.0.
- [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/v25.3.0...v25.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @rollup/plugin-replace from 2.3.1 to 2.3.2
dependabot-preview[bot] [Mon, 20 Apr 2020 09:13:10 +0000 (09:13 +0000)] 
build(deps-dev): bump @rollup/plugin-replace from 2.3.1 to 2.3.2

Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.3.1...replace-v2.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump lint-staged from 10.1.3 to 10.1.6
dependabot-preview[bot] [Mon, 20 Apr 2020 09:14:00 +0000 (09:14 +0000)] 
build(deps-dev): bump lint-staged from 10.1.3 to 10.1.6

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.1.3 to 10.1.6.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.1.3...v10.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump ts-loader from 7.0.0 to 7.0.1
dependabot-preview[bot] [Mon, 20 Apr 2020 09:12:16 +0000 (09:12 +0000)] 
build(deps-dev): bump ts-loader from 7.0.0 to 7.0.1

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v7.0.0...v7.0.1)

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