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 #331

Merged
merged 1 commit into from
Feb 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@aws-sdk/client-dynamodb (source) dependencies minor 3.511.0 -> 3.515.0 age adoption passing confidence
@aws-sdk/client-s3 (source) dependencies minor 3.511.0 -> 3.515.0 age adoption passing confidence
@aws-sdk/client-sesv2 (source) dependencies minor 3.511.0 -> 3.515.0 age adoption passing confidence
@aws-sdk/client-sfn (source) dependencies minor 3.511.0 -> 3.515.0 age adoption passing confidence
@aws-sdk/s3-request-presigner (source) dependencies minor 3.511.0 -> 3.515.0 age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.15.9 -> 5.15.10 age adoption passing confidence
@mui/material (source) dependencies patch 5.15.9 -> 5.15.10 age adoption passing confidence
@reduxjs/toolkit (source) dependencies minor 2.1.0 -> 2.2.1 age adoption passing confidence
@types/aws-lambda (source) devDependencies patch 8.10.133 -> 8.10.134 age adoption passing confidence
@types/node (source) devDependencies patch 20.11.17 -> 20.11.19 age adoption passing confidence
aws-cdk (source) devDependencies minor 2.127.0 -> 2.128.0 age adoption passing confidence
aws-cdk-lib (source) dependencies minor 2.127.0 -> 2.128.0 age adoption passing confidence
aws-sdk dependencies minor 2.1555.0 -> 2.1560.0 age adoption passing confidence
@types/react (source) devDependencies patch 18.2.55 -> 18.2.56 age adoption passing confidence
react-router (source) dependencies patch 6.22.0 -> 6.22.1 age adoption passing confidence
react-router-dom (source) dependencies patch 6.22.0 -> 6.22.1 age adoption passing confidence
vite (source) devDependencies patch 5.1.1 -> 5.1.3 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.515.0

Compare Source

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

v3.514.0

Compare Source

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

v3.513.0

Compare Source

Features
  • experimentalIdentityAndAuth: release phase for services without customizations (#​5787) (4004ff6)
aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.515.0

Compare Source

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

v3.514.0

Compare Source

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

v3.513.0

Compare Source

Features
  • experimentalIdentityAndAuth: release phase for services without customizations (#​5787) (4004ff6)
aws/aws-sdk-js-v3 (@​aws-sdk/client-sesv2)

v3.515.0

Compare Source

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

v3.514.0

Compare Source

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

v3.513.0

Compare Source

Features
  • experimentalIdentityAndAuth: release phase for services without customizations (#​5787) (4004ff6)
aws/aws-sdk-js-v3 (@​aws-sdk/client-sfn)

v3.515.0

Compare Source

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

v3.514.0

Compare Source

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

v3.513.0

Compare Source

Features
  • experimentalIdentityAndAuth: release phase for services without customizations (#​5787) (4004ff6)
aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner)

v3.515.0

Compare Source

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

v3.514.0

Compare Source

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

v3.513.0

Compare Source

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

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

v5.15.10

Compare Source

Feb 12, 2024

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

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.2.1

Compare Source

v2.2.0

Compare Source

This minor release:

  • Adds a second parameter to entityAdapter.getInitialState(additionalProps, entities) to allow prefilling state
    • Equivalent to entityAdapter.setAll(entityAdapter.getInitialState(additionalProps), entities)
    • First parameter can be undefined if no additional properties are desired
  • Allows initialising combineSlices with no static reducers
    • Previously const combinedReducer = combineSlices().withLazyLoadedSlices<LazyLoadedSlices>() would have thrown an error
    • Now returns a "no-op" reducer that just returns an empty object until first reducer injected
  • Allows a new 'throw' value for overrideExisting in injectEndpoints, which throws an error if a definition is injected with a name which is already used
  • Exports more type helpers for RTKQ hook and trigger types
  • Exports types related to overriding result types in enhanceEndpoints
  • Fixes state inference for injected slices when undeclared (i.e. not in LazyLoadedSlices)
  • Adds a action.meta.arg.isPrefetch value to query thunk actions when prefetched

What's Changed

New Contributors

Full Changelog: reduxjs/redux-toolkit@v2.1.0...v2.2.0

aws/aws-cdk (aws-cdk)

v2.128.0

Compare Source

Features
Bug Fixes

Alpha modules (2.128.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • app-staging-synthesizer-alpha: stagingBucketEncryption property is now required. For existing apps, specify BucketEncryption.KMS to retain existing behavior. For new apps, choose the bucket encryption that makes most sense for your use case. BucketEncryption.S3_MANAGED is available and is intended to be the default when this module is stabilized.
Features
Bug Fixes
aws/aws-sdk-js (aws-sdk)

v2.1560.0

Compare Source

  • feature: EMR: adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce
  • feature: Firehose: This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.
  • feature: SNS: This release marks phone numbers as sensitive inputs.

v2.1559.0

Compare Source

  • feature: Artifact: This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
  • feature: CodePipeline: Add ability to override timeout on action level.
  • feature: GuardDuty: Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
  • feature: HealthLake: This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
  • feature: OpenSearch: Adds additional supported instance types.
  • feature: Polly: Amazon Polly adds 1 new voice - Burcu (tr-TR)
  • feature: SageMaker: This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.

v2.1558.0

Compare Source

  • feature: ControlTower: Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
  • feature: LookoutEquipment: This feature allows customers to see pointwise model diagnostics results for their models.
  • feature: QBusiness: This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API.

v2.1557.0

Compare Source

  • feature: Lightsail: This release adds support to upgrade the major version of a database.
  • feature: MarketplaceCatalog: AWS Marketplace Catalog API now supports setting intent on requests
  • feature: ResourceExplorer2: Resource Explorer now uses newly supported IPv4 'amazonaws.com' endpoints by default.

v2.1556.0

Compare Source

  • feature: AppSync: Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
  • feature: CloudWatch: This release enables PutMetricData API request payload compression by default.
  • feature: Route53Domains: This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.
remix-run/react-router (react-router)

v6.22.1: v6.22.1

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6221

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

v6.22.1

Compare Source

vitejs/vite (vite)

v5.1.3

Compare Source

v5.1.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am on sunday" (UTC), 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 2e23ee4 into master Feb 18, 2024
4 checks passed
@mergify mergify bot deleted the renovate/all-minor-patch branch February 18, 2024 01:12
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