Skip to content

fix(gha): bundle action with esbuild - #422

Closed
dependabot[bot] wants to merge 11 commits into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2
Closed

fix(gha): bundle action with esbuild#422
dependabot[bot] wants to merge 11 commits into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

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

  • Replace @vercel/ncc with esbuild for the GitHub Action bundle.
  • Replace ts-node with tsx in direct TypeScript execution paths.
  • Regenerate github-action/dist/index.js and update the dependency lockfile.
  • Document the bundler decision and update related contributor guidance.

Testing

  • pnpm build:gha, pnpm verify:gha, and the GitHub Action bundle smoke check
  • pnpm lint, the website build, the CDK build, and focused GHA and website tests
  • pnpm test -- Docker is unavailable locally for Testcontainers acceptance tests

Related

#422

@dependabot
dependabot Bot requested a review from macalbert as a code owner July 13, 2026 08:06
@dependabot dependabot Bot added dependencies Dependency updates (Dependabot) npm Pull requests that update npm/pnpm packages labels Jul 13, 2026
@github-actions github-actions Bot added chore Build, tooling or maintenance — no product change size/XS Trivial change — up to 9 lines / 1 file labels Jul 13, 2026
dependabot Bot added 2 commits July 22, 2026 08:08
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
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 37817eb to 0de1333 Compare July 22, 2026 22:42
macalbert and others added 9 commits July 23, 2026 00:49
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>
@macalbert macalbert changed the title chore(deps): bump typescript from 6.0.3 to 7.0.2 fix(gha): bundle action with esbuild Jul 23, 2026
@github-actions github-actions Bot added bug Something isn't working and removed chore Build, tooling or maintenance — no product change labels Jul 23, 2026
@macalbert

Copy link
Copy Markdown
Owner

Superseded by #454, which merges this TypeScript update with its TypeScript 7 compatibility fix.

@macalbert macalbert closed this Jul 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-7.0.2 branch July 23, 2026 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Dependency updates (Dependabot) npm Pull requests that update npm/pnpm packages size/XS Trivial change — up to 9 lines / 1 file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant