Skip to content
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

feat: drop node 6 support by no longer testing for it #1042

Merged
merged 1 commit into from
Mar 20, 2020

Conversation

lili2311
Copy link
Contributor

@lili2311 lili2311 commented Mar 9, 2020

  • Ready for review
  • Follows CONTRIBUTING rules
  • Reviewed by Snyk internal team

What does this PR do?

Stop supporting Node 6

@lili2311 lili2311 added the 🚧 WIP Work In Progress label Mar 9, 2020
@lili2311 lili2311 requested a review from a team as a code owner March 9, 2020 22:27
@ghost ghost requested review from elson-snyk and gitphill March 9, 2020 22:27
@lili2311 lili2311 force-pushed the feat/drop-node-6-support branch 2 times, most recently from 62775e4 to 7234149 Compare March 10, 2020 11:01
@lili2311 lili2311 self-assigned this Mar 10, 2020
@lili2311 lili2311 removed the 🚧 WIP Work In Progress label Mar 10, 2020
@@ -2,10 +2,9 @@
"compilerOptions": {
"outDir": "./dist",
"pretty": true,
"target": "es2015",
"target": "es2017",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2020 right there

package.json Outdated
@@ -105,11 +105,11 @@
"@types/diff": "^3.5.2",
"@types/lodash": "^4.14.136",
"@types/needle": "^2.0.4",
"@types/node": "^6.14.4",
"@types/node": "13.9.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure you want to bump it to 13.x. Cos this will bring you methods that are available in Node 13. But our lowest support now is Node 8, so preferably this should be 8.10.59

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@lili2311 lili2311 merged commit 31b92fb into master Mar 20, 2020
@lili2311 lili2311 deleted the feat/drop-node-6-support branch March 20, 2020 09:44
@snyksec
Copy link

snyksec commented Mar 20, 2020

🎉 This PR is included in version 1.301.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cat2608 cat2608 mentioned this pull request Aug 15, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants