Skip to content
This repository was archived by the owner on Aug 6, 2020. It is now read-only.

Update vue monorepo #45

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

Update vue monorepo #45

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 11, 2019

This PR contains the following updates:

Package Type Update Change
@vue/cli-plugin-babel devDependencies minor ^3.3.0 -> 3.12.1
@vue/cli-plugin-eslint devDependencies minor ^3.3.0 -> 3.12.1
@vue/cli-plugin-unit-jest devDependencies minor ^3.3.0 -> 3.12.1
@vue/cli-service (source) devDependencies minor ^3.3.0 -> 3.12.1
@vue/test-utils devDependencies patch ^1.0.0-beta.15 -> 1.0.3
vue devDependencies minor 2.5.13 -> 2.6.11
vue-jest devDependencies patch ^3.0.2 -> 3.0.6
vue-template-compiler devDependencies minor 2.5.13 -> 2.6.11

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/vue-test-utils

v1.0.3

Compare Source

This is a small release, mainly to improve the deprecation messages.

Bugfix/improvements

fix #​1541: Improve deprecation messages (#​1548)
fix: added missing import of the Cheerio type (fix #​1526) (#​1527)
fix: Add attachToDocument conditional deprecation message, (#​1546)
fix: Sync docs with v1.0 (#​1538)

v1.0.2

Compare Source

Note: Version bump only for package vue-test-utils

v1.0.1

Compare Source

v1.0.0

Compare Source

Features

v1.0.0-beta.33

Compare Source

Bug Fixes
Features

v1.0.0-beta.32

Compare Source

Bug Fixes

v1.0.0-beta.31

Compare Source

Bug Fixes
Features

v1.0.0-beta.30

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • html output will now be formatted
  • render and renderToString are now async
    • Remove sync mode
  • Remove TransitionStub
  • Remove Transition

v1.0.0-beta.29

Compare Source

Bug Fixes

Renovate 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, check this box

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

@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 2fccb0e to 1b9d927 Compare February 4, 2019 16:30
@renovate renovate bot changed the title Update vue monorepo to v2.5.22 Update vue monorepo to v2.6.0 Feb 4, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 1b9d927 to 5092d97 Compare February 4, 2019 22:54
@renovate renovate bot changed the title Update vue monorepo to v2.6.0 Update vue monorepo to v2.6.1 Feb 4, 2019
@renovate renovate bot changed the title Update vue monorepo to v2.6.1 Update vue monorepo to v2.6.2 Feb 5, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 5092d97 to c3d30f6 Compare February 5, 2019 03:57
@renovate renovate bot changed the title Update vue monorepo to v2.6.2 Update vue monorepo to v2.6.3 Feb 6, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch 2 times, most recently from 63dc263 to 8f0e107 Compare February 8, 2019 21:48
@renovate renovate bot changed the title Update vue monorepo to v2.6.3 Update vue monorepo to v2.6.4 Feb 8, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 8f0e107 to 817796b Compare February 11, 2019 05:18
@renovate renovate bot changed the title Update vue monorepo to v2.6.4 Update vue monorepo to v2.6.5 Feb 11, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 817796b to a51ed50 Compare February 12, 2019 04:24
@renovate renovate bot changed the title Update vue monorepo to v2.6.5 Update vue monorepo to v2.6.6 Feb 12, 2019
@renovate renovate bot changed the title Update vue monorepo to v2.6.6 Update vue monorepo to v2.6.7 Feb 21, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from a51ed50 to 7121c18 Compare February 21, 2019 22:11
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 7121c18 to afc4791 Compare March 1, 2019 15:14
@renovate renovate bot changed the title Update vue monorepo to v2.6.7 Update vue monorepo to v2.6.8 Mar 1, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from afc4791 to 8027b75 Compare March 14, 2019 09:06
@renovate renovate bot changed the title Update vue monorepo to v2.6.8 Update vue monorepo to v2.6.9 Mar 14, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 8027b75 to 4ce2b29 Compare March 20, 2019 06:33
@renovate renovate bot changed the title Update vue monorepo to v2.6.9 Update vue monorepo to v2.6.10 Mar 20, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 4ce2b29 to ab0e967 Compare August 10, 2019 09:52
@renovate renovate bot changed the title Update vue monorepo to v2.6.10 Update vue monorepo Aug 10, 2019
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from ab0e967 to 522ace8 Compare October 1, 2019 04:58
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 522ace8 to 88a8024 Compare December 14, 2019 20:57
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 88a8024 to f164f82 Compare February 8, 2020 22:52
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from f164f82 to 0c513de Compare March 15, 2020 12:00
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 0c513de to b95a8d1 Compare April 27, 2020 22:57
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from b95a8d1 to 2cbd3ee Compare May 7, 2020 16:57
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from 2cbd3ee to a5e45dd Compare July 1, 2020 16:55
@renovate renovate bot force-pushed the renovate/vue-monorepo branch from a5e45dd to 7d74621 Compare July 4, 2020 13:00
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.

1 participant