Skip to content

Conversation

@carlansley
Copy link
Contributor

Fixes #83

@carlansley carlansley self-assigned this Oct 2, 2025
Copilot AI review requested due to automatic review settings October 2, 2025 16:57
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates TypeScript version requirement to 5.9.3 and bumps package version to 9.3.2, addressing issue #83.

  • Updated TypeScript peer dependency requirement from ">=5.9.2 <6" to ">=5.9.3 <6"
  • Added async keyword to map callback function in getFiles function
  • Updated various dev dependencies to newer versions

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Version bump and dependency updates including TypeScript requirement change
src/compile.ts Added async keyword to map callback function

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@carlansley
Copy link
Contributor Author

@ramaghanta @le-cong @adcreare I removed the @esbuild/linux-x64 optional dependency hack, can one of you try the beta to make sure it's still ok with your builds? I'm curious if this is resolved with the latest Node 24/npm 11.6. Sorry for over-requesting reviewers, but I remember one or more of you having issues, but I forget the specifics. :)

package.json Outdated
"typescript": ">=5.9.3 <6"
},
"engines": {
"node": ">=22.15"
Copy link
Contributor

Choose a reason for hiding this comment

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

not a change in this PR, but I wonder if the node version here should be 22.18, since that's what's being used in the Lambda

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh I see AWS just updated to 22.18 today. I'll update the PR.

Copy link

@le-cong le-cong left a comment

Choose a reason for hiding this comment

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

lftm

Copilot AI review requested due to automatic review settings October 2, 2025 19:04
@checkdigit checkdigit deleted a comment from checkdigit-deploy Oct 2, 2025
@github-actions
Copy link

github-actions bot commented Oct 2, 2025

Beta Published - Install Command: npm install @checkdigit/typescript-config@9.3.2-PR.84-0813

Copy link
Contributor

@ramaghanta ramaghanta left a comment

Choose a reason for hiding this comment

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

lftm

@github-actions
Copy link

github-actions bot commented Oct 2, 2025

❌ PR review status - has 2 reviewers outstanding

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@carlansley carlansley requested a review from Copilot October 2, 2025 21:02
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

@adcreare adcreare left a comment

Choose a reason for hiding this comment

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

@carlansley I gave this a try on aws-nock - https://github.com/checkdigit/aws-nock/pull/548
prettier failed - native binding error - performed the following:

  • deleted package-lock
  • deleted node_modules
  • flushed my npm cache

That said I'm not sure typescript is having the limitation helps the issue.
So LGTM

@carlansley carlansley merged commit 1bfe67b into main Oct 6, 2025
8 of 10 checks passed
@carlansley carlansley deleted the typescript-5.9.3 branch October 6, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeScript 5.9.3

5 participants