Consensys / Beyond-Blockchain-Relay

Test Repo
MIT License
18 stars 30 forks source link

Bump degenerator and @capacitor/cli in /DeFi/deben/Deben-master/app #143

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes degenerator. It's no longer used after updating ancestor dependency @capacitor/cli. These dependencies need to be updated together.

Removes degenerator

Updates @capacitor/cli from 1.0.0-beta.1 to 1.5.3

Release notes

Sourced from @​capacitor/cli's releases.

1.5.3

CHANGELOG: https://github.com/ionic-team/capacitor/blob/1.x/CHANGELOG.md#153-2020-08-04

1.5.2

Change log https://github.com/ionic-team/capacitor/blob/1.x/CHANGELOG.md#152-2020-03-27

1.5.1

https://github.com/ionic-team/capacitor/blob/v1.x/CHANGELOG.md#151-2020-03-05

1.5.0

https://github.com/ionic-team/capacitor/blob/master/CHANGELOG.md#150-2020-02-03

1.4.0

https://github.com/ionic-team/capacitor/blob/master/CHANGELOG.md#140-2019-12-12

1.3.0

https://github.com/ionic-team/capacitor/blob/master/CHANGELOG.md#130-2019-10-24

1.1.1

https://github.com/ionic-team/capacitor/blob/master/CHANGELOG.md#111-2019-07-18

1.0.0-beta.11 (BREAKING CHANGES)

This is one of the last beta's before 1.0. As such, we've snuck in a few important breaking changes and things to be aware of.

First, the webserver was removed from Capacitor completely. That means no more localhost. Instead, we've moved to using a custom URL scheme, in this case capacitor://. This removes a lot of complexity and potential security issues with the web server model, and it should end any issues with the server not running/reloading/etc.

However, we've had to drop iOS 10 support to get access to this new feature in WKWebView. According to Apple, iOS 10 and below account for less than 10% of usage worldwide, which is our cut off for continuing support.

Additionally, there are a few more breaking changes for existing projects. We wanted to get this in now so we can avoid future breaking changes once we hit 1.0 final:

Breaking changes for Android:

There are some dependency path changes required in android/settings.gradle:

Remove these lines:

include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor/')

Change these lines:

include ':capacitor-android-plugins'
project(':capacitor-android-plugins').projectDir = new File('../node_modules/@capacitor/cli/assets/capacitor-android-plugins/')

to

include ':capacitor-cordova-android-plugins'
</tr></table> 

... (truncated)

Commits
  • f1792ff fix(ios): only open a URL when the application is active (#3382)
  • b92a887 chore: Update changelog for 1.5.2
  • a1b87f2 Release v1.5.2
  • 281c628 fix(ios): avoid crash on Xcode 11.4 (#2651)
  • c3ebd15 chore: Update changelog for 1.5.1
  • 9107cfe Release v1.5.1
  • 605b045 fix(cli): Avoid AndroidManifest.xml not found error on add (#2400)
  • 7decd0b fix(android): plugin retained events not being retained if listeners were emp...
  • cf2f746 chore: Update changelog for 1.5.0
  • 1cc6426 Release v1.5.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jcesarmobile, a new releaser for @​capacitor/cli since your current version.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ConsenSys/Beyond-Blockchain-Relay/network/alerts).