fix(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@material-ui/core (source) | dependencies | patch | 4.12.3 -> 4.12.4 |
@material-ui/icons (source) | dependencies | patch | 4.11.2 -> 4.11.3 |
@react-oauth/google | dependencies | minor | ^0.8.0 -> ^0.12.0 |
@types/gapi (source) | dependencies | patch | 0.0.39 -> 0.0.47 |
@types/gapi.auth2 (source) | dependencies | patch | 0.0.51 -> 0.0.61 |
@types/node (source) | dependencies | minor | 12.0.10 -> 12.20.55 |
@types/react (source) | dependencies | minor | 16.8.22 -> 16.14.62 |
@types/react-dom (source) | dependencies | minor | 16.8.4 -> 16.9.24 |
@types/react-timeago (source) | dependencies | patch | 4.1.3 -> 4.1.7 |
ip | dependencies | patch | 2.0.0 -> 2.0.1 |
python | final | minor |
3.9 -> 3.13
|
react-router-dom (source) | dependencies | patch | 5.3.0 -> 5.3.4 |
Release Notes
mui-org/material-ui (@material-ui/core)
v4.12.4
: 4.12.4
Big thanks to the 6 contributors who made this release possible. Here are some highlights
This release was motivated by fixing compatibility issues with TypeScript 4.7 (#32041).
@material-ui/core@4.12.4
- [core] Fix TS 4.7 compat issues (#32041, #32126) @eps1lon
- [TextField] Use deprecatedPropType on the deprecated props (#27503) @mnajdova
Docs
- update all the links to the new domain @oliviertassinari
- Update canonicals to point to the new domain @oliviertassinari
- [Badge] Warn on default `overlap` value as well (#27573) @eps1lon
- [docs] Fix seo issues on v4 (#28999) @mnajdova
- [docs] Use branch deploy for v4 docs (#28896) @oliviertassinari
- [docs] Improve the banner that points to v5 @oliviertassinari
- [docs] Fix various broken master links (#28358) @eps1lon
- [docs] Remove job ad on the website (#28343) @eps1lon
- [docs] Prepare for v4.material-ui.com deploy (#28227) @mnajdova
- [docs] Cancelled subscription @oliviertassinari
- [docs] v5 is no longer a beta @oliviertassinari
- [docs] Sync redirections from X into Core @oliviertassinari
- [docs] Add GridExportCSVOptions page to documentation pages (#27414) @flaviendelangle
- [docs] Add job ad (#27784) @oliviertassinari
- [docs] Fix api generation for `deprecatedPropType` (#27576) @mnajdova
- [v4] Batch fixes (#28684) @mnajdova
- [website] Experiment without compensation @oliviertassinari
- [website] Add spicefactory as gold sponsor @oliviertassinari
Core
- [core] Consider v4.x as the base (#28344) @eps1lon
All contributors of this release in alphabetical order: @eps1lon, @flaviendelangle, @mbrookes, @mnajdova, @oliviertassinari, @spiftire
MomenSherif/react-oauth (@react-oauth/google)
v0.12.1
Patch Changes
-
d237197
Thanks @MomenSherif! - adduse client
directive to support nextjs out of the box
v0.12.0
Minor Changes
-
#316
9c23c44
Thanks @MomenSherif!- add support for use_fedcm_for_prompt for fedcm migration
- export
useGoogleOAuth
returns { scriptLoadedSuccessfully: boolean; clientId: string }
v0.11.1
Patch Changes
-
#278
cb2a8ce
Thanks @MomenSherif! - allow width to be string or number for google login button
v0.11.0
Minor Changes
-
#253
3826f02
Thanks @LivioGama! - add state_cookie_domain to allow multiple subdomains connection
v0.10.0
Minor Changes
-
#249
2217cc5
Thanks @MomenSherif! - add prompt_parent_id to change the prompt default's position
v0.9.1
Patch Changes
-
#236
a9832bf
Thanks @jcayabyab! - add include_granted_scopes to CodeClientConfig and TokenClientConfig
v0.9.0
Minor Changes
v0.8.1
Patch Changes
remix-run/react-router (react-router-dom)
v5.3.4
We removed the mini-create-react-context
dependency, moving it into an internal module to eliminate peer dependency warnings for users on React 18 (#9382).
Full Changelog: https://github.com/remix-run/react-router/compare/v5.3.3...v5.3.4
v5.3.3
This release fixes a bad version selector in react-router-native.
v5.3.2
- Fix: make v5 Router compatible with v18 StrictMode by @jgoz in https://github.com/remix-run/react-router/pull/8831
v5.3.1
This release adds missing LICENSE
files to the published build.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.