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 cdk-infra-deps group in /cdk_infra with 7 updates #1608

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2024

Bumps the cdk-infra-deps group in /cdk_infra with 7 updates:

Package From To
aws-cdk-lib 2.130.0 2.136.0
@types/node 20.11.20 20.12.6
@typescript-eslint/eslint-plugin 7.1.0 7.6.0
@typescript-eslint/parser 7.1.0 7.6.0
aws-cdk 2.130.0 2.136.0
eslint 8.57.0 9.0.0
typescript 5.3.3 5.4.4

Updates aws-cdk-lib from 2.130.0 to 2.136.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.136.0

Features

  • rds: specify PreferredMaintenanceWindow in reader or writer props (#29686) (615ee2d), closes #29687
  • stepfunction: add enableExecuteCommand to sfn ECSRunTask (#29638) (d5b8594), closes #29637

Bug Fixes

  • cli: diff with changeset fails if deploy role cannot be assumed (#29718) (21dba21), closes #29650
  • cloudwatch-actions: LambdaAction fails if added to multiple action types (#29515) (a12887b), closes #29514
  • iam: grantAssumeRole silently fails with service and account principals (#29452) (36fd79d), closes #24507
  • pipelines: codeStar connection accepts nested repository (#29631) (10357c0), closes #27504
  • s3-assets: throw if path property is empty (#29425) (2814011), closes #29410

Alpha modules (2.136.0-alpha.0)

v2.135.0

Features

Bug Fixes


Alpha modules (2.135.0-alpha.0)

v2.134.0

Features

  • update L1 CloudFormation resource definitions (#29605) (bf34b6c)
  • update L1 CloudFormation resource definitions (#29606) (432f97d)
  • apigatewayv2: add missing WebSocketIntegration props (#29566) (7534dcd), closes #29562
  • appsync: queryDepthLimit and resolverCountLimit props on GraphqlApi (#29182) (ba6d0b3)
  • cli: warn of non-existent stacks in cdk destroy (#27921) (f0d1d67), closes #27179
  • codepipeline-actions: show status reason in the pipeline for failed change set executions (#29534) (6d16337)
  • eks: trainium instance types (#29155) (507b709), closes #29131
  • elasticloadbalancingv2: denyAllIgwTraffic and clientRoutingPolicy for NLB (#29521) (7fe8ad3), closes #29520
  • elasticloadbalancingv2: client keepalive for ALB (#29504) (9b79f94), closes #29503

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.136.0 (2024-04-06)

Features

  • rds: specify PreferredMaintenanceWindow in reader or writer props (#29686) (615ee2d), closes #29687
  • stepfunction: add enableExecuteCommand to sfn ECSRunTask (#29638) (d5b8594), closes #29637

Bug Fixes

  • cli: diff with changeset fails if deploy role cannot be assumed (#29718) (21dba21), closes #29650
  • cloudwatch-actions: LambdaAction fails if added to multiple action types (#29515) (a12887b), closes #29514
  • iam: grantAssumeRole silently fails with service and account principals (#29452) (36fd79d), closes #24507
  • pipelines: codeStar connection accepts nested repository (#29631) (10357c0), closes #27504
  • s3-assets: throw if path property is empty (#29425) (2814011), closes #29410

2.135.0 (2024-04-01)

Features

Bug Fixes

2.134.0 (2024-03-26)

Features

  • update L1 CloudFormation resource definitions (#29605) (bf34b6c)
  • update L1 CloudFormation resource definitions (#29606) (432f97d)
  • apigatewayv2: add missing WebSocketIntegration props (#29566) (7534dcd), closes #29562
  • appsync: queryDepthLimit and resolverCountLimit props on GraphqlApi (#29182) (ba6d0b3)
  • cli: warn of non-existent stacks in cdk destroy (#27921) (f0d1d67), closes #27179
  • codepipeline-actions: show status reason in the pipeline for failed change set executions (#29534) (6d16337)
  • eks: trainium instance types (#29155) (507b709), closes #29131

... (truncated)

Commits
  • 615ee2d feat(rds): specify PreferredMaintenanceWindow in reader or writer props (#29686)
  • 2814011 fix(s3-assets): throw if path property is empty (#29425)
  • 069013e docs(elasticloadbalancingv2): set proper default for stickiness (#29726)
  • b82320b revert: "fix(elasticloadbalancerV2): logicalId supports switch from addTarget...
  • 8e3848c fix(elasticloadbalancerV2): logicalId supports switch from addTargetGroups (u...
  • 36fd79d fix(iam): grantAssumeRole silently fails with service and account principals ...
  • a12887b fix(cloudwatch-actions): LambdaAction fails if added to multiple action typ...
  • 10357c0 fix(pipelines): codeStar connection accepts nested repository (#29631)
  • d5b8594 feat(stepfunction): add enableExecuteCommand to sfn ECSRunTask (#29638)
  • e63c777 feat(lambda): adding support for Ruby3.3 lambda runtime (#29680)
  • Additional commits viewable in compare view

Updates @types/node from 20.11.20 to 20.12.6

Commits

Updates @typescript-eslint/eslint-plugin from 7.1.0 to 7.6.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes

... (truncated)

Commits
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • 4bac40c docs: fix incorrect tab item values in prefer-optional-chain (#8867)
  • a7bdd1c test(eslint-plugin): render snapshots of ESLint output for each code example ...
  • 41d893f docs(eslint-plugin): [consistent-return] add warning section use noImplicitRe...
  • d063275 docs: feature-freeze member-ordering, naming-convention, sort-type-constituen...
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • f0b1c4f fix(eslint-plugin): [no-unnecessary-type-assertion] handle exactOptionalPrope...
  • 5707268 fix(eslint-plugin): [no-floating-promises] handle TaggedTemplateExpression (#...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.1.0 to 7.6.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti

... (truncated)

Commits
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • 5995614 chore(release): publish 7.3.1
  • 4cf8ec7 chore(release): publish 7.3.0
  • 883f220 fix: correct engines.node constraints in package.json (#8671)
  • Additional commits viewable in compare view

Updates aws-cdk from 2.130.0 to 2.136.0

Release notes

Sourced from aws-cdk's releases.

v2.136.0

Features

  • rds: specify PreferredMaintenanceWindow in reader or writer props (#29686) (615ee2d), closes #29687
  • stepfunction: add enableExecuteCommand to sfn ECSRunTask (#29638) (d5b8594), closes #29637

Bug Fixes

  • cli: diff with changeset fails if deploy role cannot be assumed (#29718) (21dba21), closes #29650
  • cloudwatch-actions: LambdaAction fails if added to multiple action types (#29515) (a12887b), closes #29514
  • iam: grantAssumeRole silently fails with service and account principals (#29452) (36fd79d), closes #24507
  • pipelines: codeStar connection accepts nested repository (#29631) (10357c0), closes #27504
  • s3-assets: throw if path property is empty (#29425) (2814011), closes #29410

Alpha modules (2.136.0-alpha.0)

v2.135.0

Features

Bug Fixes


Alpha modules (2.135.0-alpha.0)

v2.134.0

Features

  • update L1 CloudFormation resource definitions (#29605) (bf34b6c)
  • update L1 CloudFormation resource definitions (#29606) (432f97d)
  • apigatewayv2: add missing WebSocketIntegration props (#29566) (7534dcd), closes #29562
  • appsync: queryDepthLimit and resolverCountLimit props on GraphqlApi (#29182) (ba6d0b3)
  • cli: warn of non-existent stacks in cdk destroy (#27921) (f0d1d67), closes #27179
  • codepipeline-actions: show status reason in the pipeline for failed change set executions (#29534) (6d16337)
  • eks: trainium instance types (#29155) (507b709), closes #29131
  • elasticloadbalancingv2: denyAllIgwTraffic and clientRoutingPolicy for NLB (#29521) (7fe8ad3), closes #29520
  • elasticloadbalancingv2: client keepalive for ALB (#29504) (9b79f94), closes #29503

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.136.0 (2024-04-06)

Features

  • rds: specify PreferredMaintenanceWindow in reader or writer props (#29686) (615ee2d), closes #29687
  • stepfunction: add enableExecuteCommand to sfn ECSRunTask (#29638) (d5b8594), closes #29637

Bug Fixes

  • cli: diff with changeset fails if deploy role cannot be assumed (#29718) (21dba21), closes #29650
  • cloudwatch-actions: LambdaAction fails if added to multiple action types (#29515) (a12887b), closes #29514
  • iam: grantAssumeRole silently fails with service and account principals (#29452) (36fd79d), closes #24507
  • pipelines: codeStar connection accepts nested repository (#29631) (10357c0), closes #27504
  • s3-assets: throw if path property is empty (#29425) (2814011), closes #29410

2.135.0 (2024-04-01)

Features

Bug Fixes

2.134.0 (2024-03-26)

Features

  • update L1 CloudFormation resource definitions (#29605) (bf34b6c)
  • update L1 CloudFormation resource definitions (#29606) (432f97d)
  • apigatewayv2: add missing WebSocketIntegration props (#29566) (7534dcd), closes #29562
  • appsync: queryDepthLimit and resolverCountLimit props on GraphqlApi (#29182) (ba6d0b3)
  • cli: warn of non-existent stacks in cdk destroy (#27921) (f0d1d67), closes #27179
  • codepipeline-actions: show status reason in the pipeline for failed change set executions (#29534) (6d16337)
  • eks: trainium instance types (#29155) (507b709), closes #29131

... (truncated)

Commits
  • 21dba21 fix(cli): diff with changeset fails if deploy role cannot be assumed (#29718)
  • 70dc4e8 chore(CLI): add --changeset as an alias for --change-set (#29683)
  • 798ef67 chore: npm-check-updates && yarn upgrade (#29630)
  • 4dbf5c8 fix(cli): cdk watch for Lambdas with Advanced Logging Controls do not stream ...
  • 5c30255 fix(cli): ecs hotswap deployment waits correctly for success or failure (#28448)
  • f60e6e9 revert: "feat(cli): warn of non-existent stacks in cdk destroy" (#29577)
  • 798b1b4 chore: npm-check-updates && yarn upgrade (#29553)
  • 0fee99b chore: typo fixes (#29475)
  • 067539a fix(CLI): cdk diff stack deletion causes a race condition (#29492)
  • f0d1d67 feat(cli): warn of non-existent stacks in cdk destroy (#27921)
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 9.0.0

Release notes

Sourced from eslint's releases.

v9.0.0

Breaking Changes

  • b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh)
  • 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)
  • 79a95eb feat!: disallow multiple configuration comments for same rule (#18157) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)
  • 1a94589 feat!: no-unused-vars default caughtErrors to 'all' (#18043) (Josh Goldberg ✨)
  • 57089cb feat!: no-restricted-imports allow multiple config entries for same path (#18021) (Milos Djermanovic)
  • 2e1d549 feat!: detect duplicate test cases...

    Description has been truncated

Bumps the cdk-infra-deps group in /cdk_infra with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.130.0` | `2.136.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.20` | `20.12.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.0` | `7.6.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.0` | `7.6.0` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.130.0` | `2.136.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.0.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.4` |


Updates `aws-cdk-lib` from 2.130.0 to 2.136.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.136.0/packages/aws-cdk-lib)

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

Updates `@typescript-eslint/eslint-plugin` from 7.1.0 to 7.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.1.0 to 7.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/parser)

Updates `aws-cdk` from 2.130.0 to 2.136.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.136.0/packages/aws-cdk)

Updates `eslint` from 8.57.0 to 9.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.0.0)

Updates `typescript` from 5.3.3 to 5.4.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.4)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: cdk-infra-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 9, 2024 05:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2024

Superseded by #1610.

@dependabot dependabot bot closed this Apr 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cdk_infra/cdk-infra-deps-3caa604ef4 branch April 16, 2024 05:23
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