fix(deps): update dependency cdk-monitoring-constructs to v10 - autoclosed#385
Closed
renovate[bot] wants to merge 1 commit intomainlinefrom
Closed
fix(deps): update dependency cdk-monitoring-constructs to v10 - autoclosed#385renovate[bot] wants to merge 1 commit intomainlinefrom
renovate[bot] wants to merge 1 commit intomainlinefrom
Conversation
Diff for stage: DefaultStageWarning 1 Destructive Changes Diff for stack: GitHubOidcStack - 0 to add, 1 to update, 0 to destroy ❌Details
Resources
[~] Custom::AWSCDKOpenIdConnectProvider GitHubOidcProvider7EBF861F may be replaced
├─ [~] CodeHash (may cause replacement)
│ ├─ [-] 62fa02efcaa700e1c247e1d3cc2aa0cd07a0808a9a3e3d2230e51f57a02233fb
│ └─ [+] d75c48c9f82cde63e9bf414df335e84e8ac24f11eb34889be255b702aec71e50
└─ [~] RejectUnauthorized (may cause replacement)
[~] AWS::Lambda::Function CustomAWSCDKOpenIdConnectProviderCustomResourceProviderHandlerF2C543E0
└─ [~] Code
└─ [~] .S3Key:
├─ [-] 62fa02efcaa700e1c247e1d3cc2aa0cd07a0808a9a3e3d2230e51f57a02233fb.zip
└─ [+] d75c48c9f82cde63e9bf414df335e84e8ac24f11eb34889be255b702aec71e50.zip
No Changes for stack: Service-prod ✅ Generated for commit fe20ece at 2026-04-25T02:31:06.260Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.22.1→^10.0.0Release Notes
cdklabs/cdk-monitoring-constructs (cdk-monitoring-constructs)
v10.0.0Compare Source
⚠ BREAKING CHANGES
Features
Upgrading from v9
This version upgrades to JSII 5, which does not support generics, tuples, or certain TypeScript-specific type constructs.
If you have custom extensions of this library, you may need to make the following changes:
BaseMetricFactoryis no longer genericIf you have custom metric factories that extend
BaseMetricFactory, remove the generic type parameter:The
regionandaccountproperties are now available onBaseMetricFactorydirectly (fromBaseMetricFactoryProps).KeyValueTableWidgetV2removedKeyValueTableWidgetV2was a temporary alias. UseKeyValueTableWidgetdirectly.KeyValueTableWidgetno longer accepts tuple arraysThe
[string, string][]constructor overload has been removed. UseKeyValue[]instead:MonitoringAspectType<T>removedThe generic
MonitoringAspectType<T>type alias has been removed. UseBaseMonitoringAspectTypeinstead.v9.23.0Compare Source
9.23.0 (2026-04-24)
Features
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.