Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update vue-cli monorepo to v3.12.1 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/cli-plugin-babel (source) 3.4.0 -> 3.12.1 age adoption passing confidence
@vue/cli-plugin-eslint (source) 3.4.0 -> 3.12.1 age adoption passing confidence
@vue/cli-service (source) 3.4.0 -> 3.12.1 age adoption passing confidence

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 and vue 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 and vuex 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
🐛 Bug Fix
📝 Documentation
Committers: 6

v3.11.0

Compare Source

🚀 New Features
  • @vue/cli-service
  • @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
🐛 Bug Fix
  • @vue/cli-plugin-eslint, @vue/cli-ui
  • @vue/cli-service
  • @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
  • @vue/cli-shared-utils
📝 Documentation
🏠 Internal
🔨 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
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 17

v3.9.2

Compare Source

🐛 Bug Fix
📝 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
🐛 Bug Fix
📝 Documentation
🏠 Internal
  • @vue/cli
  • @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-service
    • #​4153 chore: move yorkie from cli-service to plugin-eslint & plugin-typescript (@​sodatea)
Committers: 10

v3.8.0

Compare Source

🚀 New Features
💥 Breaking Changes

* @vue/cli-plugin-typescript

🐛 Bug Fix
📝 Documentation
  • @vue/cli-plugin-typescript, @vue/cli
🏠 Internal
🔨 Underlying Tools
Committers: 9

v3.7.0

Compare Source

🚀 New Features
  • @vue/cli-service
  • @vue/cli-plugin-babel, @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli
🐛 Bug Fix
  • @vue/cli-service
  • @vue/cli-plugin-unit-jest
    • #​3867 fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps (@​sodatea)
  • @vue/cli-ui
    • #​3871 fix: vue-virtual-scroller should be in devDependencies as it's client-side only (@​sodatea)
  • @vue/cli-shared-utils
🏠 Internal
Committers: 4

v3.6.0

Compare Source

🚀 New Features
🐛 Bug Fix
🏠 Internal
Committers: 10

v3.5.5

Compare Source

babel-preset-app

Reverts

v3.5.4

Compare Source

babel-preset-app

Bug Fixes

cli-plugin-babel

Bug Fixes
  • generator: add core-js as direct dependency of generated projects (#​3736) (5eb1425)

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
  • use an environment variable to determine the entry files to inject default polyfills (#​3565) (93f57ac), closes #​2983
Features
  • add entryFiles option, allowing explicit polyfill injection to specified files (#​3470) (7df0c58)

cli

Bug Fixes

cli-plugin-babel

Features

cli-plugin-e2e-nightwatch

Bug Fixes

cli-plugin-typescript

Features

cli-plugin-unit-jest

Bug Fixes
  • lock [@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
  • fix hash difference on different terminal sessions (a2bc927), closes #​3416

cli-plugin-eslint

Bug Fixes
  • respect command line --ignore-pattern option (f819f51)
  • cli-plugin-eslint: make eslint deps optional (#​3068) (114313c)

cli-plugin-typescript

Bug Fixes

cli-service

Bug Fixes
Features
  • cli-service: add history api fallback for multi-page mode (#​3181) (ea5d9f7)

cli-ui

Bug Fixes
  • import createTimeAgo from vue-timeago because it isn't a default export (#​3437) (38aa8d9)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants