Skip to content

Bump the npm group across 2 directories with 2 updates#603

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-231052cded
May 28, 2025
Merged

Bump the npm group across 2 directories with 2 updates#603
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-231052cded

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 28, 2025

Copy link
Copy Markdown
Contributor

Bumps the npm group with 1 update in the / directory: @types/node.
Bumps the npm group with 2 updates in the /test directory: @types/node and aws-cdk.

Updates @types/node from 22.15.23 to 22.15.24

Commits

Updates aws-cdk from 2.1016.1 to 2.1017.0

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1017.0

2.1017.0 (2025-05-28)

⚠ BREAKING CHANGES

  • toolkit-lib: The data emitted by message CDK_TOOLKIT_I4001 has changed. Instead of formatted diffs, it now contains a stack count and the template diff as returned by the action. The formatted output is now available on a new message CDK_TOOLKIT_I4002. Deprecated option securityOnly removed from DiffOptions used by Toolkit.diff(). Instead the action always prints and returns a security diff. Use a custom IoHost implementation to customize the exact diff output.
  • toolkit-lib: Custom implementations of BaseCredentials have changed. If you previously extended the abstract BaseCredentials class and implemented the abstract method, you can now pass any object implementing the new IBaseCredentialsProvider interface. The method name change to sdkBaseConfig and it now receives two parameters: an ioHost that can be used to emit messages and a clientConfig to should be honored for all SDK requests. However the clientConfig may be extended as needed.
  • toolkit-lib: parameterize context storage (#534)
  • toolkit-lib: The code field on messages is now optional. All messages with a code are subject to our backwards compatibility guarantees and can be relied upon by integrators. Messages that previously had a "default code" ending in 0000 no longer have a code and must be treated purely informational. Requests and messages with a payload are always coded.

Features

  • cli,toolkit-lib: drift detection via cdk drift and toolkit.drift() (#442) (c48b685)
  • toolkit-lib: generic messages do not have a code (#526) (b1dfe96)
  • toolkit-lib: improved types for BaseCredentials (#542) (b04ad30)
  • toolkit-lib: parameterize context storage (#534) (95971c0)

Bug Fixes

  • toolkit-lib: fromAssemblyBuilder mutates globally shared process.env (#528) (09c8402)
  • toolkit-lib: deploy options is missing importExistingResources and hotswapProperties.ecs.stabilizationTimeoutSeconds (#520) (f10dfc3)
  • toolkit-lib: diff message payloads are incomplete (#546) (2eb1b84)
  • toolkit-lib: unnecessary dependency on promptly (#523) (3d833d3), closes #396
Commits
  • 2eb1b84 fix(toolkit-lib)!: diff message payloads are incomplete (#546)
  • b04ad30 feat(toolkit-lib)!: improved types for BaseCredentials (#542)
  • 95971c0 feat(toolkit-lib)!: parameterize context storage (#534)
  • c48b685 feat(cli,toolkit-lib): drift detection via cdk drift and toolkit.drift() ...
  • 4767724 refactor(cli): create ProxyAgent in the CLI in preparation of proxy-agent...
  • 09c8402 fix(toolkit-lib): fromAssemblyBuilder mutates globally shared process.env...
  • fbc28d7 chore(deps): upgrade dependencies (#530)
  • 3d833d3 fix(toolkit-lib): unnecessary dependency on promptly (#523)
  • b1dfe96 feat(toolkit-lib)!: generic messages do not have a code (#526)
  • 841bc03 refactor(cli): hotswap is now a deployment method (#519)
  • Additional commits viewable in compare view

Updates @types/node from 22.15.23 to 22.15.24

Commits

Updates aws-cdk from 2.1016.1 to 2.1017.0

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1017.0

2.1017.0 (2025-05-28)

⚠ BREAKING CHANGES

  • toolkit-lib: The data emitted by message CDK_TOOLKIT_I4001 has changed. Instead of formatted diffs, it now contains a stack count and the template diff as returned by the action. The formatted output is now available on a new message CDK_TOOLKIT_I4002. Deprecated option securityOnly removed from DiffOptions used by Toolkit.diff(). Instead the action always prints and returns a security diff. Use a custom IoHost implementation to customize the exact diff output.
  • toolkit-lib: Custom implementations of BaseCredentials have changed. If you previously extended the abstract BaseCredentials class and implemented the abstract method, you can now pass any object implementing the new IBaseCredentialsProvider interface. The method name change to sdkBaseConfig and it now receives two parameters: an ioHost that can be used to emit messages and a clientConfig to should be honored for all SDK requests. However the clientConfig may be extended as needed.
  • toolkit-lib: parameterize context storage (#534)
  • toolkit-lib: The code field on messages is now optional. All messages with a code are subject to our backwards compatibility guarantees and can be relied upon by integrators. Messages that previously had a "default code" ending in 0000 no longer have a code and must be treated purely informational. Requests and messages with a payload are always coded.

Features

  • cli,toolkit-lib: drift detection via cdk drift and toolkit.drift() (#442) (c48b685)
  • toolkit-lib: generic messages do not have a code (#526) (b1dfe96)
  • toolkit-lib: improved types for BaseCredentials (#542) (b04ad30)
  • toolkit-lib: parameterize context storage (#534) (95971c0)

Bug Fixes

  • toolkit-lib: fromAssemblyBuilder mutates globally shared process.env (#528) (09c8402)
  • toolkit-lib: deploy options is missing importExistingResources and hotswapProperties.ecs.stabilizationTimeoutSeconds (#520) (f10dfc3)
  • toolkit-lib: diff message payloads are incomplete (#546) (2eb1b84)
  • toolkit-lib: unnecessary dependency on promptly (#523) (3d833d3), closes #396
Commits
  • 2eb1b84 fix(toolkit-lib)!: diff message payloads are incomplete (#546)
  • b04ad30 feat(toolkit-lib)!: improved types for BaseCredentials (#542)
  • 95971c0 feat(toolkit-lib)!: parameterize context storage (#534)
  • c48b685 feat(cli,toolkit-lib): drift detection via cdk drift and toolkit.drift() ...
  • 4767724 refactor(cli): create ProxyAgent in the CLI in preparation of proxy-agent...
  • 09c8402 fix(toolkit-lib): fromAssemblyBuilder mutates globally shared process.env...
  • fbc28d7 chore(deps): upgrade dependencies (#530)
  • 3d833d3 fix(toolkit-lib): unnecessary dependency on promptly (#523)
  • b1dfe96 feat(toolkit-lib)!: generic messages do not have a code (#526)
  • 841bc03 refactor(cli): hotswap is now a deployment method (#519)
  • 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 npm group with 1 update in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the npm group with 2 updates in the /test directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk).


Updates `@types/node` from 22.15.23 to 22.15.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Updates `@types/node` from 22.15.23 to 22.15.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: aws-cdk
  dependency-version: 2.1017.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 22.15.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: aws-cdk
  dependency-version: 2.1017.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

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 May 28, 2025
@amazon-q-developer

Copy link
Copy Markdown

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@github-actions github-actions Bot enabled auto-merge (squash) May 28, 2025 21:13
@github-actions github-actions Bot merged commit e05ccc8 into main May 28, 2025
3 of 4 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/npm-231052cded branch May 28, 2025 21:14
@amazon-q-developer

Copy link
Copy Markdown

✅ I finished the code review, and didn't find any security or code quality issues.

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