chore(deps): update all non-major dependencies #1307
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.11.1
->3.11.2
5.0.19
->5.0.20
4.3.2
->4.3.3
5.16.5
->5.16.6
5.16.5
->5.16.6
7.11.1
->7.12.0
7.11.1
->7.12.0
9.1.3
->9.1.4
15.2.7
->15.2.8
7.17.0
->7.18.0
2.0.4
->2.0.5
Release Notes
apollographql/apollo-client (@apollo/client)
v3.11.2
Compare Source
Patch Changes
38c0a2c
Thanks @jerelmiller! - Fix missinggetServerSnapshot
error when usinguseSubscription
on the server.fontsource/font-files (@fontsource/inter)
v5.0.20
Compare Source
dotansimha/graphql-code-generator (@graphql-codegen/client-preset)
v4.3.3
Compare Source
Patch Changes
7ac42a3
Thanks @nikitalocalhost! - Resolve runtime error when using the babel plugin within an ESM environment.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-data-grid)
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) @LukasTytypicode/husky (husky)
v9.1.4
Compare Source
lint-staged/lint-staged (lint-staged)
v15.2.8
Compare Source
Patch Changes
f0480f0
Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevel
command was taken into use for resolving the current git repo root. This version switched the--show-toplevel
flag with--show-cdup
, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.jschild_process
. The new flag returns a path relative to the working directory, avoiding the issue.The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
typescript-eslint/typescript-eslint (typescript-eslint)
v7.18.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (vitest)
v2.0.5
Compare Source
🚀 Features
🐞 Bug Fixes
testNamePattern
adds leading space - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6186 (073a5)afterEach
cleanup hooks in node entrypoint - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6192 (e6fbc)defineProject
anddefineWorkspace
types - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6198 (8cd82)node:*
imports in__mocks__
folder - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6204 (a48be)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "* 0-4 * * 3" (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 was generated by Mend Renovate. View the repository job log.