Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 12, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
codecov/codecov-action action patch v5.4.2 -> v5.4.3 age adoption passing confidence
github/codeql-action action patch v3.28.16 -> v3.28.19 age adoption passing confidence
gradle (source) patch 8.14 -> 8.14.1 age adoption passing confidence
gradle/actions action minor v4.3.1 -> v4.4.0 age adoption passing confidence
lint-staged dependencies patch 15.5.1 -> 15.5.2 age adoption passing confidence
yarn (source) packageManager patch 4.9.1 -> 4.9.2 age adoption passing confidence
org.mockito:mockito-junit-jupiter dependencies minor 5.17.0 -> 5.18.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) dependencies minor 5.12.2 -> 5.13.0 age adoption passing confidence
net.sourceforge.plantuml:plantuml dependencies patch 1.2025.2 -> 1.2025.3 age adoption passing confidence
io.netty:netty-codec-http (source) dependencies patch 4.2.0.Final -> 4.2.2.Final age adoption passing confidence
io.netty:netty-codec (source) dependencies patch 4.2.0.Final -> 4.2.2.Final age adoption passing confidence
com.squareup.okio:okio dependencies minor 3.11.0 -> 3.12.0 age adoption passing confidence
io.netty:netty-handler (source) dependencies patch 4.2.0.Final -> 4.2.2.Final age adoption passing confidence
io.netty:netty-handler-proxy (source) dependencies patch 4.2.0.Final -> 4.2.2.Final age adoption passing confidence
io.netty:netty-codec-socks (source) dependencies patch 4.2.0.Final -> 4.2.2.Final age adoption passing confidence
com.datadoghq:datadog-api-client dependencies minor 2.34.1 -> 2.35.0 age adoption passing confidence
io.projectreactor.netty:reactor-netty-core dependencies patch 1.2.5 -> 1.2.6 age adoption passing confidence
com.newrelic.agent.java:newrelic-api dependencies minor 8.20.0 -> 8.21.0 age adoption passing confidence
io.opentelemetry:opentelemetry-api dependencies minor 1.49.0 -> 1.50.0 age adoption passing confidence
org.apache.httpcomponents.client5:httpclient5 dependencies minor 5.4.4 -> 5.5 age adoption passing confidence
io.projectreactor.netty:reactor-netty-http dependencies patch 1.2.5 -> 1.2.6 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin patch 2.1.20 -> 2.1.21 age adoption passing confidence

Release Notes

codecov/codecov-action (codecov/codecov-action)

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

github/codeql-action (github/codeql-action)

v3.28.19

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview.
    The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned
    your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
    actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #​2910

See the full CHANGELOG.md for more information.

v3.28.18

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #​2893
  • Skip validating SARIF produced by CodeQL for improved performance. #​2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #​2891

See the full CHANGELOG.md for more information.

v3.28.17

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.17 - 02 May 2025
  • Update default CodeQL bundle version to 2.21.2. #​2872

See the full CHANGELOG.md for more information.

gradle/gradle (gradle)

v8.14.1

Compare Source

gradle/actions (gradle/actions)

v4.4.0

Compare Source

This release updates 2 downstream components:

  • Develocity injection has been updated to v2.0
    • Some environment variables related to Develocity injection have been renamed. All vars now being with DEVELOCITY_INJECTION_. Check the docs for more details.
  • Dependency-graph plugin has been updated to v1.4.0
    • The 'detector' values included in the generated graph can now be configured via environment variables.
What's Changed
New Contributors

Full Changelog: gradle/actions@v4.3.1...v4.4.0

lint-staged/lint-staged (lint-staged)

v15.5.2

Compare Source

Patch Changes
yarnpkg/berry (yarn)

v4.9.2

Compare Source

mockito/mockito (org.mockito:mockito-junit-jupiter)

