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 across 1 directory with 13 updates #1766

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

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@aws-cdk/lambda-layer-kubectl-v28 2.2.0 2.2.1
@aws-cdk/lambda-layer-kubectl-v29 2.1.0 2.1.1
@aws-cdk/lambda-layer-kubectl-v30 2.0.1 2.0.4
@aws-cdk/lambda-layer-kubectl-v31 2.0.0 2.0.3
aws-cdk-lib 2.174.0 2.180.0
@types/node 22.10.5 22.13.5
@typescript-eslint/eslint-plugin 8.19.1 8.25.0
@typescript-eslint/parser 8.19.1 8.25.0
aws-cdk 2.174.0 2.1000.3
eslint 9.17.0 9.21.0
prettier 3.4.2 3.5.2
ts-jest 29.2.5 29.2.6
typescript 5.7.2 5.7.3

Updates @aws-cdk/lambda-layer-kubectl-v28 from 2.2.0 to 2.2.1

Commits

Updates @aws-cdk/lambda-layer-kubectl-v29 from 2.1.0 to 2.1.1

Commits

Updates @aws-cdk/lambda-layer-kubectl-v30 from 2.0.1 to 2.0.4

Commits

Updates @aws-cdk/lambda-layer-kubectl-v31 from 2.0.0 to 2.0.3

Commits
  • de61d09 chore: remove statement about being under development (backport #95) (#99)
  • d43c6dc chore: fix homepage url (backport #96) (#102)
  • 71c70d0 chore: add mergify rule for backports and update contributing guide (backport...
  • 0ef69ae feat: include kubectl version explicitly in API (#45)
  • d874cc7 feat: add KubectLayer and release as @​aws-cdk/lambda-layer-kubectl-v22 (#37)
  • ccc0421 chore: explain how to contribute new kubectl version assets in the contributi...
  • a324d43 chore: auto approve aws-cdk-automation prs (backport #14) (#16)
  • 07284eb chore: simplify go package name (backport #9) (#12)
  • ae446d7 feat: release kubectl v1.22 (#7)
  • See full diff in compare view

Updates aws-cdk-lib from 2.174.0 to 2.180.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.180.0

Features

Bug Fixes


Alpha modules (2.180.0-alpha.0)

Features

v2.179.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • eks: kubectlLayer property is now required in EKS Cluster and FargateCluster constructs. The default value for kubectlLayer is outdated and hence being removed. You can specify your own kubectlLayer version based on your Kubernetes version.

Features

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.180.0 (2025-02-21)

Features

Bug Fixes

2.179.0 (2025-02-17)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • eks: kubectlLayer property is now required in EKS Cluster and FargateCluster constructs. The default value for kubectlLayer is outdated and hence being removed. You can specify your own kubectlLayer version based on your Kubernetes version.

Features

... (truncated)

Commits

Updates @types/node from 22.10.5 to 22.13.5

Commits

Updates @typescript-eslint/eslint-plugin from 8.19.1 to 8.25.0

Release notes

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

v8.25.0

8.25.0 (2025-02-24)

🚀 Features

  • eslint-plugin: [no-misused-spread] add suggestions (#10719)

🩹 Fixes

  • ast-spec: replace attributes with options property in TSImportType (#10691)
  • eslint-plugin: [unified-signatures] handle getter-setter (#10818)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
  • typescript-estree: align TS module nodes to namespaces (#10504)
  • visitor-keys: update keys for ImportAttribute (#10649)

❤️ Thank You

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

v8.24.1

8.24.1 (2025-02-17)

🩹 Fixes

  • deps: update eslint monorepo to v9.20.0 (#10834)
  • eslint-plugin: [no-inferrable-types] handle accessor (#10780)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#10782)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#10785)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#10789)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#10794)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#10804)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#10805)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#10813)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#10814)
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#10796)

❤️ Thank You

  • Ronen Amiel
  • YeonJuan

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

... (truncated)

Changelog

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

8.25.0 (2025-02-24)

🚀 Features

  • eslint-plugin: [no-misused-spread] add suggestions (#10719)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#10818)

❤️ Thank You

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

8.24.1 (2025-02-17)

🩹 Fixes

  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#10780)

❤️ Thank You

  • Ronen Amiel
  • YeonJuan

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

8.24.0 (2025-02-10)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#10639)

🩹 Fixes

... (truncated)

Commits
  • 1a9ab8f chore(release): publish 8.25.0
  • a43c199 feat(eslint-plugin): [no-misused-spread] add suggestions (#10719)
  • 0a0a085 fix(eslint-plugin): [strict-boolean-expressions] allowNullableBoolean - suppo...
  • b688380 fix(eslint-plugin): [no-invalid-void-type] don't flag function overloading wi...
  • f22de04 fix(eslint-plugin): [prefer-nullish-coalescing] report on chain expressions i...
  • 6f87c20 docs(eslint-plugin): [consistent-type-definitions] add FAQs (#10731)
  • fb790dc fix(eslint-plugin): [no-deprecated] report usage of deprecated private identi...
  • 5d503b9 fix(eslint-plugin): [unified-signatures] handle getter-setter (#10818)
  • f3ef20e chore: update to latest nx and use project references first approach (#10361)
  • 3646ec0 chore(release): publish 8.24.1
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.19.1 to 8.25.0

Release notes

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

v8.25.0

8.25.0 (2025-02-24)

🚀 Features

  • eslint-plugin: [no-misused-spread] add suggestions (#10719)

🩹 Fixes

  • ast-spec: replace attributes with options property in TSImportType (#10691)
  • eslint-plugin: [unified-signatures] handle getter-setter (#10818)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
  • typescript-estree: align TS module nodes to namespaces (#10504)
  • visitor-keys: update keys for ImportAttribute (#10649)

❤️ Thank You

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

v8.24.1

8.24.1 (2025-02-17)

🩹 Fixes

  • deps: update eslint monorepo to v9.20.0 (#10834)
  • eslint-plugin: [no-inferrable-types] handle accessor (#10780)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#10782)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#10785)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#10789)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#10794)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#10804)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#10805)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#10813)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#10814)
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#10796)

❤️ Thank You

  • Ronen Amiel
  • YeonJuan

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

... (truncated)

Changelog

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

8.25.0 (2025-02-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

8.24.1 (2025-02-17)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

8.24.0 (2025-02-10)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

8.23.0 (2025-02-03)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

❤️ Thank You

  • Josh Goldberg ✨

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

8.21.0 (2025-01-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

8.20.0 (2025-01-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

Commits
  • 1a9ab8f chore(release): publish 8.25.0
  • f3ef20e chore: update to latest nx and use project references first approach (#10361)
  • 3646ec0 chore(release): publish 8.24.1
  • 87d72ba chore(release): publish 8.24.0
  • 2a96020 chore(release): publish 8.23.0
  • 94e8098 chore(release): publish 8.22.0
  • a885343 feat(parser): add standalone isolatedDeclarations option (#10499)
  • 79af426 chore(release): publish 8.21.0
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • ea6fbea chore(release): publish 8.20.0
  • See full diff in compare view

Updates aws-cdk from 2.174.0 to 2.1000.3

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1000.3

2.1000.3 (2025-02-25)

Bug Fixes

  • cdk-assets: use same SDK versions as other packages (#121) (298a6c1)

aws-cdk@v2.1000.2

2.1000.2 (2025-02-19)

Bug Fixes

  • cloud-assembly-schema/cli: manifest validation fails on Node <18.17 (#61) (bc82193)

aws-cdk@v2.1000.1

2.1000.1 (2025-02-18)

Bug Fixes

  • aws-cdk: CLI doesn't work on Node 16 (#59) (4d3cdd5)

aws-cdk@v2.1000.0

2.1000.0 (2025-02-18)

Features

  • initial commit of code in new repository (#37) (1dbec5c)
Commits

Updates eslint from 9.17.0 to 9.21.0

Release notes

Sourced from eslint's releases.

v9.21.0

Features

  • 418717f feat: introduce new deprecated types for rules (#19238) (fnx)
  • 5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)

Bug Fixes

  • db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
  • Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner February 25, 2025 05:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 25, 2025
Bumps the cdk-infra-deps group with 13 updates in the /cdk_infra directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-cdk/lambda-layer-kubectl-v28](https://github.com/cdklabs/awscdk-asset-kubectl) | `2.2.0` | `2.2.1` |
| [@aws-cdk/lambda-layer-kubectl-v29](https://github.com/cdklabs/awscdk-asset-kubectl) | `2.1.0` | `2.1.1` |
| [@aws-cdk/lambda-layer-kubectl-v30](https://github.com/cdklabs/awscdk-asset-kubectl) | `2.0.1` | `2.0.4` |
| [@aws-cdk/lambda-layer-kubectl-v31](https://github.com/cdklabs/awscdk-asset-kubectl) | `2.0.0` | `2.0.3` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.174.0` | `2.180.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.13.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.1` | `8.25.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.1` | `8.25.0` |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.174.0` | `2.1000.3` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.21.0` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.2.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |



Updates `@aws-cdk/lambda-layer-kubectl-v28` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/cdklabs/awscdk-asset-kubectl/releases)
- [Commits](cdklabs/awscdk-asset-kubectl@kubectl-v28v2.2.0...kubectl-v28v2.2.1)

Updates `@aws-cdk/lambda-layer-kubectl-v29` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/cdklabs/awscdk-asset-kubectl/releases)
- [Commits](cdklabs/awscdk-asset-kubectl@kubectl-v20v2.1.0...kubectl-v20v2.1.1)

Updates `@aws-cdk/lambda-layer-kubectl-v30` from 2.0.1 to 2.0.4
- [Release notes](https://github.com/cdklabs/awscdk-asset-kubectl/releases)
- [Commits](cdklabs/awscdk-asset-kubectl@kubectl-v22v2.0.1...kubectl-v22v2.0.4)

Updates `@aws-cdk/lambda-layer-kubectl-v31` from 2.0.0 to 2.0.3
- [Release notes](https://github.com/cdklabs/awscdk-asset-kubectl/releases)
- [Commits](cdklabs/awscdk-asset-kubectl@kubectl-v20v2.0.0...kubectl-v22v2.0.3)

Updates `aws-cdk-lib` from 2.174.0 to 2.180.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.180.0/packages/aws-cdk-lib)

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

Updates `@typescript-eslint/eslint-plugin` from 8.19.1 to 8.25.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/v8.25.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.19.1 to 8.25.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/v8.25.0/packages/parser)

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

Updates `eslint` from 9.17.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.21.0)

Updates `prettier` from 3.4.2 to 3.5.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.2)

Updates `ts-jest` from 29.2.5 to 29.2.6
- [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.2.5...v29.2.6)

Updates `typescript` from 5.7.2 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.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: "@aws-cdk/lambda-layer-kubectl-v28"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
- dependency-name: "@aws-cdk/lambda-layer-kubectl-v29"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
- dependency-name: "@aws-cdk/lambda-layer-kubectl-v30"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
- dependency-name: "@aws-cdk/lambda-layer-kubectl-v31"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
- 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-minor
  dependency-group: cdk-infra-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cdk-infra-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cdk_infra/cdk-infra-deps-e9ee8e846a branch from dc3b8c2 to 2d055c2 Compare March 11, 2025 05:53
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