-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update @vue/cli-plugin-babel to the latest version 🚀 #16
Open
greenkeeper
wants to merge
2
commits into
master
Choose a base branch
from
greenkeeper/@vue/cli-plugin-babel-4.0.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
|
|
|
|
|
|
|
|
|
|
🚨 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The devDependency @vue/cli-plugin-babel was updated from
3.12.0
to4.0.0
.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.0.0
We're happy to announce the release of Vue CLI version 4!
This major version bump is focused on necessary version bumps of underlying tools, better default setups, and other fine-tunings required for long-term maintenance.
We expect a smooth migration experience for most users.
You can view the full migration guide at https://cli.vuejs.org/migrating-from-v3/
Vue CLI v4 comes with greatly improved Nightwatch, Jest and PWA support, and many other small tweaks across all the core packages.
Lots of underlying major dependencies have been upgraded:
The complete change list is available in the migration guide.
While our focus has shifted to this new major version, old versions will continue to be supported for a while.
Most of the (non-semver-breaking) new features we bring in v4 have already been backported to v3.
We'd like to continue to backport more commits to v3, but as the codebase diverges, it might become harder and harder for us to do so.
We strongly recommend you to upgrade your projects to v4 soon.
Here are a few new features not able to be backported to v3, because of the codebase divergence:
In the development of v4, we've modernized much of the code base, now allowing us to support more package managers (custom package managers and PNPM v4).
Yarn v2 support may arrive in subsequent feature releases of Vue CLI v4.
For plugin developers, a few more utilities are available in the
GeneratorAPI
.migrator
interface for code migration through the newvue upgrade
commandafterInvoke
&afterAnyInvoke
hook (the former is essentially the same asonCreateComplete
, the latter will be run after any plugin generator invocation, we currently have used this hook in theeslint
plugin)transformScript
API, to run jscodeshift codemods in the user projects (available since v3.9)Commits
The new version differs by 349 commits ahead by 349, behind by 158.
81f8457
v4.0.0
0603f1e
chore: pre release sync
15c86f0
docs: preparing v4 stable release [ci skip]
c80fb6a
fix: pin typescript version to 3.5 until we support typescript-eslint 2
4de59d0
fix(types): update css options interface to reflect v4 changes
2601fec
docs: add notes about
vue --version
output format [ci skip]28fd1db
chore: merge branch 'next' into dev
d72b453
fix: fix afterAnyInvoke hook compatibility with pnpm 4
953a080
fix: update
.npmrc
for pnpm 45d2c8da
refactor: replace --disturl option with NODEJS_ORG_MIRROR env variable
badf63d
fix: add pnpm v4 support (#4677)
b65b24e
fix: correct typo in babel migrator (#4683)
3677493
chore!: add
@vue/cli
in--version
output, to avoid confusion (#4681)469d3d8
docs: migration guide from v3 to v4 (#4552) [ci skip]
c760910
missing documentation for building with vuex (#2319)
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