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

chore: use @tsconfig/node16 #14547

Merged
merged 4 commits into from
Sep 20, 2023
Merged

chore: use @tsconfig/node16 #14547

merged 4 commits into from
Sep 20, 2023

Conversation

mrazauskas
Copy link
Contributor

Following up #14460

Summary

The lowest supported Node.js version got increased. It’s time to move to @tsconfig/node16 as well (;

Test plan

Green CI.

@netlify
Copy link

netlify bot commented Sep 19, 2023

Deploy Preview for jestjs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit db16636
🔍 Latest deploy log https://app.netlify.com/sites/jestjs/deploys/650a81679240190007cac3c6
😎 Deploy Preview https://deploy-preview-14547--jestjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@SimenB
Copy link
Member

SimenB commented Sep 19, 2023

Ah, forgot this one 👍

@mrazauskas mrazauskas marked this pull request as draft September 19, 2023 17:49
@SimenB
Copy link
Member

SimenB commented Sep 19, 2023

@mrazauskas

['add', `typescript@~${tsVersion}`, '@tsconfig/node14@1'],

Should probably find dep.startsWith('@tsconfig/node') or something instead of hardcoding

@mrazauskas
Copy link
Contributor Author

Thanks! I will look at it in the morning.

@mrazauskas mrazauskas marked this pull request as ready for review September 20, 2023 05:21
Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

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

👍

@SimenB SimenB enabled auto-merge (squash) September 20, 2023 05:33
@@ -12,9 +12,22 @@ import chalk from 'chalk';
import execa from 'execa';
import fs from 'graceful-fs';
import stripJsonComments from 'strip-json-comments';
/* eslint-disable import/order */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The require()s below are are triggering this.

@SimenB SimenB merged commit d12cbf1 into jestjs:main Sep 20, 2023
60 checks passed
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants