Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.99.1-alpha.0
->2.100.0-alpha.0
2.99.1-alpha.0
->2.100.0-alpha.0
2.99.1-alpha.0
->2.100.0-alpha.0
3.421.0
->3.427.0
3.421.0
->3.427.0
3.421.0
->3.427.0
3.421.0
->3.427.0
3.421.0
->3.427.0
5.14.11
->5.14.12
5.14.11
->5.14.12
6.16.0
->6.16.1
1.9.6
->1.9.7
8.10.122
->8.10.124
18.18.1
->18.18.4
18.2.23
->18.2.25
18.2.8
->18.2.11
9.0.4
->9.0.5
6.7.3
->6.7.4
6.7.3
->6.7.4
2.99.1
->2.100.0
2.99.1
->2.100.0
2.1467.0
->2.1472.0
10.2.70
->10.3.0
8.50.0
->8.51.0
2.2.5
->2.3.0
2.3.0
->2.3.1
4.4.9
->4.4.11
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-dynamodb)
v3.427.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.425.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.423.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.427.0
Compare Source
Features
v3.425.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.423.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/client-sesv2)
v3.427.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
v3.425.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
v3.423.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
aws/aws-sdk-js-v3 (@aws-sdk/client-sfn)
v3.427.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
v3.425.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
v3.423.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.427.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.425.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.423.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
mui/material-ui (@mui/icons-material)
v5.14.12
Compare Source
Oct 3, 2023
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.14.12
button
type (#39189) @sai6855@mui/system@5.14.12
variants
in the styled() util (#39073) @mnajdova@mui/base@5.0.0-beta.18
@mui/material-next@6.0.0-alpha.104
@mui/joy@5.0.0-beta.9
gap
property (#39147) @siriwatknpGlobalStyles
(#39278) @siriwatknpDocs
Autocomplete
github label demo to actual github label dropdown (#39228) @sai6855Box
withStack
in applicable demos (#39174) @sai6855Core
React Engineer - xCharts
Ashby link (#39172) @DanailHAll contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @Erik-McKelvey, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @Semigradsky, @siriwatknp, @xulingzhihou, @zanivan, @ZeeshanTamboli
mui/mui-x (@mui/x-date-pickers)
v6.16.1
Compare Source
Oct 6, 2023
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
Data Grid
@mui/x-data-grid@6.16.1
disableColumnSelector
demo idempotent (#10548) @MBilalShafi@mui/x-data-grid-pro@6.16.1
Same changes as in
@mui/x-data-grid@6.16.1
.@mui/x-data-grid-premium@6.16.1
Same changes as in
@mui/x-data-grid-pro@6.16.1
.Date Pickers
@mui/x-date-pickers@6.16.1
@mui/x-date-pickers-pro@6.16.1
Same changes as in
@mui/x-date-pickers@6.16.1
, plus:InputProps
propagation in multi input (#10564) @alexfauquetteCharts /
@mui/x-charts@6.0.0-alpha.14
onClick
is provided (#10551) @giladappsforceonClick
prop to PieChart (#10506) @giladappsforceslots
/slotProps
for the tooltip (#10515) @alexfauquetteDocs
DateRangePicker
example with aButton
trigger (#10485) @LukasTyCore
reduxjs/redux-toolkit (@reduxjs/toolkit)
v1.9.7
Compare Source
This bugfix release rewrites the RTKQ hook TS types to significantly improve TS perf.
Changelog
RTKQ TS Perf
A number of users had reported that Intellisense for RTKQ API objects was extremely slow (multiple seconds) - see discussion in #3214 . We did some perf investigation on user-provided examples, and concluded that the biggest factor to slow RTKQ TS perf was the calculation of hook names like
useGetPokemonQuery
, which was generating a large TS union of types.We've rewritten that hook names type calculation to use mapped types and a couple of intersections. In a specific user-provided stress test repo, it dropped TS calculation time by 60% (2600ms to 1000ms).
There's more potential work we can do to improve things, but this seems like a major perf improvement worth shipping now.
What's Changed
Full Changelog: reduxjs/redux-toolkit@v1.9.6...v1.9.7
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.7.4
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.4
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
aws/aws-cdk (aws-cdk)
v2.100.0
Compare Source
Features
cdk import
stable (#27390) (1057ef0)Bug Fixes
Alpha modules (2.100.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
Features
Bug Fixes
aws/aws-sdk-js (aws-sdk)
v2.1472.0
Compare Source
v2.1471.0
Compare Source
v2.1470.0
Compare Source
v2.1469.0
Compare Source
v2.1468.0
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.
This PR has been generated by Mend Renovate. View repository job log here.