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

Update all non-major dependencies #338

Merged
merged 1 commit into from
Mar 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 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.525.0 -> 3.529.1 age adoption passing confidence
@aws-sdk/client-s3 (source) dependencies minor 3.525.0 -> 3.529.1 age adoption passing confidence
@aws-sdk/client-sesv2 (source) dependencies minor 3.525.0 -> 3.529.1 age adoption passing confidence
@aws-sdk/client-sfn (source) dependencies minor 3.525.0 -> 3.529.1 age adoption passing confidence
@aws-sdk/s3-request-presigner (source) dependencies minor 3.525.0 -> 3.529.1 age adoption passing confidence
@fontsource/roboto (source) dependencies patch 5.0.8 -> 5.0.12 age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.15.11 -> 5.15.12 age adoption passing confidence
@mui/material (source) dependencies patch 5.15.11 -> 5.15.12 age adoption passing confidence
@types/aws-lambda (source) devDependencies patch 8.10.134 -> 8.10.136 age adoption passing confidence
@types/node (source) devDependencies patch 20.11.24 -> 20.11.25 age adoption passing confidence
@types/react (source) devDependencies patch 18.2.61 -> 18.2.64 age adoption passing confidence
@types/react-dom (source) devDependencies patch 18.2.19 -> 18.2.21 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies patch 7.1.0 -> 7.1.1 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies patch 7.1.0 -> 7.1.1 age adoption passing confidence
aws-cdk (source) devDependencies minor 2.131.0 -> 2.132.0 age adoption passing confidence
aws-cdk-lib (source) dependencies minor 2.131.0 -> 2.132.0 age adoption passing confidence
aws-sdk dependencies minor 2.1569.0 -> 2.1574.0 age adoption passing confidence
typescript (source) devDependencies minor 5.3.3 -> 5.4.2 age adoption passing confidence
react-router (source) dependencies patch 6.22.2 -> 6.22.3 age adoption passing confidence
react-router-dom (source) dependencies patch 6.22.2 -> 6.22.3 age adoption passing confidence
vite (source) devDependencies patch 5.1.4 -> 5.1.5 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.529.1

Compare Source

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

v3.529.0

Compare Source

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

v3.528.0

Compare Source

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

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

v3.529.1

Compare Source

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

v3.529.0

Compare Source

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

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

v3.529.1

Compare Source

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

v3.529.0

Compare Source

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

v3.527.0

Compare Source

Features
  • client-sesv2: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2. (4b858e0)
aws/aws-sdk-js-v3 (@​aws-sdk/client-sfn)

v3.529.1

Compare Source

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

v3.529.0

Compare Source

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

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

v3.529.1

Compare Source

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

v3.529.0

Compare Source

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

fontsource/font-files (@​fontsource/roboto)

v5.0.12

Compare Source

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

v5.15.12

Compare Source

Mar 5, 2024

A big thanks to the 21 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.12
@mui/system@5.15.12
@mui/joy@5.0.0-beta.30
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​atomiks, @​brijeshb42, @​DanailH, @​danilo-leal, @​DiegoAndai, @​divyammadhok, @​Janpot, @​lhilgert9, @​matystroia, @​michaldudak, @​michelengelen, @​mj12albert, @​oliviertassinari, @​prakhargupta1, @​PunitSoniME, @​sai6855, @​siriwatknp, @​smox, @​zanivan, @​ZeeshanTamboli

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

v7.1.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

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

v7.1.1

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.132.0

Compare Source

Features
Bug Fixes

Alpha modules (2.132.0-alpha.0)

Bug Fixes
aws/aws-sdk-js (aws-sdk)

v2.1574.0

Compare Source

  • feature: Batch: This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
  • feature: CloudTrail: Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
  • feature: CognitoIdentityServiceProvider: Add ConcurrentModificationException to SetUserPoolMfaConfig
  • feature: GuardDuty: Add RDS Provisioned and Serverless Usage types
  • feature: Support: Update maintenance mode message to share upcoming end-of-support
  • feature: Transfer: Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.

v2.1573.0

Compare Source

  • feature: AppConfig: AWS AppConfig now supports dynamic parameters, which enhance the functionality of AppConfig Extensions by allowing you to provide parameter values to your Extensions at the time you deploy your configuration.
  • feature: EC2: This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation.
  • feature: Grafana: Adds support for the new GrafanaToken as part of the Amazon Managed Grafana Enterprise plugins upgrade to associate your AWS account with a Grafana Labs account.
  • feature: PaymentCryptographyData: AWS Payment Cryptography EMV Decrypt Feature Release
  • feature: WAFV2: You can increase the max request body inspection size for some regional resources. The size setting is in the web ACL association config. Also, the AWSManagedRulesBotControlRuleSet EnableMachineLearning setting now takes a Boolean instead of a primitive boolean type, for languages like Java.

v2.1572.0

Compare Source

  • feature: Imagebuilder: Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
  • feature: RDS: Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.
  • feature: Support: Update README with v2 end-of-support announcement
  • feature: Support: Add upcoming end-of-support message in postinstall
  • feature: VerifiedPermissions: Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.

v2.1571.0

Compare Source

  • feature: Organizations: This release contains an endpoint addition
  • feature: SESV2: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.

v2.1570.0

Compare Source

  • feature: CloudFormation: Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
  • feature: FSx: Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput.
  • feature: Organizations: Documentation update for AWS Organizations
Microsoft/TypeScript (typescript)

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

remix-run/react-router (react-router)

v6.22.3

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/router@1.15.3
remix-run/react-router (react-router-dom)

v6.22.3

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/router@1.15.3
    • react-router@6.22.3
vitejs/vite (vite)

v5.1.5

Compare Source


Configuration

📅 Schedule: Branch creation - "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 9db7dc0 into master Mar 9, 2024
4 checks passed
@mergify mergify bot deleted the renovate/all-minor-patch branch March 9, 2024 23:27
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