-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
npm packages in the ".meteor/desktop-build" folder are outdated #31
Comments
Thank you for submitting this issue! We, the Members of Meteor Community Packages take every issue seriously. However, we contribute to these packages mostly in our free time. If you think this issue is trivial to solve, don't hesitate to submit Please also consider sponsoring the maintainers of the package. |
We will have to split it further as some packages will need complete replacement like request. I will have a PR for few of them shortly. |
…skeleton-dendencies Update skeleton dependencies patch and some feature releases #31
All are working except
@jankapunkt - can you please use a version that exists and is compatible to the current NPM version that Meteor uses? |
Do you mean that you updated all dependencies as per the original post and everything runs fine? That's great. Are you planning to create a PR?
I have already fixed the Winston issue (51f973b) (without major version bump), it should be fine since rc.1. |
Closing this as some were already updated and other are being updated. |
The following npm packages in the
.meteor\desktop-build
folder are outdated:Patch Update Backwards-compatible bug fixes.
❯◯ lodash 4.17.15 ❯ 4.17.21 https://lodash.com/
◯ request 2.88.0 ❯ 2.88.2 https://github.com/request/request#readme
◯ request-promise 4.2.5 ❯ 4.2.6 https://github.com/request/request-promise#readme
Minor Update New backwards-compatible features.
◯ connect 3.6.6 ❯ 3.7.0 https://github.com/senchalabs/connect#readme
Major Update Potentially breaking API changes. Use caution.
◯ winston 2.3.0 ❯ 3.10.0 https://github.com/winstonjs/winston#readme
◯ find-port 2.0.1 ❯ 3.0.0 https://github.com/kessler/find-port#readme
◯ rimraf 2.6.2 ❯ 5.0.5 https://github.com/isaacs/rimraf#readme
◯ queue 4.0.1 ❯ 7.0.0 https://github.com/jessetane/queue#readme
◯ mime 2.0.3 ❯ 3.0.0 https://github.com/broofa/mime#readme
◯ fs-extra 3.0.1 ❯ 11.1.1 https://github.com/jprichardson/node-fs-extra
◯ fs-plus 2.9.3 ❯ 3.1.1 http://atom.github.io/fs-plus
◯ electron-updater 5.0.5 ❯ 6.1.4 https://github.com/electron-userland/electron-builder
Non-Semver Versions less than 1.0.0, caution.
◯ shelljs 0.7.5 ❯ 0.8.5 http://github.com/shelljs/shelljs
◯ reify 0.17.3 ❯ 0.20.12 https://github.com/benjamn/reify#readme
◯ send 0.16.2 ❯ 0.18.0 https://github.com/pillarjs/send#readme
Steps to reproduce the behavior:
.meteor\desktop-build
folderExpected behavior
No outdated npm packages
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: