fsynthlib / fsynth

Music synthesizer, written for fun and to learn stuff
MIT License
11 stars 1 forks source link

Bump muirwik-components from 0.6.0 to 0.6.3 in /web #80

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps muirwik-components from 0.6.0 to 0.6.3.

Release notes

Sourced from muirwik-components's releases.

Moved to Kotlin 1.4.20 and later wrapper versions

Moved to Kotlin 1.4.20 and later versions of the Kotlin wrappers, still on the LEGACY compiler.

Note the move to the later react wrapper also moves to React 17.0.0 which does produce some unmet peer dependency warnings for Material UI, but everything seems to work fine.

Introduced a Lab Component and Localization

Introduced a Lab Component (Alert) and added support for Localization to createMuiTheme.

Note with the later a default param was removed from createMuiTheme. This has a potential to be a breaking change, but should not cause an issue in most (maybe all) cases as passing the old param as the new param should not have a detrimental affect.

Also a few other smaller commits since last "release".

Commits
  • 677085b Mainly Gradle, Kotlin and React Version Bumps
  • 6d7d7cd Update README.md
  • 2f4f085 onChange in Table Pagination is a required prop - not having it produces warn...
  • 85f56a4 Fixed issue 39 - Localization. Possible breaking change - removed (now unused...
  • c38810b Moved the Alert lab component into a lab sub-package
  • 130d22e Added AlertTitle (and so moved Alert.kt to alert package) and added some more...
  • 6c352d7 Create additional builder function for snackbar
  • ea9dbb0 Add alert wrapper with example
  • 9d07b1b Updates to README.md
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
krzema12 commented 3 years ago

Should be done locally, manually, carefully ;)

krzema12 commented 3 years ago

@dependabot rebase

krzema12 commented 3 years ago

@dependabot rebase

dependabot[bot] commented 3 years ago

Looks like com.ccfraser.muirwik:muirwik-components is up-to-date now, so this is no longer needed.