Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Update all dependencies #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all dependencies #81

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action major v3.3.1 -> v4.0.2 age adoption passing confidence
actions/checkout action major v3.5.0 -> v4.2.0 age adoption passing confidence
actions/checkout action major v3 -> v4 age adoption passing confidence
actions/setup-java action major v3.11.0 -> v4.4.0 age adoption passing confidence
actions/upload-artifact action major v3.1.2 -> v4.4.0 age adoption passing confidence
github/codeql-action action major v2 -> v3 age adoption passing confidence
gradle (source) minor 8.0.2 -> 8.10.2 age adoption passing confidence
org.bstats:bstats-bukkit (source) dependencies minor 3.0.2 -> 3.1.0 age adoption passing confidence
net.dzikoysk:cdn dependencies patch 1.14.4 -> 1.14.5 age adoption passing confidence
dev.rollczi.litecommands:bukkit dependencies patch 2.8.6 -> 2.8.9 age adoption passing confidence
net.kyori:adventure-text-minimessage dependencies minor 4.13.0 -> 4.17.0 age adoption passing confidence
net.kyori:adventure-platform-bukkit dependencies patch 4.3.0 -> 4.3.4 age adoption passing confidence
xyz.jpenilla.run-paper plugin minor 2.0.1 -> 2.3.1 age adoption passing confidence
net.minecrell.plugin-yml.bukkit plugin minor 0.5.3 -> 0.6.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.0.2

Compare Source

v4.0.1

Compare Source

What's Changed
New Contributors

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

v4.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

actions/checkout (actions/checkout)

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

v4.1.1

Compare Source

What's Changed
New Contributors

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

v4.1.0

Compare Source

v4.0.0

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

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

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'

Bug fixes :

New Contributors

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

v4.3.0

Compare Source

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

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

v4.2.1

Compare Source

What's Changed

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

v4.2.0

Compare Source

What's Changed
New Contributors

v4.1.0

Compare Source

What's Changed

New Contributors

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

v4.0.0

Compare Source

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.

Breaking changes

Non-breaking changes

New Contributors

Full Changelog: actions/setup-java@v3...v4.0.0

v3.13.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in https://github.com/actions/setup-java/pull/532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: actions/setup-java@v3...v3.13.0

v3.12.0

Compare Source

In scope of this release the following changes were made:

Bug fixes:

Feature implementations:

Resolving dependencies issues:

Infrastructure updates:

Documentation changes:

New Contributors

Full Changelog: actions/setup-java@v3...v3.12.0

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

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

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

v4.2.0

Compare Source

What's Changed

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

v4.1.0

Compare Source

What's Changed

New Contributors

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

v4.0.0

Compare Source

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

For more information, see the @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.2.1

Compare Source

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

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

v3

Compare Source

gradle/gradle (gradle)

v8.10.2

Compare Source

v8.10.1

Compare Source

v8.10

Compare Source

v8.9

Compare Source

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.8

See the Gradle 8.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.

v8.7

Compare Source

v8.6

Compare Source

v8.5: 8.5

Compare Source

The Gradle team is excited to announce Gradle 8.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Alex Landau,
Aurimas,
Björn Kautler,
bodhili,
Daniel Le Berre,
davidburstrom,
Franz Wimmer,
Jongwoo Han,
Ken,
Leonardo Silveira,
Martin Bonnin,
Matthew Von-Maszewski,
Nik Clayton,
noeppi_noeppi,
Philip Wedemann,
Philipp Schneider,
Tomas Bjerre

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.5

See the Gradle 8.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.

v8.4: 8.4

[Com


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 Update dependency dev.rollczi.litecommands:bukkit to v2.8.7 Update all dependencies Apr 10, 2023
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a7306b5 to 7e1bb90 Compare April 13, 2023 15:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4022802 to ccaa63d Compare April 24, 2023 04:46
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ee66bb3 to b50b777 Compare June 9, 2023 17:20
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 71ee3ee to 5b616c4 Compare July 29, 2023 09:48
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ae253b1 to a24cd19 Compare September 8, 2023 16:44
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 450a62c to 48b07a5 Compare September 22, 2023 18:26
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cb3ceb3 to a8ca829 Compare October 4, 2023 21:53
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3c4b6d8 to 97d5f51 Compare October 19, 2023 10:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 52fcc5f to 03266d7 Compare November 14, 2023 00:48
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 45f568a to d6b2cca Compare April 23, 2024 04:48
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7c77f34 to 974df99 Compare May 1, 2024 23:33
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9b2b95c to 6d610c6 Compare May 8, 2024 21:59
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f3f38e8 to b8bb6cb Compare June 2, 2024 04:24
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fb98b5d to b1d5e6e Compare July 11, 2024 17:23
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8319390 to b2f3238 Compare August 7, 2024 07:31
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e2615b3 to 26e11d4 Compare August 19, 2024 09:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 13f91bb to 9a7d46e Compare September 9, 2024 15:38
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d57219d to 86670b1 Compare September 24, 2024 15:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant