[PR #10] [MERGED] Build(deps-dev): bump aws-cdk from 2.147.3 to 2.148.1 #13

Closed
opened 2026-02-15 18:16:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/aws-cdk-for-dify/pull/10
Author: @dependabot[bot]
Created: 10/14/2024
Status: Merged
Merged: 10/14/2024
Merged by: @GareArc

Base: mainHead: dependabot/npm_and_yarn/aws-cdk-2.148.1


📝 Commits (2)

  • 06fb0f2 Build(deps-dev): bump aws-cdk from 2.147.3 to 2.148.1
  • f365391 fix: update aws-cdk to 2.148.1

📊 Changes

2 files changed (+14 additions, -12 deletions)

View changed files

📝 package-lock.json (+10 -8)
📝 package.json (+4 -4)

📄 Description

Bumps aws-cdk from 2.147.3 to 2.148.1.

Release notes

Sourced from aws-cdk's releases.

v2.148.1

Bug Fixes

  • apigateway: authorization scope is not added when not explicitly defining authorization type in method or root api (#30822) (4bee768), closes #30444

Alpha modules (2.148.1-alpha.0)

v2.148.0

Features

Bug Fixes

  • ecs: let AsgCapacityProvider use IAutoScalingGroup only when Managed Termination Protection is disable (#30335) (efee07d), closes #29174
  • lambda-nodejs: breaking change in esbuild causes import module error (#30726) (7f5ce4b), closes #30717
  • s3: allow import S3 bucket with a legacy name (#30679) (e09126f), closes #22640
  • s3-notifications: unable to delete the existing S3 event notifications (#30610) (b880067), closes #28915s too broad (under feature flag) (#30389) (8ebfade), closes #30368

Reverts


Alpha modules (2.148.0-alpha.0)

Features

Bug Fixes

Changelog

Sourced from aws-cdk's changelog.

2.148.1 (2024-07-11)

Bug Fixes

  • apigateway: authorization scope is not added when not explicitly defining authorization type in method or root api (#30822) (4bee768), closes #30444

2.148.0 (2024-07-05)

Features

Bug Fixes

  • ecs: let AsgCapacityProvider use IAutoScalingGroup only when Managed Termination Protection is disable (#30335) (efee07d), closes #29174
  • lambda-nodejs: breaking change in esbuild causes import module error (#30726) (7f5ce4b), closes #30717
  • s3: allow import S3 bucket with a legacy name (#30679) (e09126f), closes #22640
  • s3-notifications: unable to delete the existing S3 event notifications (#30610) (b880067), closes #28915s too broad (under feature flag) (#30389) (8ebfade), closes #30368

Reverts

Commits

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/aws-cdk-for-dify/pull/10 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2024 **Status:** ✅ Merged **Merged:** 10/14/2024 **Merged by:** [@GareArc](https://github.com/GareArc) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/aws-cdk-2.148.1` --- ### 📝 Commits (2) - [`06fb0f2`](https://github.com/langgenius/aws-cdk-for-dify/commit/06fb0f2d21923a7c31501ab5ccf9deda481fea33) Build(deps-dev): bump aws-cdk from 2.147.3 to 2.148.1 - [`f365391`](https://github.com/langgenius/aws-cdk-for-dify/commit/f36539112f55ff926cd14f54261f9a574432cacf) fix: update aws-cdk to 2.148.1 ### 📊 Changes **2 files changed** (+14 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+10 -8) 📝 `package.json` (+4 -4) </details> ### 📄 Description Bumps [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) from 2.147.3 to 2.148.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-cdk/releases">aws-cdk's releases</a>.</em></p> <blockquote> <h2>v2.148.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>apigateway:</strong> authorization scope is not added when not explicitly defining authorization type in method or root api (<a href="https://redirect.github.com/aws/aws-cdk/issues/30822">#30822</a>) (<a href="https://github.com/aws/aws-cdk/commit/4bee768f07e73ab5fe466f9ad3d1845456a0513b">4bee768</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30444">#30444</a></li> </ul> <hr /> <h2>Alpha modules (2.148.1-alpha.0)</h2> <h2>v2.148.0</h2> <h3>Features</h3> <ul> <li><strong>lambda:</strong> add grantInvokeLatestVersion to grant invoke only to latest function version (<a href="https://redirect.github.com/aws/aws-cdk/issues/29856">#29856</a>) (<a href="https://github.com/aws/aws-cdk/commit/61c28dd79603ae50865f8b7a7f535ba4f7f69500">61c28dd</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/20177">#20177</a></li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30722">#30722</a>) (<a href="https://github.com/aws/aws-cdk/commit/4ceecedd3d91465b29db21b10239937b99b5f79c">4ceeced</a>), closes [/docs.aws.amazon.com/service-terms/<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/87">#87</a>](<a href="https://github.com/aws//docs.aws.amazon.com/service-terms//issues/87">https://github.com/aws//docs.aws.amazon.com/service-terms//issues/87</a>)</li> <li><strong>codebuild:</strong> adding <code>project.visibility</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/30103">#30103</a>) (<a href="https://github.com/aws/aws-cdk/commit/1bacb69b6976dd75da78b45b07d6fec9306a6d72">1bacb69</a>)</li> <li><strong>codedeploy:</strong> termination hook (<a href="https://redirect.github.com/aws/aws-cdk/issues/30644">#30644</a>) (<a href="https://github.com/aws/aws-cdk/commit/8f652a7f9090502f70d2c733dd8a87619663ceb8">8f652a7</a>)</li> <li><strong>cognito:</strong> add defaultRedirectUri to UserPoolClient (<a href="https://redirect.github.com/aws/aws-cdk/issues/30481">#30481</a>) (<a href="https://github.com/aws/aws-cdk/commit/f2c5f68b04e0cf89a7dcd453448988ba727c3363">f2c5f68</a>)</li> <li><strong>eks:</strong> eks pod identities (<a href="https://redirect.github.com/aws/aws-cdk/issues/30576">#30576</a>) (<a href="https://github.com/aws/aws-cdk/commit/9437b4dbbea15db18ff2991d410e033cc3437001">9437b4d</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts/issues/L36">/github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts#L36</a> <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts/issues/L36">/github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts#L36</a> <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-iam/lib/role.ts/issues/L373">/github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-iam/lib/role.ts#L373</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/30519">#30519</a></li> <li><strong>stepfunctions-tasks:</strong> step functions task for cross-region AWS API call (<a href="https://redirect.github.com/aws/aws-cdk/issues/30061">#30061</a>) (<a href="https://github.com/aws/aws-cdk/commit/1397737e16066d9101fd1c2fc85cd8396d738869">1397737</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29918">#29918</a></li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30642">#30642</a>) (<a href="https://github.com/aws/aws-cdk/commit/2a659f0ebbc039a03402b7f99a36dbf461e026aa">2a659f0</a>)</li> <li><strong>fsx:</strong> add properties to enable automatic backups for Lustre file system (<a href="https://redirect.github.com/aws/aws-cdk/issues/30343">#30343</a>) (<a href="https://github.com/aws/aws-cdk/commit/3b95777ee5dae32fd41481d81922d07c804a2c6b">3b95777</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30340">#30340</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ecs:</strong> let AsgCapacityProvider use IAutoScalingGroup only when Managed Termination Protection is disable (<a href="https://redirect.github.com/aws/aws-cdk/issues/30335">#30335</a>) (<a href="https://github.com/aws/aws-cdk/commit/efee07d6f17356b52b2a2e120ebe0404f554188b">efee07d</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29174">#29174</a></li> <li><strong>lambda-nodejs:</strong> breaking change in esbuild causes import module error (<a href="https://redirect.github.com/aws/aws-cdk/issues/30726">#30726</a>) (<a href="https://github.com/aws/aws-cdk/commit/7f5ce4bfe94b19efe6c0c8aa0ec850cdfc4b8ebb">7f5ce4b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30717">#30717</a></li> <li><strong>s3:</strong> allow import S3 bucket with a legacy name (<a href="https://redirect.github.com/aws/aws-cdk/issues/30679">#30679</a>) (<a href="https://github.com/aws/aws-cdk/commit/e09126f6d97a52ee39811f8cbf874b722928debc">e09126f</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/22640">#22640</a></li> <li><strong>s3-notifications:</strong> unable to delete the existing S3 event notifications (<a href="https://redirect.github.com/aws/aws-cdk/issues/30610">#30610</a>) (<a href="https://github.com/aws/aws-cdk/commit/b8800675d638bd866dc2444af895a650aea12ca7">b880067</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28915">#28915</a>s too broad (under feature flag) (<a href="https://redirect.github.com/aws/aws-cdk/issues/30389">#30389</a>) (<a href="https://github.com/aws/aws-cdk/commit/8ebfadeb8d7a8c15176ed9e5f106a49fc84040a6">8ebfade</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30368">#30368</a></li> </ul> <h3>Reverts</h3> <ul> <li>fix(core): overrideLogicalId validation (<a href="https://redirect.github.com/aws/aws-cdk/issues/30695">#30695</a>) (<a href="https://github.com/aws/aws-cdk/commit/0aa2be754ad667d40791557f0a8707b4ab6e6d4c">0aa2be7</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29708">aws/aws-cdk#29708</a></li> <li>route53 CrossAccountZoneDelegationRecord fails at deployment time with imported <code>delegatedZone</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/30440">#30440</a>)&quot; (<a href="https://redirect.github.com/aws/aws-cdk/issues/30606">#30606</a>) (<a href="https://github.com/aws/aws-cdk/commit/95280a080a6e5a6f02932c80c092c8b7dac8ded8">95280a0</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30600">#30600</a></li> </ul> <hr /> <h2>Alpha modules (2.148.0-alpha.0)</h2> <h3>Features</h3> <ul> <li><strong>apprunner:</strong> add AutoScalingConfiguration for AppRunner Service (<a href="https://redirect.github.com/aws/aws-cdk/issues/30358">#30358</a>) (<a href="https://github.com/aws/aws-cdk/commit/a598508e2a86c5932cbbbc4249cdc228bf2cbf39">a598508</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30353">#30353</a></li> <li><strong>apprunner:</strong> add ObservabilityConfiguration for AppRunner Service (<a href="https://redirect.github.com/aws/aws-cdk/issues/30359">#30359</a>) (<a href="https://github.com/aws/aws-cdk/commit/9e9cc277d55774b0b2e8887676ddb328eb662d74">9e9cc27</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/22985">#22985</a></li> <li><strong>pipes-enrichments:</strong> add Step Functions enrichment eventbridge pipes (<a href="https://redirect.github.com/aws/aws-cdk/issues/30495">#30495</a>) (<a href="https://github.com/aws/aws-cdk/commit/8b495f9ec157c0b00674715f62b1bbcabf2096ac">8b495f9</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29385">#29385</a></li> <li><strong>pipes-targets:</strong> add lambda function (<a href="https://redirect.github.com/aws/aws-cdk/issues/30271">#30271</a>) (<a href="https://github.com/aws/aws-cdk/commit/f594fae922ea19c087c56405046098e5683d2c70">f594fae</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30270">#30270</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>apprunner:</strong> auto deployment fails after new container image pushed due to lack of a permission (<a href="https://redirect.github.com/aws/aws-cdk/issues/30630">#30630</a>) (<a href="https://github.com/aws/aws-cdk/commit/cce10b1c1f0f764e39e734ad7d6c288b7ffb9da3">cce10b1</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/26640">#26640</a> <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ecr/lib/repository.ts/issues/L385">/github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ecr/lib/repository.ts#L385</a> <a href="https://github.com/40aws-cdk/aws-apprunner-alpha/lib/service.ts/issues/L1303">40aws-cdk/aws-apprunner-alpha/lib/service.ts#L1303</a> <a href="https://github.com/40aws-cdk/aws-apprunner-alpha/lib/service.ts/issues/L1368">40aws-cdk/aws-apprunner-alpha/lib/service.ts#L1368</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md">aws-cdk's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.148.0...v2.148.1">2.148.1</a> (2024-07-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>apigateway:</strong> authorization scope is not added when not explicitly defining authorization type in method or root api (<a href="https://redirect.github.com/aws/aws-cdk/issues/30822">#30822</a>) (<a href="https://github.com/aws/aws-cdk/commit/4bee768f07e73ab5fe466f9ad3d1845456a0513b">4bee768</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30444">#30444</a></li> </ul> <h2><a href="https://github.com/aws/aws-cdk/compare/v2.147.3...v2.148.0">2.148.0</a> (2024-07-05)</h2> <h3>Features</h3> <ul> <li><strong>lambda:</strong> add grantInvokeLatestVersion to grant invoke only to latest function version (<a href="https://redirect.github.com/aws/aws-cdk/issues/29856">#29856</a>) (<a href="https://github.com/aws/aws-cdk/commit/61c28dd79603ae50865f8b7a7f535ba4f7f69500">61c28dd</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/20177">#20177</a></li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30722">#30722</a>) (<a href="https://github.com/aws/aws-cdk/commit/4ceecedd3d91465b29db21b10239937b99b5f79c">4ceeced</a>), closes [/docs.aws.amazon.com/service-terms/<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/87">#87</a>](<a href="https://github.com/aws//docs.aws.amazon.com/service-terms//issues/87">https://github.com/aws//docs.aws.amazon.com/service-terms//issues/87</a>)</li> <li><strong>codebuild:</strong> adding <code>project.visibility</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/30103">#30103</a>) (<a href="https://github.com/aws/aws-cdk/commit/1bacb69b6976dd75da78b45b07d6fec9306a6d72">1bacb69</a>)</li> <li><strong>codedeploy:</strong> termination hook (<a href="https://redirect.github.com/aws/aws-cdk/issues/30644">#30644</a>) (<a href="https://github.com/aws/aws-cdk/commit/8f652a7f9090502f70d2c733dd8a87619663ceb8">8f652a7</a>)</li> <li><strong>cognito:</strong> add defaultRedirectUri to UserPoolClient (<a href="https://redirect.github.com/aws/aws-cdk/issues/30481">#30481</a>) (<a href="https://github.com/aws/aws-cdk/commit/f2c5f68b04e0cf89a7dcd453448988ba727c3363">f2c5f68</a>)</li> <li><strong>eks:</strong> eks pod identities (<a href="https://redirect.github.com/aws/aws-cdk/issues/30576">#30576</a>) (<a href="https://github.com/aws/aws-cdk/commit/9437b4dbbea15db18ff2991d410e033cc3437001">9437b4d</a>), closes <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts/issues/L36">/github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts#L36</a> <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts/issues/L36">/github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-eks/lib/oidc-provider.ts#L36</a> <a href="https://github.com/aws//github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-iam/lib/role.ts/issues/L373">/github.com/aws/aws-cdk/blob/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d/packages/aws-cdk-lib/aws-iam/lib/role.ts#L373</a> <a href="https://redirect.github.com/aws/aws-cdk/issues/30519">#30519</a></li> <li><strong>stepfunctions-tasks:</strong> step functions task for cross-region AWS API call (<a href="https://redirect.github.com/aws/aws-cdk/issues/30061">#30061</a>) (<a href="https://github.com/aws/aws-cdk/commit/1397737e16066d9101fd1c2fc85cd8396d738869">1397737</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29918">#29918</a></li> <li>update L1 CloudFormation resource definitions (<a href="https://redirect.github.com/aws/aws-cdk/issues/30642">#30642</a>) (<a href="https://github.com/aws/aws-cdk/commit/2a659f0ebbc039a03402b7f99a36dbf461e026aa">2a659f0</a>)</li> <li><strong>fsx:</strong> add properties to enable automatic backups for Lustre file system (<a href="https://redirect.github.com/aws/aws-cdk/issues/30343">#30343</a>) (<a href="https://github.com/aws/aws-cdk/commit/3b95777ee5dae32fd41481d81922d07c804a2c6b">3b95777</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30340">#30340</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>ecs:</strong> let AsgCapacityProvider use IAutoScalingGroup only when Managed Termination Protection is disable (<a href="https://redirect.github.com/aws/aws-cdk/issues/30335">#30335</a>) (<a href="https://github.com/aws/aws-cdk/commit/efee07d6f17356b52b2a2e120ebe0404f554188b">efee07d</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29174">#29174</a></li> <li><strong>lambda-nodejs:</strong> breaking change in esbuild causes import module error (<a href="https://redirect.github.com/aws/aws-cdk/issues/30726">#30726</a>) (<a href="https://github.com/aws/aws-cdk/commit/7f5ce4bfe94b19efe6c0c8aa0ec850cdfc4b8ebb">7f5ce4b</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30717">#30717</a></li> <li><strong>s3:</strong> allow import S3 bucket with a legacy name (<a href="https://redirect.github.com/aws/aws-cdk/issues/30679">#30679</a>) (<a href="https://github.com/aws/aws-cdk/commit/e09126f6d97a52ee39811f8cbf874b722928debc">e09126f</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/22640">#22640</a></li> <li><strong>s3-notifications:</strong> unable to delete the existing S3 event notifications (<a href="https://redirect.github.com/aws/aws-cdk/issues/30610">#30610</a>) (<a href="https://github.com/aws/aws-cdk/commit/b8800675d638bd866dc2444af895a650aea12ca7">b880067</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/28915">#28915</a>s too broad (under feature flag) (<a href="https://redirect.github.com/aws/aws-cdk/issues/30389">#30389</a>) (<a href="https://github.com/aws/aws-cdk/commit/8ebfadeb8d7a8c15176ed9e5f106a49fc84040a6">8ebfade</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30368">#30368</a></li> </ul> <h3>Reverts</h3> <ul> <li>fix(core): overrideLogicalId validation (<a href="https://redirect.github.com/aws/aws-cdk/issues/30695">#30695</a>) (<a href="https://github.com/aws/aws-cdk/commit/0aa2be754ad667d40791557f0a8707b4ab6e6d4c">0aa2be7</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/29708">aws/aws-cdk#29708</a></li> <li>route53 CrossAccountZoneDelegationRecord fails at deployment time with imported <code>delegatedZone</code> (<a href="https://redirect.github.com/aws/aws-cdk/issues/30440">#30440</a>)&quot; (<a href="https://redirect.github.com/aws/aws-cdk/issues/30606">#30606</a>) (<a href="https://github.com/aws/aws-cdk/commit/95280a080a6e5a6f02932c80c092c8b7dac8ded8">95280a0</a>), closes <a href="https://redirect.github.com/aws/aws-cdk/issues/30600">#30600</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-cdk/commit/b7f626b9c845dd4161c4d37fd32835438b05124a"><code>b7f626b</code></a> chore: npm-check-updates &amp;&amp; yarn upgrade (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/30744">#30744</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/eaa8f3ea9e0626a8c6994f0de96c34428d0ce8c7"><code>eaa8f3e</code></a> chore: npm-check-updates &amp;&amp; yarn upgrade (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/30678">#30678</a>)</li> <li><a href="https://github.com/aws/aws-cdk/commit/d75c0b1dceea99ec2d3105648ca1072885da85e1"><code>d75c0b1</code></a> chore: npm-check-updates &amp;&amp; yarn upgrade (<a href="https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk/issues/30589">#30589</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-cdk/commits/v2.148.1/packages/aws-cdk">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-cdk&package-manager=npm_and_yarn&previous-version=2.147.3&new-version=2.148.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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/langgenius/aws-cdk-for-dify/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:26 -05:00
yindo closed this issue 2026-02-15 18:16:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/aws-cdk-for-dify#13