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

Revert nodejs version bump #5863

Merged
merged 2 commits into from
Mar 23, 2020
Merged

Revert nodejs version bump #5863

merged 2 commits into from
Mar 23, 2020

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Mar 23, 2020

Apparently, we are breaking packages by bumping our engine version. I think this isn't our goal, so I propose we revert this and release 1.0.14 with the old requirements.

Alternatively, we could leave it in (and release 2.0.0 to properly communicate it) and ask people to definitely use a higher nodejs versions, but this won't work for people that are forced use older nodejs versions for longer (which apparently happens as reported here #5852 (comment))

@Elchi3 Elchi3 requested a review from ddbeck March 23, 2020 16:43
@ghost ghost added dependencies ⛓️ Pull requests that update a dependency package or file. infra 🏗️ Infrastructure issues (npm, GitHub Actions, releases) of this project labels Mar 23, 2020
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Yes, let's revert and re-release. One minor line suggestion.

More broadly, I don't think it's worth doing a major version release solely for the configuration change, but if at some point we want to use some Node feature from v10, then we should go ahead and bump the version then. In other words, I don't think it's appropriate to go out of our way for v8 compatibility, but as long as it doesn't cost us anything, there's no reason to force a breakage on v8 users.

.travis.yml Outdated Show resolved Hide resolved
Co-Authored-By: Daniel D. Beck <daniel@ddbeck.com>
@Elchi3
Copy link
Member Author

Elchi3 commented Mar 23, 2020

Yes, let's revert and re-release.

Do you mean something special when saying "re-release"? I thought releasing the next subsequent patch version (1.0.14) would be fine?

More broadly, I don't think it's worth doing a major version release solely for the configuration change, but if at some point we want to use some Node feature from v10, then we should go ahead and bump the version then. In other words, I don't think it's appropriate to go out of our way for v8 compatibility, but as long as it doesn't cost us anything, there's no reason to force a breakage on v8 users.

Yes, completely agree to this.

@ddbeck
Copy link
Collaborator

ddbeck commented Mar 23, 2020

Do you mean something special when saying "re-release"? I thought releasing the next subsequent patch version (1.0.14) would be fine?

Sorry, no, I just meant "release 1.0.14." I kinda interpreted this PR as fixing the breakage and then issuing a 1.0.14 release as soon as this is merged. But we could just do the 1.0.14 release at the usual time. Regardless, I'm going to add a notice to the 1.0.13 release notes to mention that the release is broken for Node v8 users.

(I guess I should recap this discussion on #5852 as well.)

@ddbeck ddbeck merged commit bcf46ee into master Mar 23, 2020
@ddbeck ddbeck deleted the revert-nodejs-bump branch March 23, 2020 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ⛓️ Pull requests that update a dependency package or file. infra 🏗️ Infrastructure issues (npm, GitHub Actions, releases) of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants