-
Notifications
You must be signed in to change notification settings - Fork 139
Conversation
Travis tests have failedHey @Greenkeeper[bot], Node.js: 6npm test
TravisBuddy Request Identifier: a6a33150-6fd9-11e9-91fe-d9d12b7facfa |
|
@codemanki Node.js v6 reached it's end of life on 2019-04-30, you can read about that here: https://github.com/nodejs/Release I think should we follow suit and drop support for Node.js v6 that way we don't miss out on any new eslint and ES language features that are supported by Node.js v7. If you're down with that, is it okay that I push the required changes to this greenkeeper branch? |
@pro-src if you feel that this is good to have - then yes. I still use node v4 in some of my projects tho :( |
@codemanki That's unfortunate, AFAIK, you won't receive any support for Node.js versions prior to v7 now. Is there no way for you to update it? The code that runs on v4 should still work on v7 and later with very few exceptions. I think that everybody should update for security reasons and there often isn't a very good reason not to update. That said, I think we do have something to gain here so I'll push the necessary changes for you to review and for you to make the final decision on whether or not to merge this branch. |
That was just more of a sad side-comment about state of the art of my personal projects :D Sure, let's then cut off v6. |
Oops... I overlooked the fact that v7 and v9 have reached End-Of-Life as well. v8, v10, v11, v12, and later are what we should be supporting. |
c380c30
to
1b9dedf
Compare
Thank you! |
The devDependency eslint-plugin-node was updated from
8.0.1
to9.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v9.0.0
Update for Node.js v12 🎉
💥 Breaking Changes
^5.16.0
and>=6.0.0
.require()
such as node/no-missing-require rule to checkrequire.resolve()
as well.plugin:node/recommended
preset.✨ New Rules
Commits
The new version differs by 27 commits.
a84a009
9.0.0
b94731a
💥 no-*-require rules check require.resolve calls as well
528282a
📝 update decuments
9243079
📝 tweak document outline
a4fbb9a
📝 update documents
ab40a47
📝 update no-extraneous-* document (fixes #148)
e41a1e0
✨ add node/prefer-promises rules (fixes #157, fixes #158)
9143043
⚒ tweak glob
a3e0e29
✨ add node/file-extension-in-import rule
a3a6e41
⚒ tweak eslint setting
3e4542f
⚒ fix coverage setting
d4f104c
⚒ fix travis.yml
0972d6e
⚒ fix test failing
2061413
💥 update node/recommended
9006518
📝 update no-unsupported-features/es-syntax
There are 27 commits in total.
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 🌴