Open greenkeeper[bot] opened 5 years ago
devDependency
@vue/cli-plugin-eslint was updated from 3.12.0
to 4.0.1
.Update to this version instead π
Fixed compatibility issues with older CLI versions.
devDependency
@vue/cli-plugin-eslint was updated from 3.12.0
to 4.0.2
.devDependency
@vue/cli-plugin-eslint was updated from 3.12.0
to 4.0.3
.devDependency
@vue/cli-plugin-eslint was updated from 3.12.1
to 4.0.4
.devDependency
@vue/cli-plugin-eslint was updated from 3.12.1
to 4.0.5
.devDependency
@vue/cli-plugin-eslint was updated from 3.12.1
to 4.1.1
.devDependency
@vue/cli-plugin-eslint was updated from 3.12.1
to 4.1.2
.devDependency
@vue/cli-plugin-eslint was updated from 3.12.1
to 4.2.0
.devDependency
@vue/cli-plugin-eslint was updated from 3.12.1
to 4.2.1
.devDependency
@vue/cli-plugin-eslint was updated from 3.12.1
to 4.2.2
.
The devDependency @vue/cli-plugin-eslint 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](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: