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

chore(deps): update dependency cordova-android to v10 #66

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cordova-android ^9.0.0 -> 10.1.1 age adoption passing confidence

Release Notes

apache/cordova-android

v10.1.1

Compare Source

Fixes:

  • GH-1349 fix(PluginManager): AllowNavigation default policy to handle scheme & hostname
  • GH-1342 fix(AllowListPlugin): Safely handle default allow navigation policy in allow request
  • GH-1332 fix(PluginManager): AllowBridgeAccess default policy to handle scheme & hostname

v10.1.0

Compare Source

Features:

  • GH-1213 feat: unify create default values & stop project name transform
  • GH-1306 feat: bump ANDROIDX_APP_COMPAT@1.3.1
  • GH-1303 feat: bump Google Services Gradle Plugin@4.3.8
  • GH-1302 feat: bump kotlin@1.5.21
  • GH-1298 feat: support http w/ content src fix

Fixes:

  • GH-1214 fix: display project name in Android Studio
  • GH-1300 fix: fall back to project root repositories.gradle

Docs:

  • GH-1308 doc: update README about development & testing

v10.0.1

Compare Source

Fixes:

  • GH-1295 fix: maven-publish setup
  • GH-1293 fix: gradle build tools config
  • GH-1294 fix: automatic latest build tools finding
  • GH-1287 fix: Google Services Gradle Plugin version check failure

Chores:

  • GH-1291 chore: add missing release notes
  • GH-1286 chore: update README requirements

v10.0.0

Compare Source

Breaking:

  • GH-1052 feat!: only support AndroidX
  • GH-1137 feat!: implement WebViewAssetLoader
  • GH-1268 feat!: release build defaults to aab package type
  • GH-1182 feat!: bump target sdk@30 w/ build-tool@30.0.3
  • GH-1257 feat!: upgrade gradle@7.1.1
  • GH-1197 feat!: upgrade gradle@6.8.3
  • GH-1256 feat!: upgrade kotlin@1.5.20
  • GH-1204 feat!: upgrade kotlin@1.4.32
  • GH-1200 feat!: upgrade kotlin@1.4.31
  • GH-1255 feat!: upgrade android-gradle-plugin@4.2.2
  • GH-1232 feat!: upgrade android-gradle-plugin@4.2.1
  • GH-1198 feat!: upgrade android-gradle-plugin@4.1.3
  • GH-1199 feat!: upgrade Google Services Gradle Plugin@4.3.5
  • GH-1262 feat!: bump appcompat@1.3.0
  • GH-1258 feat!: bump android.webkit@1.4.0
  • GH-1252 feat!: drop abandoned com.github.dcendents:android-maven-gradle-plugin
  • GH-1212 feat!: unify & fix gradle library/tooling overrides
  • GH-1138 feat(allow-list)!: integrate and refactor core plugin
  • GH-1201 feat!: upgrade jfrog gradle-bintray-plugin@1.8.5
  • GH-1279 chore!: bump all dependencies
  • GH-1278 chore!: drop node 10 support
  • GH-1205 chore! (npm): update all dependencies
  • GH-1274 cleanup!: remove deprecated settings & add todo comments
  • GH-1048 cleanup!: remove keystore password prompt
  • GH-1251 cleanup!: drop jcenter & update dependencies
  • GH-1269 refactor!: do not copy JS lib to platform project
  • GH-1270 refactor(Api)!: use version from package.json
  • GH-1266 refactor(run)!: run method
  • GH-1083 refactor!: drop support for android SDK tool
  • GH-1100 refactor!: remove most platform binaries

Features:

  • GH-1241 feat: remove java 1.8 version check
  • GH-1254 feat: support webkit version override
  • GH-1229 feat: CORDOVA_JAVA_HOME env variable
  • GH-1222 feat: add backwards compatibility mode for WebViewAssetLoader
  • GH-1166 feat: overload PluginEntry constructor to set onload property
  • GH-1208 feat: allow appcompat version to be configurable
  • GH-1047 feat: Deprecated onRequestPermissionResult in favour for onRequestPermissionsResult for consistency

Fixes:

  • GH-1283 fix: add missing apache-license header to getASPath.bat
  • GH-1275 fix: add WebViewAssetloader to default allow list
  • GH-1216 fix: request focus after custom view hided
  • GH-1264 fix: missing super.onRequestPermissionsResult error (MissingSuperCall)
  • GH-563 fix(build): support tilde expansion on Windows
  • GH-1220 fix(requirements check): use regex to get java version from javac output
  • GH-1227 fix(prepare): delete splash screens if none are used
  • GH-1228 fix: java checks
  • GH-1276 fix: remove forced default gradle.daemon setting

Refactors:

  • GH-1265 refactor: do not infer project root from script location
  • GH-1267 refactor: use target SDK of built APK to determine best emulator
  • GH-1253 refactor: gradle cleanup
  • GH-1260 refactor(check_reqs): drop originalError param from check_android_target
  • GH-1246 refactor(env/java): improve tests and implementation

Chores & Cleanup:

  • GH-1273 chore: remove old VERSION file
  • GH-1272 cleanup: delete old ANT & Eclipse files
  • GH-1141 cleanup: remove app cache settings

CI, Build & Testing:

  • GH-1218 ci: Add Node16 to CI matrix
  • GH-1271 build: build cordova.js during npm prepare
  • GH-1207 test(AndroidManifest): update theme to Theme.AppCompat.NoActionBar
  • GH-1263 test(check_reqs): do not hardcode DEFAULT_TARGET_API
  • GH-1259 test(prepare): factor out common vars

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.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@69pmb 69pmb merged commit c423054 into main Nov 3, 2021
@69pmb 69pmb deleted the renovate/cordova-android-10.x branch November 3, 2021 16:12
69pmb pushed a commit that referenced this pull request Jun 14, 2022
69pmb pushed a commit that referenced this pull request Jan 2, 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.

2 participants