fix(gha): bundle action with esbuild - #422
Closed
dependabot[bot] wants to merge 11 commits into
Closed
Conversation
Bumps [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) from 3.1084.0 to 3.1092.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1092.0/clients/client-ssm) --- updated-dependencies: - dependency-name: "@aws-sdk/client-ssm" dependency-version: 3.1092.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
from
July 22, 2026 22:42
37817eb to
0de1333
Compare
macalbert
approved these changes
Jul 22, 2026
…s-sdk/client-ssm-3.1092.0
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…ks/nodejs/aws-sdk/client-ssm-3.1092.0' into macalbert-fix-dependabot-pipelines
…pt-7.0.2' into macalbert-fix-dependabot-pipelines
TypeScript 7 removes the compiler API required by ncc and ts-node. Compile first, bundle with esbuild, and use tsx for scripts that run TypeScript directly. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
3 tasks
Owner
|
Superseded by #454, which merges this TypeScript update with its TypeScript 7 compatibility fix. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates TypeScript to 7.0.2 and replaces the incompatible GitHub Action build tooling.
The action remains a single committed bundle, while TypeScript continues to type-check sources and emit decorator metadata before esbuild packages the compiled output.
Changes
@vercel/nccwith esbuild for the GitHub Action bundle.ts-nodewithtsxin direct TypeScript execution paths.github-action/dist/index.jsand update the dependency lockfile.Testing
pnpm build:gha,pnpm verify:gha, and the GitHub Action bundle smoke checkpnpm lint, the website build, the CDK build, and focused GHA and website testspnpm test-- Docker is unavailable locally for Testcontainers acceptance testsRelated
#422