benhutchins / dyngoose

Elegant DynamoDB object modeling for Typescript.
https://www.npmjs.com/package/dyngoose
ISC License
89 stars 14 forks source link

chore(deps-dev): Bump aws-cdk-lib from 2.73.0 to 2.77.0 #648

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aws-cdk-lib from 2.73.0 to 2.77.0.

Release notes

Sourced from aws-cdk-lib's releases.

v2.77.0

Features

Bug Fixes


Alpha modules (2.77.0-alpha.0)

v2.76.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • servicecatalogappregistry: this change will deprecated associateStack and associateAttributeGroup in Application Construct. The user who are using these two method need to update to use alternative method. For associateStack, the alternative method is associateApplicationWithStack For associateAttributeGroup, the alternative method is AttributeGroup.associateWith

The user who are using these two method need to update to use alternative method. For associateStack, the alternative method is associateApplicationWithStack For associateAttributeGroup, the alternative method is AttributeGroup.associateWith

Purpose of this PR:

we need to remove deprecated resource before we moving into stable version The method that we remove is: associateStack and associateAttributeGroup

CHANGES:

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.77.0 (2023-04-26)

Features

Bug Fixes

2.76.1 (2023-04-21)

Bug Fixes

2.76.0 (2023-04-19)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • servicecatalogappregistry: this change will deprecated associateStack and associateAttributeGroup in Application Construct. The user who are using these two method need to update to use alternative method. For associateStack, the alternative method is associateApplicationWithStack For associateAttributeGroup, the alternative method is AttributeGroup.associateWith

... (truncated)

Commits
  • 90cb79f fix(pipelines): CodeBuild Action role can be assumed by too many identities (...
  • 0e9440b fix: log buckets don't have acls enabled (#25303)
  • 460e487 chore: disable rosetta strict mode again (#25315)
  • 6b0b8e1 chore(aws-cdk-lib): Add New ADOT Lambda Layer ARNs (#25296)
  • 0eb25f2 fix(cloudfront): can't create the default log bucket (#25298)
  • 6f7c4b5 feat: upgrade default CR runtime version (#24916)
  • d82c6c9 chore(eks): Add missing ami types for node groups (#24830)
  • 512f64e fix(elasticloadbalancingv2): ALB listeners with multiple forwardi… (#25005)
  • 0a82ed5 chore: fix final example compilation issues (#25186)
  • d479b4d feat(pipelines): added logging as option for codeBuildDefaults prop on CodePi...
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 1 year ago

Superseded by #657.