fix(deps): update all non-major dependencies #901
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.12.3
->3.12.5
6.2.1
->6.3.1
6.2.1
->6.3.1
6.2.1
->6.3.1
7.23.2
->7.23.6
8.47.0
->8.48.0
5.62.8
->5.64.1
4.17.13
->4.17.14
18.3.17
->18.3.18
0.4.16
->0.4.18
15.2.11
->15.3.0
22.12.0
->22.13.0
8.15.1
->8.15.9
8.15.1
->8.15.9
5.2.0
->5.3.0
7.54.1
->7.54.2
9.14.0
->9.14.1
5.4.2
->5.4.3
7.0.2
->7.1.1
^0.0.1
->^0.0.4
5.7.2
->5.7.3
6.0.3
->6.0.7
Release Notes
apollographql/apollo-client (@apollo/client)
v3.12.5
Compare Source
Patch Changes
#12252
cb9cd4e
Thanks @jerelmiller! - Changes the default behavior of theMaybeMasked
type to preserve types unless otherwise specified. This change makes it easier to upgrade from older versions of the client where types could have unexpectedly changed in the application due to the default of trying to unwrap types into unmasked types. This change also fixes the compilation performance regression experienced when simply upgrading the client since types are now preserved by default.A new
mode
option has now been introduced to allow for the old behavior. See the next section on migrating if you wish to maintain the old default behavior after upgrading to this version.Migrating from <= v3.12.4
If you've adopted data masking and have opted in to using masked types by setting the
enabled
property totrue
, you can remove this configuration entirely:If you prefer to specify the behavior explicitly, change the property from
enabled: true
, tomode: "preserveTypes"
:If you rely on the default behavior in 3.12.4 or below and would like to continue to use unmasked types by default, set the
mode
tounmask
:v3.12.4
Compare Source
Patch Changes
4334d30
Thanks @charpeni! - Fix an issue withrefetchQueries
where comparingDocumentNode
s internally by references could lead to an unknown query, even though theDocumentNode
was indeed an active query—with a different reference.mui/material-ui (@mui/icons-material)
v6.3.1
Compare Source
Jan 3, 2025
A big thanks to the 8 contributors who made this release possible.
@mui/material@6.3.1
Docs
Anatomy
section in Accordion docs (#44849) @ZeeshanTamboliCore
060c55c
) @oliviertassinari1b9300f
) @oliviertassinari6b923a4
) @oliviertassinariAll contributors of this release in alphabetical order: @adityaparab, @DiegoAndai, @komkanit, @oliviertassinari, @sai6855, @siddhantantil39, @yash49, @ZeeshanTamboli
v6.3.0
Compare Source
Dec 23, 2024
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
The HTML elements of the Accordion summary have been updated:
This will only impact you if you used the HTML element as selectors in your styles.
@mui/material@6.3.0
groupedOptions
prop (#44657) @lewxdevownerState
propagation for transition slots (#44401) @ZeeshanTambolislots
andslotProps
. (#44570) @siriwatknp@mui/system@6.3.0
before
directly without using prepend for global styles (#44648) @siriwatknpDocs
theme.applyStyles()
docs (#44658) @DiegoAndaiCore
.muiName =
(#44071) @JanpotoptimizeFonts
Next.js option (#44802) @LukasTyAll contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @DiegoAndai, @Janpot, @lewxdev, @LukasTy, @romgrk, @sai6855, @siriwatknp, @yash49, @ZeeshanTamboli
mui/mui-x (@mui/x-date-pickers)
v7.23.6
Compare Source
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
Special thanks go out to the community contributors who have helped make this release possible:
@josteinjhauge, @derek-0000, @nusr, @k-rajat19, @tomashauser.
Following are all team members who have contributed to this release:
@flaviendelangle, @LukasTy, @MBilalShafi, @arminmeh, @oliviertassinari, @cherniavskii.
Data Grid
@mui/x-data-grid@7.23.6
name
attribute to selection checkboxes (#16041) @derek-0000@mui/x-data-grid-pro@7.23.6
Same changes as in
@mui/x-data-grid@7.23.6
.@mui/x-data-grid-premium@7.23.6
Same changes as in
@mui/x-data-grid-pro@7.23.6
.Date and Time Pickers
@mui/x-date-pickers@7.23.6
date-fns-jalali
v4 (#16013) @LukasTy@mui/x-date-pickers-pro@7.23.6
Same changes as in
@mui/x-date-pickers@7.23.6
.Charts
@mui/x-charts@7.23.6
@mui/x-charts-pro@7.23.6
Same changes as in
@mui/x-charts@7.23.6
.Tree View
@mui/x-tree-view@7.23.6
@mui/x-tree-view-pro@7.23.6
Same changes as in
@mui/x-tree-view@7.23.6
.Docs
EditingWithDatePickers
demo (#16047) @k-rajat19LocalizationProvider
(#16088) @tomashauserCore
release:version
docs (#16040) @cherniavskiiv7.23.3
Compare Source
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
Special thanks go out to the community contributors who have helped make this release possible:
@k-rajat19, @good-jinu.
Following are all team members who have contributed to this release:
@KenanYusuf, @MBilalShafi, @arminmeh, @flaviendelangle.
Data Grid
@mui/x-data-grid@7.23.3
.main
element (#15919) @MBilalShaficolumnGroupHeaderHeight
prop ingetTotalHeaderHeight
method (#15927) @k-rajat19indeterminateCheckboxAction
prop (#15862) @MBilalShafiaria-label
value for group checkboxes (#15861) @MBilalShafi<GridActionsCell />
(#15871) @k-rajat19@mui/x-data-grid-pro@7.23.3
Same changes as in
@mui/x-data-grid@7.23.3
.@mui/x-data-grid-premium@7.23.3
Same changes as in
@mui/x-data-grid-pro@7.23.3
.Date and Time Pickers
@mui/x-date-pickers@7.23.3
@mui/x-date-pickers-pro@7.23.3
Same changes as in
@mui/x-date-pickers@7.23.3
.getsentry/sentry-javascript (@sentry/react)
v8.48.0
Compare Source
Deprecations
feat(v8/core): Deprecate
getDomElement
method (#14799)Deprecates
getDomElement
. There is no replacement.Other changes
continueTrace
implementation in core (#14819)NODE_OPTIONS
is not passed to worker threads (#14825)tagName
when name is not provided toTraceDirective
(#14828)openTelemetrySpanProcessors
option (#14853)Set
as theallRoutes
container. (#14878) (#14884)normalizedRequest
tosamplingContext
(#14903)syncFeedbackIntegration
(#14918)Work in this release was contributed by @arturovt. Thank you for your contribution!
Bundle size 📦
TanStack/query (@tanstack/react-query)
v5.64.1
Compare Source
Version 5.64.1 - 1/13/25, 1:23 PM
Changes
Fix
Array
andReadonlyArray
for typed query and mutation keys (#8529) (8d174c8
) by @neefrehmanPackages
v5.64.0
Compare Source
v5.63.0
Compare Source
Version 5.63.0 - 1/8/25, 2:21 PM
Changes
Feat
e2bc216
) by Dominik DorfmeisterPackages
v5.62.16
Version 5.62.16 - 1/6/25, 7:15 PM (Manual Release)
Changes
Fix
e664d22
) by nick-avi-sayqueryKey
match the current value of ref used inside (#8443) (3104854
) by @Mini-ghostf6757a6
) by Ifeanyi Aladi9a0ca9b
) by Tomáš VojtášekTest
d08d115
) by Dominik DorfmeisterPackages
v5.62.14
Compare Source
Version 5.62.14 - 1/3/25, 7:50 PM
Changes
Fix
0503282
) by @minseong0324Packages
v5.62.12
Compare Source
Version 5.62.12 - 1/3/25, 2:50 PM
Changes
Perf
19b95c4
) by Dominik DorfmeisterDocs
3124193
) by @matt-tingenPackages
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.