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

chore(deps): update all non-major dependencies #364

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@aws-sdk/client-dynamodb (source) dependencies minor 3.584.0 -> 3.588.0 age adoption passing confidence
@aws-sdk/client-s3 (source) dependencies minor 3.583.0 -> 3.588.0 age adoption passing confidence
@aws-sdk/client-sesv2 (source) dependencies minor 3.583.0 -> 3.588.0 age adoption passing confidence
@aws-sdk/client-sfn (source) dependencies minor 3.583.0 -> 3.588.0 age adoption passing confidence
@aws-sdk/s3-request-presigner (source) dependencies minor 3.583.0 -> 3.588.0 age adoption passing confidence
@fallobst22/cdk-cross-account-route53 dependencies patch 0.0.21 -> 0.0.22 age adoption passing confidence
@middy/core (source) dependencies minor 5.3.5 -> 5.4.0 age adoption passing confidence
@middy/error-logger (source) dependencies minor 5.3.5 -> 5.4.0 age adoption passing confidence
@middy/http-content-negotiation (source) dependencies minor 5.3.5 -> 5.4.0 age adoption passing confidence
@middy/http-error-handler (source) dependencies minor 5.3.5 -> 5.4.0 age adoption passing confidence
@middy/http-header-normalizer (source) dependencies minor 5.3.5 -> 5.4.0 age adoption passing confidence
@middy/http-json-body-parser (source) dependencies minor 5.3.5 -> 5.4.0 age adoption passing confidence
@middy/http-response-serializer (source) dependencies minor 5.3.5 -> 5.4.0 age adoption passing confidence
@middy/validator (source) dependencies minor 5.3.5 -> 5.4.0 age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.15.18 -> 5.15.19 age adoption passing confidence
@mui/material (source) dependencies patch 5.15.18 -> 5.15.19 age adoption passing confidence
@mui/x-date-pickers (source) dependencies minor 7.5.1 -> 7.6.1 age adoption passing confidence
@types/node (source) devDependencies minor 20.12.12 -> 20.13.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.10.0 -> 7.11.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor 7.10.0 -> 7.11.0 age adoption passing confidence
aws-cdk (source) devDependencies minor 2.143.0 -> 2.144.0 age adoption passing confidence
aws-cdk-lib (source) dependencies minor 2.143.0 -> 2.144.0 age adoption passing confidence
aws-sdk dependencies minor 2.1628.0 -> 2.1632.0 age adoption passing confidence
ts-jest (source) devDependencies patch 29.1.3 -> 29.1.4 age adoption passing confidence
vite (source) devDependencies patch 5.2.11 -> 5.2.12 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-dynamodb)

v3.588.0

Compare Source

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

v3.587.0

Compare Source

3.587.0(2024-05-30)
Chores
  • codegen: update Smithy hash - ProviderError logging, timestamp millis (#​6147) (6bba0d66)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Aurora Postgres DBname. (f03a9ee5)
New Features
  • clients: update client endpoints as of 2024-05-30 (d131ac0a)
  • client-cloudtrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. (88273bad)
  • client-sagemaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. (393afc7e)
  • client-bedrock-agent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. (c2f93e18)
  • client-connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API (b46048a8)
  • client-emr-serverless: The release adds support for spark structured streaming. (572bc93e)
  • client-acm: add v2 smoke tests and smithy smokeTests trait for SDK testing. (c87de6ae)
  • client-bedrock-runtime: This release adds Converse and ConverseStream APIs to Bedrock Runtime (512d9014)
Bug Fixes
  • credentials-provider-ini: include general http provider when sourcing EcsContainer credentials (#​6132) (8cdaf0a1)

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

v3.585.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.588.0

Compare Source

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

v3.587.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/client-sesv2)

v3.588.0

Compare Source

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

v3.587.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/client-sfn)

v3.588.0

Compare Source

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

v3.587.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner)

v3.588.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.587.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

SvenKirschbaum/cdk-cross-account-route53 (@​fallobst22/cdk-cross-account-route53)

v0.0.22

Compare Source

0.0.22 (2024-06-01)
middyjs/middy (@​middy/core)

v5.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@5.3.5...5.4.0

mui/material-ui (@​mui/icons-material)

v5.15.19

Compare Source

mui/material-ui (@​mui/material)

v5.15.19

Compare Source

mui/mui-x (@​mui/x-date-pickers)

v7.6.1

Compare Source

May 31, 2024

We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

🐞 Address the @mui/internal-test-utils added as a direct dependency to @mui/x-data-grid by mistake.

Data Grid
@mui/x-data-grid@7.6.1
@mui/x-data-grid-pro@7.6.1 pro

Same changes as in @mui/x-data-grid@7.6.1.

@mui/x-data-grid-premium@7.6.1 premium

Same changes as in @mui/x-data-grid-pro@7.6.1.

v7.6.0

Compare Source

May 30, 2024

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Allow to define and customize the indentation of nested items in the Tree View
  • ✨ Allow charts highlights to be controlled
  • 🌍 Improve Persian (fa-IR) locale on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.6.0
@mui/x-data-grid-pro@7.6.0 pro

Same changes as in @mui/x-data-grid@7.6.0.

@mui/x-data-grid-premium@7.6.0 premium

Same changes as in @mui/x-data-grid-pro@7.6.0, plus:

Date and Time Pickers
@mui/x-date-pickers@7.6.0
@mui/x-date-pickers-pro@7.6.0 pro

Same changes as in @mui/x-date-pickers@7.6.0.

Charts
@mui/x-charts@7.6.0
Tree View
@mui/x-tree-view@7.6.0
Docs
Core
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.11.0

Compare Source

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.

aws/aws-cdk (aws-cdk)

v2.144.0

Compare Source

Features
Bug Fixes

Alpha modules (2.144.0-alpha.0)

Features

v2.143.1

Compare Source

Reverts

Alpha modules (2.143.1-alpha.0)
aws/aws-sdk-js (aws-sdk)

v2.1632.0

Compare Source

  • feature: CodeGuruSecurity: This release includes minor model updates and documentation updates.
  • feature: LaunchWizard: This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations.

v2.1631.0

Compare Source

  • feature: ACM: add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • feature: BedrockAgent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.
  • feature: BedrockRuntime: This release adds Converse and ConverseStream APIs to Bedrock Runtime
  • feature: CloudTrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
  • feature: Connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
  • feature: EMRServerless: The release adds support for spark structured streaming.
  • feature: SageMaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.

v2.1630.0

Compare Source

  • feature: Athena: Throwing validation errors on CreateNotebook with Name containing /,:,\
  • feature: CodeBuild: AWS CodeBuild now supports manually creating GitHub webhooks
  • feature: Connect: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.
  • feature: Glue: Add optional field JobMode to CreateJob and UpdateJob APIs.
  • feature: SecurityHub: Add ROOT type for TargetType model

v2.1629.0

Compare Source

  • feature: EC2: Providing support to accept BgpAsnExtended attribute
  • feature: Kafka: Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK
  • feature: SWF: This release adds new APIs for deleting activity type and workflow type resources.
kulshekhar/ts-jest (ts-jest)

v29.1.4

Compare Source

Bug Fixes
Features
vitejs/vite (vite)

v5.2.12

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on sunday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@mergify mergify bot merged commit 68e9fb2 into master Jun 1, 2024
4 checks passed
@mergify mergify bot deleted the renovate/all-minor-patch branch June 1, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants