-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit 028891d
authored
Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.8.0 to 3.9.0 (#1173)
Bumps
[org.openrewrite.recipe:rewrite-testing-frameworks](https://github.com/openrewrite/rewrite-testing-frameworks)
from 3.8.0 to 3.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/releases">org.openrewrite.recipe:rewrite-testing-frameworks's
releases</a>.</em></p>
<blockquote>
<h2>v3.9.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix TemporaryFolderToTempDir: Don't add methods to unrelated classes
by <a href="https://github.com/amishra-u"><code>@amishra-u</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/722">openrewrite/rewrite-testing-frameworks#722</a></li>
<li>Fix import ambiguity regression by reordering AddImport/RemoveImport
by <a href="https://github.com/amishra-u"><code>@amishra-u</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/731">openrewrite/rewrite-testing-frameworks#731</a></li>
<li>ReplaceInitMockToOpenMock: Ensure unique name for added tearDown
method by <a
href="https://github.com/amishra-u"><code>@amishra-u</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/725">openrewrite/rewrite-testing-frameworks#725</a></li>
<li>Added support for generic instanceof checks in
<code>AssertTrueInstanceofToAssertInstanceOf</code> recipe by <a
href="https://github.com/JohannisK"><code>@JohannisK</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/pull/734">openrewrite/rewrite-testing-frameworks#734</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.8.0...v3.9.0">https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.8.0...v3.9.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/e969a22ec5ebb2d417844b4686b604c148645d5b"><code>e969a22</code></a>
Added support for generic instanceof checks (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/734">#734</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/1a25e2107153c6e3f1a62a2686b8077e6916c99e"><code>1a25e21</code></a>
ReplaceInitMockToOpenMock: Ensure unique name for added tearDown method
(<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/725">#725</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/c7f206a66e435865751acb94be4cafcaaba1f719"><code>c7f206a</code></a>
Fix import ambiguity regression by reordering AddImport/RemoveImport (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/731">#731</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/b07905840283fbddb222eaa76ae0ca3df9ea83f1"><code>b079058</code></a>
refactor: Java 17 features for tests</li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/4de7603a36e03ce73f7d0de221ba374577b11bab"><code>4de7603</code></a>
Prevent missing types in
<code>AssertTrueInstanceofToAssertInstanceOf</code></li>
<li><a
href="https://github.com/openrewrite/rewrite-testing-frameworks/commit/258cc3f183185c2a4fd1751915e272f0b6615ced"><code>258cc3f</code></a>
Fix TemporaryFolderToTempDir: Don't add methods to unrelated classes (<a
href="https://redirect.github.com/openrewrite/rewrite-testing-frameworks/issues/722">#722</a>)</li>
<li>See full diff in <a
href="https://github.com/openrewrite/rewrite-testing-frameworks/compare/v3.8.0...v3.9.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
1044 | | - | |
| 1044 | + | |
1045 | 1045 | | |
1046 | 1046 | | |
1047 | 1047 | | |
| |||
0 commit comments