-
Notifications
You must be signed in to change notification settings - Fork 14
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
wechaty is holding back wechaty-puppet & file-box #33
Comments
I think it'd be better that How to npm install and force latest version (permanently)? If OK, I can do the changes and make PR. Please consider. thx. |
the |
Hmm... No! the So reopen for discussion... |
Thanks for pointing it l out. A PR would be welcome! |
The problem (of wechaty-puppet-mock and wechaty-puppet-puppeteer) has been fixed in wechaty@0.30.23 (sorry, only got around to visit this problem now), however, the problem persists :
Checked and confirmed that it is wechaty@0.30.23 that is holding them back:
So changing the title and submitting PR (to force latest version permanently). |
Hmm.. my "fix" doesn't even work locally, so there won't be any PR from me... |
I try to reproduce your description but I failed. with the latest https://github.com/wechaty/wechaty-getting-started repo: $ cd wechaty-getting-started/
$ git pull
$ rm -fr node_modules/
$ npm install
$ npm outdated
Package Current Wanted Latest Location
@chatie/eslint-config 0.6.20 0.6.20 0.8.1 wechaty-getting-started
@chatie/tsconfig 0.6.1 0.6.1 0.8.0 wechaty-getting-started
check-node-version 3.3.0 3.3.0 4.0.2 wechaty-getting-started
cross-env 5.2.1 5.2.1 7.0.0 wechaty-getting-started Everything looks good for Wechaty. Could you try again and try to figure out what's the difference between your result with me? |
And I have just fixed all the outdated npm dependencies after my last commit.
|
Thanks for the fixes/updates @huan , Could you run the following command under your Here are the commands and my outputs:
|
Here's my output:
So mine is the same with yours. Are there any problems? |
Oh, I was trying to use However, maybe you weren't testing Please run the following commands under your wechaty-getting-started/ folder and compare with my outputs:
thx |
The following is my output:
|
Yeah, I thought so. Please install [update] Ops, just saw that you've already updated the dependency versions in wechaty-puppet-mock and wechaty-puppet-puppeteer might be on the way... |
I understand your situation now. Does this is a problem that blocks anything you want to do? If it does, please try to add a unit test to fail with this case by sending a Pull Request, then I'll try to fix it. If it does not, please wait to use the next version of wechaty (0.32), I believe then we will fix this warning. |
Sorry @huan, I'm not a JS developer at all -- I have no clue how to design a unit test to fail with this case. I'm only trying to upgrade my wechaty to the latest version. I'll wait instead. |
No problem. I'll link your issue to another related one and close this for better tracking. Merge to wechaty/wechaty#1914 |
Hmm... I was hoping that the issue get closed when it is actually fixed. |
For this Please try to |
Hmm... this is what I got:
But both wechaty-puppet-mock & wechaty-puppet-puppeteer starts fine though... |
TL;DR: you can totally ignore those messages if your puppets start fine. |
My
wechaty-puppet
&file-box
is not the latest version:If I force update my
wechaty-puppet
&file-box
to the latest version, I'll get:I think this should be a bug as
wechaty-puppet-mock
should not be holding back wechaty-puppet & file-box versions.The text was updated successfully, but these errors were encountered: