Skip to content

Commit

Permalink
Update dependency dev.zacsweers.redacted:redacted-compiler-plugin-gra…
Browse files Browse the repository at this point in the history
…dle to v1.12.0 (#1155)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[dev.zacsweers.redacted:redacted-compiler-plugin-gradle](https://redirect.github.com/ZacSweers/redacted-compiler-plugin)
| dependencies | minor | `1.11.0` -> `1.12.0` |

---

### Release Notes

<details>
<summary>ZacSweers/redacted-compiler-plugin
(dev.zacsweers.redacted:redacted-compiler-plugin-gradle)</summary>

###
[`v1.12.0`](https://redirect.github.com/ZacSweers/redacted-compiler-plugin/blob/HEAD/CHANGELOG.md#1120)

[Compare
Source](https://redirect.github.com/ZacSweers/redacted-compiler-plugin/compare/1.11.0...1.12.0)

*2024-12-20*

- Fix FIR diagnostics rendering in the IDE. Note this only works in the
K2 Kotlin IDE plugin + setting the IntelliJ
`kotlin.k2.only.bundled.compiler.plugins.enabled` registry key to
`false`.
- When custom annotations are defined, report those names in FIR error
messages.
-   Support multiple custom annotations.
- For Gradle configuration, the singular `*Annotation` properties are
deprecated in favor of plural`*Annotations` `SetProperty` types.
- For CLI consumers, the `redactedAnnotation` and `unredactedAnnotation`
properties are now `redactedAnnotations` and `unredactedAnnotations`.
-   Build against Gradle `8.12`.
- Only report errors in FIR now. Removes the `validateIr` plugin option.
-   No longer support K1.
-   Raise Gradle plugin Kotlin target to `1.9`.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzkuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
slack-oss-bot authored Dec 24, 2024
1 parent 65eeb66 commit 66176d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ gradlePlugins-kgp-api = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin",
gradlePlugins-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
gradlePlugins-moshix = { module = "dev.zacsweers.moshix:moshi-gradle-plugin", version.ref = "moshix" }
gradlePlugins-nullaway = { module = "net.ltgt.gradle:gradle-nullaway-plugin", version.ref = "nullawayGradle" }
gradlePlugins-redacted = "dev.zacsweers.redacted:redacted-compiler-plugin-gradle:1.11.0"
gradlePlugins-redacted = "dev.zacsweers.redacted:redacted-compiler-plugin-gradle:1.12.0"
gradlePlugins-retry = { module = "org.gradle:test-retry-gradle-plugin", version.ref = "gradle-retry" }
gradlePlugins-sortDependencies = { module = "com.squareup:sort-dependencies-gradle-plugin", version.ref = "sortDependencies" }
gradlePlugins-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
Expand Down

0 comments on commit 66176d4

Please sign in to comment.