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

BREAKING CHANGE: supporting only node above 12 #84

Merged
merged 12 commits into from Feb 8, 2022
Merged

BREAKING CHANGE: supporting only node above 12 #84

merged 12 commits into from Feb 8, 2022

Conversation

DianaSuvorova
Copy link
Owner

It is time to move on... Node8 is not supported starting eslint@7
closes #83

package.json Outdated
@@ -30,23 +28,24 @@
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"eslint": "^4.14.0",
"eslint": "^4.19.1",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be updated

Copy link
Owner Author

Choose a reason for hiding this comment

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

and I would 100% agree with you. Let me dot it

@@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x, 16.x]

package.json Outdated
"semantic-release": "^17.2.3"
},
"peerDependencies": {
"eslint-plugin-react": "^7.16.0"
"eslint-plugin-react": "^7.16.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

might as well hoist this up to the latest version of eslint-plugin-react also, since you're doing a breaking change anyways

Copy link
Owner Author

Choose a reason for hiding this comment

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

you don't have days off do you 😆

Copy link
Collaborator

Choose a reason for hiding this comment

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

every hour's an hour off from lots of things :-p there's just more than 24 hours worth of things to do in a day

package.json Outdated Show resolved Hide resolved
@DianaSuvorova
Copy link
Owner Author

@ljharb I think this should do it. lmk if you see anything off. Thank you 🙏

@DianaSuvorova DianaSuvorova changed the title BREAKING CHANGE: supporting only node above 10 BREAKING CHANGE: supporting only node above 12 Feb 7, 2022
@@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [12.x, 14.x, 16.x]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 17.x]

@DianaSuvorova DianaSuvorova merged commit b1298ac into master Feb 8, 2022
@github-actions
Copy link

github-actions bot commented Feb 8, 2022

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ljharb ljharb deleted the no8 branch February 8, 2022 06:34
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.

Node v8: Unexpected token {
2 participants