chore(deps): update vue-cli monorepo #79
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.5.15
->4.5.19
3.1.4
->3.12.1
3.1.2
->3.12.1
Release Notes
vuejs/vue-cli (@vue/cli-plugin-babel)
v4.5.19
Compare Source
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 (orbrowserslist
field inpackage.json
)🐛 Bug Fix
@vue/babel-preset-app
@vue/cli-plugin-typescript
v4.5.18
Compare Source
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
.v4.5.17
Compare Source
🐛 Bug Fix
@vue/cli-shared-utils
,@vue/cli-ui
node-ipc
with@achrinza/node-ipc
to further secure the dependency chainCommitters: 1
v4.5.16
Compare Source
🐛 Bug Fix
@vue/cli-service
@vue/cli-shared-utils
,@vue/cli-ui
node-ipc
to v9.2.1vuejs/vue-cli (@vue/cli-plugin-eslint)
v3.12.1
Compare Source
Regarding recent patch releases of Vue CLI v4, we are not fixing bugs in v4 itself, but for v3 compatibility actually (to be more specific, for the
vue add router
andvue add vuex
commands in the older CLI versions, user projects are not likely affected). We still recommend all users to upgrade to v4 early.This is because we've made a mistake in implementing the version check mechanism of core plugins in v3. As we expect to bring users the latest and best practices for their projects, we always use the latest versions of the core plugins for scaffolding. This, however, became a burden when we bump the major versions. During the RC phase, the version check logic wasn't triggered, thus we failed to spot this problem early enough.
Luckily, few breaking changes have been made in v4 regarding the scaffolding part, so most users are not affected.
The main issues are due to the changed locations of
router
andvuex
templates. But as the usage varies (scaffolding via Vue CLI UI / command line; calling CLI v4 in v3 projects; calling CLI v3 in v4 projects, etc.), it took us several patches to fully address these issues. We are now also releasing this patch version in v3 so that users who are not confident enough to upgrade their workflow to v4 can have a more backward-compatible CLI to use.🐛 Bug Fix
@vue/cli
Committers: 1
v3.12.0
Compare Source
🚀 New Features
@vue/cli-service
🐛 Bug Fix
@vue/cli-service
@vue/cli-shared-utils
@vue/cli
test
command from generated README (@cexbrayat)📝 Documentation
@vue/cli
Committers: 6
v3.11.0
Compare Source
🚀 New Features
@vue/cli-service
--inline-vue
flag forbuild
command to avoid externalization of Vue in lib & wc mode (@romansp)@vue/cli-plugin-babel
,@vue/cli-plugin-e2e-cypress
,@vue/cli-plugin-e2e-nightwatch
,@vue/cli-plugin-eslint
,@vue/cli-plugin-pwa
,@vue/cli-plugin-typescript
,@vue/cli-plugin-unit-jest
,@vue/cli-plugin-unit-mocha
,@vue/cli-shared-utils
vue add
(@sodatea)🐛 Bug Fix
@vue/cli-plugin-eslint
,@vue/cli-ui
@vue/cli-service
externals
config correctly, supports array (@sodatea)@vue/cli-plugin-unit-jest
,@vue/cli-plugin-unit-mocha
**/tests/**
subfolders (@LinusBorg)@vue/cli-shared-utils
resolvePluginId
should correctly resolve@vue/cli-service
(@sodatea)📝 Documentation
🏠 Internal
@vue/cli-ui-addon-webpack
,@vue/cli-ui
🔨 Underlying Tools
@vue/cli-service
@vue/cli-plugin-babel
,@vue/cli-plugin-eslint
,@vue/cli-plugin-pwa
,@vue/cli-plugin-typescript
,@vue/cli-service
Committers: 9
v3.10.0
Compare Source
🚀 New Features
@vue/cli
--port
argument to 'vue serve' command (@bokub)@vue/cli-plugin-eslint
🐛 Bug Fix
@vue/cli-plugin-typescript
,@vue/cli
when
condition evaluated as truthy (@sodatea)@vue/cli-service
@vue/cli-plugin-typescript
@vue/cli-plugin-eslint
@vue/cli-shared-utils
yarn --version
to detect yarn (@sodatea)📝 Documentation
@vue/cli-plugin-e2e-nightwatch
@vue/babel-preset-app
,@vue/cli-plugin-e2e-nightwatch
,@vue/cli-plugin-eslint
,@vue/cli-service
,@vue/cli-ui
🏠 Internal
@vue/cli-service
,@vue/cli
Committers: 17
v3.9.2
Compare Source
🐛 Bug Fix
@vue/cli-plugin-eslint
vue serve
(@sodatea)📝 Documentation
@vue/babel-preset-app
,@vue/cli-plugin-e2e-nightwatch
,@vue/cli-plugin-eslint
,@vue/cli-service
,@vue/cli-ui
Committers: 2
v3.9.1
Compare Source
🐛 Bug Fix
@vue/cli-plugin-eslint
eslintPath
(@sodatea)Committers: 1
v3.9.0
Compare Source
🚀 New Features
@vue/cli
transformScript
to GeneratorAPI (@sodatea)GeneratorAPI
(@sodatea)injectImports
&injectRootOptions
work for.vue
files (@sodatea)🐛 Bug Fix
@vue/cli-service
devServer.public
as the custom url for browser to open (#4169) (@Devil-Cong)📝 Documentation
@vue/cli-plugin-typescript
allowJs
to true (@NataliaTepluhina)🏠 Internal
@vue/cli
@vue/cli-plugin-eslint
,@vue/cli-plugin-typescript
,@vue/cli-service
Committers: 10
v3.8.0
Compare Source
🚀 New Features
@vue/cli-plugin-pwa
,@vue/cli-ui
@vue/cli-ui
editor
(@Akryum)@vue/cli-service
@vue/cli
💥 Breaking Changes
*@vue/cli-plugin-typescript
#3909 prefer .tsx? files over .jsx? file extensions (@LinusBorg)(Reverted in v3.8.1)🐛 Bug Fix
@vue/cli-service
@vue/cli-ui
detectLanguage
function (@maple3142)📝 Documentation
@vue/cli-plugin-typescript
,@vue/cli
🏠 Internal
@vue/cli-service
clientLogLevel
tosilent
instead ofnone
(@svtfrancisco)@vue/cli
injectImportsAndOptions
, fixes #3309 (@sodatea)🔨 Underlying Tools
@vue/cli-service
@vue/babel-preset-app
Committers: 9
v3.7.0
Compare Source
🚀 New Features
@vue/cli-service
.version
field andassertVersion
helper to plugin api (@sodatea)lintOnSave
options and multi-page entries (@sodatea)@vue/cli-plugin-babel
,@vue/cli-plugin-typescript
,@vue/cli-service
parallel
option to be an integer (@sodatea)@vue/cli
bare
option inpreset.json
(@sodatea)🐛 Bug Fix
@vue/cli-service
@vue/cli-plugin-unit-jest
@vue/cli-ui
@vue/cli-shared-utils
🏠 Internal
@vue/babel-preset-app
@vue/cli-service
process
should be polyfilled rather than mocked (@sodatea)@vue/cli-service
,@vue/cli-ui-addon-widgets
Committers: 4
v3.6.0
Compare Source
🚀 New Features
@vue/cli-ui
@vue/cli-service
--filename
option to specify the output file name (@NickeyLin)@vue/cli
@vue/cli-service
,@vue/cli-shared-utils
,@vue/cli-ui
,@vue/cli
@vue/cli-plugin-eslint
,@vue/cli-service
lintOnSave
to support 'default' behavior (Closes #3552) (@LinusBorg)@vue/cli-plugin-unit-jest
🐛 Bug Fix
@vue/cli-ui
🏠 Internal
@vue/cli-service
placeAtRootIfRelative
parameter (@dailyvuejs)fibers
opt-in for dart sass (@sodatea)@vue/cli-ui
Other
Committers: 10
v3.5.1
Compare Source
cli-service
Bug Fixes
v3.5.0
Compare Source
babel-preset-app
Bug Fixes
Features
entryFiles
option, allowing explicit polyfill injection to specified files (#3470) (7df0c58)cli
Bug Fixes
cli-plugin-babel
Features
cli-plugin-e2e-nightwatch
Bug Fixes
-e
in e2e tests (#3583) (9aff29d)cli-plugin-typescript
Features
cli-plugin-unit-jest
Bug Fixes
[@vue](https://github.com/vue)/test-utils
version as it's still in beta and may introduce breaking changes (266090d)cli-service
Bug Fixes
Features
cli-service-global
Features
docs
Bug Fixes
v3.4.1
Compare Source
cli-plugin-babel
Bug Fixes
cli-plugin-eslint
Bug Fixes
cli-plugin-typescript
Bug Fixes
cli-service
Bug Fixes
Features
cli-ui
Bug Fixes
v3.4.0
Compare Source
babel-preset-app
Features
absoluteRuntime
option, closes #2807 (d5ed280)cli
Bug Fixes
cli-plugin-babel
Bug Fixes
node_modules
, close #3057 (#3229) (fb71653)genCacheConfig
(047872c), closes #3275cli-plugin-eslint
Bug Fixes
Features
--no-fix-warnings
option (#3307) (2b6dba3)cli-plugin-typescript
Bug Fixes
Features
cli-plugin-unit-mocha
Bug Fixes
cli-service
Bug Fixes
publicPath
option tobaseUrl
, fix plugin compatibility (27ffd28)parallel
option in terser plugin (702a2c9)Features
cli-shared-utils
Bug Fixes
cli-ui
Bug Fixes
Features
eslint-config-typescript
Bug Fixes
jsx
in parserOptions, fixes #3268 (85c5973)Features
v3.3.0
Compare Source
babel-preset-app
Features
cli-service
Bug Fixes
cli-ui
Bug Fixes
docs
Features
baseUrl
option, usepublicPath
instead. (#3143) (e7af0d8)v3.2.2
Compare Source
babel-preset-app
Bug Fixes
cli
Bug Fixes
cli-plugin-eslint
Bug Fixes
cli-plugin-typescript
Bug Fixes
cli-plugin-unit-jest
Bug Fixes
cli-plugin-unit-mocha
Bug Fixes
url
option forjsdom-global
(#3131) (8d81e51), closes jsdom/jsdom#2304cli-service
Bug Fixes
.wasm
extension should have lower priority when resolving modules (2ac64d6), closes #3023entry
inpages
config (554670b), closes #2816cli-test-utils
Bug Fixes
v3.2.1
Compare Source
cli-plugin-eslint
Bug Fixes
v3.2.0
Compare Source
babel-preset-app
Features
decoratorsBeforeExport
option (bfb78a9), closes #2974cli
Bug Fixes
Features
vue info
in cli (#2863) (4324afb)cli-plugin-eslint
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.