-
Notifications
You must be signed in to change notification settings - Fork 34
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
Require Node.js 14.18+ #760
Conversation
Closes #738.
🦋 Changeset detectedLatest commit: d2ba75d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -11,7 +11,7 @@ const { | |||
/** | |||
* Set a default `src` module alias for backward compatibility. | |||
* | |||
* TODO: drop this default in skuba v4. | |||
* TODO: drop this default in skuba v5. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to limit v4
to the Node.js 14 upgrade to ease adoption. We can investigate other breaking changes in the next major.
We can get rid of the stack trace support in skuba-dive in favour of this Node.js CLI flag. This is stable in Node.js 14.18 which we require as of #760. - https://github.com/seek-oss/skuba-dive#register - https://nodejs.org/api/cli.html#cli_enable_source_maps Closes #399.
We can get rid of the stack trace support in skuba-dive in favour of this Node.js CLI flag. This is stable in Node.js 14.18 which we require as of #760. - https://github.com/seek-oss/skuba-dive#register - https://nodejs.org/api/cli.html#cli_enable_source_maps Closes #399.
Closes #738.