chore(deps): update all non-major dependencies#1307
Merged
Conversation
7366290 to
8f15b8f
Compare
tackley
approved these changes
Aug 7, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.25.0.19->5.0.204.3.2->4.3.35.16.5->5.16.65.16.5->5.16.67.11.1->7.12.07.11.1->7.12.09.1.3->9.1.415.2.7->15.2.87.17.0->7.18.02.0.4->2.0.5Release Notes
apollographql/apollo-client (@apollo/client)
v3.11.2Compare Source
Patch Changes
38c0a2cThanks @jerelmiller! - Fix missinggetServerSnapshoterror when usinguseSubscriptionon the server.fontsource/font-files (@fontsource/inter)
v5.0.20Compare Source
dotansimha/graphql-code-generator (@graphql-codegen/client-preset)
v4.3.3Compare Source
Patch Changes
7ac42a3Thanks @nikitalocalhost! - Resolve runtime error when using the babel plugin within an ESM environment.mui/material-ui (@mui/icons-material)
v5.16.6Compare Source
Jul 30, 2024
A big thanks to the 5 contributors who made this release possible.
@mui/material@5.16.6Docs
<ListItem button/>withListItemButtoncomponent in routing libraries list example (#43114) @aliharis99reasontype 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.0Compare 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
RichTreeViewProcomponent📦 Support Common JS bundle out of the box on
@mui/x-chartsby adding vendored D3 dependencies.This modifies how the package imports D3.js. It will impact you if you use
d3packages installed by@mui/x-chartsand 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.0role=presentationa11y issue (#13891) @romgrk@mui/x-data-grid-pro@7.12.0Same changes as in
@mui/x-data-grid@7.12.0.@mui/x-data-grid-premium@7.12.0Same 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.0Same changes as in
@mui/x-date-pickers@7.12.0.Charts
@mui/x-charts@7.12.0axisIdprop being allowed in xAxis/yAxis config. Useidinstead. (#13986) @JCQuintasSeriesProviderto use in filtering (#14026) @JCQuintasTree View
@mui/x-tree-view@7.12.0onItemClickon the Tree View components (#14018) @flaviendelangleisEventTargetInDescendants(#13982) @flaviendelangleDocs
minDateandmaxDatedefaultdescription (#14024) @LukasTyrenderCell& autogenerated rows (#13879) @romgrkCore
chartsperformance with codspeed (#13952) @JCQuintasvaleactionpathsfiltering (#14038) @LukasTytypicode/husky (husky)
v9.1.4Compare Source
lint-staged/lint-staged (lint-staged)
v15.2.8Compare Source
Patch Changes
f0480f0Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version switched the--show-toplevelflag 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.0Compare 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.5Compare Source
🚀 Features
🐞 Bug Fixes
testNamePatternadds leading space - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6186 (073a5)afterEachcleanup hooks in node entrypoint - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6192 (e6fbc)defineProjectanddefineWorkspacetypes - 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.