Skip to content

fix(deps): update all non-major dependencies#103

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#103
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2024

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action minor v4.0.2v4.3.0 age confidence
actions/checkout action minor v4.1.7v4.3.1 age confidence
actions/setup-java action minor v4.2.2v4.8.0 age confidence
gradle (source) patch 7.6.47.6.6 age confidence
net.fabricmc:intermediary dependencies patch 1.21.11.21.11 age confidence
net.fabricmc:yarn dependencies patch 1.21.1+build.31.21.11-pre5+build.1 age confidence
org.ow2.asm:asm-util (source) dependencies minor 9.79.9.1 age confidence
org.ow2.asm:asm-analysis (source) dependencies minor 9.79.9.1 age confidence
org.ow2.asm:asm-tree (source) dependencies minor 9.79.9.1 age confidence
org.ow2.asm:asm (source) dependencies minor 9.79.9.1 age confidence
com.google.guava:guava dependencies minor 33.3.0-jre33.5.0-jre age confidence
org.checkerframework:checker-qual (source) dependencies minor 3.47.03.54.0 age confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies minor 5.11.05.14.3 age confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.11.05.14.3 age confidence
org.projectlombok:lombok (source) dependencies patch 1.18.341.18.42 age confidence
net.fabricmc:tiny-remapper dependencies minor 0.10.40.13.0 age confidence
dev.minco.gradle.defaults-plugin plugin patch 0.2.670.2.81 age confidence
com.gradle.plugin-publish plugin minor 1.2.21.3.1 age confidence

Warning

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


Release Notes

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

actions/setup-java (actions/setup-java)

v4.8.0

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.8.0

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.7.0

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed
Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​684

Bug fixes :

  • Add architecture to cache key by @​Zxilly in #​664
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Resolve check failures by @​aparnajyothi-y in #​687

New Contributors

Full Changelog: actions/setup-java@v4...v4.4.0

v4.3.0

Compare Source

What's Changed

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'sapmachine'
     java-version: '21'

Bug fixes :

New Contributors :

Full Changelog: actions/setup-java@v4...v4.3.0

gradle/gradle (gradle)

v7.6.6: 7.6.6

Compare Source

The Gradle team is excited to announce Gradle 7.6.6.

This is a patch release for 7.6. We recommend using 7.6.6 instead of 7.6.

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 7.6.6 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.6

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v7.6.5: 7.6.5

Compare Source

The Gradle team is excited to announce Gradle 7.6.5.

This is a patch release for 7.6. We recommend using 7.6.5 instead of 7.6.

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 7.6.5 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.5

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

projectlombok/lombok (org.projectlombok:lombok)

v1.18.42

Compare Source

v1.18.40

Compare Source

v1.18.38

v1.18.36

Compare Source


Configuration

📅 Schedule: 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.

👻 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 changed the title chore(deps): update plugin dev.minco.gradle.defaults-plugin to v0.2.80 chore(deps): update all non-major dependencies Sep 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6e04eca to d1a5e07 Compare September 11, 2024 11:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 72b39f8 to c8f6013 Compare September 25, 2024 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f9134bf to b939b36 Compare October 9, 2024 10:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 4314c47 to f766be5 Compare October 16, 2024 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 72930a5 to b6f2d5f Compare October 24, 2024 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5979e9c to bdd16ac Compare December 5, 2024 17:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1ef4b75 to 74ffb9d Compare December 18, 2024 04:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 74d7a2b to 01bc6a0 Compare January 8, 2025 22:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2acfd99 to ecc0393 Compare January 30, 2025 14:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecc0393 to 5430411 Compare February 3, 2025 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 52eea41 to 964c029 Compare February 21, 2025 16:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e62f3ed to 52cbaf0 Compare March 3, 2025 23:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e995f37 to d4202d7 Compare March 16, 2025 13:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5ae7c50 to 9b78674 Compare March 25, 2025 17:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f8d1957 to 96b4d2d Compare April 1, 2025 21:23
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.

0 participants