Skip to content

Update dependency com.google.errorprone:error_prone_core to v2.50.0 - #2861

Merged
Goooler merged 2 commits into
mainfrom
renovate/error-prone-monorepo
Sep 15, 2026
Merged

Goooler merged 2 commits into
mainfrom
renovate/error-prone-monorepo

Conversation

@renovate

@renovate renovate Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.google.errorprone:error_prone_core (source) 2.42.02.50.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

google/error-prone (com.google.errorprone:error_prone_core)

v2.50.0: Error Prone 2.50.0

New checks:

Closed issues: #​5553, #​5649, #​5778

Full changelog: google/error-prone@v2.49.0...v2.50.0

v2.49.0: Error Prone 2.49.0

Compare Source

This release includes several changes to Matcher APIs, and removed some deprecated or problematic APIs:

  • Remove deprecated MethodMatchers.withSignature API, which relies on fragile toString behaviour. Alternatives for matching on method signatures with varargs and type parameters were added in a98a1c5.
  • Removed variableType(Matcher) API. Matchers.variableType(Matcher) uses VariableTree#getType to match variable types, which own't work for lambda parameters with inferred types after JDK-8268850. The recommended replacement is variableType(TypePredicate).
  • Make enclosingPackage return an optional. Module elements are not enclosed by a package, checks using enclosingPackage shouldn't assume an enclosing package exists when processing arbitrary elements.
  • New FieldMatchers API, similar to MethodMatchers (1dd9c3a).

New checks:

Closed issues: #​2283, #​3503, #​5210, #​5289, #​5548, #​5548, #​5554, #​5609, #​5614, #​5656

Full changelog: google/error-prone@v2.48.0...v2.49.0

v2.48.0: Error Prone 2.48.0

Compare Source

Changes:

  • Added support for passing flags with command-line argument files (@-files) (8e84edf)

New checks:

Closed issues: #​5529, #​5537, #​5522, #​5521

Full changelog: google/error-prone@v2.47.0...v2.48.0

v2.47.0: Error Prone 2.47.0

Compare Source

New checks:

Closed issues: #​1811, #​4168, #​5459, #​5460

Full changelog: google/error-prone@v2.46.0...v2.47.0

v2.46.0: Error Prone 2.46.0

Compare Source

Changes:

New checks:

Full changelog: google/error-prone@v2.45.0...v2.46.0

v2.45.0: Error Prone 2.45.0

Compare Source

Changes:

  • Improved compatibility with latest JDK 26 EA builds.

New checks:

Closed issues: #​5335

Full changelog: google/error-prone@v2.44.0...v2.45.0

v2.44.0: Error Prone 2.44.0

Compare Source

Changes

Closed issues: #​5218, #​5278

Full changelog: google/error-prone@v2.43.0...v2.44.0

v2.43.0: Error Prone 2.43.0

Compare Source

