Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 7, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/cli-plugin-babel 3.3.0 -> 3.12.1 age adoption passing confidence
@vue/cli-plugin-typescript 3.3.0 -> 3.12.1 age adoption passing confidence
@vue/cli-service (source) 3.3.0 -> 3.12.1 age adoption passing confidence
vue 2.5.22 -> 2.6.14 age adoption passing confidence
vue-template-compiler 2.5.22 -> 2.6.14 age adoption passing confidence
vuex 3.0.1 -> 3.6.2 age adoption passing confidence

Release Notes

vuejs/vue-cli

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://togithub.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)

v3.4.0

Compare Source

babel-preset-app

Features

cli

Bug Fixes
  • fix injectImports when there's no pre-existing import declarations (108d801), closes #​2925
  • should check yarn when no pacakage manager specified (6a75056), closes #​3393

cli-plugin-babel

Bug Fixes
  • add webpack to plugins' dependencies, fix yarn peer dep warnings (6e5e117)
  • cli-plugin-babel: transpileDependencies should only match packages inside node_modules, close #​3057 (#​3229) (fb71653)
  • take all env variables into account in genCacheConfig (047872c), closes #​3275

cli-plugin-eslint

Bug Fixes
Features

cli-plugin-typescript

Bug Fixes
Features
  • support yml, yaml and json tslint configuration files (#​3305) (596a49d)

cli-plugin-unit-mocha

Bug Fixes
  • apply a workaround for the prettier / jsdom-global bug (bca6edc)

cli-service

Bug Fixes
Features
  • add typings for vue.config.js options (#​3387) (b61ea45)
  • support dart-sass as default sass implementation (#​3321) (9c1e797)
  • support use -h show detailed usage of command (67cff95)

cli-shared-utils

Bug Fixes

cli-ui

Bug Fixes
Features

eslint-config-typescript

Bug Fixes
Features
vuejs/core

v2.6.14

Compare Source

v2.6.13

Compare Source

v2.6.12

Compare Source

v2.6.11

Compare Source

v2.6.10

Compare Source

v2.6.9

Compare Source

v2.6.8

Compare Source

v2.6.7

Compare Source

v2.6.6

Compare Source

v2.6.5

Compare Source

v2.6.4

Compare Source

v2.6.3

Compare Source

v2.6.2

Compare Source

v2.6.1

Compare Source

v2.6.0

Compare Source

vuejs/vue

v2.6.14

Compare Source

Bug Fixes
Features

v2.6.13

Compare Source

Bug Fixes

Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vue-monorepo branch from baa9055 to 599dcdf Compare July 17, 2019 14:58
@renovate renovate bot changed the title Update vue monorepo to v2.6.10 Update vue monorepo Jul 17, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch 3 times, most recently from e5a0810 to 6c8350b Compare August 8, 2019 13:52
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 6c8350b to f2f8d05 Compare August 30, 2019 13:19
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from f2f8d05 to 87c3348 Compare November 12, 2019 07:06
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 87c3348 to c8c7a8a Compare December 14, 2019 22:47
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from c8c7a8a to 424b31b Compare January 19, 2020 04:00
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 424b31b to 5708857 Compare March 15, 2020 07:01
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 5708857 to eb4405d Compare May 2, 2020 19:04
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from eb4405d to 2784563 Compare May 15, 2020 16:04
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 2784563 to f84d208 Compare July 1, 2020 11:00
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from f84d208 to f81e177 Compare August 23, 2020 06:09
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from f81e177 to 59d5f7b Compare October 28, 2020 09:05
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 59d5f7b to 7925de3 Compare November 27, 2020 10:06
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 7925de3 to 77e6e76 Compare January 30, 2021 15:57
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 77e6e76 to 89b9819 Compare June 6, 2021 22:21
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 89b9819 to ff41b90 Compare June 14, 2021 12:08
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from ff41b90 to df80c74 Compare October 19, 2021 02:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants