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 #79

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

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

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 (or browserslist field in package.json)

🐛 Bug Fix
  • @vue/babel-preset-app
    • [c7fa1cf] fix: always transpile syntaxes introduced in ES2020 or later, so that optional chaining and nullish coalescing syntaxes won't cause errors in webpack 4 and ESLint 6.
  • @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 as vue/compiler-sfc.

v4.5.17

Compare Source

🐛 Bug Fix
  • @vue/cli-shared-utils, @vue/cli-ui
    • d7a9881 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain
Committers: 1

v4.5.16

Compare Source

🐛 Bug Fix
  • @vue/cli-service
    • Fix demo-lib.html and demo-wc.html for Vue 2
  • @vue/cli-shared-utils, @vue/cli-ui
    • Lock node-ipc to v9.2.1
vuejs/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 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.1

Compare Source

🐛 Bug Fix
  • @vue/cli-plugin-eslint
Committers: 1

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.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

v3.3.0

Compare Source

babel-preset-app

Features

cli-service

Bug Fixes

cli-ui

Bug Fixes

docs

Features
  • deprecate confusing baseUrl option, use publicPath 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

cli-service

Bug Fixes
  • .wasm extension should have lower priority when resolving modules (2ac64d6), closes #​3023
  • better error message for missing key entry in pages config (554670b), closes #​2816
  • cli-service: drop webpack NoEmitOnErrorsPlugin usage (#​3210) (300efa9)

cli-test-utils

Bug Fixes

v3.2.1

Compare Source

cli-plugin-eslint

Bug Fixes

v3.2.0

Compare Source

babel-preset-app

Features

cli

Bug Fixes
  • display project name validation warnings (#​2769) (42c51c0)
  • plugin.options can be missing when runGenerator is directly called (d1cd4aa), closes #​2906
Features

cli-plugin-eslint

Bug Fixes

cli-plugin-typescript

Features

cli-service

Bug Fixes
Features

cli-service-global

Bug Fixes
  • remove extraneous dependency (7a3de17)

cli-ui

Bug Fixes
  • plugins: local install (bd06cd4)
  • refresh page & switching between views doesn't lose selected item (11e59f8)
  • remove last route restore (305c4bf)
  • restore route making a view unnavigable (1a34618)
  • typo in plugin invoke notification (#​2937) (6b27ca7), closes #​2917
  • tasks: new terminate process implementation (2baddaa)
Features
  • plugin: quick local plugin refresh (91a4b2e)
  • status bar: last log animation (ebc0ea2)

other

Bug Fixes
  • should publish exact version (e87a29e)

v3.1.5

Compare Source

cli-plugin-eslint

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.

👻 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 Mend Renovate. View repository job log here.

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.

None yet

0 participants