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) #689

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/core (source) 4.3.0 -> 4.4.0 age adoption passing confidence
@capacitor/filesystem 4.1.2 -> 4.1.3 age adoption passing confidence
@capacitor/ios (source) 4.3.0 -> 4.4.0 age adoption passing confidence
@capacitor/local-notifications 4.1.1 -> 4.1.2 age adoption passing confidence
@capacitor/splash-screen 4.1.0 -> 4.1.1 age adoption passing confidence
@emotion/css (source) 11.10.0 -> 11.10.5 age adoption passing confidence
@emotion/react (source) 11.10.4 -> 11.10.5 age adoption passing confidence
@emotion/styled (source) 11.10.4 -> 11.10.5 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.103 -> 5.0.0-alpha.105 age adoption passing confidence
@mui/material (source) 5.10.9 -> 5.10.11 age adoption passing confidence
@mui/system (source) 5.10.9 -> 5.10.10 age adoption passing confidence
@mui/x-date-pickers (source) 5.0.4 -> 5.0.6 age adoption passing confidence
notistack (source) 2.0.5 -> 2.0.8 age adoption passing confidence
slate 0.82.1 -> 0.84.0 age adoption passing confidence
slate-react 0.83.1 -> 0.83.2 age adoption passing confidence

Release Notes

ionic-team/capacitor

v4.4.0

Compare Source

Bug Fixes
  • android: added ServerPath object and building options for setting initial load from portals (#​6008) (205b6e6)
  • cookies: make document.cookie setter synchronous (2272abf)
  • http: fix exception thrown on 204 responses (1f6e8be)
  • http: fix local http requests on native platforms (c4e040a)
Features
ionic-team/capacitor-plugins

v4.1.3

Compare Source

Note: Version bump only for package @​capacitor/camera

emotion-js/emotion

v11.10.5

Compare Source

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

v5.0.0-alpha.105

Compare Source

v5.0.0-alpha.104

Compare Source

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

v5.10.11

Compare Source

Oct 25, 2022

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

  • 🔧 Moved components to slots prop starting at MUI Base to create consistency across products
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
@mui/material@5.10.11
  • [InputBase] Fix onInvalid to use HTMLInputElement | HTMLTextAreaElement Element type (#​33162) @​KuSh
  • [Alert] Add components and componentsProps props to allow close action overrides (#​33582) @​jake-collibra
@mui/base@5.0.0-alpha.103
BREAKING CHANGE
  • [base] components -> slots API rename (#​34693) @​michaldudak

    • Change all occurrences of components and componentsProps props in Base components to slots and slotProps, respectively.
    • Change casing of slots' fields to camelCase
    -<SwitchUnstyled components={{Root: CustomRoot}} componentsProps={{rail: { className: 'custom-rail' }}} />
    +<SwitchUnstyled slots={{root: CustomRoot}} slotProps={{rail: { className: 'custom-rail' }}} />
  • [base] Make CSS class prefixes consistent (#​33411) @​michaldudak

    This is a breaking change for anyone who depends on the class names applied to Base components.
    If you use the <component>UnstyledClasses objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.

    -.ButtonUnstyled-root { ... };
    +.MuiButton-root { ... };
Changes
@mui/joy@5.0.0-alpha.51
Docs
Core

All contributors of this release in alphabetical order: @​bharatkashyap, @​hbjORbj, @​jake-collibra, @​joserodolfofreitas, @​KuSh, @​marceliwac, @​michaldudak, @​oliviertassinari, @​pixelass, @​siriwatknp

v5.10.10

Compare Source

Oct 18, 2022

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

  • 🖌 Thanks to the efforts of @​bharatkashyap and @​nihgwu, we now have editable demos across our docs (#​34454)!
  • 🚀 The Tooltip component has been added to Joy UI by @​hbjORbj (#​34509).
  • ⚙️ We started converting the remaining JS components in MUI Base to TypeScript.
    @​mbayucot finished the first PR with the conversion of the NoSsr code (#​34735).
  • And more 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.10.10
@mui/system@5.10.10
@mui/styles@5.10.10
@mui/joy@5.0.0-alpha.50
@mui/base@5.0.0-alpha.102
Docs
Core

All contributors of this release in alphabetical order: @​AbayKinayat, @​alexfauquette, @​bharatkashyap, @​DanailH, @​eps1lon, @​hayawata3626, @​hbjORbj, @​Janpot, @​joserodolfofreitas, @​m4theushw, @​mbayucot, @​michaldudak, @​mohd-akram, @​ndresx, @​oliviertassinari, @​pedroprado010, @​rvrvrv, @​samuelsycamore, @​siriwatknp, @​TheUnlocked, @​zee-bit

mui/mui-x

v5.0.6

Compare Source

v5.0.5

Compare Source

iamhosseindhv/notistack

v2.0.8

Compare Source

Oct 15, 2022

v2.0.7

Compare Source

Oct 15, 2022
  • Fix TypeScript cannot be used as a JSX constructor #​485

v2.0.6

Compare Source

Oct 15, 2022

ianstormtaylor/slate

v0.84.0

Compare Source

Minor Changes

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, click this checkbox.

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

@vercel
Copy link

vercel bot commented Oct 15, 2022

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

Name Status Preview Updated
2do-txt ✅ Ready (Inspect) Visit Preview Oct 28, 2022 at 4:38PM (UTC)

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from c77d73f to 95938a8 Compare October 16, 2022 01:04
@renovate renovate bot changed the title fix(deps): update dependency notistack to v2.0.7 fix(deps): update dependencies (non-major) Oct 16, 2022
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 95938a8 to 81869e7 Compare October 16, 2022 16:10
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 81869e7 to e2d3c57 Compare October 18, 2022 10:28
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from e2d3c57 to 80c2869 Compare October 20, 2022 05:37
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 80c2869 to 672ade6 Compare October 20, 2022 14:37
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 672ade6 to 96be8ff Compare October 21, 2022 14:22
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 96be8ff to 7ba5f41 Compare October 25, 2022 12:37
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 7ba5f41 to 1331659 Compare October 26, 2022 10:11
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 1331659 to 8df82cb Compare October 27, 2022 09:47
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 8df82cb to c844e94 Compare October 28, 2022 15:12
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from c844e94 to c848042 Compare October 28, 2022 16:27
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from c848042 to e9c4c22 Compare October 28, 2022 16:37
@sodenn sodenn merged commit 8d5720f into main Oct 28, 2022
@sodenn sodenn deleted the renovate/dependencies-(non-major) branch October 28, 2022 16:47
github-actions bot pushed a commit that referenced this pull request Nov 28, 2022
# [1.16.0-webdav.1](v1.15.0...v1.16.0-webdav.1) (2022-11-28)

### Bug Fixes

* **deps:** update dependencies (non-major) ([#677](#677)) ([69ba4b1](69ba4b1))
* **deps:** update dependencies (non-major) ([#689](#689)) ([8d5720f](8d5720f))
* **deps:** update dependency i18next to v22 ([#691](#691)) ([79c7931](79c7931))
* **deps:** update dependency i18next-browser-languagedetector to v7 ([#695](#695)) ([eda75a5](eda75a5))
* **deps:** update dependency i18next-http-backend to v2 ([#696](#696)) ([379cacf](379cacf))
* **deps:** update dependency react-i18next to v12 ([#692](#692)) ([71adefb](71adefb))

### Features

* dropbox support for the desktop app ([#693](#693)) ([7811953](7811953))
Repository owner deleted a comment from github-actions bot Dec 3, 2022
github-actions bot pushed a commit that referenced this pull request Dec 4, 2022
# [1.16.0](v1.15.0...v1.16.0) (2022-12-04)

### Bug Fixes

* **deps:** update dependencies (non-major) ([#677](#677)) ([69ba4b1](69ba4b1))
* **deps:** update dependencies (non-major) ([#689](#689)) ([8d5720f](8d5720f))
* **deps:** update dependency i18next to v22 ([#691](#691)) ([79c7931](79c7931))
* **deps:** update dependency i18next-browser-languagedetector to v7 ([#695](#695)) ([eda75a5](eda75a5))
* **deps:** update dependency i18next-http-backend to v2 ([#696](#696)) ([379cacf](379cacf))
* **deps:** update dependency react-i18next to v12 ([#692](#692)) ([71adefb](71adefb))

### Features

* dropbox support for the desktop app ([#693](#693)) ([7811953](7811953))
github-actions bot pushed a commit that referenced this pull request Dec 4, 2022
# [1.16.0](v1.15.0...v1.16.0) (2022-12-04)

### Bug Fixes

* **deps:** update dependencies (non-major) ([#677](#677)) ([69ba4b1](69ba4b1))
* **deps:** update dependencies (non-major) ([#689](#689)) ([8d5720f](8d5720f))
* **deps:** update dependency i18next to v22 ([#691](#691)) ([79c7931](79c7931))
* **deps:** update dependency i18next-browser-languagedetector to v7 ([#695](#695)) ([eda75a5](eda75a5))
* **deps:** update dependency i18next-http-backend to v2 ([#696](#696)) ([379cacf](379cacf))
* **deps:** update dependency react-i18next to v12 ([#692](#692)) ([71adefb](71adefb))

### Features

* dropbox support for the desktop app ([#693](#693)) ([7811953](7811953))
* webdav file sync ([#699](#699)) ([7be3de0](7be3de0))
@github-actions
Copy link

github-actions bot commented Dec 4, 2022

🎉 This PR is included in version 1.16.0 🎉

The release is available on GitHub release

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.

None yet

1 participant