AuspeXeu / openvpn-status

A web-based application to monitor OpenVPN server client connections
MIT License
161 stars 48 forks source link

Update @vue/cli-service to the latest version πŸš€ #488

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


The devDependency @vue/cli-service was updated from 4.3.1 to 4.4.1.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: soda License: MIT

Release Notes for v4.4.1

How to Upgrade

First, reinstall the latest version of @vue/cli globally.

yarn global add @vue/cli
# OR
npm install -g @vue/cli

Then in the projects, run

vue upgrade

Notable Changes

The polyfill logic for modern mode and web components target has been refactored.

The final browser target is now calculated from the intersection of the user-specified browser target and the minimum browser versions that support modern mode / web component.

This means we can now drop many polyfills that are only used for some obsolete evergreen browsers if you are using the default browserslist target (["> 1%", "last 2 versions", "not dead"]), which will greatly reduce the bundle size of modern mode / web component target.


πŸ› Bug Fix

  • @vue/babel-preset-app
    • #5513 refactor: improve the polyfill importing logic of modern mode (@sodatea)
  • @vue/cli

πŸ“ Documentation

🏠 Internal

  • @vue/babel-preset-app
    • #5513 refactor: improve the polyfill importing logic of modern mode (@sodatea)

Committers: 3

Commits

The new version differs by 43 commits.

  • 34f303b v4.4.1
  • 36b475c chore: depedency maintenance
  • 91ca0b1 refactor: improve the polyfill importing logic of modern mode (#5513)
  • 538a028 fix(cli): fix the creation log (#5502)
  • f425fff chore: Merge branch 'master' into dev
  • 057201c docs: explain pwa head/manifest icons (#5408)
  • 6323b73 v4.4.0
  • d03ccc3 chore: pre release sync
  • 01d4bea fix: should throw errors if there is bad require() in vue.config.js (#5500)
  • 02a365d feat(plugin-api): expose inquirer to prompts.js, allowing custom prompt types (#5498)
  • 0295ff6 fix(unit-jest): fix .vue coverage report when babel plugin is not enabled (#5499)
  • aee9e17 fix: allow specifying plugin version when calling vue add (#5497)
  • 8b01c9e chore: dependency maintenance (#5496)
  • 90f1146 fix(ui): the logs from creator should be displayed in the UI (#5493)
  • 16d2701 fix(mocha): avoid --inspect-brk flag clobbering other values (#5473)

There are 43 commits in total.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: