SignalR-Mastery
SignalR-Mastery copied to clipboard
Update vue-cli monorepo to v5 (major)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@vue/cli-plugin-babel (source) | ~4.5.15 -> ~5.0.0 |
||||
@vue/cli-plugin-eslint (source) | ~4.5.15 -> ~5.0.0 |
||||
@vue/cli-plugin-router (source) | ~4.5.15 -> ~5.0.0 |
||||
@vue/cli-plugin-typescript (source) | ~4.5.15 -> ~5.0.0 |
||||
@vue/cli-service (source) | ~4.5.15 -> ~5.0.0 |
Release Notes
vuejs/vue-cli (@vue/cli-plugin-babel)
v5.0.8
:bug: Bug Fix
-
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (https://github.com/vuejs/vue-cli/pull/7222)
-
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes https://github.com/vuejs/vue-cli/issues/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
-
#7202, [558dea2] fix: support
-
@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 as vue/compiler-sfc
.
v5.0.5
: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
v5.0.4
:bug: Bug Fix
-
@vue/cli-service
-
#7005 Better handling of
publicPath: 'auto'
(@AndreiSoroka)
-
#7005 Better handling of
-
@vue/cli-shared-utils
,@vue/cli-ui
-
75826d6 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chain
-
75826d6 fix: replace
Committers: 1
- Andrei (@AndreiSoroka)
- Haoqun Jiang (@sodatea)
v5.0.3
:bug: Bug Fix
-
@vue/cli-shared-utils
,@vue/cli-ui
- Lock
node-ipc
to v9.2.1
- Lock
v5.0.2
:bug: Bug Fix
-
@vue/cli-service
- #7044 fix(cli-service): devServer proxy should be optional (@ntnyq)
- #7039 chore: add scss to LoaderOptions (@hiblacker)
Committers: 2
- Blacker (@hiblacker)
- ntnyq (@ntnyq)
v5.0.1
Same as 5.0.0.
v5.0.0
:bug: Bug Fix
-
@vue/cli-service
- #6972 Remove --skip-plugin from arguments (@MatthijsBurgh)
- #6987 fix: update mini-css-extract-plugin to ^2.5.3 (@darrinmn9)
:memo: Documentation
- #6706 docs: update vue create --help output in "Basics/Creating a Project" (@Lalaluka)
- #6642 docs: Update README.md (@wxsms)
- #6620 Fix typo in deployment guide (@Klikini)
- #6623 fix(docs): the plugin-dev in zh has a regexp lose the end / (@HelloJiya)
- #6377 replace master with main to reflect GH default (@anbnyc)
- #6359 Fix master to main in heroku deployment (@MowlCoder)
- #6266 Add note about loader incompatible with webpack 4 (@JarnoRFB)
- #6239 Update deployment.md (@anzuj)
- #6237 fix code demo (@yyzclyang)
Committers: 13
- Alec Barrett (@anbnyc)
- Alexander Sokolov (@Alex-Sokolov)
- Andy Castille (@Klikini)
- Anzelika (@anzuj)
- Ben Hutton (@Relequestual)
- Calvin Schröder (@Lalaluka)
- Darrin Nagengast (@darrinmn9)
- Matthijs van der Burgh (@MatthijsBurgh)
- Rüdiger Busche (@JarnoRFB)
- @HelloJiya
- @MowlCoder
- wxsm (@wxsms)
- 鱼依藻常乐 (@yyzclyang)
v4.5.19
IMPORTANT NOTE: IE 11 has reached End-of-Life. The default browserslist
query no longer includes IE 11 as a target.
If your project still has to support IE 11, you MUST manually add IE 11
to the last line of the .browserslistrc
file in the project (or browserslist
field in package.json
)
:bug: Bug Fix
-
@vue/babel-preset-app
- [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
-
@vue/cli-plugin-typescript
v4.5.18
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 as vue/compiler-sfc
.
v4.5.17
:bug: Bug Fix
-
@vue/cli-shared-utils
,@vue/cli-ui
-
d7a9881 fix: replace
node-ipc
with@achrinza/node-ipc
to further secure the dependency chain
-
d7a9881 fix: replace
Committers: 1
- Haoqun Jiang (@sodatea)
v4.5.16
:bug: Bug Fix
-
@vue/cli-service
- Fix demo-lib.html and demo-wc.html for Vue 2
-
@vue/cli-shared-utils
,@vue/cli-ui
- Lock
node-ipc
to v9.2.1
- Lock
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.