Open greenkeeper[bot] opened 4 years ago
After pinning to 4.2.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
@vue/cli-plugin-unit-jest was updated from 4.2.3
to 4.3.0
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
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
@vue/cli-plugin-unit-mocha
@vue/babel-preset-app
@vue/cli-service
@vue/cli
@vue/cli-plugin-typescript
@vue/cli-plugin-eslint
, @vue/cli-service-global
, @vue/cli-ui-addon-widgets
@vue/cli-service
, @vue/cli-ui-addon-webpack
, @vue/cli-ui-addon-widgets
, @vue/cli-ui
@vue/cli-plugin-router
@vue/cli-shared-utils
@vue/cli-ui
@vue/cli-service
@vue/cli-plugin-pwa
@vue/cli-plugin-eslint
@vue/babel-preset-app
@vue/cli-service-global
@vue/cli-service
@vue/cli
@vue/cli-plugin-eslint
The new version differs by 34 commits.
4659869
v4.3.0
4b31d8a
chore: pre release sync
016bb32
chore: bump typescript version to 3.8
5c8c614
chore: update download-git-repo to the latest major
ee05918
chore: dependency maintenance
960400b
chore: merge branch 'master' into dev
0051017
feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port (#5294)
3d200ce
fix(ui): change git initialization commit message placeholder text (#5329)
55d3375
feat: enable bugfixes
option for babel by default (#5322)
a1041a8
fix: avoid process hanging when trying to get Chrome version (#5315)
4225c30
feat: support vue.config.cjs (#5293)
d8afaa0
fix(ui): build task defaults should respect outputDir option from config file (#5290)
ef9f7bf
chore(cli-service-global): remove direct dependency on @vue/babel-preset-app (#5319)
ebcee9a
fix: spawn scripts with node, fix modern mode with Yarn 2 (Berry) (#5320)
f1bdf73
refactor: simplify config loading by skip fs.existsSync
check (#5305)
There are 34 commits in total.
See the full diff
devDependency
@vue/cli-plugin-unit-jest was updated from 4.3.0
to 4.3.1
.Your tests are still failing with this version. Compare changes
@vue/cli-plugin-eslint
@vue/cli
The new version differs by 37 commits.
2ec479a
v4.3.1
30b6873
fix(eslint-migrator): fix local eslint major version detection (#5363)
9855c52
fix: run migrator in a separator process, fix require cache issues during upgrade (#5360)
4659869
v4.3.0
4b31d8a
chore: pre release sync
016bb32
chore: bump typescript version to 3.8
5c8c614
chore: update download-git-repo to the latest major
ee05918
chore: dependency maintenance
960400b
chore: merge branch 'master' into dev
0051017
feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port (#5294)
3d200ce
fix(ui): change git initialization commit message placeholder text (#5329)
55d3375
feat: enable bugfixes
option for babel by default (#5322)
a1041a8
fix: avoid process hanging when trying to get Chrome version (#5315)
4225c30
feat: support vue.config.cjs (#5293)
d8afaa0
fix(ui): build task defaults should respect outputDir option from config file (#5290)
There are 37 commits in total.
See the full diff
devDependency
@vue/cli-plugin-unit-jest was updated from 4.4.0
to 4.4.1
.Your tests are still failing with this version. Compare changes
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
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.
@vue/babel-preset-app
@vue/cli
@vue/babel-preset-app
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
The devDependency @vue/cli-plugin-unit-jest was updated from
4.2.2
to4.2.3
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
@vue/cli-plugin-unit-jest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/Slashgear/vuetils/builds/656175140?utm_source=github_status&utm_medium=notification)).Release Notes for v4.2.3
@vue/cli
@vue/cli-service-global
@vue/cli
Committers: 9
Commits
The new version differs by 18 commits.
0380f22
v4.2.3
a6c35cd
chore: merge branch 'dev'
da84840
docs: add page title & fix link [ci skip]
d8db292
fix: fix "Vue packages version mismatch" error caused by other global packages (#5163)
5cb988c
fix(GeneratorAPI): remove warning when using extendPackage with prune (#5202)
69f6805
fix(cli-service-global): fix no-debugger rule config (#5196)
7225649
docs: vue-cli -> Vue CLI
33487a8
workflow: allow manually specifying dist-tag when releasing
c39eb72
docs(zh): fix typo in mode-and-env.md (#5224)
bd12771
Remove unnecessary hyphen (#5184)
480ac7f
chore: minor typographical fix (#5215)
b08c10f
docs(zh): update example format (#5209)
efbc20c
docs(zh): Update now 404 url (#5141)
1423553
chore: Minor typographical fix (#5189)
677e4c5
Added basic upgrading instructions (#5176)
There are 18 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: