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

Merged
merged 1 commit into from
Oct 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2023

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-cdk/aws-apigatewayv2-alpha dependencies minor 2.97.0-alpha.0 -> 2.99.1-alpha.0 age adoption passing confidence
@aws-cdk/aws-apigatewayv2-authorizers-alpha dependencies minor 2.97.0-alpha.0 -> 2.99.1-alpha.0 age adoption passing confidence
@aws-cdk/aws-apigatewayv2-integrations-alpha dependencies minor 2.97.0-alpha.0 -> 2.99.1-alpha.0 age adoption passing confidence
@aws-lambda-powertools/logger (source) dependencies minor 1.13.1 -> 1.14.0 age adoption passing confidence
@aws-lambda-powertools/tracer (source) dependencies minor 1.13.1 -> 1.14.0 age adoption passing confidence
@aws-sdk/client-dynamodb (source) dependencies minor 3.418.0 -> 3.421.0 age adoption passing confidence
@aws-sdk/client-s3 (source) dependencies minor 3.418.0 -> 3.421.0 age adoption passing confidence
@aws-sdk/client-sesv2 (source) dependencies minor 3.418.0 -> 3.421.0 age adoption passing confidence
@aws-sdk/client-sfn (source) dependencies minor 3.418.0 -> 3.421.0 age adoption passing confidence
@aws-sdk/s3-request-presigner (source) dependencies minor 3.418.0 -> 3.421.0 age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.14.9 -> 5.14.11 age adoption passing confidence
@mui/material (source) dependencies patch 5.14.10 -> 5.14.11 age adoption passing confidence
@mui/x-date-pickers (source) dependencies minor 6.15.0 -> 6.16.0 age adoption passing confidence
@reduxjs/toolkit (source) dependencies patch 1.9.5 -> 1.9.6 age adoption passing confidence
@types/node (source) devDependencies minor 18.17.19 -> 18.18.1 age adoption passing confidence
@types/react (source) devDependencies patch 18.2.22 -> 18.2.23 age adoption passing confidence
@types/react-dom (source) devDependencies patch 18.2.7 -> 18.2.8 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies patch 6.7.2 -> 6.7.3 age adoption passing confidence
@typescript-eslint/parser devDependencies patch 6.7.2 -> 6.7.3 age adoption passing confidence
@vitejs/plugin-react (source) devDependencies minor 4.0.4 -> 4.1.0 age adoption passing confidence
aws-cdk devDependencies minor 2.97.0 -> 2.99.1 age adoption passing confidence
aws-cdk-lib dependencies minor 2.97.0 -> 2.99.1 age adoption passing confidence
aws-sdk dependencies minor 2.1463.0 -> 2.1467.0 age adoption passing confidence
esbuild dependencies patch 0.19.3 -> 0.19.4 age adoption passing confidence
axios (source) dependencies patch 1.5.0 -> 1.5.1 age adoption passing confidence
glob devDependencies patch 10.3.6 -> 10.3.10 age adoption passing confidence
web-vitals dependencies minor 3.4.0 -> 3.5.0 age adoption passing confidence

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


Release Notes

aws-powertools/powertools-lambda-typescript (@​aws-lambda-powertools/logger)

v1.14.0

Compare Source

Features

1.13.1 (2023-09-21)

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

v3.421.0

Compare Source

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

v3.420.0

Compare Source

Features
  • client-dynamodb: Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table (4ff14d6)
aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.421.0

Compare Source

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

v3.420.0

Compare Source

Features
  • client-s3: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK. (33e5436)
aws/aws-sdk-js-v3 (@​aws-sdk/client-sesv2)

v3.421.0

Compare Source

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

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

v3.421.0

Compare Source

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

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

v3.421.0

Compare Source

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

v3.420.0

Compare Source

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

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

v5.14.11

Compare Source

Sep 26, 2023

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

@mui/material@5.14.11
@mui/utils@5.14.11
@mui/base@5.0.0-beta.17
@mui/joy@5.0.0-beta.8
@mui/material-next@6.0.0-alpha.103
@mui/lab@5.0.0-alpha.146
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alisasanib, @​anle9650, @​anon-phantom, @​DanailH, @​danilo-leal, @​DiegoAndai, @​flaviendelangle, @​gitstart, @​Janpot, @​jergason, @​maheshguntur, @​michaldudak, @​mikailaread, @​mj12albert, @​mnajdova, @​oliviertassinari, @​sai6855, @​Studio384, @​tebersefa, @​vadimka123, @​zanivan, @​ZeeshanTamboli

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

v6.16.0

Compare Source

Sep 29, 2023

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

  • 🎁 Add a clearable behavior to all the single input pickers and fields (#​9095) @​noraleonte

    The pickers and fields now have an out-of-the box implementation for clearing the field value. You can see the documentation for this behavior on the Date Picker documentation.

    Clearable behavior
  • 💫 Add Date Picker customization playground (#​9581) @​noraleonte

    You can play around with style customization options on the Date Picker documentation.

    We are thrilled to hear your feedback about this functionality!

  • 🚀 Fix header filters menu auto closing on render (#​10483) @​MBilalShafi

  • 🎯 Fix column headers scroll when theme scoping is used (#​10437) @​cherniavskii

  • 🌍 Improve Russian (ru-RU) locale on the data grid

  • 🐞 Bugfixes

  • 📚 Documentation improvements

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

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

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

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

Date Pickers
@mui/x-date-pickers@6.16.0
@mui/x-date-pickers-pro@6.16.0 pro

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

Charts / @mui/x-charts@6.0.0-alpha.13
Tree View / @mui/x-tree-view@6.0.0-beta.0
Docs
Core
reduxjs/redux-toolkit (@​reduxjs/toolkit)

v1.9.6

Compare Source

This bugfix release adds a new dev-mode middleware to catch accidentally dispatching an action creator, adds a new listener middleware option around waiting for forks, adds a new option to update provided tags when updateQueryData is used, reworks internal types to better handle uses with TS declaration output, and fixes a variety of small issues.

Changelog
Action Creator Dev Check Middleware

RTK already includes dev-mode middleware that check for the common mistakes of accidentally mutating state and putting non-serializable values into state or actions.

Over the years we've also seen a semi-frequent error where users accidentally pass an action creator reference to dispatch, instead of calling it and dispatching the action it returns.

We've added another dev-mode middleware that specifically catches this error and warns about it.

Additional Options

The listener middleware's listenerApi.fork() method now has an optional autoJoin flag that can be used to keep the effect from finishing until all active forked tasks have completed.

updateQueryData now has an updateProvidedTags option that will force a recalculation of that endpoint's provided tags. It currently defaults to false, and we'll likely turn that to true in the next major.

Other Fixes

The builder.addCase method now throws an error if a type string is empty.

fetchBaseQuery now uses an alternate method to clone the original Request in order to work around an obscure Chrome bug.

The immutability middleware logic was tweaked to avoid a potential stack overflow.

Types Changes

The internal type imports have been reworked to try to fix "type portability" issues when used in combination with TS declaration outputs.

A couple additional types were exported to help with wrapping createAsyncThunk.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v1.9.5...v1.9.6

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

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

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

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.1.0

Compare Source

  • Add @types/babel__cores to dependencies (fix #​211)
  • Improve build perf when not using Babel plugins by lazy loading @babel/core #​212
  • Better invalidation message when an export is added & fix HMR for export of nullish values #​215
  • Include non-dev jsx runtime in optimizeDeps & support HMR for JS files using the non dev runtime #​224
  • The build output now contains a index.d.cts file so you don't get types errors when setting moduleResolution to node16 or nodenext in your tsconfig (we recommend using bundler which is more close to how Vite works)
aws/aws-cdk (aws-cdk)

v2.99.1

Compare Source

Bug Fixes

Alpha modules (2.99.1-alpha.0)

v2.99.0

Compare Source

Features
Bug Fixes

Alpha modules (2.99.0-alpha.0)

Features
Bug Fixes
  • appconfig: allow multiple environment monitor roles to be created (#​27243) (9312c97)

v2.98.0

Compare Source

Features
Bug Fixes
  • rds: prevent rendering deprecated credentials when creating a database cluster from a snapshot (under feature flag) (#​27174) (1fd22a7), closes #​23815

Alpha modules (2.98.0-alpha.0)

Features

v2.97.1

Compare Source

Reverts

Alpha modules (2.97.1-alpha.0)

aws/aws-sdk-js (aws-sdk)

v2.1467.0

Compare Source

  • feature: Bedrock: Model Invocation logging added to enable or disable logs in customer account. Model listing and description support added. Provisioned Throughput feature added. Custom model support added for creating custom models. Also includes list, and delete functions for custom model.
  • feature: BedrockRuntime: Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.
  • feature: Budgets: Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
  • feature: EC2: Adds support for Customer Managed Key encryption for Amazon Verified Access resources
  • feature: IoTFleetWise: AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added.
  • feature: SageMaker: Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector.
  • feature: SageMakerFeatureStoreRuntime: Feature Store supports read/write of records with collection type features.

v2.1466.0

Compare Source

  • feature: CognitoIdentityServiceProvider: The UserPoolType Status field is no longer used.
  • feature: Firehose: Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka.
  • feature: Iot: Added support for IoT Rules Engine Kafka Action Headers
  • feature: Textract: This release adds new feature - Layout to Analyze Document API which can automatically extract layout elements such as titles, paragraphs, headers, section headers, lists, page numbers, footers, table areas, key-value areas and figure areas and order the elements as a human would read.

v2.1465.0

Compare Source

  • feature: AppIntegrations: The Amazon AppIntegrat

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 16ebd36 into master Oct 1, 2023
4 checks passed
@mergify mergify bot deleted the renovate/all-minor-patch branch October 1, 2023 00:37
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