fix(deps): update all non-major dependencies #878
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.8.1
->3.8.3
5.14.6
->5.14.8
5.0.0-alpha.141
->5.0.0-alpha.143
5.14.6
->5.14.8
2.9.37
->2.9.38
4.14.197
->4.14.198
6.4.1
->6.6.0
6.4.1
->6.6.0
2.4.3
->2.4.4
3.2.0
->3.2.1
3.0.2
->3.0.3
0.34.3
->0.34.4
Release Notes
apollographql/apollo-client (@apollo/client)
v3.8.3
Compare Source
Patch Changes
fd2a4cf0c
Thanks @phryneas! - Call devtools registration after ApolloClient is fully set up.v3.8.2
Compare Source
Patch Changes
#10072
51045c336
Thanks @Huulivoide! - Fixes race conditions in useReactiveVar that may prevent updates to the reactive variable from propagating through the hook.#11162
d9685f53c
Thanks @jerelmiller! - Ensures GraphQL errors returned in subscription payloads adhere to theerrorPolicy
set inclient.subscribe(...)
calls.#11134
96492e142
Thanks @alessbell! - Use separate type imports in useSuspenseQuery and useBackgroundQuery to workaround SWC compiler issue.#11117
6b8198109
Thanks @phryneas! - Adds a new devtools registration mechanism and tweaks the mechanism behind the"devtools not found" mechanic.
#11186
f1d429f32
Thanks @jerelmiller! - Fix an issue where race conditions when rapidly switching between variables would sometimes result in the wrongdata
returned from the query. Specifically this occurs when a query is triggered with an initial set of variables (VariablesA
), then triggers the same query with another set of variables (VariablesB
) but switches back to theVariablesA
before the response forVariablesB
is returned. Previously this would result in the data forVariablesB
to be displayed whileVariablesA
was active. The data is forVariablesA
is now properly returned.#11163
a8a9e11e9
Thanks @bignimbus! - Fix typo in error message: "occured" -> "occurred"#11180
7d9c481e5
Thanks @jerelmiller! - Fixes an issue where refetching fromuseBackgroundQuery
viarefetch
with an error after an error was already fetched would get stuck in a loading state.mui/material-ui (@mui/icons-material)
v5.14.8
Compare Source
Sep 5, 2023
A big thanks to the 25 contributors who made this release possible.
@mui/material@5.14.8
Slider
InputLabel
InputBase
Radio
(#38401) @sai6855ref
type (#38717) @ZeeshanTamboli@mui/base@5.0.0-beta.14
@mui/joy@5.0.0-beta.5
ratio
prop description (#38743) @sai6855@mui/lab@5.0.0-alpha.143
@mui/system@5.14.8
mergeBreakpointsInOrder
function (#38749) @imevancDocs
overlay
prop demo (#38702) @danilo-lealCore
[core] Re-add nx and setup build caching (#38752) @brijeshb42
[core] Remove dead code seoTitle @oliviertassinari
[core] Use immutable refs (#38762) @oliviertassinari
[core] Rework
typescript-to-proptypes
to share the AST parsing withparseStyles
(#38517) @flaviendelangle[core] Fix CI @oliviertassinari
[core] Remove unnecessary
@types/webpack
package (#38720) @ZeeshanTamboli[core] Remove duplicate prop @oliviertassinari
[docs-infra] Fix mobile display in CodeSandbox (#38767) @oliviertassinari
[docs-infra] Remove legacy GA (#37579) @alexfauquette
[docs-infra] Fix emotion :first-child console log (#38690) @oliviertassinari
[docs-infra] Fix leaking callout content (#38712) @danilo-leal
[docs-infra] Remove emoji from callouts (#38694) @danilo-leal
[website] Fix out of date discount value @oliviertassinari
[website] Fix out-of-date label on Toolpad (#38744) @bharatkashyap
[website] Fine-tune branding buttons box shadows (#38731) @danilo-leal
[website] Fix pricing table style (#38681) @alexfauquette
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @amal-qb, @anle9650, @anon-phantom, @bharatkashyap, @brijeshb42, @christophermorin, @danilo-leal, @flaviendelangle, @imevanc, @jyash97, @mbrookes, @michaldudak, @mj12albert, @oliviertassinari, @omriklein, @pcorpet, @rajgop1, @ruflair, @sai6855, @siriwatknp, @szalonna, @zanivan, @ZeeshanTamboli
v5.14.7
Compare Source
Aug 29, 2023
A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/material@5.14.7
disabled
(#38611) @mj12albert@mui/base@5.0.0-beta.13
@mui/zero-runtime@0.0.1-alpha.1
Docs
loading
prop documentation (#38625) @sai6855key
prop JSDoc description inSnackbar
component code correctly (#38603) @jaydensericCore
@types/jsdom
(#38657) @renovate[bot]All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @DerTimonius, @DiegoAndai, @Janpot, @jaydenseric, @mj12albert, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.6.0
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.5.0
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.4.1 (2023-08-21)
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.6.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.5.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.4.1 (2023-08-21)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
jaredpalmer/formik (formik)
v2.4.4
Compare Source
Patch Changes
41720c2
#3862 Thanks @yazaldefilimonepinto! - ForwardclassName
for custom components used withField
da58b29
#3858 Thanks @alaanescobedo! - Remove use of deprecatedStatelessComponent
type in favor ofFunctionComponent
5c01ee7
#3872 Thanks @rajpatelbot! - FIX: Fixed resetForm function dependency issuehighcharts/highcharts-react (highcharts-react-official)
v3.2.1
Compare Source
prettier/prettier (prettier)
v3.0.3
Compare Source
diff
Add
preferUnplugged: true
topackage.json
(#15169 by @fisker and @so1ve)Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add
preferUnplugged: true
topackage.json
, so Yarn will install Prettier as unplug by default.Support shared config that forbids
require()
(#15233 by @fisker)If an external shared config package is used, and the package
exports
don't haverequire
ordefault
export.In Prettier 3.0.2 Prettier fails when attempt to
require()
the package, and throws an error.Allow argument of
require()
to break (#15256 by @fisker)Do not print trailing commas in arrow function type parameter lists in
ts
code blocks (#15286 by @sosukesuzuki)Support TypeScript 5.2
using
/await using
declaration (#15321 by @sosukesuzuki)Support for the upcoming Explicit Resource Management feature in ECMAScript.
using
/await using
declarationvitest-dev/vitest (vitest)
v0.34.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
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 has been generated by Mend Renovate. View repository job log here.