Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the aws-cdk group in /src with 2 updates #1552

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2025

Bumps the aws-cdk group in /src with 2 updates: aws-cdk and aws-cdk-lib.

Updates aws-cdk from 2.176.0 to 2.177.0

Release notes

Sourced from aws-cdk's releases.

v2.177.0

Features

Bug Fixes


Alpha modules (2.177.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • glue-alpha: Developers must refactor their existing Job instantiation method calls to choose the right job type and language, and use the new constants static values to define the associated Job configuration settings. See the RFC and/or new README for examples.

Description of how you validated changes

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.177.0 (2025-01-24)

Features

Bug Fixes

Commits
  • fbb237e refactor(cli): organize code that should only be used by the CLI into a folde...
  • d95add3 fix(cli): trace output (-vv) is useless when files are uploaded (#33104)
  • 1e2c1ae chore(eslint): enforce spacing at beginning of comments (#33077)
  • 4713bdd feat(cli): add --untrust option to bootstrap (#33091)
  • ac90399 refactor(cli): collate existing files into new deployments api (#33094)
  • 8506d31 refactor(cli): remove unused code (#33096)
  • 704ff0b chore(eslint): lint against padded lines after class declarations (#33071)
  • f58f80f chore: upgrade jsii-pacmak and other jsii tools to 1.106.0 (#33057)
  • b512a72 feat(cli): show all information from waiter errors (#33035)
  • 94ba772 fix(cx-api): cannot detect CloudAssembly across different libraries (#32998)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.176.0 to 2.177.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.177.0

Features

Bug Fixes


Alpha modules (2.177.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • glue-alpha: Developers must refactor their existing Job instantiation method calls to choose the right job type and language, and use the new constants static values to define the associated Job configuration settings. See the RFC and/or new README for examples.

Description of how you validated changes

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.177.0 (2025-01-24)

Features

Bug Fixes

Commits
  • 28fcb82 chore(release): 2.177.0
  • 03be84f revert: fix(custom-resource): provider framework lambda missing GetFunction p...
  • 188f52d feat(cognito): managed login (#33097)
  • bdb4a59 feat(synthetics): cleanup provisioned lambda and layers for canary (#32738)
  • a7cd9eb feat(amplify-alpha): throw ValidationError instead of untyped errors (#33141)
  • 8b472fc feat(apigatewayv2): throw ValidationError instead of untyped errors (#33072)
  • cc1988a feat(elbv2): throw ValidationError intsead of untyped errors (#33111)
  • 5377586 feat(apigatewayv2): throw ValidationError instead of untyped errors (#33082)
  • 5e0f16d feat(route53): throw ValidationError instead of untyped errors (#33110)
  • dd34d2e feat(apigatewayv2-authorizers): throw ValidationError instead of untyped er...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-cdk group in /src with 2 updates: [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) and [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib).


Updates `aws-cdk` from 2.176.0 to 2.177.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.177.0/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.176.0 to 2.177.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.177.0/packages/aws-cdk-lib)

---
updated-dependencies:
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2025
@thekevinbrown thekevinbrown merged commit aa5e5ea into main Jan 27, 2025
13 checks passed
@thekevinbrown thekevinbrown deleted the dependabot/npm_and_yarn/src/aws-cdk-eb09b0d9d1 branch January 27, 2025 23:26
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.

1 participant