Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action patch v4.6.0 -> v4.6.2 age adoption passing confidence
codecov/codecov-action action minor v5.3.1 -> v5.4.0 age adoption passing confidence
github/codeql-action action patch v3.28.8 -> v3.28.12 age adoption passing confidence
gradle (source) minor 8.12.1 -> 8.13 age adoption passing confidence
lint-staged dependencies minor 15.4.3 -> 15.5.0 age adoption passing confidence
ossf/scorecard-action action patch v2.4.0 -> v2.4.1 age adoption passing confidence
yarn (source) packageManager minor 4.6.0 -> 4.7.0 age adoption passing confidence
org.mockito:mockito-junit-jupiter dependencies minor 5.15.2 -> 5.16.1 age adoption passing confidence
com.google.guava:guava dependencies patch 33.4.0-jre -> 33.4.5-jre age adoption passing confidence
net.sourceforge.plantuml:plantuml dependencies patch 1.2025.0 -> 1.2025.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) dependencies minor 5.11.4 -> 5.12.1 age adoption passing confidence
org.awaitility:awaitility (source) dependencies minor 4.2.2 -> 4.3.0 age adoption passing confidence
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependencies patch 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.core:jackson-core dependencies patch 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) dependencies patch 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.core:jackson-annotations (source) dependencies patch 2.18.2 -> 2.18.3 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) dependencies patch 2.0.16 -> 2.0.17 age adoption passing confidence
io.netty:netty-codec-http (source) dependencies patch 4.1.117.Final -> 4.1.119.Final age adoption passing confidence
io.netty:netty-codec (source) dependencies patch 4.1.117.Final -> 4.1.119.Final age adoption passing confidence
io.netty:netty-handler (source) dependencies patch 4.1.118.Final -> 4.1.119.Final age adoption passing confidence
io.netty:netty-handler-proxy (source) dependencies patch 4.1.118.Final -> 4.1.119.Final age adoption passing confidence
io.netty:netty-codec-socks (source) dependencies patch 4.1.117.Final -> 4.1.119.Final age adoption passing confidence
com.datadoghq:datadog-api-client dependencies minor 2.31.0 -> 2.33.1 age adoption passing confidence
io.projectreactor.netty:reactor-netty-core dependencies patch 1.2.2 -> 1.2.4 age adoption passing confidence
com.newrelic.agent.java:newrelic-api dependencies minor 8.18.0 -> 8.19.0 age adoption passing confidence
io.opentelemetry:opentelemetry-api dependencies minor 1.46.0 -> 1.48.0 age adoption passing confidence
io.projectreactor.netty:reactor-netty-http dependencies patch 1.2.2 -> 1.2.4 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin patch 2.1.10 -> 2.1.20 age adoption passing confidence

Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

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

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

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

v3.28.12

Compare Source

v3.28.11

Compare Source

CodeQL Action Changelog

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

3.28.11 - 07 Mar 2025
  • Update default CodeQL bundle version to 2.20.6. #​2793

See the full CHANGELOG.md for more information.

v3.28.10

Compare Source

CodeQL Action Changelog

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

3.28.10 - 21 Feb 2025
  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

v3.28.9

Compare Source

CodeQL Action Changelog

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

3.28.9 - 07 Feb 2025
  • Update default CodeQL bundle version to 2.20.4. #​2753

See the full CHANGELOG.md for more information.

gradle/gradle (gradle)

v8.13

Compare Source

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

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
ossf/scorecard-action (ossf/scorecard-action)

v2.4.1

Compare Source

What's Changed

Docs

New Contributors

yarnpkg/berry (yarn)

v4.7.0

Compare Source

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

v5.16.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1
  • 2025-03-15 - 3 commit(s) by Adrian Roos, Jérôme Prinet, Rafael Winterhalter
  • Remove Arrays.asList from critical stubbing path in GenericMetadataSu… (#​3610)
  • Rework of injection strategy in the context of modules (#​3608)
  • Adjust inline mocking snippet to allow task relocatability (#​3606)
  • Inline mocking configuration snippet for Gradle should allow task relocatability (#​3605)

v5.16.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.0
  • 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
  • Add support for including module-info in Mockito. (#​3597)
  • Bump com.gradle.develocity from 3.19 to 3.19.1 (#​3579)
  • Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#​3577)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 (#​3574)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (#​3571)
  • Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#​3569)
  • Tweaks documentation on mockito agent config for maven (#​3568)
  • Adds --info to diagnose closeAndReleaseStagingRepositories issues (#​3567)
  • Refine reflection when calling management factory (#​3566)
  • Avoid warning when dynamic attach is enabled (#​3551)
qos-ch/slf4j (org.slf4j:slf4j-api)

v2.0.17

DataDog/datadog-api-client-java (com.datadoghq:datadog-api-client)

v2.33.1

Changed

Full Changelog: DataDog/datadog-api-client-java@datadog-api-client-2.33.0...datadog-api-client-2.33.1

v2.33.0

Fixed
Added
Changed
Deprecated

v2.32.0

Fixed
Added
Changed
reactor/reactor-netty (io.projectreactor.netty:reactor-netty-core)

v1.2.4

Reactor Netty 1.2.4 is part of 2024.0.4 Release Train.

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes

Configuration

📅 Schedule: Branch creation - "* 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 February 24, 2025 03:25
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from b5fcce2 to dee4ceb Compare March 3, 2025 17:58
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from cae8b44 to 8980e6d Compare March 12, 2025 16:32
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 29e51db to b07a753 Compare March 19, 2025 23:42
@renovate
Copy link
Contributor Author

renovate bot commented Mar 20, 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.

@codecov
Copy link

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.66%. Comparing base (623c4da) to head (03df911).
Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##               main    #836      +/-   ##
===========================================
- Coverage     10.06%   8.66%   -1.41%     
+ Complexity     1967    1510     -457     
===========================================
  Files          6956    6956              
  Lines         67867   67867              
  Branches        293     293              
===========================================
- Hits           6832    5881     -951     
- Misses        60859   61838     +979     
+ Partials        176     148      -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.

@jenschude jenschude merged commit ba391c9 into main Mar 20, 2025
8 of 9 checks passed
@jenschude jenschude deleted the renovate/all branch March 20, 2025 10:08
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