chore(deps): bump aws-sdk, ncc, eslint, actions/checkout and rebuild dist#37
Merged
Conversation
…dist - @aws-sdk/client-ec2 3.1064.0 -> 3.1073.0 - @vercel/ncc 0.38.4 -> 0.44.0 (dev; dist rebuilt, chunk layout unchanged) - eslint 10.4.1 -> 10.5.0 (dev, lockfile) - actions/checkout v6.0.2 -> v7.0.0 (pinned SHA) in package.yml and pr.yml @actions/core (v3) and @actions/github (v9) intentionally held back: both are ESM-only majors and the codebase is CommonJS (require()), so adopting them needs a separate ESM migration. Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
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
Dependency freshness pass. Verified locally with the same steps CI runs:
npm ci→npm run lint→npm test→npm run package.npm
@aws-sdk/client-ec2@vercel/ncceslint^10)dist/index.jsrebuilt with ncc 0.44.0 (deterministic — a second build produces identical bytes, soverify-distpasses). The code-split chunk files (NNN.index.js) are byte-identical to before; updated theverify-distcomment in pr.yml to reference ncc 0.44.GitHub Actions
v6.0.2→v7.0.0(SHA-pinned9c091bb) inpackage.ymlandpr.yml. v7's only behavioral change blocks fork-PR checkout underpull_request_target/workflow_run— this repo uses onlypush/pull_request, so it's a no-op here. All other actions (cache v5.0.5, attest-build-provenance v4.1.0, setup-node v6.4.0) are already at latest.Intentionally held back
@actions/core2 → 3 and@actions/github8 → 9: both majors are ESM-only ("CommonJS consumers must use dynamic import()"). The codebase is CommonJS (require()), so adopting them requires a separate ESM migration — out of scope for a dependency bump. The^2/^8carets correctly hold them at the latest CJS-compatible release.Verification
npm run lint— cleannpm test— 52/52 passingnpm run package— dist rebuilt, deterministic