aws-cdk 2.1126.0 → 2.1128.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/THIRD_PARTY_LICENSES +2 -414
  2. package/build-info.json +2 -2
  3. package/db.json.gz +0 -0
  4. package/lib/api-private.d.ts +1 -1
  5. package/lib/api-private.js +1 -1
  6. package/lib/cli/cdk-toolkit.d.ts +5 -1
  7. package/lib/cli/cdk-toolkit.js +421 -278
  8. package/lib/cli/cli-config.js +14 -2
  9. package/lib/cli/cli-type-registry.json +30 -2
  10. package/lib/cli/cli.js +20 -8
  11. package/lib/cli/convert-to-user-input.js +15 -1
  12. package/lib/cli/display-version.d.ts +1 -0
  13. package/lib/cli/display-version.js +5 -4
  14. package/lib/cli/io-host/cli-io-host.d.ts +84 -5
  15. package/lib/cli/io-host/cli-io-host.js +131 -17
  16. package/lib/cli/parse-command-line-arguments.js +18 -2
  17. package/lib/cli/telemetry/installation-id.d.ts +7 -0
  18. package/lib/cli/telemetry/installation-id.js +18 -10
  19. package/lib/cli/telemetry/messages.d.ts +7 -0
  20. package/lib/cli/telemetry/messages.js +16 -1
  21. package/lib/cli/telemetry/schema.d.ts +1 -1
  22. package/lib/cli/telemetry/schema.js +1 -1
  23. package/lib/cli/telemetry/session.d.ts +30 -1
  24. package/lib/cli/telemetry/session.js +54 -4
  25. package/lib/cli/telemetry/telemetry-state.d.ts +18 -0
  26. package/lib/cli/telemetry/telemetry-state.js +42 -0
  27. package/lib/cli/user-configuration.d.ts +2 -1
  28. package/lib/cli/user-configuration.js +16 -5
  29. package/lib/cli/user-input.d.ts +34 -1
  30. package/lib/cli/user-input.js +1 -1
  31. package/lib/cli/util/yargs-helpers.d.ts +9 -0
  32. package/lib/cli/util/yargs-helpers.js +20 -1
  33. package/lib/commands/context.js +1 -3
  34. package/lib/commands/doctor.d.ts +12 -3
  35. package/lib/commands/doctor.js +19 -4
  36. package/lib/commands/list-stacks.d.ts +13 -17
  37. package/lib/commands/list-stacks.js +41 -22
  38. package/lib/commands/migrate.js +3 -3
  39. package/lib/index.js +5238 -4862
  40. package/lib/index_bg.wasm +0 -0
  41. package/lib/init-templates/.init-version.json +1 -1
  42. package/lib/init-templates/.recommended-feature-flags.json +3 -1
  43. package/package.json +12 -11
package/lib/index_bg.wasm CHANGED
Binary file
@@ -1 +1 @@
1
- {"aws-cdk-lib": "^2.257.0", "constructs": "^10.5.0"}
1
+ {"aws-cdk-lib": "^2.260.0", "constructs": "^10.5.0"}
@@ -84,5 +84,7 @@
84
84
  "@aws-cdk/aws-cloudfront:defaultFunctionRuntimeV2_0": true,
85
85
  "@aws-cdk/aws-elasticloadbalancingv2:usePostQuantumTlsPolicy": true,
86
86
  "@aws-cdk/aws-batch:defaultToAL2023": true,
87
- "@aws-cdk/core:annotationsInValidationReport": true
87
+ "@aws-cdk/aws-eks:defaultToAL2023": true,
88
+ "@aws-cdk/core:annotationsInValidationReport": true,
89
+ "@aws-cdk/core:defaultCrossStackReferences": "weak"
88
90
  }
package/package.json CHANGED
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "@aws-cdk/cli-plugin-contract": "2.182.2",
40
40
  "@aws-cdk/user-input-gen": "0.0.0",
41
- "@cdklabs/eslint-plugin": "^2.0.7",
41
+ "@cdklabs/eslint-plugin": "^2.0.9",
42
42
  "@stylistic/eslint-plugin": "^3",
