-
Notifications
You must be signed in to change notification settings - Fork 43
chore(deps): npm: bump the all-npm group across 4 directories with 44 updates #838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,15 +37,15 @@ | |
| "@smithy/signature-v4": "^5.6.1", | ||
| "aws-cdk-lib": "^2.260.0", | ||
| "aws-jwt-verify": "^5.2.1", | ||
| "cdk-nag": "^2.38.2", | ||
| "cdk-nag": "^3.0.2", | ||
| "constructs": "^10.6.0", | ||
| "js-yaml": "^4.1.1", | ||
| "js-yaml": "^5.3.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Blocking (B3). This bump is inert, and it makes the manifest wrong. Root Three consequences:
Suggested fix: revert to |
||
| "pdf-parse": "2.4.5", | ||
| "ulid": "^3.0.2", | ||
| "ws": "^8.21.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@aws-cdk/integ-runner": "2.202.1", | ||
| "@aws-cdk/integ-runner": "2.204.5", | ||
| "@aws-cdk/integ-tests-alpha": "2.260.0-alpha.0", | ||
| "@cdklabs/eslint-plugin": "^2", | ||
| "@stylistic/eslint-plugin": "^5", | ||
|
|
@@ -62,13 +62,13 @@ | |
| "eslint-import-resolver-typescript": "^4", | ||
| "eslint-plugin-import-x": "^4", | ||
| "eslint-plugin-jest": "^29.15.4", | ||
| "eslint-plugin-jsdoc": "^63.0.10", | ||
| "eslint-plugin-jsdoc": "^64.2.1", | ||
| "eslint-plugin-license-header": "^0.9.0", | ||
| "jest": "^30.4.2", | ||
| "jest-junit": "^17", | ||
| "ts-jest": "^29.4.11", | ||
| "ts-node": "^10.9.2", | ||
| "typescript": "^6.0.3" | ||
| "typescript": "^7.0.2" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Blocking (B2) — same for
That is the The build aborted at 2.1s, so the other TS-API consumers are unverified but at risk: Suggested fix: keep |
||
| }, | ||
| "resolutions": {}, | ||
| "engines": { | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking (B1). cdk-nag 3.x is not API-compatible with this repo on
aws-cdk-lib2.x. CI on this head (//cdk:compile) reports 27 errors:Module '"cdk-nag"' has no exported member 'NagSuppressions'across 26 files, plussrc/main.ts(66,23): error TS2741: Property 'visit' is missing in type 'AwsSolutionsChecks' but required in type 'IAspect'.Static scope check: 86
NagSuppressionscall sites across 47cdk-nagimports incdk/src+cdk/test. TheIAspect/visitmismatch suggests cdk-nag 3 targets a newer CDK aspect API (inference, unverified) — so this is not a mechanical rename.Suggested fix: revert to
"cdk-nag": "^2.38.2"and add a majorignoreto.github/dependabot.ymlmirroring the existing Cedar stanza:Then land the 2→3 migration behind its own tracked issue.