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

Require Node.js 14.18+ #760

Merged
merged 3 commits into from
Feb 9, 2022
Merged

Require Node.js 14.18+ #760

merged 3 commits into from
Feb 9, 2022

Conversation

72636c
Copy link
Member

@72636c 72636c commented Feb 9, 2022

Closes #738.

@72636c 72636c requested a review from a team as a code owner February 9, 2022 11:43
@changeset-bot
Copy link

changeset-bot bot commented Feb 9, 2022

🦋 Changeset detected

Latest commit: d2ba75d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
skuba Major

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.
Copy link
Member Author

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.

72636c added a commit that referenced this pull request Feb 9, 2022
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.
@72636c 72636c mentioned this pull request Feb 9, 2022
@72636c 72636c added this to the v4 milestone Feb 9, 2022
@72636c 72636c enabled auto-merge (squash) February 9, 2022 22:03
@72636c 72636c merged commit 45a40b3 into master Feb 9, 2022
@72636c 72636c deleted the node-14 branch February 9, 2022 22:06
@github-actions github-actions bot mentioned this pull request Feb 9, 2022
72636c added a commit that referenced this pull request Feb 10, 2022
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Require Node.js 14.17+
2 participants