43
43
  "@types/archiver": "^6.0.4",
44
44
  "@types/fs-extra": "^11",
@@ -52,14 +52,14 @@
52
52
  "@types/yargs": "^15",
53
53
  "@typescript-eslint/eslint-plugin": "^8",
54
54
  "@typescript-eslint/parser": "^8",
55
- "aws-cdk-lib": "2.257.0",
55
+ "aws-cdk-lib": "2.260.0",
56
56
  "aws-sdk-client-mock": "^4.1.0",
57
57
  "aws-sdk-client-mock-jest": "^4.1.0",
58
58
  "commit-and-tag-version": "^12",
59
59
  "constructs": "^10.0.0",
60
60
  "eslint": "^9",
61
61
  "eslint-config-prettier": "^10.1.8",
62
- "eslint-import-resolver-typescript": "^4.4.4",
62
+ "eslint-import-resolver-typescript": "^4.4.5",
63
63
  "eslint-plugin-import": "^2.32.0",
64
64
  "eslint-plugin-jest": "^29.15.2",
65
65
  "eslint-plugin-jsdoc": "^62.9.0",
@@ -71,22 +71,23 @@
71
71
  "jest-mock": "^29.7.0",
72
72
  "license-checker": "^25.0.1",
73
73
  "nock": "13",
74
- "node-backpack": "^1.1.35",
74
+ "node-backpack": "^1.1.37",
75
75
  "nx": "^22.7.5",
76
76
  "prettier": "^2.8",
77
- "projen": "^0.99.70",
77
+ "projen": "^0.99.73",
78
78
  "sinon": "^19.0.5",
79
79
  "ts-jest": "^29.4.11",
80
80
  "ts-mock-imports": "^1.3.19",
81
81
  "ts-node": "^10.9.2",
82
82
  "tsx": "^4.22.4",
83
83
  "typescript": "5.9",
84
- "@aws-cdk/cdk-assets-lib": "^1.4.10",
84
+ "@aws-cdk/cdk-assets-lib": "^1.4.11",
85
85
  "@aws-cdk/cloud-assembly-api": "2.2.5",
86
- "@aws-cdk/cloud-assembly-schema": ">=54.2.0",
86
+ "@aws-cdk/cloud-assembly-schema": ">=54.4.0",
87
87
  "@aws-cdk/cloudformation-diff": "2.187.1",
88
88
  "@aws-cdk/cx-api": "^2",
89
- "@aws-cdk/toolkit-lib": "^1.28.0",
89
+ "@aws-cdk/private-tools": "^0.0.0",
90
+ "@aws-cdk/toolkit-lib": "^1.29.1",
90
91
  "@aws-sdk/client-appsync": "^3",
91
92
  "@aws-sdk/client-bedrock-agentcore-control": "^3",
92
93
  "@aws-sdk/client-cloudcontrol": "^3",
@@ -118,7 +119,7 @@
118
119
  "@smithy/util-waiter": "^4",
119
120
  "archiver": "^7.0.1",
120
121
  "camelcase": "^6",
121
- "cdk-from-cfn": "^0.302.0",
122
+ "cdk-from-cfn": "^0.304.0",
122
123
  "chalk": "^4",
123
124
  "chokidar": "^4",
124
125
  "decamelize": "^5",
@@ -130,7 +131,7 @@
130
131
  "picomatch": "^4.0.4",
131
132
  "promptly": "^3.2.0",
132
133
  "proxy-agent": "^6.5.0",
133
- "semver": "^7.8.1",
134
+ "semver": "^7.8.4",
134
135
  "strip-ansi": "^6",
135
136
  "wrap-ansi": "^7",
136
137
  "yaml": "^1",
@@ -157,7 +158,7 @@
157
158
  "publishConfig": {
158
159
  "access": "public"
159
160
  },
160
- "version": "2.1126.0",
161
+ "version": "2.1128.0",
161
162
  "packageManager": "yarn@4.13.0",
162
163
  "types": "lib/index.d.ts",
163
164
  "exports": {