Skip to content

Commit ab2adb3

Browse files
Bump yaml and aws-cdk-lib in /samples/static-site (#69)
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). These dependencies need to be updated together. Removes `yaml` Updates `aws-cdk-lib` from 2.240.0 to 2.245.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-cdk/releases">aws-cdk-lib's releases</a>.</em></p> <blockquote> <h2>v2.245.0</h2> <h3>Features</h3> <ul> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/37332">#37332</a>) (<a href="https://github.com/aws/aws-cdk/commit/6cdf84aa9a50ef41dae54f14c2bcf4f48d46dbd1">6cdf84a</a>)</li> <li><strong>autoscaling:</strong> add instanceLifecyclePolicy support to AutoScalingGroup Property (<a href="https://redirect.github.com/aws/aws-cdk/issues/36434">#36434</a>) (<a href="https://github.com/aws/aws-cdk/commit/b72ffcc343a7bff1745dfea4d1e8de4a0d6b998e">b72ffcc</a>)</li> <li><strong>cloudfront:</strong> use JavaScript runtime 2.0 as the default for CloudFront Functions (under feature flag) (<a href="https://redirect.github.com/aws/aws-cdk/issues/35941">#35941</a>) (<a href="https://github.com/aws/aws-cdk/commit/cd0df148fdb0d48b14d7d161641519942083b879">cd0df14</a>)</li> <li><strong>core:</strong> add source tracing for L1 construct property mutations (<a href="https://redirect.github.com/aws/aws-cdk/issues/37285">#37285</a>) (<a href="https://github.com/aws/aws-cdk/commit/f0b6da82b49da6611f871b67497db8d5004738a2">f0b6da8</a>)</li> <li><strong>ecr-assets:</strong> add support for docker build context (<a href="https://redirect.github.com/aws/aws-cdk/issues/36930">#36930</a>) (<a href="https://github.com/aws/aws-cdk/commit/c0849ea241c8f8707b26f07239aa1078b196bf1c">c0849ea</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/31598">#31598</a></li> <li><strong>s3:</strong> add blockedEncryptionTypes field to s3.Bucket (<a href="https://redirect.github.com/aws/aws-cdk/issues/37047">#37047</a>) (<a href="https://github.com/aws/aws-cdk/commit/262e8a76e7f50cefeceff265c7d135f35c0d520f">262e8a7</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/36988">#36988</a></li> <li><strong>synthetics:</strong> add enum value for Synthetics Canary NodeJS 3.1 runtime (<a href="https://redirect.github.com/aws/aws-cdk/issues/37282">#37282</a>) (<a href="https://github.com/aws/aws-cdk/commit/af1e89cbf7d9d96f0c23f05fb8bdca0e9d442b7d">af1e89c</a>), closes <a href="https://github.com/aws//docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_Nodejs.html/issues/CloudWatch_Synthetics_runtimeversion-syn-nodejs-3">/docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_Nodejs.html#CloudWatch_Synthetics_runtimeversion-syn-nodejs-3</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>aws-cdk-lib:</strong> toolkit is unaware of CDK app errors (<a href="https://redirect.github.com/aws/aws-cdk/issues/37294">#37294</a>) (<a href="https://github.com/aws/aws-cdk/commit/093de927b4b5d0d0ad5c68580af1c7e7f56e12c6">093de92</a>)</li> <li><strong>eks:</strong> throw error when kubectl subnets are isolated (<a href="https://redirect.github.com/aws/aws-cdk/issues/37217">#37217</a>) (<a href="https://github.com/aws/aws-cdk/commit/73e50061168fc147d6af5fb60917ef003d385fd2">73e5006</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26613">#26613</a></li> <li><strong>lambda:</strong> fix typo in addPermission() warning message (<a href="https://redirect.github.com/aws/aws-cdk/issues/37365">#37365</a>) (<a href="https://github.com/aws/aws-cdk/commit/fa21e623484ad1ed191e542e93b16811a8ef08b6">fa21e62</a>)</li> <li><strong>lambda-nodejs:</strong> use direct spawn for local bundling (<a href="https://redirect.github.com/aws/aws-cdk/issues/37292">#37292</a>) (<a href="https://github.com/aws/aws-cdk/commit/9bf4263ea631cae7c0cfff8872ec4fb3a3164cc1">9bf4263</a>)</li> <li><strong>mixin:</strong> use withMixin in Stack to set mixin metadata in its constructs (<a href="https://redirect.github.com/aws/aws-cdk/issues/37269">#37269</a>) (<a href="https://github.com/aws/aws-cdk/commit/293ce907d6c01e91e7f78bf9590e05aef4ae89a7">293ce90</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/core/lib/mixins/private/mixin-metadata.ts/issues/L30">/github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/core/lib/mixins/private/mixin-metadata.ts#L30</a></li> <li><strong>rds:</strong> enablePerformanceInsights false is ignored when other performance insight properties are set (<a href="https://redirect.github.com/aws/aws-cdk/issues/37287">#37287</a>) (<a href="https://github.com/aws/aws-cdk/commit/b4bca75d23832576840e6780bf5a62c260761cd7">b4bca75</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/37051">#37051</a></li> <li>construct errors are rendered in a messy way (<a href="https://redirect.github.com/aws/aws-cdk/issues/37290">#37290</a>) (<a href="https://github.com/aws/aws-cdk/commit/5104256853a1cede1494ff065e9ce7abbce69e58">5104256</a>)</li> <li><strong>spec2cdk:</strong> throw on unrecognized uppercase prefix in event pattern (<a href="https://redirect.github.com/aws/aws-cdk/issues/37283">#37283</a>) (<a href="https://github.com/aws/aws-cdk/commit/c68f2f5961b24fba3f4a4b769e355b00d91fd6a1">c68f2f5</a>)</li> </ul> <hr /> <h2>Alpha modules (2.245.0-alpha.0)</h2> <h3>Features</h3> <ul> <li><strong>s3tables-alpha:</strong> add support for partition spec, sort order, and table properties (<a href="https://redirect.github.com/aws/aws-cdk/issues/36811">#36811</a>) (<a href="https://github.com/aws/aws-cdk/commit/2696cd16e8e2edc8d40f1443b9c87eb6171e5d1f">2696cd1</a>)</li> <li><strong>s3tables-alpha:</strong> add metrics configuration support for TableBucket (<a href="https://redirect.github.com/aws/aws-cdk/issues/37275">#37275</a>) (<a href="https://github.com/aws/aws-cdk/commit/e8786f5d782d906971f933a2d6d432309d5384d7">e8786f5</a>)</li> <li><strong>s3tables-alpha:</strong> implement ITaggableV2 on TableBucket and Table L2 constructs (<a href="https://redirect.github.com/aws/aws-cdk/issues/37277">#37277</a>) (<a href="https://github.com/aws/aws-cdk/commit/69c8944ea3f4abf0f4218af2fc42c8e862e8cad3">69c8944</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/33054">#33054</a></li> </ul> <h2>v2.244.0</h2> <h3>Features</h3> <ul> <li><strong>codebuild:</strong> add support for macOS 26 runners (<a href="https://redirect.github.com/aws/aws-cdk/issues/37240">#37240</a>) (<a href="https://github.com/aws/aws-cdk/commit/1b7b2929fccd786c0bd38ea735b90aef9e470106">1b7b292</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/37241">#37241</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/35836">#35836</a></li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/37260">#37260</a>) (<a href="https://github.com/aws/aws-cdk/commit/40a5142771b1ea450a2f7c684e102548a626ddba">40a5142</a>)</li> <li><strong>rds:</strong> add standalone resource creation for ParameterGroup (<a href="https://redirect.github.com/aws/aws-cdk/issues/37165">#37165</a>) (<a href="https://github.com/aws/aws-cdk/commit/5441a515b6aab9e091c7a09f96663c723b122bcf">5441a51</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/9741">#9741</a></li> <li><strong>ecs:</strong> add forceNewDeployment feature for ecs service (<a href="https://redirect.github.com/aws/aws-cdk/issues/35726">#35726</a>) (<a href="https://github.com/aws/aws-cdk/commit/d16dc7e433c4986f3473b2992ba36bee9fb64f1e">d16dc7e</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/27762">#27762</a></li> <li><strong>mixins:</strong> helpers to convert between Aspects and Mixins (<a href="https://redirect.github.com/aws/aws-cdk/issues/37235">#37235</a>) (<a href="https://github.com/aws/aws-cdk/commit/4537f694f7b8da5fa038b994031998c85bfbe3c8">4537f69</a>)</li> <li><strong>spec2cdk:</strong> add <code>actions()</code> method to Grants classes (<a href="https://redirect.github.com/aws/aws-cdk/issues/36987">#36987</a>) (<a href="https://github.com/aws/aws-cdk/commit/bbeaf5df5aef3f926586b4fe94fbcb6f903da8ce">bbeaf5d</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>aws-cdk-lib:</strong> error annotations now have error codes (<a href="https://redirect.github.com/aws/aws-cdk/issues/37270">#37270</a>) (<a href="https://github.com/aws/aws-cdk/commit/0b9629e421a2edc41d749af13ba058eba14342fa">0b9629e</a>)</li> <li><strong>eks:</strong> clear OCI repo/version after local pull for Helm v4 compatibility (<a href="https://redirect.github.com/aws/aws-cdk/issues/37142">#37142</a>) (<a href="https://github.com/aws/aws-cdk/commit/e6a88047b5776a69156ef5116930e5788ee550b7">e6a8804</a>), closes <a href="https://github.com/aws//github.com/helm/helm/blob/v3.19.0/pkg/action/install.go/issues/L753-L769">/github.com/helm/helm/blob/v3.19.0/pkg/action/install.go#L753-L769</a> <a href="https://github.com/aws//github.com/helm/helm/blob/main/pkg/action/install.go/issues/L893-L909">/github.com/helm/helm/blob/main/pkg/action/install.go#L893-L909</a></li> <li>all errors now have error codes (<a href="https://redirect.github.com/aws/aws-cdk/issues/36934">#36934</a>) (<a href="https://github.com/aws/aws-cdk/commit/408c12f0b00fede5c3a8b1d43024e961087adcfa">408c12f</a>)</li> </ul> <hr /> <h2>Alpha modules (2.244.0-alpha.0)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md">aws-cdk-lib's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.244.0-alpha.0...v2.245.0-alpha.0">2.245.0-alpha.0</a> (2026-03-27)</h2> <h3>Features</h3> <ul> <li><strong>s3tables-alpha:</strong> add support for partition spec, sort order, and table properties (<a href="https://redirect.github.com/aws/aws-cdk/issues/36811">#36811</a>) (<a href="https://github.com/aws/aws-cdk/commit/2696cd16e8e2edc8d40f1443b9c87eb6171e5d1f">2696cd1</a>)</li> <li><strong>s3tables-alpha:</strong> add metrics configuration support for TableBucket (<a href="https://redirect.github.com/aws/aws-cdk/issues/37275">#37275</a>) (<a href="https://github.com/aws/aws-cdk/commit/e8786f5d782d906971f933a2d6d432309d5384d7">e8786f5</a>)</li> <li><strong>s3tables-alpha:</strong> implement ITaggableV2 on TableBucket and Table L2 constructs (<a href="https://redirect.github.com/aws/aws-cdk/issues/37277">#37277</a>) (<a href="https://github.com/aws/aws-cdk/commit/69c8944ea3f4abf0f4218af2fc42c8e862e8cad3">69c8944</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/33054">#33054</a></li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.243.0-alpha.0...v2.244.0-alpha.0">2.244.0-alpha.0</a> (2026-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>kinesisanalytics-flink-alpha:</strong> mark deprecated flink runtimes as deprecated (<a href="https://redirect.github.com/aws/aws-cdk/issues/37155">#37155</a>) (<a href="https://github.com/aws/aws-cdk/commit/0a894472650bb1a2c41050ae2b00581fb937c924">0a89447</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.242.0-alpha.0...v2.243.0-alpha.0">2.243.0-alpha.0</a> (2026-03-11)</h2> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.241.0-alpha.0...v2.242.0-alpha.0">2.242.0-alpha.0</a> (2026-03-10)</h2> <h3>Features</h3> <ul> <li><strong>mixins-preview:</strong> allow passing resource objects into properties in CFN Property mixins (<a href="https://redirect.github.com/aws/aws-cdk/issues/37148">#37148</a>) (<a href="https://github.com/aws/aws-cdk/commit/f2386291a50961660135b6d13b576a3744fa5ecf">f238629</a>)</li> <li><strong>mixins-preview:</strong> generate EventBridge pattern for all events (<a href="https://redirect.github.com/aws/aws-cdk/issues/37081">#37081</a>) (<a href="https://github.com/aws/aws-cdk/commit/f30e8360112c724ce386f26d7d2bf10d6a58e479">f30e836</a>)</li> <li><strong>mixins-preview:</strong> support custom merge strategies via IMergeStrategy (<a href="https://redirect.github.com/aws/aws-cdk/issues/37170">#37170</a>) (<a href="https://github.com/aws/aws-cdk/commit/0dec0113c45f5808e2afd45ac5be1d044e577a4b">0dec011</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.240.0-alpha.0...v2.241.0-alpha.0">2.241.0-alpha.0</a> (2026-03-02)</h2> <h3>Features</h3> <ul> <li><strong>mixins-preview:</strong> add <code>recordFields</code> and <code>outputFormat</code> to Vended Logs Mixin (<a href="https://redirect.github.com/aws/aws-cdk/issues/37042">#37042</a>) (<a href="https://github.com/aws/aws-cdk/commit/dd94c312ae77cd9b51cbf6d544c85a2af6a7cdc8">dd94c31</a>)</li> <li><strong>mixins-preview:</strong> cross account delivery destinations (<a href="https://redirect.github.com/aws/aws-cdk/issues/36827">#36827</a>) (<a href="https://github.com/aws/aws-cdk/commit/a759eb69d560ff039d09d62e91627bb267a664e5">a759eb6</a>)</li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.239.0-alpha.0...v2.240.0-alpha.0">2.240.0-alpha.0</a> (2026-02-23)</h2> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.238.0-alpha.0...v2.239.0-alpha.0">2.239.0-alpha.0</a> (2026-02-19)</h2> <h3>⚠ BREAKING CHANGES</h3> <p>redshift-alpha: update default node type from <code>DC2_LARGE</code> to <code>RA3_LARGE</code></p> <h3>Features</h3> <ul> <li><strong>bedrock-agentcore-alpha:</strong> add <code>fromCodeAsset</code> method to create runtime artifact with local code assets (<a href="https://redirect.github.com/aws/aws-cdk/issues/36472">#36472</a>) (<a href="https://github.com/aws/aws-cdk/commit/c5a87e6682a3668de849d4c7a0913fdee3eb170c">c5a87e6</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/36473">#36473</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk/commit/eddb6b69cfa5904cda384b9ef0d3861692a8e513"><code>eddb6b6</code></a> chore: update analytics metadata blueprints</li> <li><a href="https://github.com/aws/aws-cdk/commit/25b61db6c14cea1df307aecaed9e6e1b3b5e5c21"><code>25b61db</code></a> chore(release): 2.245.0</li> <li><a href="https://github.com/aws/aws-cdk/commit/6cdf84aa9a50ef41dae54f14c2bcf4f48d46dbd1"><code>6cdf84a</code></a> feat: update L1 CloudFormation resource definitions (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/37332">#37332</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/fa21e623484ad1ed191e542e93b16811a8ef08b6"><code>fa21e62</code></a> fix(lambda): fix typo in addPermission() warning message (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/37365">#37365</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/fc59d211151d349c6aafeb1106982d944b0514d9"><code>fc59d21</code></a> chore(deps): bump the npm_and_yarn group across 3 directories with 1 update (...</li> <li><a href="https://github.com/aws/aws-cdk/commit/cd0df148fdb0d48b14d7d161641519942083b879"><code>cd0df14</code></a> feat(cloudfront): use JavaScript runtime 2.0 as the default for CloudFront Fu...</li> <li><a href="https://github.com/aws/aws-cdk/commit/55322bae3bbca1e36fed213196b541efee465eb1"><code>55322ba</code></a> chore(s3): use BucketReflection for L1-backed property access (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/37210">#37210</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/9bf4263ea631cae7c0cfff8872ec4fb3a3164cc1"><code>9bf4263</code></a> fix(lambda-nodejs): use direct spawn for local bundling (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/37292">#37292</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/c0849ea241c8f8707b26f07239aa1078b196bf1c"><code>c0849ea</code></a> feat(ecr-assets): add support for docker build context (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib/issues/36930">#36930</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/ac3eadcf9a6829e0be6ba0f5581fbb55a8f1e432"><code>ac3eadc</code></a> chore(deps): update integ runner and cloud assembly versions to include docke...</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-cdk/commits/v2.245.0/packages/aws-cdk-lib">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Idea-Pool/aws-testing/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2e0c66 commit ab2adb3

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

samples/static-site/package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/static-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@aws-sdk/client-cloudformation": "^3.995.0",
2828
"@aws-sdk/client-cloudfront": "^3.995.0",
2929
"@aws-sdk/client-s3": "^3.995.0",
30-
"aws-cdk-lib": "^2.240.0",
30+
"aws-cdk-lib": "^2.245.0",
3131
"axios": "^1.13.5",
3232
"constructs": "^10.3.0",
3333
"dotenv-ng": "^1.3.0",

0 commit comments

Comments
 (0)