chore(deps): update vue-cli monorepo to v3.12.1 #18
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:
3.4.0
->3.12.1
3.4.0
->3.12.1
3.4.0
->3.12.1
Release Notes
vuejs/vue-cli (@vue/cli-plugin-babel)
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.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.5
Compare Source
babel-preset-app
Reverts
v3.5.4
Compare Source
babel-preset-app
Bug Fixes
absoluteRuntime
is on (#3732) (9bdff3b), closes #3725cli-plugin-babel
Bug Fixes
v3.5.3
Compare Source
babel-preset-app
Bug Fixes
cli-service
Bug Fixes
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://redirect.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
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.
This PR was generated by Mend Renovate. View the repository job log.