Skip to content

Bump the all group with 10 updates#4

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-2220f63d23
Closed

Bump the all group with 10 updates#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-2220f63d23

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the all group with 10 updates:

Package From To
@aws-sdk/client-sesv2 3.529.1 3.565.0
@typescript-eslint/eslint-plugin 7.1.1 7.8.0
aws-cdk-lib 2.127.0 2.139.1
@types/node 20.11.16 20.12.7
aws-cdk 2.127.0 2.139.1
aws-sdk-client-mock 3.0.1 4.0.0
eslint 8.57.0 9.1.1
eslint-plugin-simple-import-sort 12.0.0 12.1.0
typescript 5.3.3 5.4.5
vitest 1.3.1 1.5.3

Updates @aws-sdk/client-sesv2 from 3.529.1 to 3.565.0

Release notes

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

v3.565.0

3.565.0(2024-04-29)

Chores
  • statically import credential-provider-node in clients used from credentials (#6027) (5ce56002)
  • scripts: use caret when updating aws-sdk peerDependencies (#6031) (0d54a05d)
New Features
  • clients: update client endpoints as of 2024-04-29 (1ac71fcf)
  • client-trustedadvisor: This release adds the BatchUpdateRecommendationResourceExclusion API to support batch updates of Recommendation Resource exclusion statuses and introduces a new exclusion status filter to the ListRecommendationResources and ListOrganizationRecommendationResources APIs. (5fb127b3)
  • client-timestream-query: This change allows users to update and describe account settings associated with their accounts. (4f7a6435)
  • client-transcribe: This update provides error messaging for generative call summarization in Transcribe Call Analytics (671315c8)
  • client-inspector2: Update Inspector2 to include new Agentless API parameters. (9bfe9ac1)
  • client-amplify: Updating max results limit for listing any resources (Job, Artifacts, Branch, BackendResources, DomainAssociation) to 50 with the exception of list apps that where max results can be up to 100. (c6d74d1c)
  • client-connectcases: This feature releases DeleteField, DeletedLayout, and DeleteTemplate API's (1d961440)

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

v3.564.0

3.564.0(2024-04-26)

Chores
  • clients: remove direct dependency on client-sts (#6028) (e30cf9a4)
New Features
  • clients: update client endpoints as of 2024-04-26 (7024e2ef)
  • client-cognito-identity-provider: Add LimitExceededException to SignUp errors (633da5a3)
  • client-connectcampaigns: This release adds support for specifying if Answering Machine should wait for prompt sound. (3235950a)
  • client-codepipeline: Add ability to manually and automatically roll back a pipeline stage to a previously successful execution. (27a9b337)
  • client-marketplace-entitlement-service: Releasing minor endpoint updates. (231317d3)
  • client-support: Releasing minor endpoint updates. (354980a2)
  • client-rds: SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database. (dcebb696)
  • client-oam: This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account (28b52155)

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

v3.563.0

3.563.0(2024-04-25)

Chores

... (truncated)

Changelog

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

3.565.0 (2024-04-29)

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

3.564.0 (2024-04-26)

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

3.563.0 (2024-04-25)

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

3.556.0 (2024-04-16)

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

3.554.0 (2024-04-11)

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

3.552.0 (2024-04-09)

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

3.549.0 (2024-04-04)

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 7.1.1 to 7.8.0

Release notes

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

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

v7.7.1

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)

❤️ Thank You

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

v7.7.0

7.7.0 (2024-04-15)

... (truncated)

Changelog

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

7.8.0 (2024-04-29)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You

  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You

  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

... (truncated)

Commits
  • ee677f6 chore(release): publish 7.8.0
  • 8127873 fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)
  • 216d1b0 fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)
  • 51d2193 fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)
  • 4bed24d fix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during...
  • b0f7aa4 fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)
  • 219b841 chore: resolve lint issues on main branch (#8966)
  • 3e19436 chore(release): publish 7.7.1
  • b2552ca fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...
  • fdeba42 fix(eslint-plugin): [no-for-in-array] refine report location (#8874)
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.127.0 to 2.139.1

Release notes

Sourced from aws-cdk-lib's releases.

v2.139.1

Reverts

  • fix(lambda): version.fromVersionArn creates invalid Version object (#30003) (ced7a46)

Alpha modules (2.139.1-alpha.0)

v2.139.0

Features

Bug Fixes


Alpha modules (2.139.0-alpha.0)

v2.138.0

Features

Bug Fixes

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.139.1 (2024-04-29)

Reverts

  • fix(lambda): version.fromVersionArn creates invalid Version object (#30003) (ced7a46)

2.139.0 (2024-04-24)

Features

Bug Fixes

2.138.0 (2024-04-18)

Features

Bug Fixes

... (truncated)

Commits
  • ced7a46 revert: "fix(lambda): version.fromVersionArn creates invalid Version object" ...
  • 6964b78 chore(release): 2.139.0
  • a15dc93 feat(efs): replicating file systems (#29347)
  • 6fdc458 feat(ses-actions): WorkMail rule action (#29854)
  • 209ffd9 revert: "chore(eks): update ALB controller versions" (#29941)
  • 8e1fefd fix(events-targets): ApiGateway events target should accept IRestApi (#29397)
  • f00f918 chore(eks): update ALB controller versions (#29470)
  • 31492c6 chore(bedrock): support claude3-opus and base models for provisioned throughp...
  • ed75b16 feat(ecs): support pidMode for FargateTaskDefinition (#29670)
  • 27b7a45 feat: update L1 CloudFormation resource definitions (#29924)
  • Additional commits viewable in compare view

Updates @types/node from 20.11.16 to 20.12.7

Commits

Updates aws-cdk from 2.127.0 to 2.139.1

Release notes

Sourced from aws-cdk's releases.

v2.139.1

Reverts

  • fix(lambda): version.fromVersionArn creates invalid Version object (#30003) (ced7a46)

Alpha modules (2.139.1-alpha.0)

v2.139.0

Features

Bug Fixes


Alpha modules (2.139.0-alpha.0)

v2.138.0

Features

Bug Fixes

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.139.1 (2024-04-29)

Reverts

  • fix(lambda): version.fromVersionArn creates invalid Version object (#30003) (ced7a46)

2.139.0 (2024-04-24)

Features

Bug Fixes

2.138.0 (2024-04-18)

Features

Bumps the all group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) | `3.529.1` | `3.565.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.1` | `7.8.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.127.0` | `2.139.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.16` | `20.12.7` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.127.0` | `2.139.1` |
| [aws-sdk-client-mock](https://github.com/m-radzikowski/aws-sdk-client-mock) | `3.0.1` | `4.0.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.1` |
| [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | `12.0.0` | `12.1.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.1` | `1.5.3` |


Updates `@aws-sdk/client-sesv2` from 3.529.1 to 3.565.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-sesv2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.565.0/clients/client-sesv2)

Updates `@typescript-eslint/eslint-plugin` from 7.1.1 to 7.8.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/v7.8.0/packages/eslint-plugin)

Updates `aws-cdk-lib` from 2.127.0 to 2.139.1
- [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.139.1/packages/aws-cdk-lib)

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

Updates `aws-cdk` from 2.127.0 to 2.139.1
- [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.139.1/packages/aws-cdk)

Updates `aws-sdk-client-mock` from 3.0.1 to 4.0.0
- [Release notes](https://github.com/m-radzikowski/aws-sdk-client-mock/releases)
- [Changelog](https://github.com/m-radzikowski/aws-sdk-client-mock/blob/main/CHANGELOG.md)
- [Commits](m-radzikowski/aws-sdk-client-mock@v3.0.1...v4.0.0)

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

Updates `eslint-plugin-simple-import-sort` from 12.0.0 to 12.1.0
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v12.0.0...v12.1.0)

Updates `typescript` from 5.3.3 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.3.3...v5.4.5)

Updates `vitest` from 1.3.1 to 1.5.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.3/packages/vitest)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: aws-sdk-client-mock
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-plugin-simple-import-sort
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2024
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Jun 1, 2024

Superseded by #5.

@dependabot dependabot bot closed this Jun 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-2220f63d23 branch June 1, 2024 07:19
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