Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependencies (non-major) #745

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/core (source) 4.6.3 -> 4.7.0 age adoption passing confidence
@capacitor/ios (source) 4.6.3 -> 4.7.0 age adoption passing confidence
@capacitor/splash-screen 4.1.4 -> 4.2.0 age adoption passing confidence
@emotion/css (source) 11.10.5 -> 11.10.6 age adoption passing confidence
@emotion/react (source) 11.10.5 -> 11.10.6 age adoption passing confidence
@emotion/styled (source) 11.10.5 -> 11.10.6 age adoption passing confidence
@mui/icons-material (source) 5.11.0 -> 5.11.11 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.118 -> 5.0.0-alpha.121 age adoption passing confidence
@mui/material (source) 5.11.7 -> 5.11.11 age adoption passing confidence
@mui/system (source) 5.11.7 -> 5.11.11 age adoption passing confidence
@mui/x-date-pickers (source) 5.0.17 -> 5.0.20 age adoption passing confidence
fast-xml-parser 4.1.1 -> 4.1.3 age adoption passing confidence
i18next (source) 22.4.9 -> 22.4.10 age adoption passing confidence
react-i18next 12.1.5 -> 12.2.0 age adoption passing confidence
react-router-dom 6.8.0 -> 6.8.2 age adoption passing confidence

Release Notes

ionic-team/capacitor

v4.7.0

Compare Source

Bug Fixes
Features

4.6.3 (2023-02-03)

Bug Fixes

4.6.2 (2023-01-17)

Bug Fixes

4.6.1 (2022-12-05)

Bug Fixes
ionic-team/capacitor-plugins

v4.2.0

Compare Source

