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 minor-and-patch group across 1 directory with 11 updates #7

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the minor-and-patch group with 11 updates in the / directory:

Package From To
cspell 8.10.4 8.13.1
aws-cdk-lib 2.149.0 2.151.0
aws-cdk 2.149.0 2.151.0
typescript 5.5.3 5.5.4
@aws-sdk/client-dynamodb 3.614.0 3.623.0
@aws-sdk/lib-dynamodb 3.614.0 3.623.0
dayjs 1.11.11 1.11.12
@types/aws-lambda 8.10.141 8.10.142
@aws-sdk/client-cognito-identity-provider 3.614.0 3.623.0
@aws-sdk/client-ssm 3.614.0 3.623.0
@aws-sdk/util-dynamodb 3.614.0 3.623.0

Updates cspell from 8.10.4 to 8.13.1

Release notes

Sourced from cspell's releases.

v8.13.1

Fixes

fix: Use the resolved root when setting Glob Root (#6027)

fixes #6025


fix: Perf improve check text speed (#6024)


fix: Improve perf of camel case word splitter. (#6019)


perf: Reduce the use of Generators in critical sections. (#6015)


v8.13.0

Features

Speed Improvement

... (truncated)

Changelog

Sourced from cspell's changelog.

8.13.1 (2024-08-02)

8.13.0 (2024-07-30)

8.12.1 (2024-07-22)

  • fix: make sure the version is up to date (f6ab018)

8.12.0 (2024-07-22)

8.11.0 (2024-07-16)

Commits

Updates aws-cdk-lib from 2.149.0 to 2.151.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.151.0

Features

  • apigatewayv2: add description property for stage (#30820) (8651bbe)
  • ec2: add versionDescription property for LaunchTemplate (#30837) (597228c)
  • ecs: add validation checks to memory cpu combinations of FARGATE compatible task definitions (#30166) (8b4685e), closes #22216
  • elasticloadbalancingv2: support Weighted Random algorithm and Automatic Target Weights for alb (#30542) (d0a609d), closes #29969
  • events: add description property for eventBus (#30935) (28fbc82)
  • events: support customer managed key for event bus (#30493) (8c44aa7)
  • synthetics: add activeTracing, memory and timeout property to Canary class (#30556) (9295a85), closes #9300 #14086 #28152 #9300
  • update L1 CloudFormation resource definitions (#30973) (63c45e4)
  • sns: add validation of displayName for topic (#30770) (da2ec75)
  • stepfunctions-tasks: allow BedrockInvokeModel to use JsonPath (#30298) (f5dd73b), closes #29229

Bug Fixes


Alpha modules (2.151.0-alpha.0)

Features

v2.150.0

Features

Bug Fixes

  • custom-resources: provider framework will always log all data including confidential data (#30689) (9bd92da), closes #30275
  • stepfunctions-tasks: allow camelCase for parameters of CallAwsServiceCrossRegion (#30795) (5d6ace8), closes #30799

Alpha modules (2.150.0-alpha.0)

Changelog

Sourced from aws-cdk-lib's changelog.

2.151.0 (2024-08-01)

Features

  • apigatewayv2: add description property for stage (#30820) (8651bbe)
  • ec2: add versionDescription property for LaunchTemplate (#30837) (597228c)
  • ecs: add validation checks to memory cpu combinations of FARGATE compatible task definitions (#30166) (8b4685e), closes #22216
  • elasticloadbalancingv2: support Weighted Random algorithm and Automatic Target Weights for alb (#30542) (d0a609d), closes #29969
  • events: add description property for eventBus (#30935) (28fbc82)
  • events: support customer managed key for event bus (#30493) (8c44aa7)
  • synthetics: add activeTracing, memory and timeout property to Canary class (#30556) (9295a85), closes #9300 #14086 #28152 #9300
  • update L1 CloudFormation resource definitions (#30973) (63c45e4)
  • sns: add validation of displayName for topic (#30770) (da2ec75)
  • stepfunctions-tasks: allow BedrockInvokeModel to use JsonPath (#30298) (f5dd73b), closes #29229

Bug Fixes

2.150.0 (2024-07-22)

Features

Bug Fixes

  • custom-resources: provider framework will always log all data including confidential data (#30689) (9bd92da), closes #30275
  • stepfunctions-tasks: allow camelCase for parameters of CallAwsServiceCrossRegion (#30795) (5d6ace8), closes #30799
Commits
  • 5787c30 chore(release): 2.151.0
  • 9295a85 feat(synthetics): add activeTracing, memory and timeout property to Canary cl...
  • 28fbc82 feat(events): add description property for eventBus (#30935)
  • fbc28bc fix(ec2): export NatGatewayProvider for consistency with NatInstanceProvider ...
  • d56d05c fix(stepfunctions): allow disable x-ray (#30808)
  • d367267 docs: remove headings from method doc (#30965)
  • 63c45e4 feat: update L1 CloudFormation resource definitions (#30973)
  • 439feaf chore(apigateway): enhance code arounds method authorizers (#30978)
  • d60aaa0 docs(ses): corrected default value as true for ConfigurationSet.reputationMet...
  • a0bb8e5 chore(ec2): support new vpc flow log fields in v7 (#30202)
  • Additional commits viewable in compare view

Updates aws-cdk from 2.149.0 to 2.151.0

Release notes

Sourced from aws-cdk's releases.

v2.151.0

Features

  • apigatewayv2: add description property for stage (#30820) (8651bbe)
  • ec2: add versionDescription property for LaunchTemplate (#30837) (597228c)
  • ecs: add validation checks to memory cpu combinations of FARGATE compatible task definitions (#30166) (8b4685e), closes #22216
  • elasticloadbalancingv2: support Weighted Random algorithm and Automatic Target Weights for alb (#30542) (d0a609d), closes #29969
  • events: add description property for eventBus (#30935) (28fbc82)
  • events: support customer managed key for event bus (#30493) (8c44aa7)
  • synthetics: add activeTracing, memory and timeout property to Canary class (#30556) (9295a85), closes #9300 #14086 #28152 #9300
  • update L1 CloudFormation resource definitions (#30973) (63c45e4)
  • sns: add validation of displayName for topic (#30770) (da2ec75)
  • stepfunctions-tasks: allow BedrockInvokeModel to use JsonPath (#30298) (f5dd73b), closes #29229

Bug Fixes


Alpha modules (2.151.0-alpha.0)

Features

v2.150.0

Features

Bug Fixes

  • custom-resources: provider framework will always log all data including confidential data (#30689) (9bd92da), closes #30275
  • stepfunctions-tasks: allow camelCase for parameters of CallAwsServiceCrossRegion (#30795) (5d6ace8), closes #30799

Alpha modules (2.150.0-alpha.0)

Changelog

Sourced from aws-cdk's changelog.

2.151.0 (2024-08-01)

Features

  • apigatewayv2: add description property for stage (#30820) (8651bbe)
  • ec2: add versionDescription property for LaunchTemplate (#30837) (597228c)
  • ecs: add validation checks to memory cpu combinations of FARGATE compatible task definitions (#30166) (8b4685e), closes #22216
  • elasticloadbalancingv2: support Weighted Random algorithm and Automatic Target Weights for alb (#30542) (d0a609d), closes #29969
  • events: add description property for eventBus (#30935) (28fbc82)
  • events: support customer managed key for event bus (#30493) (8c44aa7)
  • synthetics: add activeTracing, memory and timeout property to Canary class (#30556) (9295a85), closes #9300 #14086 #28152 #9300
  • update L1 CloudFormation resource definitions (#30973) (63c45e4)
  • sns: add validation of displayName for topic (#30770) (da2ec75)
  • stepfunctions-tasks: allow BedrockInvokeModel to use JsonPath (#30298) (f5dd73b), closes #29229

Bug Fixes

2.150.0 (2024-07-22)

Features

Bug Fixes

  • custom-resources: provider framework will always log all data including confidential data (#30689) (9bd92da), closes #30275
  • stepfunctions-tasks: allow camelCase for parameters of CallAwsServiceCrossRegion (#30795) (5d6ace8), closes #30799
Commits
  • 8b4685e feat(ecs): add validation checks to memory cpu combinations of FARGATE compat...
  • See full diff in compare view

Updates typescript from 5.5.3 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view

Updates @aws-sdk/client-dynamodb from 3.614.0 to 3.623.0

Release notes

Sourced from @​aws-sdk/client-dynamodb's releases.

v3.623.0

3.623.0(2024-08-02)

Chores
  • id-auth-sra: sigv4a compatibility for id-auth sra (#6342) (9836a09e)
  • lib-dynamodb: use pagination factory from core (#6345) (922292b6)
New Features
  • client-ivschat: updates cloudtrail event source for SDKs (deeea907)
  • client-ecs: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (21bdf2a9)
  • client-cloudwatch: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (51a8423c)
  • client-glue: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (be78cf63)
  • client-route-53: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (39096d9a)
  • client-ivs-realtime: updates cloudtrail event source for SDKs (6e9c35b3)
  • client-ssm: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (ae83e779)
  • client-kinesis: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (86c28e0e)
  • client-waf-regional: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (52b9cf43)
  • client-resiliencehub: Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents. (b8d8c647)
  • client-ivs: updates cloudtrail event source for SDKs (00374d58)
Bug Fixes
  • client-transcribe-streaming: add plugin only for operations with streaming trait (#6349) (6043d799)

For list of updated packages, view updated-packages.md in assets-3.623.0.zip

v3.622.0

3.622.0(2024-08-01)

Chores
Documentation Changes
  • client-memorydb: Doc only update for changes to deletion API. (bd90490b)
  • client-support: Doc only updates to CaseDetails (c28e9390)
  • client-controltower: Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs (2f7a9651)
  • supplemental-docs: add documentation for using queue names with SQS Client (#6337) (9f4b6df4)
New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/client-dynamodb's changelog.

3.623.0 (2024-08-02)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.622.0 (2024-08-01)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.621.0 (2024-07-30)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.620.1 (2024-07-29)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.620.0 (2024-07-25)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.619.0 (2024-07-24)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.616.0 (2024-07-18)

... (truncated)

Commits

Updates @aws-sdk/lib-dynamodb from 3.614.0 to 3.623.0

Release notes

Sourced from @​aws-sdk/lib-dynamodb's releases.

v3.623.0

3.623.0(2024-08-02)

Chores
  • id-auth-sra: sigv4a compatibility for id-auth sra (#6342) (9836a09e)
  • lib-dynamodb: use pagination factory from core (#6345) (922292b6)
New Features
  • client-ivschat: updates cloudtrail event source for SDKs (deeea907)
  • client-ecs: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (21bdf2a9)
  • client-cloudwatch: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (51a8423c)
  • client-glue: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (be78cf63)
  • client-route-53: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (39096d9a)
  • client-ivs-realtime: updates cloudtrail event source for SDKs (6e9c35b3)
  • client-ssm: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (ae83e779)
  • client-kinesis: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (86c28e0e)
  • client-waf-regional: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (52b9cf43)
  • client-resiliencehub: Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents. (b8d8c647)
  • client-ivs: updates cloudtrail event source for SDKs (00374d58)
Bug Fixes
  • client-transcribe-streaming: add plugin only for operations with streaming trait (#6349) (6043d799)

For list of updated packages, view updated-packages.md in assets-3.623.0.zip

v3.622.0

3.622.0(2024-08-01)

Chores
Documentation Changes
  • client-memorydb: Doc only update for changes to deletion API. (bd90490b)
  • client-support: Doc only updates to CaseDetails (c28e9390)
  • client-controltower: Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs (2f7a9651)
  • supplemental-docs: add documentation for using queue names with SQS Client (#6337) (9f4b6df4)
New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-dynamodb's changelog.

3.623.0 (2024-08-02)

Note: Version bump only for package @​aws-sdk/lib-dynamodb

3.622.0 (2024-08-01)

Note: Version bump only for package @​aws-sdk/lib-dynamodb

3.621.0 (2024-07-30)

Note: Version bump only for package @​aws-sdk/lib-dynamodb

3.620.1 (2024-07-29)

Note: Version bump only for package @​aws-sdk/lib-dynamodb

3.620.0 (2024-07-25)

Note: Version bump only for package @​aws-sdk/lib-dynamodb

3.619.0 (2024-07-24)

Note: Version bump only for package @​aws-sdk/lib-dynamodb

3.616.0 (2024-07-18)

... (truncated)

<...

Description has been truncated

Bumps the minor-and-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.10.4` | `8.13.1` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.149.0` | `2.151.0` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.149.0` | `2.151.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.614.0` | `3.623.0` |
| [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) | `3.614.0` | `3.623.0` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.11` | `1.11.12` |
| [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) | `8.10.141` | `8.10.142` |
| [@aws-sdk/client-cognito-identity-provider](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cognito-identity-provider) | `3.614.0` | `3.623.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.614.0` | `3.623.0` |
| [@aws-sdk/util-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-dynamodb) | `3.614.0` | `3.623.0` |



Updates `cspell` from 8.10.4 to 8.13.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.13.1/packages/cspell)

Updates `aws-cdk-lib` from 2.149.0 to 2.151.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.151.0/packages/aws-cdk-lib)

Updates `aws-cdk` from 2.149.0 to 2.151.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.151.0/packages/aws-cdk)

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

Updates `@aws-sdk/client-dynamodb` from 3.614.0 to 3.623.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.623.0/clients/client-dynamodb)

Updates `@aws-sdk/lib-dynamodb` from 3.614.0 to 3.623.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.623.0/lib/lib-dynamodb)

Updates `dayjs` from 1.11.11 to 1.11.12
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.11...v1.11.12)

Updates `@types/aws-lambda` from 8.10.141 to 8.10.142
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

Updates `@aws-sdk/client-cognito-identity-provider` from 3.614.0 to 3.623.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cognito-identity-provider/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.623.0/clients/client-cognito-identity-provider)

Updates `@aws-sdk/client-ssm` from 3.614.0 to 3.623.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.623.0/clients/client-ssm)

Updates `@aws-sdk/util-dynamodb` from 3.614.0 to 3.623.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/util-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.623.0/packages/util-dynamodb)

---
updated-dependencies:
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@aws-sdk/lib-dynamodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/aws-lambda"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@aws-sdk/client-cognito-identity-provider"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@aws-sdk/client-ssm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@aws-sdk/util-dynamodb"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 12, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Author

dependabot bot commented on behalf of github Aug 19, 2024

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

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-c1125f75bc branch August 19, 2024 18:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants