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

chore(deps-dev): bump the cdk group across 1 directory with 5 updates #1142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2025

Bumps the cdk group with 5 updates in the /cdk directory:

Package From To
@types/node 22.9.0 22.13.1
aws-cdk 2.166.0 2.178.1
aws-cdk-lib 2.166.0 2.178.1
eslint 9.14.0 9.20.0
typescript 5.6.3 5.7.3

Updates @types/node from 22.9.0 to 22.13.1

Commits

Updates aws-cdk from 2.166.0 to 2.178.1

Release notes

Sourced from aws-cdk's releases.

v2.178.1

Bug Fixes

  • cli: sdk logging is always present even when not turned on (#33324) (29a9a6d), closes #33320
  • custom-resource: provider framework lambda missing GetFunction permission (#33315)

Alpha modules (2.178.1-alpha.0)

v2.178.0

Features

Bug Fixes

  • apigatewayv2: incorrect arn function causing unwanted behavior (#33100) (ffe9863), closes #33218
  • batch: support cfn parameters for managed compute environment properties minvcpus, maxvcpus, and spotbidpercentage (#32954) (5fef9e0), closes #32905
  • cli: array arguments in cdk.json are ignored (#33107) (2eff2bd), closes #32814
  • custom-resources: incorrect IAM prefix generated for CloudWatch actions (#33078) (c76f668), closes #32968
  • sns: topic policy is not created even if enforceSSL enabled (#31569) (b3975c5), closes #31558

Alpha modules (2.178.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.178.1 (2025-02-06)

Bug Fixes

2.178.0 (2025-02-05)

Features

Bug Fixes

  • apigatewayv2: incorrect arn function causing unwanted behavior (#33100) (ffe9863), closes #33218
  • batch: support cfn parameters for managed compute environment properties minvcpus, maxvcpus, and spotbidpercentage (#32954) (5fef9e0), closes #32905
  • cli: array arguments in cdk.json are ignored (#33107) (2eff2bd), closes #32814
  • custom-resources: incorrect IAM prefix generated for CloudWatch actions (#33078) (c76f668), closes #32968
  • sns: topic policy is not created even if enforceSSL enabled (#31569) (b3975c5), closes #31558

... (truncated)

Commits

Updates aws-cdk-lib from 2.166.0 to 2.178.1

Release notes

Sourced from aws-cdk-lib's releases.

v2.178.1

Bug Fixes

  • cli: sdk logging is always present even when not turned on (#33324) (29a9a6d), closes #33320
  • custom-resource: provider framework lambda missing GetFunction permission (#33315)

Alpha modules (2.178.1-alpha.0)

v2.178.0

Features

Bug Fixes

  • apigatewayv2: incorrect arn function causing unwanted behavior (#33100) (ffe9863), closes #33218
  • batch: support cfn parameters for managed compute environment properties minvcpus, maxvcpus, and spotbidpercentage (#32954) (5fef9e0), closes #32905
  • cli: array arguments in cdk.json are ignored (#33107) (2eff2bd), closes #32814
  • custom-resources: incorrect IAM prefix generated for CloudWatch actions (#33078) (c76f668), closes #32968
  • sns: topic policy is not created even if enforceSSL enabled (#31569) (b3975c5), closes #31558

Alpha modules (2.178.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.178.1 (2025-02-06)

Bug Fixes

2.178.0 (2025-02-05)

Features

Bug Fixes

  • apigatewayv2: incorrect arn function causing unwanted behavior (#33100) (ffe9863), closes #33218
  • batch: support cfn parameters for managed compute environment properties minvcpus, maxvcpus, and spotbidpercentage (#32954) (5fef9e0), closes #32905
  • cli: array arguments in cdk.json are ignored (#33107) (2eff2bd), closes #32814
  • custom-resources: incorrect IAM prefix generated for CloudWatch actions (#33078) (c76f668), closes #32968
  • sns: topic policy is not created even if enforceSSL enabled (#31569) (b3975c5), closes #31558

... (truncated)

Commits
  • 80217f1 fix(custom-resource): provider framework lambda missing GetFunction permissio...
  • e1e17bf chore: update analytics metadata blueprints
  • b0dcd22 chore(release): 2.178.0
  • a8e2622 feat(ecs): support availability zone rebalancing (#32263)
  • 361c7d3 feat(ecs): ExternalService support daemon scheduling strategy (#32630)
  • 7aaac12 feat(kinesisfirehose): graduate to stable 🚀 (#33296)
  • bc96ee1 feat: metadata collection for construct methods (#33292)
  • 9a0e1ad docs(ec2): fix typo (#33289)
  • 6a77e4f feat(elasticloadbalancingv2): support AdvertiseTrustStoreCaNames for mTLS (#3...
  • 4dd97bc feat(ecs-patterns): add containerCpu and containerMemoryLimitMiB property...
  • Additional commits viewable in compare view

Updates eslint from 9.14.0 to 9.20.0

Release notes

Sourced from eslint's releases.

v9.20.0

Features

  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#19326) (Tanuj Kanti)

Chores

  • 979097a chore: upgrade @​eslint/js@​9.20.0 (#19412) (Francesco Trotta)
  • 031734e chore: package.json update for @​eslint/js release (Jenkins)
  • d4c47c3 test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
  • 67dd82a chore: update dependency @​eslint/json to ^0.10.0 (#19387) (renovate[bot])
  • 15ac0e1 chore: add permissions: read-all to stale.yml workflow (#19374) (Josh Goldberg ✨)

v9.19.0

Features

  • 1637b8e feat: add --report-unused-inline-configs (#19201) (Josh Goldberg ✨)

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#19276) (Francesco Trotta)

Documentation

Bumps the cdk group with 5 updates in the /cdk directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.13.1` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.166.0` | `2.178.1` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.166.0` | `2.178.1` |
| [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.20.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.3` |



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

Updates `aws-cdk` from 2.166.0 to 2.178.1
- [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.178.1/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.166.0 to 2.178.1
- [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.178.1/packages/aws-cdk-lib)

Updates `eslint` from 9.14.0 to 9.20.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.14.0...v9.20.0)

Updates `typescript` from 5.6.3 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2025 06:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 9, 2025
Copy link

changeset-bot bot commented Feb 9, 2025

⚠️ No Changeset found

Latest commit: 8c69d97

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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