Skip to content

chore(deps): consolidate Dependabot dependency updates#8285

Merged
leandrodamascena merged 13 commits into
developfrom
chore/merge-dependabot-updates
Jun 18, 2026
Merged

chore(deps): consolidate Dependabot dependency updates#8285
leandrodamascena merged 13 commits into
developfrom
chore/merge-dependabot-updates

Conversation

@leandrodamascena

Copy link
Copy Markdown
Contributor

Summary

Consolidates all open Dependabot PRs into a single PR:

Validation

  • All merges applied cleanly (no conflicts)
  • ty check passes with the new ty 0.0.49

Closes #8284, closes #8283, closes #8281, closes #8280, closes #8279, closes #8277


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dependabot Bot and others added 12 commits June 15, 2026 20:23
Bumps the aws-cdk group with 1 update: [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk).


Updates `aws-cdk` from 2.1126.0 to 2.1127.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1127.0/packages/aws-cdk)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.35 to 0.0.49.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.35...0.0.49)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.49
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the github-actions group with 1 update: [aws-powertools/actions](https://github.com/aws-powertools/actions).


Updates `aws-powertools/actions` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/aws-powertools/actions/releases)
- [Commits](aws-powertools/actions@828e78a...4bf64a4)

---
updated-dependencies:
- dependency-name: aws-powertools/actions
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [valkey-glide](https://github.com/valkey-io/valkey-glide) from 2.3.1 to 2.4.1.
- [Release notes](https://github.com/valkey-io/valkey-glide/releases)
- [Changelog](https://github.com/valkey-io/valkey-glide/blob/main/CHANGELOG.md)
- [Commits](valkey-io/valkey-glide@v2.3.1...v2.4.1)

---
updated-dependencies:
- dependency-name: valkey-glide
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) from 1.43.24 to 1.43.29.
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: boto3-stubs
  dependency-version: 1.43.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cdklabs-generative-ai-cdk-constructs](https://github.com/awslabs/generative-ai-cdk-constructs) from 0.1.317 to 0.1.318.
- [Release notes](https://github.com/awslabs/generative-ai-cdk-constructs/releases)
- [Changelog](https://github.com/awslabs/generative-ai-cdk-constructs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/generative-ai-cdk-constructs/commits)

---
updated-dependencies:
- dependency-name: cdklabs-generative-ai-cdk-constructs
  dependency-version: 0.1.318
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…enerative-ai-cdk-constructs-0.1.318' into chore/merge-dependabot-updates
…bs-1.43.29' into chore/merge-dependabot-updates
…ide-2.4.1' into chore/merge-dependabot-updates
…-actions-98a05c96d3' into chore/merge-dependabot-updates
…aws-cdk-7a9536cafe' into chore/merge-dependabot-updates
@leandrodamascena leandrodamascena requested a review from a team as a code owner June 18, 2026 09:15
@leandrodamascena leandrodamascena requested a review from svozza June 18, 2026 09:15
@boring-cyborg boring-cyborg Bot added dependencies Pull requests that update a dependency file github-actions Pull requests that update Github_actions code labels Jun 18, 2026
@powertools-for-aws-oss-automation powertools-for-aws-oss-automation Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 18, 2026
@powertools-for-aws-oss-automation

Copy link
Copy Markdown

Not all issues are linked correctly.

Please link each issue to the PR either manually or using a closing keyword in the format fixes #<issue-number> format.

If mentioning more than one issue, separate them with commas: i.e. fixes #<issue-number-1>, closes #<issue-number-2>.

ty 0.0.49 enforces LSP checks on Mapping.get which requires `key: object`.
Widen parameter type and coerce to str internally for dict lookup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@powertools-for-aws-oss-automation powertools-for-aws-oss-automation Bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 18, 2026
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.58%. Comparing base (1edc92e) to head (9323e52).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8285      +/-   ##
===========================================
- Coverage    96.72%   96.58%   -0.14%     
===========================================
  Files          286      286              
  Lines        14347    14294      -53     
  Branches      1201     1192       -9     
===========================================
- Hits         13877    13806      -71     
- Misses         341      357      +16     
- Partials       129      131       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@leandrodamascena leandrodamascena merged commit e0e2b4b into develop Jun 18, 2026
16 of 18 checks passed
@leandrodamascena leandrodamascena deleted the chore/merge-dependabot-updates branch June 18, 2026 09:27
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 github-actions Pull requests that update Github_actions code size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants