-
Notifications
You must be signed in to change notification settings - Fork 94
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
An in-range update of vue is breaking the build 🚨 #61
Comments
After pinning to 2.5.21 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.0 MacrossAnnouncement Blog PostContributors@gzzhanghao, @mathieutu, @Justineo, @shortdiv, @imzyf, @youngrok, @enkot, @posva, @utatti, @Akryum, @ferdaber, @ktsn, @mymyoux, @sodatea, @hikerpig, @hirokiosame, @AlexMaguey Features
Performance ImprovementsImportant Internal ChangesThese internal changes may cause unintended side effects on existing code that relies on non-publicly-documented behavior.
Bug Fixes
CommitsThe new version differs by 121 commits.
There are 121 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.0 MacrossAnnouncement Blog PostContributors@gzzhanghao, @mathieutu, @Justineo, @shortdiv, @imzyf, @youngrok, @enkot, @posva, @utatti, @Akryum, @ferdaber, @ktsn, @mymyoux, @sodatea, @hikerpig, @hirokiosame, @AlexMaguey Features
Performance ImprovementsImportant Internal ChangesThese internal changes may cause unintended side effects on existing code that relies on non-publicly-documented behavior.
Bug Fixes
CommitsThe new version differs by 121 commits.
There are 121 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.1Bug Fixes
CommitsThe new version differs by 129 commits.
There are 129 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.1Bug Fixes
CommitsThe new version differs by 129 commits.
There are 129 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.2Improvements
Bug FixesCommitsThe new version differs by 134 commits.
There are 134 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.2Improvements
Bug FixesCommitsThe new version differs by 134 commits.
There are 134 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.3Bug Fixes
Reverts
CommitsThe new version differs by 148 commits.
There are 148 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.3Bug Fixes
Reverts
CommitsThe new version differs by 148 commits.
There are 148 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.4Performance Improvements
Bug Fixes
CommitsThe new version differs by 159 commits.
There are 159 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.4Performance Improvements
Bug Fixes
CommitsThe new version differs by 159 commits.
There are 159 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.5Bug FixesCommitsThe new version differs by 164 commits.
There are 164 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.5Bug FixesCommitsThe new version differs by 164 commits.
There are 164 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.6Bug FixesCommitsThe new version differs by 168 commits.
There are 168 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.7Bug Fixes
CommitsThe new version differs by 183 commits.
There are 183 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.7Bug Fixes
CommitsThe new version differs by 183 commits.
There are 183 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 Release Notes for v2.6.8Bug Fixes
CommitsThe new version differs by 198 commits.
There are 198 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 CommitsThe new version differs by 219 commits.
There are 219 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 CommitsThe new version differs by 219 commits.
There are 219 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 CommitsThe new version differs by 230 commits.
There are 230 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to these versions 🚀 CommitsThe new version differs by 230 commits.
There are 230 commits in total. See the full diff |
Your tests are still failing with these versions. Compare changes Release Notes for v2.6.11Security Fixes
Bug Fixes
CommitsThe new version differs by 311 commits.
There are 250 commits in total. See the full diff |
There have been updates to the vue monorepo:
devDependency
vue was updated from2.5.21
to2.5.22
.devDependency
vue-template-compiler was updated from2.5.21
to2.5.22
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
This monorepo update includes releases of one or more dependencies which all belong to the vue group definition.
vue 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
Release Notes for v2.5.22
Bug Fixes
Commits
The new version differs by 12 commits.
99343f9
build: release 2.5.22
06dbb2a
build: build 2.5.22
7ac8f63
chore: remove residual files from dist
0d2e9c4
fix(core): dedupe lifecycle hooks during options merge
743edac
fix(core): fix merged twice bug when passing extended constructor to mixins (#9199)
d21e931
fix(async component): memory leak after synchronous async loading (#9275)
cf42f8e
chore: update sponsors [ci skip] (#9296)
75a2b4c
chore: update sponsors
c117e8f
chore: update backers
38e967b
refactor: tiny cleanup changes (#9193)
af9e2b3
chore: minor comment cleanup (#9191)
b06c784
fix(ssr): support rendering comment (#9128)
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 🌴
The text was updated successfully, but these errors were encountered: