Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Update all (major) #27

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

Update all (major) #27

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 5, 2019

This PR contains the following updates:

Package Type Update Change
cordova-android dependencies major 7.1.4 -> 9.0.0
cordova-browser dependencies major 5.0.4 -> 6.0.0
cordova-ios dependencies major 4.5.5 -> 6.1.0
cordova-plugin-inappbrowser dependencies major 3.0.0 -> 4.0.0
cordova-plugin-ionic-webview dependencies major 2.5.1 -> 5.0.0
ionicons (source) dependencies major 3.0.0 -> 5.1.2
typescript (source) devDependencies major 2.6.2 -> 3.9.6

Release Notes

apache/cordova-android

v9.0.0

Compare Source

  • GH-1005 chore: set AndroidX off by default
  • GH-971 fix: Accept multiple mime types on file input
  • GH-1001 fix: support both adaptive and standard icons at the same time
  • GH-985 fix: Plugin install fails when preview sdk is installed
  • GH-994 chore: cleanup yaml files
  • GH-999 chore: remove trailing spaces from Java sources
  • GH-992 chore: update some dependencies
  • GH-998 chore: remove trailing spaces from framework build files
  • GH-997 chore: remove trailing spaces from project template
  • GH-996 chore: remove trailing spaces from bat files
  • GH-995 remove trailing spaces from markdown files
  • GH-993 chore: update devDependencies
  • GH-987 breaking: reduce combined response cutoff to 16 MB
  • GH-988 major: Gradle 6.5 & Android Gradle plugin 4.0.0 updates
  • GH-990 chore: remove trailing spaces from app/build.gradle
  • GH-989 breaking: remove legacy/build.gradle from template
  • GH-978 fix: wait_for_boot waiting forever
  • GH-965 fix: Increased detectArchitecture() timeout
  • GH-962 breaking: Bump Android gradle plugin to 3.6.0
  • GH-948 feature: JVM Args flag
  • GH-951 fix: ANDROID_SDK_ROOT variable
  • GH-959 test: synced AndroidX gradle versions to the same version as the Android test
  • GH-960 feat: com.android.tools.build:gradle:3.5.3
  • GH-956 chore(npm): add package-lock.json
  • GH-958 chore(npm): add ignore list
  • GH-957 chore: various cleanup
  • GH-955 chore(eslint): bump package & apply eslint fix
  • GH-954 breaking(npm): bump packages
  • GH-953 chore(npm): use short notation in package.json
  • GH-823 fix: prevent exit fullscreen mode from closing application
  • GH-950 fix: removed redundent logcat print
  • GH-915 breaking: bump minSdkVersion to 22 and drop pre-Lollipop specific code
  • GH-941 fix: GH-873 App bundle builds to obey command-line arguments
  • GH-940 ci: drop travis & move codecov to gh-actions
  • GH-929 chore: updated README to reflect what Android requires more accurately, which is Java 8, not anything less, not anything greater. Java 1.8.x is required.
  • GH-937 fix: GH-935 replaced compare-func with native sort method
  • GH-939 fix: test failure with shebang interpreter in rewired files
  • GH-911 refactor: use es6 class
  • GH-910 refactor (eslint): use cordova-eslint
  • GH-909 chore: remove appveyor residual
  • GH-895 feat: add github actions
  • GH-842 refactor: remove shelljs dependency
  • GH-896 feat: add Kotlin support
  • GH-901 feat: add AndroidX support
  • GH-849 fix: cordova requirements consider the android-targetSdkVersion
  • GH-904 fix (adb): shell to return expected stdout
  • GH-792 feat: upgrade gradle to 6.1 & gradle build tools to 3.5.3
  • GH-902 chore: remove .project file & add .settings to gitignore
  • GH-900 refactor: simplify doFindLatestInstalledBuildTools
  • GH-751 feat: use Java package name for loading BuildConfig
  • GH-898 chore: rename gradle plugin google services preference options
  • GH-893 feat: add Google Services support
  • GH-709 feat: add version-compare library to compare build-tools versions properly.
  • GH-831 chore: ignore auto-generated eclipse buildship files
  • GH-848 breaking: increased default target sdk to 29
  • GH-859 breaking: removed unnecessary project name restriction
  • GH-833 chore: drop q module
  • GH-862 chore: replace superspawn & child_process with execa
  • GH-860 feat: don't filter gradle's stderr anymore
  • GH-832 chore: drop node 6 and 8 support
  • GH-890 chore: bump version to 9.0.0-dev
  • GH-697 chore: optimization code
  • GH-863 chore: removed comment that serves no purpose
  • GH-861 chore: update jasmine to 3.5.0
  • GH-858 chore: modernize our one E2E test
  • GH-854 chore: ensure to lint as many files as possible

v8.1.0

Compare Source

  • GH-827 chore: bump dependencies for release 8.1.0
  • GH-651 feat: added multiple selection for filepicker
  • GH-672 chore: compress files in /res with tinypng.com
  • GH-815 fix: clean command
  • GH-750 Don't request focus explicitly if not needed
  • GH-800 GH-799 (android) Stop webview from restarting when activity resizes
  • GH-764 feat: Build app bundles (.aab files)
  • GH-788 Simplify apkSorter using compare-func package
  • GH-787 Simplify and fix promise handling in specs
  • GH-784 Properly handle promise in create script
  • GH-783 Do not clobber process properties with test mocks
  • GH-782 Do not clobber console.log to spy on it
  • GH-724 Add Node.js 12 to CI Services
  • GH-777 ci(travis): set dist: trusty in .travis.yml
  • GH-779 Consistent order from ProjectBuilder.apkSorter
  • GH-778 test: use verbose spec reporter
  • GH-774 rewire workaround for NodeJS 12
  • GH-772 nyc@14 update in devDependencies
  • GH-765 ci(travis): Fix Android SDK
  • GH-713 Do not explicitly require modules from project directory
  • GH-676 Added allprojects repositories for Framework Release Builds
  • GH-699 Improve Gradle Build Arguments
  • GH-710 Fix deprecation warning in SystemCookieManager
  • GH-691 GH-690: Run prepare with the correct ConfigParser
  • GH-673 Updated Android_HOME Test to Follow GH-656 Change

v8.0.0

Compare Source

  • GH-669 Added Missing License Headers
  • GH-655 Use custom Gradle properties to read minSdkVersion value from config.xml
  • GH-656 Quick fix to support Android_SDK_ROOT
  • GH-632 Ignore more Gradle build artifacts in Android project
  • GH-642 Android tools 3.3 & Gradle 4.10.3 update
  • GH-654 Quick updates to top-level project.properties
  • GH-635 Ignore Android Studio .idea files in project
  • GH-624 Add missing log to Java version check
  • GH-630 Update emulator.js to fix issue GH-608
  • GH-626 Added package-lock.json to .gitignore
  • GH-620 Fix requirements error messages for JDK 8
  • GH-619 javac error message fixes in requirements check
  • GH-612 Android Platform Release Preparation (Cordova 9)
  • GH-607 Copy node_modules if the directory exists
  • GH-582 Improve Test README
  • GH-589 Rewrite install dir resolution for legacy plugins
  • GH-572 Resolve issue with plugin target-dir="app*" subdirs
  • GH-567 Output current package name if package name can't be validated
  • GH-507 Gradle Updates
  • GH-559 Eslint ignore version file
  • GH-550 Fix for old plugins with non-Java sources
  • GH-558 Update cordova.js from [email protected]
  • GH-553 Check for build-extras.gradle in the app-parent directory
  • GH-551 Add missing cast for cdvMinSdkVersion
  • GH-539 Fix destination path fallback
  • GH-544 Remove obsolete check for JellyBean
  • GH-465 Removes Gradle property in-line command arguments for gradle.properties
  • GH-523 Always put the Google repo above jcenter
  • GH-486 Change deprecated "compile" to "implementation"
  • GH-495 Incorrect default sdk version issue fix
  • GH-493 Remove bundled dependencies
  • GH-490 Fixes build & run related bugs from builder refactor
  • GH-464 Unit tests for Android_sdk and AndroidProject
  • GH-448 CB-13685 Adaptive Icon Support
  • GH-487 Do not attempt an activity intent AND a url load into the webview, return from the internal webview load.
  • GH-461 Remove old builders code
  • GH-463 Emulator: Add unit tests and remove Q
  • GH-462 Device: Add unit tests and remove Q
  • GH-457 Emulator: handle "device still connecting" error
  • GH-445 Run and retryPromise improvements and tests
  • GH-453 Lint JS files w/out extension too
  • GH-452 Emit log event instead of logging directly
  • GH-449 Increase old plugin compatibility
  • GH-442 Fixes and cleanup for Java tests and CI
  • GH-446 CB-14101 Fix Java version check for Java >= 9
  • CB-14127 Move google maven repo ahead of jcenter
  • CB-14038 Fix false positive detecting project type
  • CB-14008 Updating Gradle Libraries to work with Android Studio 3.1.0
  • CB-13975 Fix to fire pause event when cdvStartInBackground=true
  • CB-13830 Add handlers for plugins that use non-Java source files, such as Camera
  • CB-13923 Fix -1 length for compressed files
apache/cordova-browser

v6.0.0

Compare Source

  • GH-70 Browser Platform Release Preparation (Cordova 9)
  • GH-68 Copy node_modules if the directory exists
  • GH-63 Dependency bump cordova-common@^3.0.0
  • CB-13740 Return expected promise resolving with array
  • GH-59 Remove Bundled Dependencies
  • CB-14073 Browser: Drop Node 4, Added Node 10
  • CB-14252 Allow to send --silent arg to run command to disable output (#​57)
  • CB-13999 (browser) - Reading config.xml respects base href (#​52)
  • GH-50 corrected path for config.xml
  • CB-13689 Updated RELEASENOTES and Version for release 5.0.3
apache/cordova-ios

v6.1.0

Compare Source

  • GH-910 Set $PROJECT_NAME properly when installing plugins
  • GH-885 Don't silently ignore creation of new windows
  • GH-889 Revert "(ios) Don't pre-fill orientation" (#​901)
  • GH-902 chore: fix eslint failure
  • GH-808 Dark mode splashscreen storyboard images
  • GH-886 Add PreferredContentMode preference
  • GH-890 Fix SplashScreen issues & refactor BackgroundColor (#​896)
  • GH-888 fix: author and tag podspec errors
  • GH-882 fix: Properly get version from package.json

v6.0.0

Compare Source

  • GH-875 fix: remove q leftover
  • chore(audit-license-headers): add & correct license
  • GH-874 chore: cleanup & prep for 6.0.0 release
  • GH-873 chore: remove unassigned splash image
  • GH-872 chore: remove migrate English.lproj deprecated warning
  • GH-871 chore: enable base internalization for CordovaLib
  • GH-866 refactor: default to file scheme
  • GH-852 ci: use github actions
  • GH-869 refactor: bump eslint w/ lint fix & rebuilt package-lock
  • GH-860 breaking: drop q dependency
  • GH-859 refactor: use superspawn
  • GH-851 breaking: replace shelljs with fs-extra
  • GH-862 revert: ios-sim ^9.0.0 to ^8.0.2
  • GH-863 chore (npm): add ignore list
  • GH-861 chore: add package-lock.json
  • GH-790 breaking feature: Integrate & replace SplashScreens w/ Launch Storyboard (CB-13143)
  • GH-769 breaking: add python 3 compatibility to bin/cordova_plist_to_config_xml
  • GH-847 breaking: add & use fs-extra w/ fixes
  • GH-853 breaking: bump xcode w/ fix
  • GH-850 breaking: fix file's chmod
  • GH-849 breaking(pod): remove unused API & bump minimum version requirements to 1.8.0
  • GH-848 breaking: bump [email protected]
  • GH-846 breaking(npm): bump dependencies
  • GH-845 breaking(npm): bump dev dependencies
  • GH-825 Fix type warnings and simplify code with auto boxing.
  • GH-615 (ios) Don't pre-fill orientation
  • GH-820 Only set bundleid to main app target
  • Update CONTRIBUTING.md
  • GH-822 chore: remove deprecated orientation methods
  • GH-810 Remove dead link to wiki from README
  • GH-543 feat: Add Podspec for Cordova library
  • GH-801 breaking (UserAgent): Drop CDVUserAgentUtil and Implement for WKWebView
  • GH-803 feature: add CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED
  • GH-802 refactor: applied various xcode recommended update
  • GH-800 tests: change comment values for MediaTypesRequiringUserActionForPlayback
  • GH-781 breaking: Use WKURLSchemeHandler for serving app content
  • GH-797 breaking: remove MediaPlaybackRequiresUserAction and update MediaTypesRequiringUserActionForPlayback to proper variable types
  • GH-798 refactor (cordovaBoolSettingForKey): improve boolean checks and native logging
  • GH-785 refactor: deprecate mediaPlaybackAllowsAirPlay
  • GH-794 style: remove extra space from Objective-C test modules
  • GH-784 chore: deprecate mediaPlaybackRequiresUserAction
  • GH-783 breaking (CDVURLProtocol): delete
  • GH-789 chore: fix deprecated stringByAddingPercentEscapesUsingEncoding usage
  • GH-788 chore: remove deprecated method viewDidUnload
  • GH-780 breaking: upgrade xcode compatible to 11.0
  • GH-787 fix (CDVWebViewEngine): JavaScript to Native Call Not Working
  • GH-786 test: run on Xcode 11 only
  • GH-782 fix (node): require failure with shebang interpreter
  • GH-779 breaking: bump deployment-target to 11.0
  • GH-773 refactor: drop uiwebview & add wkwebview
  • GH-751 refactor: use template strings
  • GH-749 refactor: transform split out variables
  • GH-750 refactor: transform object shorthand
  • GH-748 refactor: do not alias this to self
  • GH-747 refactor: use arrow functions
  • GH-754 fix: replace variables in Podfile
  • GH-746 refactor: transform var to let/const
  • GH-744 chore: updated eslint with applied fix
  • GH-743 chore: bump node requirement (>=10)
  • GH-731 CB-14135(ios): escape all single quotes from name in Podfile

v5.1.1

Compare Source

  • GH-726 fix: make prepare wait for add to finish
  • GH-728 chore: delete some useless characters

v5.1.0

Compare Source

  • GH-719 Add check for newer versions of cocoapods to avoid locking adding platforms on non synced pods repo
  • GH-715 feat: add optional compile-time decision for disabling UIWebView
  • GH-712 Update Xcode versions used in CI to latest minor release
  • GH-710 Lint everything
  • GH-614 Don't use whitespace as an indent indicator
  • GH-704 Reuse common xcodebuild arguments in npm scripts
  • GH-705 Let Jasmine handle async test results
  • GH-703 Reduce verbosity of xcodebuild output during tests
  • GH-702 Fix, simplify and improve tests
  • GH-695 fix: Support all valid SemVer syntax in version comparison helper
  • GH-608 chore: add Node.js 12 to CI services
  • GH-650 fix(build.json): spacing in error message and missing path in log
  • GH-646 [email protected] update in devDependencies
  • GH-635 Bump default minDeploymentTarget to 10.0 in Podfile
  • GH-632 Update jasmine & fix broken tests
  • GH-622 Remove outdated component/duo package manager package definition

v5.0.1

Compare Source

  • GH-596 More logging for simulator selection and deployment
  • GH-540 Fix copy-www-build-step without shelljs
  • GH-589 Bump ios-sim dependency version to fix simulator listing
  • GH-577 Don't write spec to podfile when it's an empty string
  • GH-535 Run prepare with the correct ConfigParser
  • GH-581 Null check for missing pathname
  • GH-566 Override id with ios-CFBundleIdentifier
  • GH-450 Fix deadlocks in iOS 12 when UIWebView loadRequest is called multiple times
  • GH-546 Fix setting of target-device to handset in combination with plugins and resource-file
  • GH-560 Fixing dynamic framework installation path
  • GH-528 ignore Swift version settings of Cocoapods library on non-macOS environments
  • GH-542 Enabling Defines Module flag

v5.0.0

Compare Source

  • GH-515 Remove Deprecated Local and Remote Push Notification Constants
  • GH-512 AppIcon and LaunchImage Updates
  • GH-254 Expose CDVCommandStatus enum to Swift
  • GH-508 GH-407: remove removing certificates functions in xcode post scripts
  • GH-489 CordovaLib.xcodeproj file upgraded for Xcode 10
  • GH-501 cordova-common backwards compatability for getPodSpecs function
  • GH-496 iOS Platform Release Preparation (Cordova 9)
  • GH-494 Fixes $(PRODUCT_BUNDLE_IDENTIFIER) not being resolved for a product archive
  • GH-481 Add warning that function in spawn.js is deprecated
  • GH-461 cordova run --list --device fails for Virtualhere devices (fixes #​458)
  • GH-355 CB-13927 - Modified xcodeProjDir to filter out files/folders that contain "._"
  • GH-485 Ensure test failure on unexpected promise resolution
  • GH-483 Restore stdio behavior from previous spawn approach
  • GH-479 emit xcodebuild & other spawned CLI commands
  • GH-482 Copy node_modules if the directory exists
  • GH-478 Use cross-spawn & shelljs instead of child-process
  • GH-409 Update project files for Xcode 10
  • GH-474 Fix issue after updating to macOS 10.14.2.
  • GH-405 Cocoapods support improvement, using podspec tag in plugin.xml
  • GH-451 iOS: Fix running cordova build ios for emulators with Xcode 10.1 RELEASE
  • GH-406 Added missing unorm dependency
  • GH-398 Removal of xcconfig build flag
  • CB-14141 Don't duplicate resource files in xcodeproj
  • GH-397 Update Objc-Test for Local & TravisCI
  • GH-395 Implement Swift Support and Testing
  • GH-392 Pin Jasmine@~3.1.0
  • GH-377 Increase Code Coverage & use nyc
  • CB-14242 .gitignore completely ignore node_modules
  • CB-14242 remove committed node_modules
  • CB-14242 package.json remove bundledDependencies
  • CB-14074 iOS: Remove Node 4 from CI (#​375)
  • CB-14244 CB-9366 log error.stack in cordova.js
  • GH-384 spec cover apple version functions
  • GH-383 appveyor.yml simplify install
  • GH-376 Fixed Get Apple OSX Version method
  • CB-13581 open iOS simulator by using child_process (#​366)
  • GH-371 CI testing on Node.js versions 8 & 10
  • CB-14045 - Reinit url after app freezes (#​363)
  • CB-14076 Setting UIWebViewDelegate on CDVWebViewEngineProtocol doesn't work (#​365)
  • CB-14039 Inputs type text don't work on iOS (#​364)
  • CB-13921 - Update Xcode requirement to Xcode 9 (#​360)
  • CB-13382 dealloc the webViewEngine (#​359)
  • CB-13523 Pass automaticProvisioning to build step (#​358)
  • CB-12940 [IOS] Use deployment-target from config.xml for platform version in Podfile (#​335)
  • CB-13824 - Xcode 9/Swift 4 support (#​353)
  • GH-354 exec purgeProjectFileCache when pod install
  • GH-356 Fix prototype declaration warnings
  • CB-13510 (iOS) Removed clipboard workaround, which was braking copy/paste functional iOS 11 (#​352)
  • GH-343 CB-13513 (ios) Declare ProvisioningStyle as Automatic in project.pbxproj template.
  • GH-351 Prevent a memory leak when converting to JSON
  • CB-13597 (ios) update podfile with iOS version 9.0
apache/cordova-plugin-inappbrowser

v4.0.0

Compare Source

  • GH-715 (ios): fix regression in 2706f34
  • GH-685 chore: update install engines
  • GH-656 (ios) Remove fake status bar with hardcoded height to fix issues in iOS devices with a notch
  • GH-693 fix(ios): Allow loading local html files
  • GH-293 Android: SSL errors handling in Android
  • GH-672 fix(ios): prevent statusbar rotation after closing InAppBrowser
  • chore(asf): update git notification settings
  • GH-669 Allow App using InAppBrowser to be hosted in a cross-origin iframe
  • GH-600 (all platforms): remove "window.open" overwrite
  • GH-670 chore: bump version to 4.0.0-dev
  • Update CONTRIBUTING.md
  • GH-662 docs: replaces outdated transition and presentation style links
  • GH-666 chore: remove deprecated orientation methods
  • GH-515 Fix incorrect TypeScript typings
  • GH-654 add check for openInSystem postNotification
  • GH-659 ci: updates Node.js versions
  • GH-658 chore(npm): improve ignore list
  • GH-442 fix(android): Reset lefttoright if not set
  • GH-648 (android) Correcting the documentation regarding lefttoright opt…
  • GH-634 (android) Added option to turn on/off fullscreen mode in Android
  • GH-616 (android) InAppBrowser: java.lang.IllegalArgumentException
  • GH-635 breaking(ios): remove UIWebView

v3.2.0

Compare Source

  • GH-503 Defensive code to prevent NULL reference exceptions for async
  • GH-584 Add compile-time decision for disabling UIWebView
  • GH-524 Replace "beforeload" with BEFORELOAD
  • GH-568 Update missing closed brace to the insert.CSS
  • GH-401 Move createIframeBridge to injectDeferredObject
  • GH-534 Fix InAppBrowser not opening on iOS 13
  • ci(travis) Upgrade to node8

v3.1.0

Compare Source

ionic-team/cordova-plugin-ionic-webview

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • ios: wkRewriteURL was deprecated and has been removed, use
    window.Ionic.WebView.convertFileSrc instead
  • ios: normalizeURL was deprecated and has been removed, use
    window.Ionic.WebView.convertFileSrc instead
  • android: Drop Android 4.4 support (SDK API level 19). Min required is 21.

4.2.1 (2020-04-28)

Bug Fixes

v4.2.1

Compare Source

Bug Fixes

v4.2.0

Compare Source

Bug Fixes
  • ionassethandler.m: fix startPath is getting null (#​463) (0bf16f1)
  • ios: avoid app scrolling to top on keyboard hide (#​533) (7974eb4)
  • ios: Replace deprecated APIs ([#​539](

Renovate configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Aug 5, 2019
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 19fd119 to 32c44f4 Compare September 17, 2019 01:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant