ExpeditionRPG / expedition

Expedition: The Cards & App RPG
https://ExpeditionGame.com
Other
78 stars 26 forks source link

Update dependency cordova-ios to v5 - autoclosed #836

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
cordova-ios dependencies major ^4.5.5 -> ^5.0.0
cordova-ios devDependencies major ^4.5.4 -> ^5.0.0

Release Notes

apache/cordova-ios ### [`v5.1.1`](https://togithub.com/apache/cordova-ios/blob/master/RELEASENOTES.md#​511-Nov-28-2019) [Compare Source](https://togithub.com/apache/cordova-ios/compare/5.1.0...5.1.1) - [GH-726](https://togithub.com/apache/cordova-ios/pull/726) fix: make prepare wait for add to finish - [GH-728](https://togithub.com/apache/cordova-ios/pull/728) chore: delete some useless characters ### [`v5.1.0`](https://togithub.com/apache/cordova-ios/blob/master/RELEASENOTES.md#​510-Nov-22-2019) [Compare Source](https://togithub.com/apache/cordova-ios/compare/5.0.1...5.1.0) - [GH-719](https://togithub.com/apache/cordova-ios/pull/719) Add check for newer versions of cocoapods to avoid locking adding platforms on non synced pods repo - [GH-715](https://togithub.com/apache/cordova-ios/pull/715) feat: add optional compile-time decision for disabling `UIWebView` - [GH-712](https://togithub.com/apache/cordova-ios/pull/712) Update Xcode versions used in CI to latest minor release - [GH-710](https://togithub.com/apache/cordova-ios/pull/710) Lint everything - [GH-614](https://togithub.com/apache/cordova-ios/pull/614) Don't use whitespace as an indent indicator - [GH-704](https://togithub.com/apache/cordova-ios/pull/704) Reuse common `xcodebuild` arguments in npm scripts - [GH-705](https://togithub.com/apache/cordova-ios/pull/705) Let Jasmine handle `async` test results - [GH-703](https://togithub.com/apache/cordova-ios/pull/703) Reduce verbosity of `xcodebuild` output during tests - [GH-702](https://togithub.com/apache/cordova-ios/pull/702) Fix, simplify and improve tests - [GH-695](https://togithub.com/apache/cordova-ios/pull/695) fix: Support all valid SemVer syntax in version comparison helper - [GH-608](https://togithub.com/apache/cordova-ios/pull/608) chore: add Node.js 12 to CI services - [GH-650](https://togithub.com/apache/cordova-ios/pull/650) fix(`build.json`): spacing in error message and missing path in log - [GH-646](https://togithub.com/apache/cordova-ios/pull/646) `tmp@0.1` update in devDependencies - [GH-635](https://togithub.com/apache/cordova-ios/pull/635) Bump default `minDeploymentTarget` to 10.0 in Podfile - [GH-632](https://togithub.com/apache/cordova-ios/pull/632) Update jasmine & fix broken tests - [GH-622](https://togithub.com/apache/cordova-ios/pull/622) Remove outdated component/duo package manager package definition ### [`v5.0.1`](https://togithub.com/apache/cordova-ios/blob/master/RELEASENOTES.md#​501-Apr-18-2019) [Compare Source](https://togithub.com/apache/cordova-ios/compare/5.0.0...5.0.1) - [GH-596](https://togithub.com/apache/cordova-ios/pull/596) More logging for simulator selection and deployment - [GH-540](https://togithub.com/apache/cordova-ios/pull/540) Fix copy-www-build-step without shelljs - [GH-589](https://togithub.com/apache/cordova-ios/pull/589) Bump `ios-sim` dependency version to fix simulator listing - [GH-577](https://togithub.com/apache/cordova-ios/pull/577) Don't write spec to podfile when it's an empty string - [GH-535](https://togithub.com/apache/cordova-ios/pull/535) Run prepare with the correct ConfigParser - [GH-581](https://togithub.com/apache/cordova-ios/pull/571) Null check for missing pathname - [GH-566](https://togithub.com/apache/cordova-ios/pull/566) Override id with `ios-CFBundleIdentifier` - [GH-450](https://togithub.com/apache/cordova-ios/pull/450) Fix deadlocks in iOS 12 when `UIWebView loadRequest` is called multiple times - [GH-546](https://togithub.com/apache/cordova-ios/pull/546) Fix setting of target-device to handset in combination with plugins and resource-file - [GH-560](https://togithub.com/apache/cordova-ios/pull/560) Fixing dynamic framework installation path - [GH-528](https://togithub.com/apache/cordova-ios/pull/528) ignore Swift version settings of Cocoapods library on non-macOS environments - [GH-542](https://togithub.com/apache/cordova-ios/pull/542) Enabling `Defines Module` flag ### [`v5.0.0`](https://togithub.com/apache/cordova-ios/blob/master/RELEASENOTES.md#​500-Feb-07-2019) [Compare Source](https://togithub.com/apache/cordova-ios/compare/4.5.5...5.0.0) - [GH-515](https://togithub.com/apache/cordova-ios/pull/515) Remove Deprecated Local and Remote Push Notification Constants - [GH-512](https://togithub.com/apache/cordova-ios/pull/512) AppIcon and LaunchImage Updates - [GH-254](https://togithub.com/apache/cordova-ios/pull/254) Expose `CDVCommandStatus` enum to Swift - [GH-508](https://togithub.com/apache/cordova-ios/pull/508) [GH-407](https://togithub.com/apache/cordova-ios/issues/407): remove removing certificates functions in xcode post scripts - [GH-489](https://togithub.com/apache/cordova-ios/pull/489) CordovaLib.xcodeproj file upgraded for Xcode 10 - [GH-501](https://togithub.com/apache/cordova-ios/pull/501) `cordova-common` backwards compatability for `getPodSpecs` function - [GH-496](https://togithub.com/apache/cordova-ios/pull/496) iOS Platform Release Preparation (Cordova 9) - [GH-494](https://togithub.com/apache/cordova-ios/pull/494) Fixes `$(PRODUCT_BUNDLE_IDENTIFIER)` not being resolved for a product archive - [GH-481](https://togithub.com/apache/cordova-ios/pull/481) Add warning that function in spawn.js is deprecated - [GH-461](https://togithub.com/apache/cordova-ios/pull/461) `cordova run --list --device` fails for Virtualhere devices (fixes [#​458](https://togithub.com/apache/cordova-ios/issues/458)) - [GH-355](https://togithub.com/apache/cordova-ios/pull/355) [CB-13927](https://issues.apache.org/jira/browse/CB-13927) - Modified xcodeProjDir to filter out files/folders that contain ".\_" - [GH-485](https://togithub.com/apache/cordova-ios/pull/485) Ensure test failure on unexpected promise resolution - [GH-483](https://togithub.com/apache/cordova-ios/pull/483) Restore stdio behavior from previous spawn approach - [GH-479](https://togithub.com/apache/cordova-ios/pull/479) emit xcodebuild & other spawned CLI commands - [GH-482](https://togithub.com/apache/cordova-ios/pull/482) Copy node_modules if the directory exists - [GH-478](https://togithub.com/apache/cordova-ios/pull/478) Use `cross-spawn` & `shelljs` instead of `child-process` - [GH-409](https://togithub.com/apache/cordova-ios/pull/409) Update project files for Xcode 10 - [GH-474](https://togithub.com/apache/cordova-ios/pull/474) Fix issue after updating to macOS 10.14.2. - [GH-405](https://togithub.com/apache/cordova-ios/pull/405) Cocoapods support improvement, using podspec tag in `plugin.xml` - [GH-451](https://togithub.com/apache/cordova-ios/pull/451) iOS: Fix running `cordova build ios` for emulators with Xcode 10.1 RELEASE - [GH-406](https://togithub.com/apache/cordova-ios/pull/406) Added missing `unorm` dependency - [GH-398](https://togithub.com/apache/cordova-ios/pull/398) Removal of xcconfig build flag - [CB-14141](https://issues.apache.org/jira/browse/CB-14141) Don't duplicate resource files in xcodeproj - [GH-397](https://togithub.com/apache/cordova-ios/pull/397) Update Objc-Test for Local & TravisCI - [GH-395](https://togithub.com/apache/cordova-ios/pull/395) Implement Swift Support and Testing - [GH-392](https://togithub.com/apache/cordova-ios/pull/392) Pin `Jasmine@~3.1.0` - [GH-377](https://togithub.com/apache/cordova-ios/pull/377) Increase Code Coverage & use `nyc` - [CB-14242](https://issues.apache.org/jira/browse/CB-14242) .gitignore completely ignore node_modules - [CB-14242](https://issues.apache.org/jira/browse/CB-14242) remove committed node_modules - [CB-14242](https://issues.apache.org/jira/browse/CB-14242) `package.json` remove bundledDependencies - [CB-14074](https://issues.apache.org/jira/browse/CB-14074) **iOS**: Remove Node 4 from CI ([#​375](https://togithub.com/apache/cordova-ios/issues/375)) - [CB-14244](https://issues.apache.org/jira/browse/CB-14244) [CB-9366](https://issues.apache.org/jira/browse/CB-9366) log error.stack in cordova.js - [GH-384](https://togithub.com/apache/cordova-ios/pull/384) spec cover apple version functions - [GH-383](https://togithub.com/apache/cordova-ios/pull/383) `appveyor.yml` simplify install - [GH-376](https://togithub.com/apache/cordova-ios/pull/376) Fixed Get Apple OSX Version method - [CB-13581](https://issues.apache.org/jira/browse/CB-13581) open **iOS** simulator by using child_process ([#​366](https://togithub.com/apache/cordova-ios/issues/366)) - [GH-371](https://togithub.com/apache/cordova-ios/pull/371) CI testing on Node.js versions 8 & 10 - [CB-14045](https://issues.apache.org/jira/browse/CB-14045) - Reinit url after app freezes ([#​363](https://togithub.com/apache/cordova-ios/issues/363)) - [CB-14076](https://issues.apache.org/jira/browse/CB-14076) Setting UIWebViewDelegate on CDVWebViewEngineProtocol doesn't work ([#​365](https://togithub.com/apache/cordova-ios/issues/365)) - [CB-14039](https://issues.apache.org/jira/browse/CB-14039) Inputs type text don't work on **iOS** ([#​364](https://togithub.com/apache/cordova-ios/issues/364)) - [CB-13921](https://issues.apache.org/jira/browse/CB-13921) - Update Xcode requirement to Xcode 9 ([#​360](https://togithub.com/apache/cordova-ios/issues/360)) - [CB-13382](https://issues.apache.org/jira/browse/CB-13382) dealloc the webViewEngine ([#​359](https://togithub.com/apache/cordova-ios/issues/359)) - [CB-13523](https://issues.apache.org/jira/browse/CB-13523) Pass automaticProvisioning to build step ([#​358](https://togithub.com/apache/cordova-ios/issues/358)) - [CB-12940](https://issues.apache.org/jira/browse/CB-12940) [IOS] Use deployment-target from `config.xml` for platform version in Podfile ([#​335](https://togithub.com/apache/cordova-ios/issues/335)) - [CB-13824](https://issues.apache.org/jira/browse/CB-13824) - Xcode 9/Swift 4 support ([#​353](https://togithub.com/apache/cordova-ios/issues/353)) - [GH-354](https://togithub.com/apache/cordova-ios/pull/354) exec purgeProjectFileCache when pod install - [GH-356](https://togithub.com/apache/cordova-ios/pull/356) Fix prototype declaration warnings - [CB-13510](https://issues.apache.org/jira/browse/CB-13510) (iOS) Removed clipboard workaround, which was braking copy/paste functional **iOS** 11 ([#​352](https://togithub.com/apache/cordova-ios/issues/352)) - [GH-343](https://togithub.com/apache/cordova-ios/pull/343) [CB-13513](https://issues.apache.org/jira/browse/CB-13513) (ios) Declare ProvisioningStyle as Automatic in project.pbxproj template. - [GH-351](https://togithub.com/apache/cordova-ios/pull/351) Prevent a memory leak when converting to JSON - [CB-13597](https://issues.apache.org/jira/browse/CB-13597) (ios) update podfile with **iOS** version 9.0

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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