dependabot[bot] opened a new pull request, #297:
URL: https://github.com/apache/cordova-coho/pull/297

   Removes [dot-prop](https://github.com/sindresorhus/dot-prop). It's no longer 
used after updating ancestor dependency 
[cordova-android](https://github.com/apache/cordova-android). These 
dependencies need to be updated together.
   
   Removes `dot-prop`
   
   Updates `cordova-android` from 8.1.0 to 11.0.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/cordova-android/blob/master/RELEASENOTES.md";>cordova-android's
 changelog</a>.</em></p>
   <blockquote>
   <h3>11.0.0 (Jul 04, 2022)</h3>
   <p><strong>Breaking:</strong></p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1441";>GH-1441</a>
 feat!: <strong>Android</strong> 12 splash screen</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1427";>GH-1427</a>
 feat!: API 32 support</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1410";>GH-1410</a>
 feat!: API 31 support</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1444";>GH-1444</a>
 fix!: set &amp; use <code>ANDROID_HOME</code> as default</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1411";>GH-1411</a>
 chore!: Drop Node 12 support</li>
   </ul>
   <p><strong>Features:</strong></p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1448";>GH-1448</a>
 feat: Update <code>androidx.appcompat</code> version</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1446";>GH-1446</a>
 feat: Update gradle plugin version</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1447";>GH-1447</a>
 feat: Update google services pluging</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1431";>GH-1431</a>
 feat: support custom <code>compileSdk</code> setting</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1311";>GH-1311</a>
 feat: added support for BoM imports</li>
   </ul>
   <p><strong>Fixes:</strong></p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1455";>GH-1455</a>
 fix(<code>prepare</code>): <code>destFile</code> path separator</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1453";>GH-1453</a>
 fix: support installing platfrom from local git checkout</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1449";>GH-1449</a>
 fix: accept file cookies only if 
<code>AndroidInsecureFileModeEnabled</code></li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1443";>GH-1443</a>
 fix: force <code>hostname</code> to lowercase</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1434";>GH-1434</a>
 fix: restore <code>checkReqs</code> in <code>prepare.js</code></li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1154";>GH-1154</a>
 fix: move <code>MainActivity.java</code> to folder that tracks the app package 
name (widget id)</li>
   </ul>
   <p><strong>Chores, Dependencies &amp; CI:</strong></p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1451";>GH-1451</a>
 chore: display warning on deprecated <code>&lt;splash&gt;</code> tag usage</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1430";>GH-1430</a>
 chore: remove unneeded deprecated annotation</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1421";>GH-1421</a>
 chore(npm): bump <code>@cordova/eslint-config@^4.0.0</code></li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1420";>GH-1420</a>
 chore(npm): bump dependencies</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1452";>GH-1452</a>
 dep: bump <code>[email protected]</code> w/ <code>package-lock</code> rebuild</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1439";>GH-1439</a>
 ci: update github action workflow</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1424";>GH-1424</a>
 ci: Added Node 18 to test matrix</li>
   </ul>
   <h3>10.1.2 (Apr 11, 2022)</h3>
   <p><strong>Fixes:</strong></p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1372";>GH-1372</a>
 fix(<code>AndroidManifest</code>): explicitly define the <code>activity</code> 
attribute <code>android:exported</code></li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1406";>GH-1406</a>
 fix: detect <code>JAVA_HOME</code> with Java 11</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1401";>GH-1401</a>
 fix(<a 
href="https://github-redirect.dependabot.com/apache/cordova-android/issues/1391";>GH-1391</a>):
 Reword minimum build tools version to make it more clear what is actually 
required.</li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1384";>GH-1384</a>
 fix: escape <code>strings.xml</code> app name</li>
   </ul>
   <p><strong>Chores:</strong></p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1413";>GH-1413</a>
 chore: update <code>package-lock</code> to satisfy <code>npm audit</code></li>
   <li><a 
href="https://github-redirect.dependabot.com/apache/cordova-android/pull/1348";>GH-1348</a>
 chore: <code>npmrc</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/cordova-android/commit/d8287854354806f16f0b1bf3b93997780c4626d0";><code>d828785</code></a>
 release(android-v11.0.0): updated version and RELEASENOTES.md (2)</li>
   <li><a 
href="https://github.com/apache/cordova-android/commit/e5b7e8ab266c8f9de83923430be77c62499810a2";><code>e5b7e8a</code></a>
 fix(prepare): destFile path separator (<a 
href="https://github-redirect.dependabot.com/apache/cordova-android/issues/1455";>#1455</a>)</li>
   <li><a 
href="https://github.com/apache/cordova-android/commit/f38e8eb3d05bdabf15833e61bbdaa356e5d24eaa";><code>f38e8eb</code></a>
 chore: bump version 11.0.1-dev</li>
   <li><a 
href="https://github.com/apache/cordova-android/commit/98895f7d7860d7d4ce03b4fa4846c02c7b31644f";><code>98895f7</code></a>
 release(android-v11.0.0): updated version and RELEASENOTES.md</li>
   <li><a 
href="https://github.com/apache/cordova-android/commit/e968cac0b93f6f7115c5b853a8922d19fd731160";><code>e968cac</code></a>
 fix: support installing platfrom from local git checkout (<a 
href="https://github-redirect.dependabot.com/apache/cordova-android/issues/1453";>#1453</a>)</li>
   <li><a 
href="https://github.com/apache/cordova-android/commit/861fec2cc7ede896e9ff41242bd58de6fe56a39b";><code>861fec2</code></a>
 dep: bump [email protected] w/ package-lock rebuild (<a 
href="https://github-redirect.dependabot.com/apache/cordova-android/issues/1452";>#1452</a>)</li>
   <li><a 
href="https://github.com/apache/cordova-android/commit/273d1bdecde92f918def2ffc76b3237afce2ea92";><code>273d1bd</code></a>
 chore: display warning on deprecated &lt;splash&gt; tag usage (<a 
href="https://github-redirect.dependabot.com/apache/cordova-android/issues/1451";>#1451</a>)</li>
   <li><a 
href="https://github.com/apache/cordova-android/commit/606e9c482687dc3818186a02974a747cb183f73c";><code>606e9c4</code></a>
 feat!: android 12 splash screen (<a 
href="https://github-redirect.dependabot.com/apache/cordova-android/issues/1441";>#1441</a>)</li>
   <li><a 
href="https://github.com/apache/cordova-android/commit/2d2ad4cb81c92e1f41406a2c08e4076713bf0ba5";><code>2d2ad4c</code></a>
 fix: accept file cookies only if AndroidInsecureFileModeEnabled (<a 
href="https://github-redirect.dependabot.com/apache/cordova-android/issues/1449";>#1449</a>)</li>
   <li><a 
href="https://github.com/apache/cordova-android/commit/26b21219f7cbbc5885a218f657d67e175f957547";><code>26b2121</code></a>
 feat: Update androidx.appcompat version (<a 
href="https://github-redirect.dependabot.com/apache/cordova-android/issues/1448";>#1448</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/cordova-android/compare/8.1.0...11.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/cordova-coho/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to