Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .changeset/aws-cdk-lib-peer-range-2-263.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
"@aws-blocks/bb-app-setting": patch
"@aws-blocks/bb-async-job": patch
"@aws-blocks/bb-auth-basic": patch
"@aws-blocks/bb-cron-job": patch
"@aws-blocks/bb-dashboard": patch
"@aws-blocks/bb-distributed-data": patch
"@aws-blocks/bb-distributed-table": patch
"@aws-blocks/bb-email-client": patch
"@aws-blocks/bb-file-bucket": patch
"@aws-blocks/bb-knowledge-base": patch
"@aws-blocks/bb-kv-store": patch
"@aws-blocks/bb-logger": patch
"@aws-blocks/bb-metrics": patch
"@aws-blocks/bb-realtime": patch
"@aws-blocks/bb-tracer": patch
"@aws-blocks/pipeline": patch
"@aws-blocks/blocks": patch
---

Bump `aws-cdk-lib` to `^2.263.0` (+ `aws-cdk` CLI 2.1135, `@aws-sdk/s3-request-presigner` 3.1101).

Each package declares `aws-cdk-lib` as a `peerDependency`, and the range moves to `^2.263.0`. No runtime or API change ships here — only the declared peer range and the resolved lockfile move.

Two follow-on pins keep the tree self-consistent. `aws-cdk-lib` 2.263.0 emits cloud assembly schema 54.0.0, which the `aws-cdk` CLI only reads from 2.1135.0 onward, so the CLI moves with it. Separately, `@aws-sdk/client-s3` floats to 3.1101.0 while `@aws-sdk/s3-request-presigner` had stayed at 3.1046.0; the two ship their own copies of the smithy middleware types, so `getSignedUrl` in `@aws-blocks/bb-file-bucket` stopped accepting an `S3Client` until both matched.

The `@aws-blocks/blocks` umbrella package receives a `patch` because it re-exports these packages. Sibling patch releases stay inside the umbrella's caret ranges, so `changeset version` never bumps it on its own (#212), and it is republished explicitly to stay in step with the packages it hands to consumers.
2 changes: 1 addition & 1 deletion native/kotlin/example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tsx": "^4.7.0",
"concurrently": "^8.2.0",
"esbuild": "^0.27.1",
"aws-cdk-lib": "2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
22,894 changes: 7,835 additions & 15,059 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@microsoft/api-extractor": "^7.58.1",
"@types/node": "^20.0.0",
"aws-cdk": "^2.1117.0",
"aws-cdk-lib": "2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0",
"esbuild": "^0.27.1",
"husky": "^9.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-app-setting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-async-job/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-auth-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-auth-cognito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-auth-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-cron-job/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.245.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
},
"license": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bb-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0",
"kysely": ">=0.28.12 <0.30.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bb-distributed-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": ">=2.100.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0",
"kysely": ">=0.28.12 <0.30.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bb-distributed-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"zod": "^4.1.12"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-email-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-file-bucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-knowledge-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-kv-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/bb-tracer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"http-proxy": "^1.18.1"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0",
"next": ">=13.0.0",
"unctx": ">=2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vite": "^6.4.3",
"tsx": "^4.7.0",
"esbuild": "^0.27.1",
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.3.0",
"tsx": "^4.7.0",
"esbuild": "^0.27.1",
"aws-cdk-lib": "2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-blocks-app/templates/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vite": "^6.4.3",
"tsx": "^4.7.0",
"esbuild": "^0.27.1",
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vite": "^6.4.3",
"tsx": "^4.7.0",
"esbuild": "^0.27.1",
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-blocks-app/templates/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vite": "^6.4.3",
"tsx": "^4.7.0",
"esbuild": "^0.27.1",
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-blocks-app/templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "^5.3.0",
"tsx": "^4.7.0",
"esbuild": "^0.27.1",
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-blocks-app/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vite": "^6.4.3",
"tsx": "^4.7.0",
"esbuild": "^0.27.1",
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"peerDependencies": {
"@opennextjs/aws": ">=3.10.0",
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.3.0"
},
"peerDependencies": {
"aws-cdk-lib": "^2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
8 changes: 4 additions & 4 deletions test-apps/amplify-gen2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"blocks:dev": "tsx watch aws-blocks/scripts/server.ts"
},
"devDependencies": {
"@aws-amplify/backend": "^1.22.0",
"@aws-amplify/backend-cli": "^1.8.2",
"@aws-amplify/backend": "^1.24.0",
"@aws-amplify/backend-cli": "^1.9.0",
"@playwright/test": "^1.50.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.0.0",
"aws-cdk-lib": "^2.234.1",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0",
"esbuild": "^0.28.0",
"react": "^18.0.0",
Expand All @@ -31,7 +31,7 @@
"vite": "^6.4.3"
},
"dependencies": {
"aws-amplify": "^6.17.0",
"aws-amplify": "^6.20.0",
"@aws-blocks/blocks": "*",
"@aws-blocks/core": "*",
"@aws-blocks/bb-kv-store": "*",
Expand Down
2 changes: 1 addition & 1 deletion test-apps/auth-cognito-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsx": "^4.7.0",
"concurrently": "^8.2.0",
"esbuild": "^0.27.1",
"aws-cdk-lib": "2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion test-apps/comprehensive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/node": "^20.0.0",
"aws-cdk-lib": "2.257.0",
"aws-cdk-lib": "^2.263.0",
"concurrently": "^8.2.0",
"constructs": "^10.6.0",
"tsx": "^4.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "^20.0.0",
"aws-cdk-lib": "2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion test-apps/extending-blocks-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/node": "^20.0.0",
"aws-cdk-lib": "2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"@aws-blocks/core": "*",
"aws-cdk-lib": "2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0"
}
}
2 changes: 1 addition & 1 deletion test-apps/hosting-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tsx": "^4.7.0",
"vite": "^6.4.3",
"concurrently": "^8.2.0",
"aws-cdk-lib": "2.257.0",
"aws-cdk-lib": "^2.263.0",
"constructs": "^10.6.0",
"@playwright/test": "^1.49.0"
}
Expand Down
Loading
Loading