Commit 33a9a81
authored
[dependabot]: Bump the test-dependencies group across 2 directories with 1 update (#10581)
Bumps the test-dependencies group with 1 update in the /packages/pigeon/platform_tests/test_plugin/android directory: [io.mockk:mockk](https://github.com/mockk/mockk).
Bumps the test-dependencies group with 1 update in the /packages/shared_preferences/shared_preferences_android/android directory: [io.mockk:mockk](https://github.com/mockk/mockk).
Updates `io.mockk:mockk` from 1.14.6 to 1.14.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">io.mockk:mockk's releases</a>.</em></p>
<blockquote>
<h2>v1.14.7</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: normalize value class arguments in EqMatcher for consistent comparison by <a href="https://github.com/edwardmp"><code>@edwardmp</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1440">mockk/mockk#1440</a></li>
<li>Add configurable logging to withArg & withNullableArg by <a href="https://github.com/OsaSoft"><code>@OsaSoft</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1441">mockk/mockk#1441</a></li>
<li>docs(readme): document suppressing superclass calls by <a href="https://github.com/ch200203"><code>@ch200203</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1444">mockk/mockk#1444</a></li>
<li>Fix for issue <a href="https://redirect.github.com/mockk/mockk/issues/1103">#1103</a>. by <a href="https://github.com/sdetilly"><code>@sdetilly</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1449">mockk/mockk#1449</a></li>
<li>Fix configuration option example for restricted classes by <a href="https://github.com/TWiStErRob"><code>@TWiStErRob</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1465">mockk/mockk#1465</a></li>
<li>Fix InaccessibleObjectException when spying on JDK interfaces on JDK 16+ by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1457">mockk/mockk#1457</a></li>
<li>Fix Java 11 compatibility: replace Random.nextLong(long, long) with Java 8 compatible alternative by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1456">mockk/mockk#1456</a></li>
<li>Add optional restricted mock system property by <a href="https://github.com/nishatoma"><code>@nishatoma</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1454">mockk/mockk#1454</a></li>
<li>Fix StackOverflowError when mocking methods returning ArrayList by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1464">mockk/mockk#1464</a></li>
<li>Change JUnit 4/5 dependencies from implementation to compileOnly by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1455">mockk/mockk#1455</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/edwardmp"><code>@edwardmp</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1440">mockk/mockk#1440</a></li>
<li><a href="https://github.com/OsaSoft"><code>@OsaSoft</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1441">mockk/mockk#1441</a></li>
<li><a href="https://github.com/sdetilly"><code>@sdetilly</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1449">mockk/mockk#1449</a></li>
<li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1457">mockk/mockk#1457</a></li>
<li><a href="https://github.com/nishatoma"><code>@nishatoma</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1454">mockk/mockk#1454</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.6...1.14.7">https://github.com/mockk/mockk/compare/1.14.6...1.14.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mockk/mockk/commit/3b99349b693308aacf1a4031bbbd252506feb488"><code>3b99349</code></a> Version bump</li>
<li><a href="https://github.com/mockk/mockk/commit/d0e14bb764eb2bc312d3f15d5df9801d801851d0"><code>d0e14bb</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1455">#1455</a> from mockk/copilot/remove-transitive-junit-dependency</li>
<li><a href="https://github.com/mockk/mockk/commit/9372ca62b88d67c1719ce6d4f50953a984741df9"><code>9372ca6</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1464">#1464</a> from mockk/copilot/fix-stackoverflow-error-mockk</li>
<li><a href="https://github.com/mockk/mockk/commit/73736a6ecd592eff99c49fae8d00dc2da7123358"><code>73736a6</code></a> Address code review feedback for parseParamTypes</li>
<li><a href="https://github.com/mockk/mockk/commit/6866dd0c75f9e8a3acc5b4fd00f0e585c28387bf"><code>6866dd0</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1454">#1454</a> from nishatoma/add-strict-mocking-system-property</li>
<li><a href="https://github.com/mockk/mockk/commit/ea99f8804bbb9b941b3854bc77502c13324828ea"><code>ea99f88</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1456">#1456</a> from mockk/copilot/fix-mockk-compatibility-issue</li>
<li><a href="https://github.com/mockk/mockk/commit/b7b72de983a0da71e531d8c9b2b68f84743189b6"><code>b7b72de</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1457">#1457</a> from mockk/copilot/fix-inaccessibleobjectexception</li>
<li><a href="https://github.com/mockk/mockk/commit/08d1d1d8e466466f46c448ef459cecdde5585e49"><code>08d1d1d</code></a> Address comments</li>
<li><a href="https://github.com/mockk/mockk/commit/7681de2aaa26a6a73aa6a21fe57428ef80c87146"><code>7681de2</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1465">#1465</a> from TWiStErRob/patch-2</li>
<li><a href="https://github.com/mockk/mockk/commit/54e61544105b549c4d29a44370ef8f604caaca0d"><code>54e6154</code></a> Fix configuration option example for restricted classes</li>
<li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.6...1.14.7">compare view</a></li>
</ul>
</details>
<br />
Updates `io.mockk:mockk` from 1.14.6 to 1.14.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">io.mockk:mockk's releases</a>.</em></p>
<blockquote>
<h2>v1.14.7</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: normalize value class arguments in EqMatcher for consistent comparison by <a href="https://github.com/edwardmp"><code>@edwardmp</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1440">mockk/mockk#1440</a></li>
<li>Add configurable logging to withArg & withNullableArg by <a href="https://github.com/OsaSoft"><code>@OsaSoft</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1441">mockk/mockk#1441</a></li>
<li>docs(readme): document suppressing superclass calls by <a href="https://github.com/ch200203"><code>@ch200203</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1444">mockk/mockk#1444</a></li>
<li>Fix for issue <a href="https://redirect.github.com/mockk/mockk/issues/1103">#1103</a>. by <a href="https://github.com/sdetilly"><code>@sdetilly</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1449">mockk/mockk#1449</a></li>
<li>Fix configuration option example for restricted classes by <a href="https://github.com/TWiStErRob"><code>@TWiStErRob</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1465">mockk/mockk#1465</a></li>
<li>Fix InaccessibleObjectException when spying on JDK interfaces on JDK 16+ by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1457">mockk/mockk#1457</a></li>
<li>Fix Java 11 compatibility: replace Random.nextLong(long, long) with Java 8 compatible alternative by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1456">mockk/mockk#1456</a></li>
<li>Add optional restricted mock system property by <a href="https://github.com/nishatoma"><code>@nishatoma</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1454">mockk/mockk#1454</a></li>
<li>Fix StackOverflowError when mocking methods returning ArrayList by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1464">mockk/mockk#1464</a></li>
<li>Change JUnit 4/5 dependencies from implementation to compileOnly by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1455">mockk/mockk#1455</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/edwardmp"><code>@edwardmp</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1440">mockk/mockk#1440</a></li>
<li><a href="https://github.com/OsaSoft"><code>@OsaSoft</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1441">mockk/mockk#1441</a></li>
<li><a href="https://github.com/sdetilly"><code>@sdetilly</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1449">mockk/mockk#1449</a></li>
<li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1457">mockk/mockk#1457</a></li>
<li><a href="https://github.com/nishatoma"><code>@nishatoma</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1454">mockk/mockk#1454</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.6...1.14.7">https://github.com/mockk/mockk/compare/1.14.6...1.14.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mockk/mockk/commit/3b99349b693308aacf1a4031bbbd252506feb488"><code>3b99349</code></a> Version bump</li>
<li><a href="https://github.com/mockk/mockk/commit/d0e14bb764eb2bc312d3f15d5df9801d801851d0"><code>d0e14bb</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1455">#1455</a> from mockk/copilot/remove-transitive-junit-dependency</li>
<li><a href="https://github.com/mockk/mockk/commit/9372ca62b88d67c1719ce6d4f50953a984741df9"><code>9372ca6</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1464">#1464</a> from mockk/copilot/fix-stackoverflow-error-mockk</li>
<li><a href="https://github.com/mockk/mockk/commit/73736a6ecd592eff99c49fae8d00dc2da7123358"><code>73736a6</code></a> Address code review feedback for parseParamTypes</li>
<li><a href="https://github.com/mockk/mockk/commit/6866dd0c75f9e8a3acc5b4fd00f0e585c28387bf"><code>6866dd0</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1454">#1454</a> from nishatoma/add-strict-mocking-system-property</li>
<li><a href="https://github.com/mockk/mockk/commit/ea99f8804bbb9b941b3854bc77502c13324828ea"><code>ea99f88</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1456">#1456</a> from mockk/copilot/fix-mockk-compatibility-issue</li>
<li><a href="https://github.com/mockk/mockk/commit/b7b72de983a0da71e531d8c9b2b68f84743189b6"><code>b7b72de</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1457">#1457</a> from mockk/copilot/fix-inaccessibleobjectexception</li>
<li><a href="https://github.com/mockk/mockk/commit/08d1d1d8e466466f46c448ef459cecdde5585e49"><code>08d1d1d</code></a> Address comments</li>
<li><a href="https://github.com/mockk/mockk/commit/7681de2aaa26a6a73aa6a21fe57428ef80c87146"><code>7681de2</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1465">#1465</a> from TWiStErRob/patch-2</li>
<li><a href="https://github.com/mockk/mockk/commit/54e61544105b549c4d29a44370ef8f604caaca0d"><code>54e6154</code></a> Fix configuration option example for restricted classes</li>
<li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.6...1.14.7">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`.
---
<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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>1 parent 8a52f44 commit 33a9a81
File tree
2 files changed
+2
-2
lines changed- packages
- pigeon/platform_tests/test_plugin/android
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments