chore(deps): update all non-major dependencies #378
Merged
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:
3.620.0
->3.623.0
3.620.0
->3.623.0
3.620.0
->3.623.0
3.620.0
->3.623.0
3.620.0
->3.623.0
0.0.29
->0.0.30
5.16.5
->5.16.6
5.16.5
->5.16.6
7.11.1
->7.12.0
2.2.6
->2.2.7
20.14.12
->20.14.14
7.17.0
->7.18.0
7.17.0
->7.18.0
2.150.0
->2.151.0
2.150.0
->2.151.0
2.1664.0
->2.1667.0
1.7.2
->1.7.3
6.25.1
->6.26.0
29.2.3
->29.2.4
6.25.1
->6.26.0
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-dynamodb)
v3.623.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.622.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.621.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
3.620.1 (2024-07-29)
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.620.1
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.623.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.622.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.621.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
3.620.1 (2024-07-29)
Note: Version bump only for package @aws-sdk/client-s3
v3.620.1
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/client-sesv2)
v3.623.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
v3.622.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
v3.621.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
3.620.1 (2024-07-29)
Note: Version bump only for package @aws-sdk/client-sesv2
v3.620.1
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
aws/aws-sdk-js-v3 (@aws-sdk/client-sfn)
v3.623.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
v3.622.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
v3.621.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
3.620.1 (2024-07-29)
Note: Version bump only for package @aws-sdk/client-sfn
v3.620.1
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.623.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.622.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.621.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
3.620.1 (2024-07-29)
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.620.1
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.30
Compare Source
0.0.30 (2024-07-27)
mui/material-ui (@mui/icons-material)
v5.16.6
Compare Source
Jul 30, 2024
A big thanks to the 5 contributors who made this release possible.
@mui/material@5.16.6
Docs
<ListItem button/>
withListItemButton
component in routing libraries list example (#43114) @aliharis99reason
type in demos (#43105) @sai6855Core
All contributors of this release in alphabetical order: @aliharis99, @anuujj, @mnajdova, @sai6855, @shahzaibdev1
mui/mui-x (@mui/x-date-pickers)
v7.12.0
Compare Source
Aug 1, 2024
💵 Our commercial offering is evolving
The Pro plan is receiving two new packages:
@mui/x-tree-view-pro
(available today!)@mui/x-charts-pro
(available in the coming weeks)As always, every feature released as part of the MIT plan will remain free and MIT licensed forever.
This expansion of the Pro plan comes with some adjustments to our pricing strategy. Learn more about those in the Upcoming changes to MUI X pricing in 2024 blog post.
Highlights
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
🎁 Introduce item reordering using drag and drop on the
RichTreeViewPro
component📦 Support Common JS bundle out of the box on
@mui/x-charts
by adding vendored D3 dependencies.This modifies how the package imports D3.js. It will impact you if you use
d3
packages installed by@mui/x-charts
and don't have them in yourpackage.json
. You shouldn't be affected otherwise.For more context, the initial issue is caused by D3 only exporting ESM.
The solution up until now was to export charts with only ESM. But some frameworks are confused by this configuration.
So in order to fix this, we are providing a CJS version of D3.
🌍 Improve Turkish (tr-TR) locale on the Data Grid
🌍 Improve Finnish (fi-FI) locale on the Date and Time Pickers
🐞 Bugfixes
📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.12.0
role=presentation
a11y issue (#13891) @romgrk@mui/x-data-grid-pro@7.12.0
Same changes as in
@mui/x-data-grid@7.12.0
.@mui/x-data-grid-premium@7.12.0
Same changes as in
@mui/x-data-grid-pro@7.12.0
.Date and Time Pickers
@mui/x-date-pickers@7.12.0
@mui/x-date-pickers-pro@7.12.0
Same changes as in
@mui/x-date-pickers@7.12.0
.Charts
@mui/x-charts@7.12.0
axisId
prop being allowed in xAxis/yAxis config. Useid
instead. (#13986) @JCQuintasSeriesProvider
to use in filtering (#14026) @JCQuintasTree View
@mui/x-tree-view@7.12.0
onItemClick
on the Tree View components (#14018) @flaviendelangleisEventTargetInDescendants
(#13982) @flaviendelangleDocs
minDate
andmaxDate
default
description (#14024) @LukasTyrenderCell
& autogenerated rows (#13879) @romgrkCore
charts
performance with codspeed (#13952) @JCQuintasvale
actionpaths
filtering (#14038) @LukasTyreduxjs/redux-toolkit (@reduxjs/toolkit)
v2.2.7
Compare Source
This bugfix release fixes issues with "TS type portability" errors, improves build artifact tree shaking behavior, and exports some additional TS types.
Changelog
TS Type Portability
We've had a slew of issues reported around "TS type portability" errors, such as:
The error messages are typically along the lines of:
@aryaemami59 did some deep investigation and concluded these were due to a mixture of using
interface
instead oftype
in most places, not pre-bundling our TS typedefs, and not exporting some of the unique symbols we use internally.Arya put together a highly detailed writeup and set of fixes in #4467: Fix: TypeScript Type Portability Issues, and that appears to resolve all of those issues we've seen. Thank you!
Other Changes
Arya also did significant work to improve RTK's treeshaking, tweaking internal definitions to let bundlers better separate out unused code.
We've exported additional types like
UpdateDefinitions
andRetryOptions
, per request.listenerMiddleware.withTypes()
methods now allow passing in anExtraArgument
generic.What's Changed
Full Changelog: reduxjs/redux-toolkit@v2.2.6...v2.2.7
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib
eslint-plugin: [unbound-method] report on destructuring in function parameters
eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types
eslint-plugin: [strict-boolean-expressions] support branded booleans
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.18.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.151.0
Compare Source
Features
description
property for stage (#30820) (8651bbe)versionDescription
property forLaunchTemplate
(#30837) (597228c)description
property foreventBus
(#30935) (28fbc82)displayName
for topic (#30770) (da2ec75)Bug Fixes
Alpha modules (2.151.0-alpha.0)
Features
aws/aws-sdk-js (aws-sdk)
v2.1667.0
Compare Source
v2.1666.0
Compare Source
v2.1665.0
Compare Source
axios/axios (axios)
v1.7.3
Compare Source
Bug Fixes
Contributors to this release
remix-run/react-router (react-router)
v6.26.0
Compare Source
Minor Changes
replace(url, init?)
alternative toredirect(url, init?)
that performs ahistory.replaceState
instead of ahistory.pushState
on client-side navigation redirects (#11811)Patch Changes
future.v7_partialHydration
along withunstable_patchRoutesOnMiss
(#11838)router.state.matches
will now include any partial matches so that we can render ancestorHydrateFallback
components@remix-run/router@1.19.0
kulshekhar/ts-jest (ts-jest)
v29.2.4
Compare Source
remix-run/react-router (react-router-dom)
v6.26.0
Compare Source
Minor Changes
replace(url, init?)
alternative toredirect(url, init?)
that performs ahistory.replaceState
instead of ahistory.pushState
on client-side navigation redirects (#11811)Patch Changes
future.v7_partialHydration
along withunstable_patchRoutesOnMiss
(#11838)router.state.matches
will now include any partial matches so that we can render ancestorHydrateFallback
components@remix-run/router@1.19.0
react-router@6.26.0
Configuration
📅 Schedule: Branch creation - "before 6am on saturday" 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.
This PR was generated by Mend Renovate. View the repository job log.