v5.18.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.18.0
  • 2025-05-20 - 5 commit(s) by Eugene Platonov, Patrick Doyle, Tim van der Lippe, dependabot[bot]
  • Make vararg checks Scala friendly (for mockito-scala) (#​3651)
  • For UnfinishedStubbingException, suggest the possibility of another thread (#​3636)
  • UnfinishedStubbingException ought to suggest the possibility of another thread (#​3635)
square/okio (com.squareup.okio:okio)

v3.12.0

2025-05-27

  • New: Support an optional end index when searching with BufferedSource.indexOf().
  • Fix: Don't do unnecessary work in BufferedSource.rangeEquals().
  • Upgrade: [Kotlin 2.1.21][kotlin_2_1_21].
DataDog/datadog-api-client-java (com.datadoghq:datadog-api-client)

v2.35.0

Fixed
  • add include parameter to On-Call team rules test #​2877
  • fix On-Call spec #​2867
  • Make assertion target be int or string #​2859
  • Fix incorrect pattern for url #​2851
  • Make metadata optional for GCS destination #​2840
  • Remove isReadOnly default when creating dashboards #​2839
Added
  • Add support for Datadog Events as a data source for rules #​2870
  • Add public APIs to search DORA events #​2868
  • Adding endpoints to manage Resource Evaluation Filters #​2857
  • Add Sev0 as a supported incident severity #​2854
  • Share timerestriction object #​2850
  • add On-Call Paging spec #​2843
  • Add pagination method for NDM ListDevices. #​2837
  • Add On-Call Team Rules #​2835
reactor/reactor-netty (io.projectreactor.netty:reactor-netty-core)

v1.2.6

Reactor Netty 1.2.6 is part of 2024.0.6 Release Train.

What's Changed
✨ New features and improvements
🐞 Bug fixes
New Contributors

Full Changelog: reactor/reactor-netty@v1.2.5...v1.2.6

newrelic/newrelic-java-agent (com.newrelic.agent.java:newrelic-api)

v8.21.0

Version 8.21.0

open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-api)

v1.50.0

API
  • Clarify that AttributesBuilder.put allows nulls
    (#​7271)
  • Stabilize log record event name
    (#​7277)
Context
  • Fix duplicated ExecutorService wrap
    (#​7245)
  • Promote getAll to TextMapGetter stable API
    (#​7267)
Incubator
  • Add ExtendedLogRecordBuilder#setException
    (#​7182)
  • Add experimental support for log extended attributes
    (#​7123)
SDK
  • Remove Java9VersionSpecific clock implementation
    (#​7221)
  • Add addProcessorFirst to SdkTracerProviderBuilder, SdkLoggerProviderBuilder
    (#​7243)
Logs
  • Add setLoggerConfigurator support to LoggerProvider
    (#​7332)
Metrics
  • Add DelegatingMetricData
    (#​7229)
  • Spatial aggregation for async instruments with filtering views
    (#​7264)
Exporters
  • Prometheus: Add Authenticator support for PrometheusHttpServer
    (#​7225)
  • OTLP: Fix OTLP metric exporter toBuilder() loosing temporality
    (#​7280)
  • OTLP: Allow Otlp*MetricExporter's to publish export stats
    (#​7255)
Extensions
  • Declarative config: Add support for escaping env var substitution
    (#​7033)
  • Declarative config: update to opentelemetry-configuration 0.4
    (#​7064)
  • Declarativeconfig: Refactor internals to add DeclarativeConfigContext
    (#​7293)
Project tooling

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from a team as a code owner May 12, 2025 02:00
@codecov
Copy link

codecov bot commented May 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.65%. Comparing base (8a362e4) to head (2acc6a9).
Report is 13 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##               main    #895      +/-   ##
===========================================
- Coverage     10.04%   8.65%   -1.40%     
+ Complexity     1996    1535     -461     
===========================================
  Files          7047    7047              
  Lines         68965   68965              
  Branches        302     302              
===========================================
- Hits           6927    5968     -959     
- Misses        61861   62848     +987     
+ Partials        177     149      -28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title Update all dependencies fix(deps): update all dependencies May 12, 2025
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from bd5919e to 63695aa Compare May 16, 2025 18:22
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 27f7774 to 8a3521d Compare May 27, 2025 22:50
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from bd9a48a to 6ba4a3f Compare June 3, 2025 20:55
@renovate renovate bot force-pushed the renovate/all branch from 6ba4a3f to 2b97b70 Compare June 5, 2025 07:21
@renovate renovate bot force-pushed the renovate/all branch from 2b97b70 to b810d68 Compare June 5, 2025 09:10
@renovate
Copy link
Contributor Author

renovate bot commented Jun 5, 2025

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.

@jenschude jenschude merged commit c017490 into main Jun 5, 2025
11 of 12 checks passed
@jenschude jenschude deleted the renovate/all branch June 5, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants