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 16 updates #421

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

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

Package From To
@aws-cdk/lambda-layer-kubectl-v26 2.0.1 2.1.0
aws-cdk-lib 2.89.0 2.146.0
constructs 10.2.69 10.3.0
@types/js-yaml 4.0.5 4.0.9
@types/node 20.4.5 20.14.5
@typescript-eslint/eslint-plugin 6.2.1 7.13.1
@typescript-eslint/parser 6.2.1 7.13.1
ajv 8.12.0 8.16.0
aws-cdk 2.89.0 2.146.0
jest 29.6.2 29.7.0
@types/jest 29.5.3 29.5.12
prettier 3.0.0 3.3.2
ts-jest 29.1.1 29.1.5
ts-node 10.9.1 10.9.2
typescript 5.1.6 5.4.5

Updates @aws-cdk/lambda-layer-kubectl-v26 from 2.0.1 to 2.1.0

Commits
  • 7cc8d25 feat: add LAYER_SOURCE_DIR (#57)
  • bbbed10 feat: expose LAYER_SOURCE and ASSET_PATH consts (#52)
  • 3f84107 chore(deps): upgrade dependencies (#36)
  • b8107f7 chore(deps): upgrade dependencies (#34)
  • d598e82 chore: explain how to contribute new kubectl version assets in the contributi...
  • 27c35a3 chore(deps): upgrade dependencies (#33)
  • 9cd326c chore(deps): upgrade dependencies (#30)
  • 2277428 chore(deps): upgrade dependencies (#29)
  • 28c3cf8 chore(deps): upgrade dependencies (#28)
  • d89aa9b chore(deps): upgrade dependencies (#27)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.89.0 to 2.146.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.146.0

Features

Bug Fixes


Alpha modules (2.146.0-alpha.0)

Features

  • apprunner: add ipAddressType property to the Service class (#30351) (665396f)

v2.145.0

Features

Bug Fixes

  • custom-resources: logApiResponseData is added to custom resource event properties by default (#30418) (a899ac6), closes #30121 #29949 #29648
  • route53 CrossAccountZoneDelegationRecord fails at deployment time with imported delegatedZone (#30440) (a3d9b10), closes #28581
  • apigateway: allow overriding authorizer on methods (#30415) (1b8d73c), closes #8827

Alpha modules (2.145.0-alpha.0)

v2.144.0

Features

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.146.0 (2024-06-13)

Features

Bug Fixes

2.145.0 (2024-06-07)

Features

Bug Fixes

  • custom-resources: logApiResponseData is added to custom resource event properties by default (#30418) (a899ac6), closes #30121 #29949 #29648
  • route53 CrossAccountZoneDelegationRecord fails at deployment time with imported delegatedZone (#30440) (a3d9b10), closes #28581
  • apigateway: allow overriding authorizer on methods (#30415) (1b8d73c), closes #8827

2.144.0 (2024-05-31)

Features

... (truncated)

Commits
  • b14f3c9 chore: npm-check-updates && yarn upgrade (#30532)
  • f1dc142 feat(appsync): add maxBatchSize property to the AppSyncFunction Construct...
  • f45f2ca feat(eks): support AccessConfig for the Cluster construct (#30016)
  • db3e77d feat(opensearch): add OpenSearch 2.13 engine version (#30399)
  • 69c5dde feat: implement node runtime region awareness for cdk vended custom resources...
  • e19d18b fix(cloudfront): make long function name deterministic (#30392)
  • 1d93094 feat(codebuild): add missing types for webhook filters (#30064)
  • 5114955 chore(rds): add support for postgres 15.6 aurora engine (#30167)
  • 36a48ad feat(sns): add grantSubscribe method (#30486)
  • 06d0a1b feat: update L1 CloudFormation resource definitions (#30508)
  • Additional commits viewable in compare view

Updates constructs from 10.2.69 to 10.3.0

Release notes

Sourced from constructs's releases.

v10.3.0

10.3.0 (2023-10-07)

Features

  • add a mechanism to retrieve all context (with defaults) (#1751) (23df709)

v10.2.70

10.2.70 (2023-08-29)

Bug Fixes

Commits

Updates @types/js-yaml from 4.0.5 to 4.0.9

Commits

Updates @types/node from 20.4.5 to 20.14.5

Commits

Updates @typescript-eslint/eslint-plugin from 6.2.1 to 7.13.1

Release notes

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

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

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

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

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

v7.12.0

7.12.0 (2024-06-03)

... (truncated)

Changelog

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

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You

  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

7.13.0 (2024-06-10)

🚀 Features

  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen

... (truncated)

Commits
  • 1212a8f chore(release): publish 7.13.1
  • af34737 docs: improve return-await description about motivation (#9201)
  • bf48dc5 fix(eslint-plugin): [no-unsafe-member-access] differentiate a types-error any...
  • 33acc50 fix(eslint-plugin): [return-await] support explicit resource management (#9044)
  • 50ed604 fix(eslint-plugin): [prefer-readonly] refine report locations (#8894)
  • 8a178ed chore(release): publish 7.13.0
  • 63e53e2 chore(deps): update dependency prettier to v3.3.1 (#9308)
  • fb52f78 feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...
  • ab2916c chore: enable eslint-plugin/no-property-in-node internally (#9261)
  • 629035f docs: mention rule scripts under Local Development (#9258)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.2.1 to 7.13.1

Release notes

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

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

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

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

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

v7.12.0

7.12.0 (2024-06-03)

... (truncated)

Changelog

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

7.13.1 (2024-06-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.

7.13.0 (2024-06-10)

🚀 Features

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

7.12.0 (2024-06-03)

🩹 Fixes

  • types: correct typing ParserOptions

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

7.11.0 (2024-05-27)

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.

... (truncated)

Commits
  • 1212a8f chore(release): publish 7.13.1
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • 7e93b28 chore(release): publish 7.12.0
  • 2bbf656 fix(types): correct typing ParserOptions (#9202)
  • e360541 chore(release): publish 7.11.0
  • c18226e chore(release): publish 7.10.0
  • 77fc366 chore(release): publish 7.9.0
  • f53fece chore: add knip (#8192)
  • ee677f6 chore(release): publish 7.8.0
  • Additional commits viewable in compare view

Updates ajv from 8.12.0 to 8.16.0

Release notes

Sourced from ajv's releases.

v8.16.0

What's Changed

Full Changelog: ajv-validator/ajv@v8.15.0...v8.16.0

v8.15.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.14.0...v8.15.0

v8.14.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.13.0...v8.14.0

v8.13.0

  • add named exports
  • update dependencies
  • update node.js
Commits

Updates aws-cdk from 2.89.0 to 2.146.0

Release notes

Sourced from aws-cdk's releases.

v2.146.0

Features

Bug Fixes


Alpha modules (2.146.0-alpha.0)

Features

  • apprunner: add ipAddressType property to the Service class (#30351) (665396f)

v2.145.0

Features

Bug Fixes

  • custom-resources: logApiResponseData is added to custom resource event properties by default (#30418) (a899ac6), closes #30121 #29949 #29648
  • route53 CrossAccountZoneDelegationRecord fails at deployment time with imported delegatedZone (#30440) (a3d9b10), closes #28581
  • apigateway: allow overriding authorizer on methods (#30415) (1b8d73c), closes #8827

Alpha modules (2.145.0-alpha.0)

v2.144.0

Features

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.146.0 (2024-06-13)

Features

Bug Fixes

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@aws-cdk/lambda-layer-kubectl-v26](https://github.com/cdklabs/awscdk-asset-kubectl) | `2.0.1` | `2.1.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.89.0` | `2.146.0` |
| [constructs](https://github.com/aws/constructs) | `10.2.69` | `10.3.0` |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml) | `4.0.5` | `4.0.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.4.5` | `20.14.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.2.1` | `7.13.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.2.1` | `7.13.1` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.12.0` | `8.16.0` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.89.0` | `2.146.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.6.2` | `29.7.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.3` | `29.5.12` |
| [prettier](https://github.com/prettier/prettier) | `3.0.0` | `3.3.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.1` | `29.1.5` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.4.5` |



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

Updates `aws-cdk-lib` from 2.89.0 to 2.146.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.146.0/packages/aws-cdk-lib)

Updates `constructs` from 10.2.69 to 10.3.0
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.2.69...v10.3.0)

Updates `@types/js-yaml` from 4.0.5 to 4.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml)

Updates `@types/node` from 20.4.5 to 20.14.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 6.2.1 to 7.13.1
- [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.13.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.2.1 to 7.13.1
- [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.13.1/packages/parser)

Updates `ajv` from 8.12.0 to 8.16.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.12.0...v8.16.0)

Updates `aws-cdk` from 2.89.0 to 2.146.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.146.0/packages/aws-cdk)

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

Updates `jest` from 29.6.2 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

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

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

Updates `ts-jest` from 29.1.1 to 29.1.5
- [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.1.1...v29.1.5)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

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

---
updated-dependencies:
- dependency-name: "@aws-cdk/lambda-layer-kubectl-v26"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: constructs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: "@types/js-yaml"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-major
  dependency-group: cdk-infra-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: cdk-infra-deps
- dependency-name: ajv
  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: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cdk-infra-deps
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: ts-node
  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-minor
  dependency-group: cdk-infra-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 18, 2024
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