Skip to content

Bump cdk-monitoring-constructs from 9.23.0 to 10.0.0#473

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cdk-monitoring-constructs-10.0.0
Closed

Bump cdk-monitoring-constructs from 9.23.0 to 10.0.0#473
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cdk-monitoring-constructs-10.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps cdk-monitoring-constructs from 9.23.0 to 10.0.0.

Release notes

Sourced from cdk-monitoring-constructs's releases.

v10.0.0

10.0.0 (2026-04-25)

⚠ BREAKING CHANGES

  • build: upgrade to JSII@5 (#686)

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:

BaseMetricFactory is no longer generic

If you have custom metric factories that extend BaseMetricFactory, remove the generic type parameter:

// Before
export class MyMetricFactory extends BaseMetricFactory<MyMetricFactoryProps> {
  constructor(metricFactory: MetricFactory, props: MyMetricFactoryProps) {
    super(metricFactory, props);
  }
}
// After
export class MyMetricFactory extends BaseMetricFactory {
constructor(metricFactory: MetricFactory, props: MyMetricFactoryProps) {
super(metricFactory, props);
}
}

The region and account properties are now available on BaseMetricFactory directly (from BaseMetricFactoryProps).

KeyValueTableWidgetV2 removed

KeyValueTableWidgetV2 was a temporary alias. Use KeyValueTableWidget directly.

KeyValueTableWidget no longer accepts tuple arrays

The [string, string][] constructor overload has been removed. Use KeyValue[] instead:

// Before
</tr></table> 

... (truncated)

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 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)

Bumps [cdk-monitoring-constructs](https://github.com/cdklabs/cdk-monitoring-constructs) from 9.23.0 to 10.0.0.
- [Release notes](https://github.com/cdklabs/cdk-monitoring-constructs/releases)
- [Commits](cdklabs/cdk-monitoring-constructs@v9.23.0...v10.0.0)

---
updated-dependencies:
- dependency-name: cdk-monitoring-constructs
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 28, 2026
Copilot AI review requested due to automatic review settings April 28, 2026 15:18
@dependabot dependabot Bot requested a review from a team as a code owner April 28, 2026 15:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 28, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 20, 2026

Looks like cdk-monitoring-constructs is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 20, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/cdk-monitoring-constructs-10.0.0 branch May 20, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants