aws-observability / aws-otel-test-framework

AWS Distro for OpenTelemetry Test Framework
https://aws-otel.github.io/
Apache License 2.0
30 stars 62 forks source link

Bump the cdk-infra-deps group in /cdk_infra with 7 updates #1549

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

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

Package From To
aws-cdk-lib 2.114.1 2.121.1
@types/node 20.10.4 20.11.3
@typescript-eslint/eslint-plugin 6.14.0 6.19.0
@typescript-eslint/parser 6.14.0 6.19.0
aws-cdk 2.114.1 2.121.1
eslint 8.55.0 8.56.0
prettier 3.1.1 3.2.2

Updates aws-cdk-lib from 2.114.1 to 2.121.1

Release notes

Sourced from aws-cdk-lib's releases.

v2.121.1

Reverts


Alpha modules (2.121.1-alpha.0)

v2.121.0

Features


Alpha modules (2.121.0-alpha.0)

v2.120.0

Features

  • ecs: support for capacity provider managed instance draining (#28672) (cf97f47)

Alpha modules (2.120.0-alpha.0)

v2.119.0

Features

Bug Fixes

  • cli: cdk diff falsely reports resource replacements on trivial template changes (#28336) (10ed194)
  • core: single-file bundling breaks due to left over temp dir (#28566) (a74aacf)
  • ec2: passing keypair to instance unexpectedly does nothing (#28482) (22e6ce8), closes #28478
  • ecs: unnecessary CloudWatch logs ResourcePolicy (#28495) (5f96d13), #22307 #20313
  • stepfunctions: retry block in CustomState is always empty (#28598) (0042e53), closes #28586

Alpha modules (2.119.0-alpha.0)

Features

v2.118.0

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.121.1 (2024-01-13)

Reverts

2.121.0 (2024-01-12)

Features

2.120.0 (2024-01-12)

Features

  • ecs: support for capacity provider managed instance draining (#28672) (cf97f47)

2.119.0 (2024-01-11)

Features

Bug Fixes

  • cli: cdk diff falsely reports resource replacements on trivial template changes (#28336) (10ed194)
  • core: single-file bundling breaks due to left over temp dir (#28566) (a74aacf)
  • ec2: passing keypair to instance unexpectedly does nothing (#28482) (22e6ce8), closes #28478
  • ecs: unnecessary CloudWatch logs ResourcePolicy (#28495) (5f96d13), #22307 #20313
  • stepfunctions: retry block in CustomState is always empty (#28598) (0042e53), closes #28586

2.118.0 (2024-01-03)

Features

... (truncated)

Commits
  • f3f217e revert: allowing log group config for SFN CR (#28699)
  • 754fd99 feat(ec2): add dual stack vpc support (#28480)
  • cf97f47 feat(ecs): support for capacity provider managed instance draining (#28672)
  • b9f4923 feat(cloudwatch-actions): support alarm lambda action (#28484)
  • 5f96d13 fix(ecs): unnecessary CloudWatch logs ResourcePolicy (#28495)
  • 7d68fee chore: npm-check-updates && yarn upgrade (#28434)
  • 0cada61 docs(route53): crossaccountrole scope-down guidance (#28624)
  • 7912d88 feat(codebuild): X-Large Linux compute type (#28642)
  • 1822cc9 feat(certificatemanager): key algorithm support for PrivateCertificate and ...
  • 3bf57de docs(ec2): wrong description for InterfaceVpcEndpoint (#28632)
  • Additional commits viewable in compare view


Updates @types/node from 20.10.4 to 20.11.3

Commits


Updates @typescript-eslint/eslint-plugin from 6.14.0 to 6.19.0

Release notes

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

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

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#8178)
  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#8169)
  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#8202)
  • typescript-estree: only create project service from env setting if project is enabled (#8136)
  • utils: improve error message on typed rule with invalid parser (#8146)

❤️ Thank You

... (truncated)

Changelog

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

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You

  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You

  • auvred
  • James
  • Josh Goldberg ✨

... (truncated)

Commits
  • 7c673a1 chore(release): publish 6.19.0
  • 85ae4a8 fix(eslint-plugin): [no-unnecesary-type-assertion] treat unknown/any as nulla...
  • 5a56708 fix(eslint-plugin): [no-unnecessary-type-assertion] detect unnecessary non-nu...
  • c3767ed feat(eslint-plugin): [no-useless-template-literals] add fix suggestions (#8065)
  • 8ca5e5e docs: force space after await in no-floating-promises snippet (#8228)
  • e0f591e feat(eslint-plugin): [no-array-delete] add new rule (#8067)
  • 1aa8664 feat(eslint-plugin): [prefer-promise-reject-errors] add rule (#8011)
  • aa7ab0e chore(release): publish 6.18.1
  • 78db0ad chore: fix test formatting in prefer-readonly.test.ts (#8223)
  • 5205192 fix(eslint-plugin): [switch-exhaustiveness-check] fix new allowDefaultCaseFor...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.14.0 to 6.19.0

Release notes

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

v6.19.0

6.19.0 (2024-01-15)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] add rule (#8011)
  • eslint-plugin: [no-array-delete] add new rule (#8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#8065)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#8181)

❤️ Thank You

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

v6.18.1

6.18.1 (2024-01-08)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#8178)
  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#8169)
  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#8176)
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#8202)
  • typescript-estree: only create project service from env setting if project is enabled (#8136)
  • utils: improve error message on typed rule with invalid parser (#8146)

❤️ Thank You

... (truncated)

Changelog

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

6.19.0 (2024-01-15)

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.

6.18.1 (2024-01-08)

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.

6.18.0 (2024-01-06)

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.

6.17.0 (2024-01-01)

Note: Version bump only for package @​typescript-eslint/parser

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

6.16.0 (2023-12-25)

Note: Version bump only for package @​typescript-eslint/parser

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

6.15.0 (2023-12-18)

Note: Version bump only for package @​typescript-eslint/parser

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

Commits


Updates aws-cdk from 2.114.1 to 2.121.1

Release notes

Sourced from aws-cdk's releases.

v2.121.1

Reverts


Alpha modules (2.121.1-alpha.0)

v2.121.0

Features


Alpha modules (2.121.0-alpha.0)

v2.120.0

Features

  • ecs: support for capacity provider managed instance draining (#28672) (cf97f47)

Alpha modules (2.120.0-alpha.0)

v2.119.0

Features

Bug Fixes

  • cli: cdk diff falsely reports resource replacements on trivial template changes (#28336) (10ed194)
  • core: single-file bundling breaks due to left over temp dir (#28566) (a74aacf)
  • ec2: passing keypair to instance unexpectedly does nothing (#28482) (22e6ce8), closes #28478
  • ecs: unnecessary CloudWatch logs ResourcePolicy (#28495) (5f96d13), #22307 #20313
  • stepfunctions: retry block in CustomState is always empty (#28598) (0042e53), closes #28586

Alpha modules (2.119.0-alpha.0)

Features

v2.118.0

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.121.1 (2024-01-13)

Reverts

2.121.0 (2024-01-12)

Features

2.120.0 (2024-01-12)

Features

  • ecs: support for capacity provider managed instance draining (#28672) (cf97f47)

2.119.0 (2024-01-11)

Features

Bug Fixes

  • cli: cdk diff falsely reports resource replacements on trivial template changes (#28336) (10ed194)
  • core: single-file bundling breaks due to left over temp dir (#28566) (a74aacf)
  • ec2: passing keypair to instance unexpectedly does nothing (#28482) (22e6ce8), closes #28478
  • ecs: unnecessary CloudWatch logs ResourcePolicy (#28495) (5f96d13), #22307 #20313
  • stepfunctions: retry block in CustomState is always empty (#28598) (0042e53), closes #28586

2.118.0 (2024-01-03)

Features

... (truncated)

Commits


Updates eslint from 8.55.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.56.0 - December 15, 2023

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Commits
  • 8e8e9f8 8.56.0
  • 085978b Build: changelog update for 8.56.0
  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864)
  • 60a531a chore: package.json update for @​eslint/js release
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783)
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819)
  • Additional commits viewable in compare view


Updates prettier from 3.1.1 to 3.2.2

Release notes

Sourced from prettier's releases.

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.2

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @​eelco)