Skip to content

npm(deps): bump the infra-deps group in /infrastructure with 5 updates #667

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps the infra-deps group in /infrastructure with 5 updates:

Package From To
aws-cdk-lib 2.187.0 2.193.0
@types/node 22.13.15 22.15.3
aws-cdk 2.1006.0 2.1013.0
ts-jest 29.3.1 29.3.2
typescript 5.8.2 5.8.3

Updates aws-cdk-lib from 2.187.0 to 2.193.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.193.0

Features

Bug Fixes


Alpha modules (2.193.0-alpha.0)

Features

  • pipes-targets-alpha: support Amazon Data Firehose target (#33860) (ebf1ea2)

v2.192.0

Features

Bug Fixes


Alpha modules (2.192.0-alpha.0)

Features

  • applicationsignals-alpha: introduce Application Signals L2 constructs (#32931) (e7a6e14)

v2.191.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • neptune-alpha: Id attribute is being removed from the AWS::Neptune::DBClusterParameterGroup and AWS::Neptune::DBParameterGroup resources

⚠ BREAKING CHANGES TO L1 constructs

  • cloudformation: Some L1 resources experienced breaking changes due to updated CloudFormation resources. Please check the notes for each specific module for more information.

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.193.0-alpha.0 (2025-04-30)

Features

  • pipes-targets-alpha: support Amazon Data Firehose target (#33860) (ebf1ea2)

2.192.0-alpha.0 (2025-04-24)

Features

  • applicationsignals-alpha: introduce Application Signals L2 constructs (#32931) (e7a6e14)

2.191.0-alpha.0 (2025-04-22)

Features

  • location: throw ValidationError instead of untyped errors (#34174) (2ecf14a)
  • msk: throw ValidationError instead of untyped errors (#34214) (02cb5a4)

2.190.0-alpha.0 (2025-04-16)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • ec2-alpha: The logical ID for the NAT Gateway, defined using the addNatGateways method, will be changed, resulting in the NAT Gateway being recreated. Additionally, the domain for the Elastic IP (EIP) will be set to vpc, which will also trigger its recreation in the account.

Features

Bug Fixes

  • ec2-alpha: add multiple NATGW to the VPC using addNatGateway method (#34094) (ccd8de7)
  • ec2-alpha: update default config for Subnet's assignIpv6AddressOnCreation (#34116) (dff2798)

2.189.1-alpha.0 (2025-04-14)

2.189.0-alpha.0 (2025-04-09)

... (truncated)

Commits
  • 827963a chore: update analytics metadata blueprints
  • 37a66da fix(stepfunctions): containsTaskToken doesn't handle null values (#34295)
  • 6f0605b feat(eks): pass additional helm chart values to aws-load-balancer-controller ...
  • 2fac64e feat(appsync): add support for data source integrations (#34248)
  • 20df8fb fix(efs): support imported subnet (#34041)
  • 7f378b6 feat(kinesis): throw ValidationErrors instead of untyped Errors (#34239)
  • 000369b Merge branch 'main' into merge-back/2.192.0
  • bbbb195 chore(region-info): register us-isob-west-1 region (#34249)
  • 5488048 feat(codepipeline-actions): add pipeline invoke action support. (#34039)
  • f5467af chore: update analytics metadata blueprints
  • Additional commits viewable in compare view

Updates @types/node from 22.13.15 to 22.15.3

Commits

Updates aws-cdk from 2.1006.0 to 2.1013.0

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1013.0

2.1013.0 (2025-04-30)

Features

  • refactor: support for stack filtering (#410) (d2505cd)

aws-cdk@v2.1012.0

2.1012.0 (2025-04-23)

Features

  • toolkit-lib: make base credentials configurable (#388) (7c3c94e)
  • toolkit-lib: make the plugin host configurable (#375) (4c3aaa8)

Bug Fixes

  • cli: remove unnecessary dom lib from default TypeScript config created with cdk init (#295) (65f7015), closes #294

aws-cdk@v2.1011.0

2.1011.0 (2025-04-23)

Features

  • toolkit-lib: make base credentials configurable (#388) (7c3c94e)
  • toolkit-lib: make the plugin host configurable (#375) (4c3aaa8)

Bug Fixes

  • cli: remove unnecessary dom lib from default TypeScript config created with cdk init (#295) (65f7015), closes #294

aws-cdk@v2.1010.0

2.1010.0 (2025-04-16)

aws-cdk@v2.1009.0

2.1009.0 (2025-04-16)

⚠ BREAKING CHANGES

... (truncated)

Commits
  • 2093af0 refactor(toolkit-lib): move code from tmp-toolkit-helpers (#424)
  • f12ec97 chore: allow patch bumping again on CLI package (#409)
  • d2505cd feat(refactor): support for stack filtering (#410)
  • 86997d8 refactor(toolkit-lib): remove requireApproval option from diff (#372)
  • 8ae3856 chore: move over integ tests (#389)
  • 65f7015 fix(cli): remove unnecessary dom lib from default TypeScript config created...
  • 3085cfc chore(deps): upgrade dependencies (#391)
  • 7c3c94e feat(toolkit-lib): make base credentials configurable (#388)
  • 59526e8 chore(deps-dev): bump aws-cdk-lib from 2.189.0 to 2.189.1 (#371)
  • 4c3aaa8 feat(toolkit-lib): make the plugin host configurable (#375)
  • Additional commits viewable in compare view

Updates ts-jest from 29.3.1 to 29.3.2

Release notes

Sourced from ts-jest's releases.

v29.3.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.3.2 (2025-04-12)

Bug Fixes

  • fix: transpile js files from node_modules whenever Jest asks (968370e), closes #4637
Commits
  • e1c6017 chore(release): 29.3.2
  • 968370e fix: transpile js files from node_modules whenever Jest asks (#4791)
  • ddfd812 build(deps): Update dependency lint-staged to ^15.5.1
  • efd5274 build: use faster mode to build/serve doc
  • ccd9a0e build: fix npm audit issue for website
  • 7e730d3 docs: add Hybrid Node module doc about Node16/NodeNext
  • 39a1222 test: add dynamic import code test for transpile-module
  • 5a21aca build(deps): Update dependency eslint-config-prettier to ^10.1.2
  • e10053f build(deps): Update dependency vite to ^6.2.6
  • a83170c build(deps): Update ESLint packages to ^8.29.1
  • Additional commits viewable in compare view

Updates typescript from 5.8.2 to 5.8.3

Release notes

Sourced from typescript's releases.

TypeScript 5.8.3

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 83dc0bb Convert release publishing inputs into parameters (#61523)
  • ba663f6 Exclude completions of binding pattern variable initializers (#52723)
  • 7205eda Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...
  • 89c572c Fixed a symbol display crash on expando members write locations (#55478)
  • 7b26d2e Fix incorrect name in new release pipeline (#61514)
  • c7a559e Add new release publisher yaml (#61491)
  • 29e6d66 Fix lib.includes('dom') check in containerSeemsToBeEmptyDomElement (#61481)
  • 19b7772 Bump the github-actions group with 4 updates (#61474)
  • 4dc677b Fix errors on type assertions in erasableSyntaxOnly (#61452)
  • ee3dd72 fix(60908): Unexpected "'Type' is declared but its value is never read." erro...
  • 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 infra-deps group in /infrastructure with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.187.0` | `2.193.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.15` | `22.15.3` |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.1006.0` | `2.1013.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.1` | `29.3.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |


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

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

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

Updates `ts-jest` from 29.3.1 to 29.3.2
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.3.1...v29.3.2)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.2...v5.8.3)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-version: 2.193.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: infra-deps
- dependency-name: "@types/node"
  dependency-version: 22.15.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: infra-deps
- dependency-name: aws-cdk
  dependency-version: 2.1013.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: infra-deps
- dependency-name: ts-jest
  dependency-version: 29.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: infra-deps
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: infra-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2025
@mergify mergify bot merged commit 9b3b277 into master May 1, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/infrastructure/infra-deps-e2ae9b122f branch May 1, 2025 06:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants