Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

chore(deps): update capacitor monorepo to v4 (major) #459

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/cli (source) 2.4.1 -> 4.7.1 age adoption passing confidence
@capacitor/core (source) 2.4.1 -> 4.7.1 age adoption passing confidence

Release Notes

ionic-team/capacitor

v4.7.1

Compare Source

Bug Fixes
  • cli: point build to proper workspace name (#​6373) (81af12a)
  • iOS: Separate cookies by ; rather than ; when accessing through document.cookie (Cap 4.x) (#​6380) (1902b77)

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

v4.6.3

Compare Source

Bug Fixes

v4.6.2

Compare Source

Bug Fixes

v4.6.1

Compare Source

Bug Fixes

v4.6.0

Compare Source

Bug Fixes
Features

v4.5.0

Compare Source

Bug Fixes
  • android: Silence deprecation warning on handlePermissionResult (#​6092) (888b13e)
  • cli: add vite config to framework detection (#​6039) (3796d42)
  • cli: calculate padding of super.onCreate(savedInstanceState); line (#​6016) (5729ac1)
  • cli: Update gradle versions only if they are older (#​6015) (ae94101)
  • cli/ios: Read handleApplicationNotifications configuration option (#​6030) (99ccf18)
Features
  • android/cli: Allow to use the old addJavascriptInterface bridge (#​6043) (a6e7c54)
  • cookies: add get cookies plugin method (ba1e770)

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

v4.3.0

Compare Source

Bug Fixes
Features
  • Capacitor Cookies & Capacitor Http core plugins (d4047cf)

v4.2.0

Compare Source

Features

v4.1.0

Compare Source

Bug Fixes
Features

4.0.1 (2022-07-28)

Bug Fixes

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

Bug Fixes
Features

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)

v3.1.1

Compare Source

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

v3.1.0

Compare Source

Bug Fixes
Features
  • cli: Add hooks to call into npm scripts when capacitor commands run (#​4739) (515230c)
  • cli: allow run command to use flavors (#​4782) (05cb853)
  • ios: Add limitsNavigationsToAppBoundDomains configuration option (#​4789) (2b7016f)

3.0.2 (2021-06-23)

Bug Fixes

3.0.1 (2021-06-09)

Bug Fixes

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from fee5a92 to 684ca10 Compare June 12, 2021 22:10
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 684ca10 to 1ec7514 Compare October 18, 2021 22:36
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 1ec7514 to 8a66edf Compare March 7, 2022 11:53
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 8a66edf to c62fd31 Compare April 24, 2022 20:12
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from c62fd31 to ccf4a89 Compare May 16, 2022 01:26
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from ccf4a89 to 5d66c34 Compare June 18, 2022 13:44
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 5d66c34 to 476ef78 Compare September 25, 2022 13:31
@renovate renovate bot changed the title chore(deps): update capacitor monorepo to v3 (major) chore(deps): update capacitor monorepo to v4 (major) Sep 25, 2022
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 476ef78 to f8147a6 Compare November 20, 2022 09:58
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from f8147a6 to ae0da78 Compare January 17, 2023 00:26
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from ae0da78 to abafe83 Compare March 16, 2023 08:55
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch 2 times, most recently from 7f0bb36 to 7bc7fdb Compare March 31, 2023 18:09
@renovate renovate bot force-pushed the renovate/major-capacitor-monorepo branch from 7bc7fdb to 017f1d5 Compare March 31, 2023 20:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants