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 across 1 directory with 10 updates #1652

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 4 months ago

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

Package From To
aws-cdk-lib 2.130.0 2.147.1
@types/node 20.11.20 20.14.8
@typescript-eslint/eslint-plugin 7.1.0 7.14.1
@typescript-eslint/parser 7.1.0 7.14.1
ajv 8.12.0 8.16.0
aws-cdk 2.130.0 2.147.1
eslint 8.57.0 9.5.0
prettier 3.2.5 3.3.2
ts-jest 29.1.2 29.1.5
typescript 5.3.3 5.5.2

Updates aws-cdk-lib from 2.130.0 to 2.147.1

Release notes

Sourced from aws-cdk-lib's releases.

v2.147.1

Reverts

  • route53 CrossAccountZoneDelegationRecord fails at deployment time with imported delegatedZone (#30440)" (#30606) (69eb617), closes #30600

Alpha modules (2.147.1-alpha.0)

v2.147.0

Features

Bug Fixes


Alpha modules (2.147.0-alpha.0)

Bug Fixes

v2.146.0

Features

Bug Fixes


Alpha modules (2.146.0-alpha.0)

Features

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

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.147.1 (2024-06-21)

Reverts

  • route53 CrossAccountZoneDelegationRecord fails at deployment time with imported delegatedZone (#30440)" (#30606) (69eb617), closes #30600

2.147.0 (2024-06-20)

Features

Bug Fixes

2.146.0 (2024-06-13)

Features

Bug Fixes

2.145.0 (2024-06-07)

Features

... (truncated)

Commits
  • 69eb617 revert: route53 CrossAccountZoneDelegationRecord fails at deployment time wit...
  • c826d8f feat(stepfunctions-tasks): support FLEX execution class for GlueStartJobRun (...
  • 96b2dc6 chore(codebuild): add new CodeBuild lambda dotnet8 compute images (#30564)
  • 34ba86f chore(eks): set AWS_STS_REGIONAL_ENDPOINTS to regional for KubectlFunction (#...
  • e02578f revert: "feat(s3): allow user to set Log Group on S3 Bucket autoDeleteObjects...
  • 3c36fe9 fix(apigateway): remove timeout upper bound max (#30547)
  • c1e1b4d fix(globalaccelerator-endpoints): add preserveClientIp option for net… (#30346)
  • 798785c chore(rds): add MariaDB version 10.4.34, 10.5.25, 10.6.18, 10.11.8 (#30579)
  • 49a98ac feat(ses): allow VDM settings at the configuration set level (#30051)
  • b196b13 fix(core): overrideLogicalId validation (#29708)
  • Additional commits viewable in compare view


Updates @types/node from 20.11.20 to 20.14.8

Commits


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

Release notes

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

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

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

v7.14.0

7.14.0 (2024-06-24)

We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1

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

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

... (truncated)

Changelog

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

7.14.1 (2024-06-24)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You

  • Jake Bailey

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

7.14.0 (2024-06-24)

🚀 Features

  • support TypeScript 5.5

🩹 Fixes

  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You

  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

7.13.1 (2024-06-17)

🩹 Fixes

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

... (truncated)

Commits
  • b4fe94f chore(release): publish 7.14.1
  • f29150f fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...
  • 9b7731d fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...
  • dfc4469 chore(release): publish 7.14.0
  • 635133a docs: split troubleshooting into granular sections (#9024)
  • c322099 fix(eslint-plugin): [no-invalid-this] support AccessorProperty (#9411)
  • 23e6468 fix(eslint-plugin): [prefer-nullish-coalescing] handle intersected primitive ...
  • 5c4a5de feat(ast-spec): tighter types and documentation for declaration/* (#9211)
  • e47123d fix(eslint-plugin): [no-extraneous-class] handle abstract members (#9367)
  • dc18229 feat: support TypeScript 5.5 (#9397)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.1.0 to 7.14.1

Release notes

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

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

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

v7.14.0

7.14.0 (2024-06-24)

We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1

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

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

... (truncated)

Changelog

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

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

7.14.0 (2024-06-24)

🚀 Features

  • support TypeScript 5.5

❤️ Thank You

  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

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.

... (truncated)

Commits
  • b4fe94f chore(release): publish 7.14.1
  • dfc4469 chore(release): publish 7.14.0
  • 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
  • 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: https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0

v8.15.0

What's Changed

New Contributors

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.14.0...v8.15.0

v8.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0

v8.13.0

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


Updates aws-cdk from 2.130.0 to 2.147.1

Release notes

Sourced from aws-cdk's releases.

v2.147.1

Reverts

  • route53 CrossAccountZoneDelegationRecord fails at deployment time with imported delegatedZone (#30440)" (#30606) (69eb617), closes #30600

Alpha modules (2.147.1-alpha.0)

v2.147.0

Features

Bug Fixes


Alpha modules (2.147.0-alpha.0)

Bug Fixes

v2.146.0

Features

Bug Fixes


Alpha modules (2.146.0-alpha.0)

Features

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

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.147.1 (2024-06-21)

Reverts

  • route53 CrossAccountZoneDelegationRecord fails at deployment time with imported delegatedZone (#30440)" (#30606) (69eb617), closes #30600

2.147.0 (2024-06-20)

Features

Bug Fixes

2.146.0 (2024-06-13)

Features

Bug Fixes

2.145.0 (2024-06-07)

Features

... (truncated)

Commits
  • b14f3c9 chore: npm-check-updates && yarn upgrade (#30532)
  • a96cf55 fix(cli): template created during import should be written to assets folder (...
  • 8debd20 fix(cli): cdk bootstrap --help does not show some options (#30113)
  • a1dcaa6 fix(cli): handle attributes of AWS::KMS::Key when hotswapping (#30112)
  • c389a8b chore: npm-check-updates && yarn upgrade (#30031)
  • fc890df chore: npm-check-updates && yarn upgrade (#29946)
  • 86c1320 chore: upgrade cdk-from-cfn dependency to 0.157.0 (#29967)
  • 28b0080 fix: cdk diff prints upgrade bootstrap warning even when current version exce...
  • 466f170 fix(CLI): diff --template crashes (#29896)
  • 2126ee5 fix(CLI): bootstrap shows no hotswap changes when there are no changes (#29877)
  • Additional commits viewable in compare view


Updates eslint from 8.57.0 to 9.5.0

Release notes

Sourced from eslint's releases.

v9.5.0

Features

  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)

Bug Fixes

  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic)
  • 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
  • 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)

Documentation

dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.