The minimum supported JDK version to run Error Prone is now JDK 21 (#​4867).

Changes:

  • -XepPatchChecks now skips disabled checks (#​4943)
  • AndroidJdkLibsChecker has been removed, the recommended replacement for Android code is Android Lint's NewApi check

New checks:

Closed issues: #​4943, #​5102, #​5107, #​5121, #​5158, #​5217, #​5239

Full changelog: google/error-prone@v2.42.0...v2.43.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from ea6182a to 2e7b73c Compare February 27, 2026 17:31
@renovate renovate Bot changed the title fix(deps): update dependency com.google.errorprone:error_prone_core to v2.47.0 fix(deps): update dependency com.google.errorprone:error_prone_core to v2.48.0 Feb 27, 2026
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch 2 times, most recently from bea8e2c to dc19a31 Compare March 10, 2026 01:43
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from dc19a31 to 6d2c2fb Compare March 13, 2026 16:17
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from 6d2c2fb to 162135e Compare April 1, 2026 19:41
@renovate renovate Bot changed the title fix(deps): update dependency com.google.errorprone:error_prone_core to v2.48.0 fix(deps): update dependency com.google.errorprone:error_prone_core to v2.49.0 Apr 7, 2026
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from 162135e to 59b492a Compare April 7, 2026 14:48
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from 59b492a to 7703cc1 Compare April 21, 2026 16:52
@renovate renovate Bot changed the title fix(deps): update dependency com.google.errorprone:error_prone_core to v2.49.0 Update dependency com.google.errorprone:error_prone_core to v2.49.0 Apr 30, 2026
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch 2 times, most recently from d849487 to 0f98774 Compare May 22, 2026 21:07
@renovate renovate Bot changed the title Update dependency com.google.errorprone:error_prone_core to v2.49.0 Update error-prone monorepo to v2.49.0 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from 0f98774 to da6c9dd Compare June 10, 2026 11:48
@renovate renovate Bot changed the title Update error-prone monorepo to v2.49.0 Update error-prone monorepo to v2.50.0 Jun 10, 2026
@renovate renovate Bot changed the title Update error-prone monorepo to v2.50.0 Update error-prone monorepo Jun 22, 2026
@renovate renovate Bot changed the title Update error-prone monorepo Update dependency com.google.errorprone:error_prone_core to v2.50.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from da6c9dd to 5e612cc Compare July 16, 2026 19:02
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from 5e612cc to 20e49c3 Compare August 11, 2026 21:12
@renovate renovate Bot changed the title Update dependency com.google.errorprone:error_prone_core to v2.50.0 fix(deps): update dependency com.google.errorprone:error_prone_core to v2.50.0 Aug 17, 2026
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from 20e49c3 to 43240bf Compare August 20, 2026 14:11
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from 43240bf to c64a930 Compare August 27, 2026 15:16
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch from c64a930 to 9870535 Compare September 8, 2026 13:59
@renovate renovate Bot changed the title fix(deps): update dependency com.google.errorprone:error_prone_core to v2.50.0 Update dependency com.google.errorprone:error_prone_core to v2.50.0 Sep 8, 2026
@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch 3 times, most recently from 0cc2f3e to 5a36705 Compare September 15, 2026 03:41
@renovate

renovate Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gradle/libs.versions.toml
Command failed: ./gradlew -Dorg.gradle.jvmargs=-Xms512m -Xmx512m --console=plain --dependency-verification lenient -q properties

FAILURE: Build failed with an exception.

* Where:
Settings file '/tmp/renovate/repos/github/diffplug/spotless/settings.gradle.kts' line: 11

* What went wrong:
Error resolving plugin [id: 'com.diffplug.spotless', version: '8.10.2', apply: false]
> A problem occurred configuring project ':build-logic'.
   > Could not resolve all artifacts for configuration 'classpath'.
      > Could not resolve org.jetbrains.kotlin:kotlin-stdlib:2.4.0.
        Required by:
            buildscript of project ':build-logic'
            buildscript of project ':build-logic' > org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:6.7.3 > org.gradle.kotlin:gradle-kotlin-dsl-plugins:6.7.3
         > Repository Gradle Central Plugin Repository is disabled due to earlier error below:
            > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugins-bom:2.4.0.
               > Could not get resource 'https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugins-bom/2.4.0/kotlin-gradle-plugins-bom-2.4.0.pom'.
                  > Could not GET 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugins-bom/2.4.0/kotlin-gradle-plugins-bom-2.4.0.pom'. Received status code 429 from server: Too Many Requests
      > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.0.
        Required by:
            buildscript of project ':build-logic' > org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:6.7.3 > org.gradle.kotlin:gradle-kotlin-dsl-plugins:6.7.3
         > Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin-api:2.4.0.
            > Could not get resource 'https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-gradle-plugin-api/2.4.0/kotlin-gradle-plugin-api-2.4.0.pom'.
               > Could not GET 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin-api/2.4.0/kotlin-gradle-plugin-api-2.4.0.pom'. Received status code 429 from server: Too Many Requests
> There are 3 more failures with identical causes.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.

BUILD FAILED in 48s

@renovate
renovate Bot force-pushed the renovate/error-prone-monorepo branch 2 times, most recently from f5e36cd to 1d29d1d Compare September 15, 2026 08:53
@Goooler
Goooler force-pushed the renovate/error-prone-monorepo branch from 1d29d1d to 65e6f21 Compare September 15, 2026 09:32
@Goooler
Goooler enabled auto-merge September 15, 2026 09:33
@renovate

renovate Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Goooler
Goooler merged commit eb46aca into main Sep 15, 2026
28 checks passed
@Goooler
Goooler deleted the renovate/error-prone-monorepo branch September 15, 2026 09:38
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.

1 participant