@@ -29,7 +29,7 @@ import {
29
29
const GITHUB_USER = 'awslabs' ;
30
30
const PUBLICATION_NAMESPACE = 'cdklabs' ;
31
31
const PROJECT_NAME = 'generative-ai-cdk-constructs' ;
32
- const CDK_VERSION : string = '2.187 .0' ;
32
+ const CDK_VERSION : string = '2.188 .0' ;
33
33
34
34
function camelCaseIt ( input : string ) : string {
35
35
// Hypens and dashes to spaces and then CamelCase...
@@ -46,7 +46,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
46
46
author : 'Amazon Web Services - Prototyping and Cloud Engineering' ,
47
47
authorAddress : 'https://aws.amazon.com' ,
48
48
authorOrganization : true ,
49
- description : 'AWS Generative AI CDK Constructs is a library for well-architected generative AI patterns.' ,
49
+ description :
50
+ 'AWS Generative AI CDK Constructs is a library for well-architected generative AI patterns.' ,
50
51
cdkVersion : CDK_VERSION ,
51
52
projenVersion : '~0.91.5' ,
52
53
constructsVersion : '10.3.0' ,
@@ -72,10 +73,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
72
73
`@aws-cdk/integ-tests-alpha@${ CDK_VERSION } -alpha.0` ,
73
74
] ,
74
75
deps : [ 'cdk-nag' ] ,
75
- bundledDeps : [
76
- 'deepmerge' ,
77
- `@aws-cdk/aws-lambda-python-alpha@${ CDK_VERSION } -alpha.0` ,
78
- ] ,
76
+ bundledDeps : [ 'deepmerge' , `@aws-cdk/aws-lambda-python-alpha@${ CDK_VERSION } -alpha.0` ] ,
79
77
// Keep synchronized with https://github.com/nodejs/release#release-schedule
80
78
minNodeVersion : '18.12.0' , // 'MAINTENANCE' (first LTS)
81
79
maxNodeVersion : '22.x' , // 'CURRENT'
@@ -131,7 +129,15 @@ const project = new awscdk.AwsCdkConstructLibrary({
131
129
license : 'Apache-2.0' ,
132
130
copyrightPeriod : '2023-' ,
133
131
copyrightOwner : 'Amazon.com, Inc. or its affiliates. All Rights Reserved.' ,
134
- gitignore : [ '*.DS_STORE' , '!.node-version' , '*.pyc' , '__pycache__/' , '!.ort.yml' , '.idea' , '.vscode' ] ,
132
+ gitignore : [
133
+ '*.DS_STORE' ,
134
+ '!.node-version' ,
135
+ '*.pyc' ,
136
+ '__pycache__/' ,
137
+ '!.ort.yml' ,
138
+ '.idea' ,
139
+ '.vscode' ,
140
+ ] ,
135
141
stability : 'experimental' ,
136
142
sampleCode : false ,
137
143
stale : true ,
@@ -163,8 +169,14 @@ if (workflowUpgradeMain) {
163
169
project . upgradeWorkflow ?. postUpgradeTask . spawn ( project . tasks . tryFind ( 'integ:snapshot-all' ) ! ) ;
164
170
165
171
// Add specific overrides https://projen.io/docs/integrations/github/#actions-versions
166
- project . github ?. actions . set ( 'actions/checkout@v3' , 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' ) ; // https://github.com/projen/projen/issues/3529
167
- project . github ?. actions . set ( 'actions/checkout@v4' , 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' ) ;
172
+ project . github ?. actions . set (
173
+ 'actions/checkout@v3' ,
174
+ 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' ,
175
+ ) ; // https://github.com/projen/projen/issues/3529
176
+ project . github ?. actions . set (
177
+ 'actions/checkout@v4' ,
178
+ 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' ,
179
+ ) ;
168
180
project . github ?. actions . set (
169
181
'actions/download-artifact@v3' ,
170
182
'actions/download-artifact@b4aefff88e83a2676a730654e1ce3dce61880379' ,
@@ -177,16 +189,46 @@ project.github?.actions.set(
177
189
'actions/github-script@v6' ,
178
190
'actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410' ,
179
191
) ;
180
- project . github ?. actions . set ( 'actions/setup-dotnet@v3' , 'actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3' ) ;
181
- project . github ?. actions . set ( 'actions/setup-dotnet@v4' , 'actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3' ) ;
182
- project . github ?. actions . set ( 'actions/setup-go@v5' , 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' ) ;
183
- project . github ?. actions . set ( 'actions/setup-node@v3' , 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8' ) ; // https://github.com/projen/projen/issues/3529
184
- project . github ?. actions . set ( 'actions/setup-node@v4' , 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8' ) ;
185
- project . github ?. actions . set ( 'actions/setup-python@v4' , 'actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d' ) ; // https://github.com/projen/projen/issues/3529
186
- project . github ?. actions . set ( 'actions/setup-python@v5' , 'actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d' ) ;
187
- project . github ?. actions . set ( 'actions/setup-java@v3' , 'actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9' ) ;
188
- project . github ?. actions . set ( 'actions/setup-java@v4' , 'actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9' ) ;
189
- project . github ?. actions . set ( 'actions/stale@v4' , 'actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da' ) ;
192
+ project . github ?. actions . set (
193
+ 'actions/setup-dotnet@v3' ,
194
+ 'actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3' ,
195
+ ) ;
196
+ project . github ?. actions . set (
197
+ 'actions/setup-dotnet@v4' ,
198
+ 'actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3' ,
199
+ ) ;
200
+ project . github ?. actions . set (
201
+ 'actions/setup-go@v5' ,
202
+ 'actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32' ,
203
+ ) ;
204
+ project . github ?. actions . set (
205
+ 'actions/setup-node@v3' ,
206
+ 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8' ,
207
+ ) ; // https://github.com/projen/projen/issues/3529
208
+ project . github ?. actions . set (
209
+ 'actions/setup-node@v4' ,
210
+ 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8' ,
211
+ ) ;
212
+ project . github ?. actions . set (
213
+ 'actions/setup-python@v4' ,
214
+ 'actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d' ,
215
+ ) ; // https://github.com/projen/projen/issues/3529
216
+ project . github ?. actions . set (
217
+ 'actions/setup-python@v5' ,
218
+ 'actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d' ,
219
+ ) ;
220
+ project . github ?. actions . set (
221
+ 'actions/setup-java@v3' ,
222
+ 'actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9' ,
223
+ ) ;
224
+ project . github ?. actions . set (
225
+ 'actions/setup-java@v4' ,
226
+ 'actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9' ,
227
+ ) ;
228
+ project . github ?. actions . set (
229
+ 'actions/stale@v4' ,
230
+ 'actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da' ,
231
+ ) ;
190
232
project . github ?. actions . set (
191
233
'actions/upload-artifact@v3' ,
192
234
'actions/upload-artifact@18bf333cd2249fbbbdb605fd9d9ed57efd7adf34' ,
@@ -219,7 +261,10 @@ project.github?.actions.set(
219
261
'codecov/codecov-action@v4' ,
220
262
'codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed' ,
221
263
) ;
222
- project . github ?. actions . set ( 'github/issue-metrics@v2' , 'github/issue-metrics@6bc5254e72971dbb7462db077779f1643f772afd' ) ;
264
+ project . github ?. actions . set (
265
+ 'github/issue-metrics@v2' ,
266
+ 'github/issue-metrics@6bc5254e72971dbb7462db077779f1643f772afd' ,
267
+ ) ;
223
268
project . github ?. actions . set (
224
269
225
270
'hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363' ,
@@ -256,7 +301,10 @@ project.github?.actions.set(
256
301
257
302
'aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502' ,
258
303
) ;
259
- project . github ?. actions . set ( 'imjohnbo/issue-bot@v3' , 'imjohnbo/issue-bot@3daae12aa54d38685d7ff8459fc8a2aee8cea98b' ) ;
304
+ project . github ?. actions . set (
305
+ 'imjohnbo/issue-bot@v3' ,
306
+ 'imjohnbo/issue-bot@3daae12aa54d38685d7ff8459fc8a2aee8cea98b' ,
307
+ ) ;
260
308
261
309
// We don't want to package certain things
262
310
project . npmignore ?. addPatterns (
0 commit comments