Open dependabot[bot] opened 8 months ago
Bumps webpack-dev-middleware to 5.3.4 and updates ancestor dependencies webpack-dev-middleware, @vue/cli-plugin-babel, @vue/cli-service, @vue/cli-plugin-router, @vue/cli-plugin-typescript and @vue/cli-plugin-vuex. These dependencies need to be updated together.
Updates
webpack-dev-middleware
from 3.7.3 to 5.3.4Release notes
Sourced from webpack-dev-middleware's releases.
v5.3.4
5.3.4 (2024-03-20)
Bug Fixes
v5.3.3
5.3.3 (2022-05-18)
Bug Fixes
v5.3.2
5.3.2 (2022-05-17)
Bug Fixes
v5.3.1
5.3.1 (2022-02-01)
Bug Fixes
v5.3.0
5.3.0 (2021-12-16)
Features
v5.2.2
5.2.2 (2021-11-17)
Chore
- update
schema-utils
package to4.0.0
version... (truncated)
Changelog
Sourced from webpack-dev-middleware's changelog.
5.3.4 (2024-03-20)
Bug Fixes
5.3.3 (2022-05-18)
Bug Fixes
5.3.2 (2022-05-17)
Bug Fixes
5.3.1 (2022-02-01)
Bug Fixes
5.3.0 (2021-12-16)
Features
5.2.2 (2021-11-17)
Chore
- update
schema-utils
package to4.0.0
version5.2.1 (2021-09-25)
- internal release, no visible changes and features
5.2.0 (2021-09-24)
... (truncated)
Commits
86071ea
chore(release): 5.3.4189c4ac
fix(security): do not allow to read files above (#1779)f3c62b8
chore(release): 5.3.3eeb8aa8
fix: types forRequest
andResponse
(#1271)1a45388
chore(release): 5.3.2b8fb945
chore(deps): memfs force update (#1269)f88067d
chore: update deps and ci (#1260)7186318
chore(deps-dev): bump@commitlint/cli
57c50ef
ci: updatecheckout
,setup-node
, andcodecov
actions (#1267)840146a
chore(deps-dev): bump@babel/preset-env
- Additional commits viewable in compare view
Updates
@vue/cli-plugin-babel
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-plugin-babel
's releases.v5.0.8
:bug: Bug Fix
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)v5.0.6
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.v5.0.5
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)@vue/cli-plugin-e2e-cypress
- [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)
Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
v5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
- Andrei (
@AndreiSoroka
)- Haoqun Jiang (
@sodatea
)v5.0.3
... (truncated)
Changelog
Sourced from
@vue/cli-plugin-babel
's changelog.5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)5.0.6 (2022-06-16)
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
5.0.4 (2022-03-22)
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
... (truncated)
Commits
Updates
@vue/cli-service
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-service
's releases.v5.0.8
:bug: Bug Fix
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)v5.0.6
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.v5.0.5
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)@vue/cli-plugin-e2e-cypress
- [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)
Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
v5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
- Andrei (
@AndreiSoroka
)- Haoqun Jiang (
@sodatea
)v5.0.3
... (truncated)
Changelog
Sourced from
@vue/cli-service
's changelog.5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)5.0.6 (2022-06-16)
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
5.0.4 (2022-03-22)
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
... (truncated)
Commits
b154dbd
v5.0.80260e4d
fix: add devServer.server.type to useHttps judgement (#7222)4a0655f
v5.0.7beffe8a
fix: allow disabling progress plugin viadevServer.client.progress
558dea2
fix: supportdevServer.server
option, avoid deprecation warningbddd64d
fix: optimize the judgment on whether HTTPS has been set in options (#7202)ef08a08
v5.0.6fcf27e3
fixup! fix: compatibility with Vue 2.7a648958
fix: compatibility with Vue 2.798c66c9
v5.0.5- Additional commits viewable in compare view
Updates
@vue/cli-plugin-router
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-plugin-router
's releases.v5.0.8
:bug: Bug Fix
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)v5.0.6
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.v5.0.5
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)@vue/cli-plugin-e2e-cypress
- [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)
Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
v5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
- Andrei (
@AndreiSoroka
)- Haoqun Jiang (
@sodatea
)v5.0.3
... (truncated)
Changelog
Sourced from
@vue/cli-plugin-router
's changelog.5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)5.0.6 (2022-06-16)
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
5.0.4 (2022-03-22)
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
... (truncated)
Commits
Updates
@vue/cli-plugin-typescript
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-plugin-typescript
's releases.v5.0.8
:bug: Bug Fix
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)v5.0.6
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.v5.0.5
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)@vue/cli-plugin-e2e-cypress
- [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)
Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
v5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
- Andrei (
@AndreiSoroka
)- Haoqun Jiang (
@sodatea
)v5.0.3
... (truncated)
Changelog
Sourced from
@vue/cli-plugin-typescript
's changelog.5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)5.0.6 (2022-06-16)
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
5.0.4 (2022-03-22)
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
... (truncated)
Commits
Updates
@vue/cli-plugin-vuex
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-plugin-vuex
's releases.v5.0.8
:bug: Bug Fix
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)v5.0.6
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.v5.0.5
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)@vue/cli-plugin-e2e-cypress
- [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)
Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
v5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
- Andrei (
@AndreiSoroka
)- Haoqun Jiang (
@sodatea
)v5.0.3
... (truncated)
Changelog
Sourced from
@vue/cli-plugin-vuex
's changelog.5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.server
option, avoid deprecation warnings (@backrunner
,@sodatea
)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress
@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner
)- Haoqun Jiang (
@sodatea
)5.0.6 (2022-06-16)
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli
@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe
)Committers: 3
- Martijn Jacobs (
@maerteijn
)- ZHAO Jinxiang (
@xiaoxiangmoe
)@blzsaa
5.0.4 (2022-03-22)
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka
)@vue/cli-shared-utils
,@vue/cli-ui
- 75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot showignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/google/devlibrary/network/alerts).
Bumps webpack-dev-middleware to 5.3.4 and updates ancestor dependencies webpack-dev-middleware, @vue/cli-plugin-babel, @vue/cli-service, @vue/cli-plugin-router, @vue/cli-plugin-typescript and @vue/cli-plugin-vuex. These dependencies need to be updated together.
Updates
webpack-dev-middleware
from 3.7.3 to 5.3.4Release notes
Sourced from webpack-dev-middleware's releases.
... (truncated)
Changelog
Sourced from webpack-dev-middleware's changelog.
... (truncated)
Commits
86071ea
chore(release): 5.3.4189c4ac
fix(security): do not allow to read files above (#1779)f3c62b8
chore(release): 5.3.3eeb8aa8
fix: types forRequest
andResponse
(#1271)1a45388
chore(release): 5.3.2b8fb945
chore(deps): memfs force update (#1269)f88067d
chore: update deps and ci (#1260)7186318
chore(deps-dev): bump@commitlint/cli
57c50ef
ci: updatecheckout
,setup-node
, andcodecov
actions (#1267)840146a
chore(deps-dev): bump@babel/preset-env
Updates
@vue/cli-plugin-babel
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-plugin-babel
's releases.... (truncated)
Changelog
Sourced from
@vue/cli-plugin-babel
's changelog.... (truncated)
Commits
b154dbd
v5.0.84a0655f
v5.0.7ef08a08
v5.0.698c66c9
v5.0.5ca97fc2
v5.0.4dd53f26
v5.0.3a859b1f
v5.0.292d80a8
v5.0.1c913cdc
v5.0.075a6d69
v5.0.0-rc.3Updates
@vue/cli-service
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-service
's releases.... (truncated)
Changelog
Sourced from
@vue/cli-service
's changelog.... (truncated)
Commits
b154dbd
v5.0.80260e4d
fix: add devServer.server.type to useHttps judgement (#7222)4a0655f
v5.0.7beffe8a
fix: allow disabling progress plugin viadevServer.client.progress
558dea2
fix: supportdevServer.server
option, avoid deprecation warningbddd64d
fix: optimize the judgment on whether HTTPS has been set in options (#7202)ef08a08
v5.0.6fcf27e3
fixup! fix: compatibility with Vue 2.7a648958
fix: compatibility with Vue 2.798c66c9
v5.0.5Updates
@vue/cli-plugin-router
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-plugin-router
's releases.... (truncated)
Changelog
Sourced from
@vue/cli-plugin-router
's changelog.... (truncated)
Commits
b154dbd
v5.0.84a0655f
v5.0.7ef08a08
v5.0.698c66c9
v5.0.5ca97fc2
v5.0.4dd53f26
v5.0.3a859b1f
v5.0.292d80a8
v5.0.1c913cdc
v5.0.075a6d69
v5.0.0-rc.3Updates
@vue/cli-plugin-typescript
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-plugin-typescript
's releases.... (truncated)
Changelog
Sourced from
@vue/cli-plugin-typescript
's changelog.... (truncated)
Commits
b154dbd
v5.0.84a0655f
v5.0.7ef08a08
v5.0.66b163f2
chore: fix lint errorsa648958
fix: compatibility with Vue 2.798c66c9
v5.0.56035629
chore: remove redundant yorkie dependency in typescript pluginca97fc2
v5.0.4dd53f26
v5.0.3a859b1f
v5.0.2Updates
@vue/cli-plugin-vuex
from 4.5.19 to 5.0.8Release notes
Sourced from
@vue/cli-plugin-vuex
's releases.... (truncated)
Changelog
Sourced from
@vue/cli-plugin-vuex
's changelog.... (truncated)
Commits
b154dbd
v5.0.84a0655f
v5.0.7ef08a08
v5.0.698c66c9
v5.0.5ca97fc2
v5.0.4dd53f26
v5.0.3a859b1f
v5.0.292d80a8
v5.0.1c913cdc
v5.0.075a6d69
v5.0.0-rc.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show