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

Add skuba migrate command to upgrade projects to Node.js 20 #1382

Merged
merged 16 commits into from
Feb 15, 2024

Conversation

AaronMoat
Copy link
Contributor

No description provided.

@AaronMoat AaronMoat requested review from a team as code owners January 12, 2024 08:36
Copy link

changeset-bot bot commented Jan 12, 2024

🦋 Changeset detected

Latest commit: 8000c5b

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

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

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

@@ -16,6 +16,8 @@ Patch skipped: Upgrade Node.js Distroless Docker image to -debian12 variant - no

Patch skipped: Add keepAliveTimeout to server listener - no listener file found

Patch skipped: Upgrade Node.js to 20 - unable to find any Node.js <20 usage
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Wonder if we should mock the patches, this might get annoying

@samchungy
Copy link
Contributor

Hmmm I dunno about this one as node 20 upgrades also require bumps to serverless and CDK package versions 🤔. Additionally with the lambda bump there are some breaking changes surrounding certs 🤔

@AaronMoat
Copy link
Contributor Author

Could make it a major? It is opt-outable

@AaronMoat
Copy link
Contributor Author

Unsure if we want this in the current release or get that out as a minor: #1329

@AaronMoat AaronMoat changed the title Automatically upgrade projects to Node.js 20 Add skuba migrate command to upgrade projects to Node.js 20 Feb 10, 2024
src/cli/migrate/index.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@samchungy samchungy left a comment

Choose a reason for hiding this comment

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

Few nits, otherwise lgtm

src/cli/migrate/index.ts Outdated Show resolved Hide resolved
template/oss-npm-package/_package.json Outdated Show resolved Hide resolved
@AaronMoat AaronMoat merged commit 8fb2d8f into master Feb 15, 2024
18 checks passed
@AaronMoat AaronMoat deleted the patch-node20 branch February 15, 2024 00:39
@seek-oss-ci seek-oss-ci mentioned this pull request Feb 15, 2024
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.

3 participants