Open greenkeeper[bot] opened 4 years ago
After pinning to 4.2.3 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.3.0
to 4.3.1
.Your tests are still failing with this version. Compare changes
@vue/cli-plugin-eslint
@vue/cli
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
โ๏ธ Important announcement: Greenkeeper will be saying goodbye ๐ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency @vue/cli-plugin-unit-jest was updated from
4.2.3
to4.3.0
.๐จ 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
- โ **codecov/project:** 84.28% (+0.00%) compared to 56add1b ([Details](https://codecov.io/gh/alirezavalizade/vue-controlled-form-fields/commit/16fe4070460faa0021608dc9ee662eeabe5461a6)). - โ **codecov/patch:** Coverage not affected when comparing 56add1b...16fe407 ([Details](https://codecov.io/gh/alirezavalizade/vue-controlled-form-fields/commit/16fe4070460faa0021608dc9ee662eeabe5461a6)). - โ **Travis CI - Branch:** The build **errored**.Release Notes for v4.3.0
How to Upgrade
First, reinstall the latest version of
@vue/cli
globally.Then in the projects, run
@vue/cli-plugin-unit-mocha
@vue/babel-preset-app
bugfixes
option for babel by default (@sodatea)@vue/cli-service
@vue/cli
@vue/cli-plugin-typescript
@vue/cli-plugin-eslint
,@vue/cli-service-global
,@vue/cli-ui-addon-widgets
no-console
severity towarn
(@sodatea)@vue/cli-service
,@vue/cli-ui-addon-webpack
,@vue/cli-ui-addon-widgets
,@vue/cli-ui
@vue/cli-plugin-router
@vue/cli-shared-utils
hasProjectNpm
(@sodatea)@vue/cli-ui
@vue/cli-service
@vue/cli-plugin-pwa
@vue/cli-plugin-eslint
@vue/babel-preset-app
@vue/cli-service-global
@vue/babel-preset-app
(@sodatea)@vue/cli-service
fs.existsSync
check (@sodatea)@vue/cli
@vue/cli-plugin-eslint
Committers: 15
Commits
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
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: