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 capacitor monorepo to v3.9.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 24, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/android (source) 3.1.1 -> 3.9.0 age adoption passing confidence
@capacitor/cli (source) 3.1.1 -> 3.9.0 age adoption passing confidence
@capacitor/core (source) 3.1.1 -> 3.9.0 age adoption passing confidence
@capacitor/ios (source) 3.1.1 -> 3.9.0 age adoption passing confidence

Release Notes

ionic-team/capacitor (@​capacitor/android)

v3.9.0

Compare Source

Bug Fixes
  • android: added ServerPath object and building options for setting initial load from portals (#​6005) (a408213)
Features

v3.8.0

Compare Source

Features

v3.7.0

Compare Source

Features

v3.6.0

Compare Source

Bug Fixes
  • ios: Use URL(fileURLWithPath:) instead of URL(string:) (#​5603) (5fac1b2)
Features
  • android: update support for Portals for Capacitor to include Live Updates (#​5660) (62f0a5e)
  • iOS, Android: add AppUUID Lib for plugins (#​5690) (05e76cf)

v3.5.1

Compare Source

Bug Fixes
  • android: move initialFocus on webview into config (#​5579) (8b4e861)
  • core: Make cordova bridge use Promise instead of setTimeout (#​5586) (f35d96b)

v3.5.0

Compare Source

Features
  • android: Add overridable routing for WebViewLocalServer (#​5553) (3bb288e)
  • cli: support capacitor portals plugin changes needed (#​5558) (6810a19)
  • ios: Add overrideable routing for CAPBridgeViewController subclasses (#​5546) (8875d5e)

v3.4.3

Compare Source

Bug Fixes
  • cli: avoid srcFiles is not iterable on kotlinNeededCheck (#​5481) (3c2b579)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes
  • ci: add token to ghr call in xcframework build action (#​5422) (5573a77)
  • ci: Fix tags/releases for Attach .xcframework CI action (#​5423) (57b3df3)
  • cli: Better error on gradlew permission problems (#​5405) (9420f08)
  • ios: Reload webView on webViewWebContentProcessDidTerminate (#​5391) (beebff4)

v3.4.0

Compare Source

Bug Fixes
  • android: Add appcompat to capacitor-cordova-android-plugins module (#​5373) (1c756b7)
  • android: prevent input file crash if accept has . (#​5363) (bdacb30)
Features

3.3.4 (2022-01-05)

Bug Fixes

3.3.3 (2021-12-08)

Bug Fixes
  • android: change logging level of google services message (#​5189) (6b1dd43)
  • android: Prevent crash in restoreInstanceState if bundleData is null (#​5289) (622d62f)
  • android: restrict android run command to configured flavour (#​5256) (ba84443)
  • cli: Add onesignal-cordova-plugin to the static list again (#​5262) (e67ca99)
  • ios: Present js alert on top of the presented VC (#​5282) (a53d236)

3.3.2 (2021-11-17)

Bug Fixes
  • android: Allow web geolocation if only COARSE_LOCATION is granted (#​5236) (bc7b24e)
  • cli: add cordova-plugin-google-analytics to static list (#​5220) (67a996c)
  • cli: Add plugin to static list if pod has use-frameworks (#​5232) (8a0518b)
  • cli: sync gradle from android folder (#​5233) (cd779c4)

3.3.1 (2021-11-05)

Bug Fixes

v3.3.4

Compare Source

Bug Fixes

v3.3.3

Compare Source

Bug Fixes
  • android: change logging level of google services message (#​5189) (6b1dd43)
  • android: Prevent crash in restoreInstanceState if bundleData is null (#​5289) (622d62f)
  • android: restrict android run command to configured flavour (#​5256) (ba84443)
  • cli: Add onesignal-cordova-plugin to the static list again (#​5262) (e67ca99)
  • ios: Present js alert on top of the presented VC (#​5282) (a53d236)

v3.3.2

Compare Source

Bug Fixes
  • android: Allow web geolocation if only COARSE_LOCATION is granted (#​5236) (bc7b24e)
  • cli: add cordova-plugin-google-analytics to static list (#​5220) (67a996c)
  • cli: Add plugin to static list if pod has use-frameworks (#​5232) (8a0518b)
  • cli: sync gradle from android folder (#​5233) (cd779c4)

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Bug Fixes
Features
  • android: ability to reload the webview (#​5184) (c495bed)
  • cli: add support for 'pod install' in VM based environments (#​5144) (32ecf22)
  • cli: Allow to configure access origin tags on cordova config.xml (#​5134) (0841a09)
  • cli: Allow users to include Cordova plugins to the static list (#​5175) (664149a)

3.2.5 (2021-10-13)

Bug Fixes

3.2.4 (2021-09-27)

Bug Fixes
  • cli: await sync on add to avoid telemetry hang (833bc20)
  • ios: Add CDVScreenOrientationDelegate protocol on CAPBridgeViewController (#​5070) (530477d)
  • ios: show correct line number on console logs (#​5073) (ec41e74)

3.2.3 (2021-09-15)

Bug Fixes

3.2.2 (2021-09-02)

Bug Fixes

3.2.1 (2021-09-01)

Note: Version bump only for package capacitor

v3.2.5

Compare Source

Bug Fixes

v3.2.4

Compare Source

Bug Fixes
  • cli: await sync on add to avoid telemetry hang (833bc20)
  • ios: Add CDVScreenOrientationDelegate protocol on CAPBridgeViewController (#​5070) (530477d)
  • ios: show correct line number on console logs (#​5073) (ec41e74)

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Note: Version bump only for package capacitor

v3.2.0

Compare Source

Bug Fixes
Features
  • core: implement CapacitorCustomPlatform for 3rd party platforms (#​4771) (12c6294)

3.1.2 (2021-07-21)

Bug Fixes
  • android: add missing android webview lifecycle events (6a7c4e3)
  • android: Set theme an content view on onCreate (#​4841) (8950c60)
  • cli: Don't warn about hideLogs on some commands (#​4813) (dc279cc)
  • core: handle toJSON() in plugin objects (#​4823) (0479822)
  • core: Modify safeStringify to allow multiple null values (#​4853) (854539b)

3.1.1 (2021-07-07)

Bug Fixes
  • fixing peer deps issues in android and ios libs (310d9f4)

v3.1.2

Compare Source

Bug Fixes
  • android: add missing android webview lifecycle events (6a7c4e3)
  • android: Set theme an content view on onCreate (#​4841) (8950c60)
  • cli: Don't warn about hideLogs on some commands (#​4813) (dc279cc)
  • core: handle toJSON() in plugin objects (#​4823) (0479822)
  • core: Modify safeStringify to allow multiple null values (#​4853) (854539b)

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 56a78db to 1a2637f Compare August 18, 2021 19:05
@renovate renovate bot changed the title fix(deps): update capacitor monorepo to v3.1.2 fix(deps): update capacitor monorepo to v3.2.0 Aug 18, 2021
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 1a2637f to 6a09c94 Compare September 1, 2021 21:30
@renovate renovate bot changed the title fix(deps): update capacitor monorepo to v3.2.0 fix(deps): update capacitor monorepo Sep 1, 2021
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 6a09c94 to 29fc01b Compare September 2, 2021 14:09
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 29fc01b to 094e88d Compare September 15, 2021 18:07
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 094e88d to c7da8d0 Compare October 18, 2021 15:22
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from c7da8d0 to 4a8851e Compare March 7, 2022 12:28
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 4a8851e to bdab375 Compare April 24, 2022 23:40
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from bdab375 to 6bccc3f Compare May 16, 2022 00:49
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 6bccc3f to 49c54bd Compare June 18, 2022 21:51
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 49c54bd to 1bdea54 Compare September 25, 2022 20:09
@renovate renovate bot force-pushed the renovate/capacitor-monorepo branch from 1bdea54 to 0e972b1 Compare November 20, 2022 08:42
@renovate renovate bot changed the title fix(deps): update capacitor monorepo fix(deps): update capacitor monorepo to v3.9.0 Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants