Skip to content

chore(deps): bump the aws-cdk group across 1 directory with 2 updates #4018

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

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2025

Bumps the aws-cdk group with 2 updates in the / directory: @aws-cdk/toolkit-lib and aws-cdk.

Updates @aws-cdk/toolkit-lib from 1.0.0 to 1.1.0

Release notes

Sourced from @​aws-cdk/toolkit-lib's releases.

@​aws-cdk/toolkit-lib@​v1.1.0

1.1.0 (2025-06-05)

Features

Bug Fixes

  • toolkit-lib: refactor feature is not marked as unstable (#563) (c2f7af8)
  • toolkit-lib: cannot use watch action without explicitly providing include or exclude patterns (#564) (6aea6c1)
  • toolkit-lib: new mappingSource option to replace multiple mutual exclusive options in the refactor API (#559) (49699d8)
  • toolkit-lib: tracing logs on watch action does not close immediately (#567) (e284bbb)
Commits
  • e629e30 chore(cli): type currentAction as CliAction (#571)
  • 666c9cc chore(toolkit-lib): improve CCAPI context provider error handling (#570)
  • 3b7ef94 chore: new lint rule jsdoc/require-hyphen-before-param-description (#572)
  • 81d6c92 chore(toolkit-lib): add assets directory to documentation build (#560)
  • 6aea6c1 fix(toolkit-lib): cannot use watch action without explicitly providing `inc...
  • e284bbb fix(toolkit-lib): tracing logs on watch action does not close immediately (#567)
  • 554d2c9 feat: drop support for Node.js 14 and 16 (#565)
  • 49699d8 fix(toolkit-lib): new mappingSource option to replace multiple mutual exclu...
  • c2f7af8 fix(toolkit-lib): refactor feature is not marked as unstable (#563)
  • ad4ab4d chore(deps): upgrade dependencies (#562)
  • Additional commits viewable in compare view

Updates aws-cdk from 2.1017.1 to 2.1018.0

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1018.0

2.1018.0 (2025-06-05)

Features

Bug Fixes

  • cli: update cdk-from-cfn to fix a number of cdk migrate bugs (#569) (a1ef4fc)
  • toolkit-lib: refactor feature is not marked as unstable (#563) (c2f7af8)
  • toolkit-lib: new mappingSource option to replace multiple mutual exclusive options in the refactor API (#559) (49699d8)
Commits
  • e629e30 chore(cli): type currentAction as CliAction (#571)
  • 3b7ef94 chore: new lint rule jsdoc/require-hyphen-before-param-description (#572)
  • a1ef4fc fix(cli): update cdk-from-cfn to fix a number of cdk migrate bugs (#569)
  • 1f9a19e chore: fix typo (#566)
  • 554d2c9 feat: drop support for Node.js 14 and 16 (#565)
  • 49699d8 fix(toolkit-lib): new mappingSource option to replace multiple mutual exclu...
  • c2f7af8 fix(toolkit-lib): refactor feature is not marked as unstable (#563)
  • ad4ab4d chore(deps): upgrade dependencies (#562)
  • See full diff 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

@dependabot dependabot bot added dependencies Changes that touch dependencies, e.g. Dependabot, etc. javascript Pull requests that update Javascript code labels Jun 5, 2025
@boring-cyborg boring-cyborg bot added the documentation Improvements or additions to documentation label Jun 5, 2025
@pull-request-size pull-request-size bot added the size/XS PR between 0-9 LOC label Jun 5, 2025
Bumps the aws-cdk group with 2 updates in the / directory: [@aws-cdk/toolkit-lib](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/@aws-cdk/toolkit-lib) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk).


Updates `@aws-cdk/toolkit-lib` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/toolkit-lib@v1.1.0/packages/@aws-cdk/toolkit-lib)

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

---
updated-dependencies:
- dependency-name: "@aws-cdk/toolkit-lib"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk
  dependency-version: 2.1018.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-cdk-d67617065d branch from 01b3697 to ff5a58e Compare June 5, 2025 14:51
Copy link

sonarqubecloud bot commented Jun 5, 2025

@dreamorosi dreamorosi merged commit d124369 into main Jun 5, 2025
112 of 113 checks passed
@dreamorosi dreamorosi deleted the dependabot/npm_and_yarn/aws-cdk-d67617065d branch June 5, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation javascript Pull requests that update Javascript code size/XS PR between 0-9 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant