Update npm dependencies#57
Conversation
|
|
Summary
Renovate dependency update PR that bumps two packages in package.json:
All changes are version updates in package.json with corresponding lock file entries updated. No code changes. What reviewers should knowWhat to review:
Testing:
|
|
There was a problem hiding this comment.
There is one blocking issue: the compiled dist bundles were not rebuilt, so the action runtime still uses the old SDK version despite the package.json update. The summary below covers the full picture.
The dist files (credential-setup/dist/index.js, credential-guard/dist/main/index.js, credential-guard/dist/post/index.js) are self-contained bundles produced by @vercel/ncc and committed to the repo. Inspecting the current HEAD bundle confirms it still embeds @aws-sdk/client-cognito-identity version 3.991.0 — the version this PR intends to replace. Until npm run build is run and the updated bundles are committed, this PR has no runtime effect.
| "dependencies": { | ||
| "@actions/core": "^1.11.1", | ||
| "@aws-sdk/client-cognito-identity": "^3.750.0" | ||
| "@aws-sdk/client-cognito-identity": "^3.1032.0" |
There was a problem hiding this comment.
The dist bundles were not rebuilt. The action runs from the committed credential-setup/dist/ and credential-guard/dist/ files, which @vercel/ncc packages at build time — they are not regenerated during a GitHub Actions run.
Searching the current bundle for version strings confirms it still embeds @aws-sdk/client-cognito-identity@3.991.0. Run npm run build and commit the updated dist files for this change to have any runtime effect.
- Mark as noise
| "resolved": "https://repox.jfrog.io/artifactory/api/npm/npm/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.991.0.tgz", | ||
| "integrity": "sha512-U3Qh+SPWQQiK+ON6fCOC+SctNlsigATTnz1TkD28l35j6fs7+QAEjbtP07LpfZ926mx3ibBN3jMRDFsOKSXwRQ==", | ||
| "version": "3.1032.0", | ||
| "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.1032.0.tgz", |
There was a problem hiding this comment.
The AWS SDK packages (and their transitive @smithy/* dependencies) now resolve from registry.npmjs.org, while all other unchanged packages (vitest, rollup, esbuild, @actions/*, etc.) still resolve from repox.jfrog.io — the private JFrog Artifactory mirror.
This mixed-registry state means npm install fetches from two different sources and could fail in environments that only have access to the private mirror. If Renovate ran without access to that mirror, all changed packages should ideally be re-mirrored into Artifactory and the lock file regenerated from there, as was done for the previous dependency versions.
- Mark as noise



This PR contains the following updates:
3.991.0→3.1032.025.2.3→25.6.0Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity)
v3.1032.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1031.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1030.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1029.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1028.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1027.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1026.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1025.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1024.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1023.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1022.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1021.0Compare Source
Bug Fixes
v3.1020.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1019.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1018.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1017.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1016.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1015.0Compare Source
Bug Fixes
v3.1014.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1013.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1012.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1011.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1010.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1009.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1008.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1007.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1006.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1005.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1004.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1003.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1002.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1001.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.1000.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.999.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.998.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.997.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.996.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.995.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.994.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.993.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
v3.992.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.