Features
  • splash-screen: Add launchFadeOutDuration configuration option (#​1393) (66929c2)
emotion-js/emotion

v11.10.6

Compare Source

Patch Changes
mui/material-ui (@​mui/icons-material)

v5.11.11

Compare Source

Feb 27, 2023

A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

  • 📚 added API documentation for the slots in MUI Base and Joy UI by @​hbjORbj, for e.g. SliderUnstyled API
  • other 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.11.11
@mui/base@5.0.0-alpha.119
Breaking changes
  • ​[base] Remove classes prop from the Base components that have it (#​36157) @​hbjORbj
    These are the components affected by this change: ModalUnstyled, SliderUnstyled, TablePaginationUnstyled and TablePaginationActionsUnstyled.
    You can replace the classes prop by providing the class name prop directly to the prop via slotProps. Below is an example of how the migration should look like:

     <TablePaginationUnstyled
    -   classes={{ toolbar: 'toolbar-classname', menuItem: 'menuItem-classname' }}
    +   slotProps={{ toolbar: { className: 'toolbar-classname' }, menuItem: { className: 'menuItem-classname'}}}
     />
  • ​[base] Move hooks to their own directories (#​36235) @​hbjORbj
    Base hooks (e.g., useSelect) are no longer exported from {Component}Unstyled directories and instead they have their own directories.
    Below is an example of how the migration should look like:

    -import { useBadge } from '@&#8203;mui/base/BadgeUnstyled';
    +import useBadge from '@&#8203;mui/base/useBadge';

    You can use this codemod to help with the migration.

Changes
@mui/codemod@5.11.11
@mui/joy@5.0.0-alpha.69
Docs
Core

All contributors of this release in alphabetical order: @​hbjORbj, @​HeVictor, @​ivp-dev, @​jrparish, @​Juneezee, @​LukasTy, @​MBilalShafi, @​michaldudak, @​mnajdova, @​oliviertassinari, @​ossan-engineer, @​sai6855, @​siriwatknp, @​Vivek-Prajapatii, @​ZeeshanTamboli

v5.11.9

Compare Source

Feb 14, 2023

A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:

@mui/material@5.11.9
@mui/styled-engine@5.11.9
@mui/joy@5.0.0-alpha.67
@mui/base@5.0.0-alpha.118
@mui/material-next@6.0.0-alpha.75
Docs
Examples
Core

All contributors of this release in alphabetical order: @​danilo-leal, @​donaldnevermore, @​flaviendelangle, @​hbjORbj, @​LadyBluenotes, @​LukasTy, @​m4theushw, @​michaldudak, @​mj12albert, @​mnajdova, @​oliv37, @​oliviertassinari, @​petyosi, @​rangoo94, @​sai6855, @​Shorifpatwary, @​siriwatknp

mui/material-ui (@​mui/lab)

v5.0.0-alpha.119

Compare Source

Breaking changes
  • ​[base] Remove classes prop from the Base components that have it (#​36157) @​hbjORbj
    These are the components affected by this change: ModalUnstyled, SliderUnstyled, TablePaginationUnstyled and TablePaginationActionsUnstyled.
    You can replace the classes prop by providing the class name prop directly to the prop via slotProps. Below is an example of how the migration should look like:

     <TablePaginationUnstyled
    -   classes={{ toolbar: 'toolbar-classname', menuItem: 'menuItem-classname' }}
    +   slotProps={{ toolbar: { className: 'toolbar-classname' }, menuItem: { className: 'menuItem-classname'}}}
     />
  • ​[base] Move hooks to their own directories (#​36235) @​hbjORbj
    Base hooks (e.g., useSelect) are no longer exported from {Component}Unstyled directories and instead they have their own directories.
    Below is an example of how the migration should look like:

    -import { useBadge } from '@&#8203;mui/base/BadgeUnstyled';
    +import useBadge from '@&#8203;mui/base/useBadge';

    You can use this codemod to help with the migration.

Changes
mui/mui-x

v5.0.20

Compare Source

Changes

v5.0.19

Compare Source

Changes

v5.0.18

Compare Source

Changes
NaturalIntelligence/fast-xml-parser

v4.1.3

Compare Source

v4.1.2

Compare Source

i18next/i18next

v22.4.10

Compare Source

  • format options are optional, fixes 1913
i18next/react-i18next

v12.2.0

Compare Source

  • if defaultValue is passed in not ready t functio (via useTranslation) return that instead of the key, even though the user-land could should be fixed 1618
remix-run/react-router

v6.8.2

Compare Source

Patch Changes
  • Treat same-origin absolute URLs in <Link to> as external if they are outside of the router basename (#​10135)
  • Fix useBlocker to return IDLE_BLOCKER during SSR (#​10046)
  • Fix SSR of absolute <Link to> urls (#​10112)
  • Properly escape HTML characters in StaticRouterProvider serialized hydration data (#​10068)
  • Updated dependencies:
    • @remix-run/router@1.3.3
    • react-router@6.8.2

v6.8.1

Compare Source

Patch Changes
  • Improved absolute url detection in Link component (now also supports mailto: urls) (#​9994)
  • Fix partial object (search or hash only) pathnames losing current path value (#​10029)
  • Updated dependencies:
    • react-router@6.8.1
    • @remix-run/router@1.3.2

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Feb 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
2do-txt ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 5, 2023 at 3:47PM (UTC)

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 340ea2c to b353889 Compare February 7, 2023 13:09
@renovate renovate bot changed the title fix(deps): update dependency react-router-dom to v6.8.1 fix(deps): update dependencies (non-major) Feb 7, 2023
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from b353889 to f0068ea Compare February 9, 2023 15:24
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from f0068ea to ff7bba1 Compare February 12, 2023 18:11
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from ff7bba1 to 8ae1057 Compare February 13, 2023 13:05
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 8ae1057 to 3589d74 Compare February 14, 2023 09:11
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 3589d74 to 2177a96 Compare February 14, 2023 16:53
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 2177a96 to 6daf060 Compare February 16, 2023 13:58
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 6daf060 to f320039 Compare February 17, 2023 00:03
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from f320039 to 5cfc6fb Compare February 17, 2023 15:10
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 5cfc6fb to 4b7442c Compare February 19, 2023 04:18
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 4b7442c to 31b1c6e Compare February 20, 2023 13:13
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 31b1c6e to 6f80e65 Compare February 20, 2023 17:14
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 6f80e65 to 8de1b2c Compare February 21, 2023 23:16
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 8de1b2c to d195771 Compare February 22, 2023 22:44
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from d195771 to f762976 Compare February 23, 2023 13:55
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from f762976 to 17a1376 Compare February 23, 2023 17:04
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 17a1376 to b6d069e Compare February 23, 2023 19:57
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from b6d069e to 116796b Compare February 23, 2023 23:36
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 116796b to 4a53ec9 Compare February 25, 2023 00:36
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 4a53ec9 to 8d83042 Compare February 26, 2023 11:59
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 8d83042 to dec7da6 Compare February 27, 2023 07:01
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from dec7da6 to ae2b9cc Compare February 28, 2023 00:46
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from ae2b9cc to 1d723b5 Compare February 28, 2023 11:26
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 1d723b5 to 61af121 Compare March 2, 2023 22:00
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 61af121 to 1dda0c7 Compare March 5, 2023 15:25
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 1dda0c7 to 52c671c Compare March 5, 2023 15:46
@sodenn sodenn merged commit dce32d5 into main Mar 5, 2023
@sodenn sodenn deleted the renovate/dependencies-(non-major) branch March 5, 2023 19:11
github-actions bot pushed a commit that referenced this pull request Mar 8, 2023
## [1.17.6](v1.17.5...v1.17.6) (2023-03-08)

### Bug Fixes

* **deps:** update dependencies (non-major) ([#745](#745)) ([dce32d5](dce32d5))
* **deps:** update rust crate keyring to v2 ([#759](#759)) ([ad69f40](ad69f40))
* **deps:** update rust crate tauri to 1.2.4 ([#740](#740)) ([3acedb3](3acedb3))
* **recurring task:** avoid accidentally removing spaces when creating recurring tasks ([#769](#769)) ([3337df7](3337df7))
@github-actions
Copy link

github-actions bot commented Mar 8, 2023

🎉 This PR is included in version 1.17.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant