Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-533 Update all dependencies (major) #533

Merged
merged 2 commits into from
Dec 23, 2023
Merged

GH-533 Update all dependencies (major) #533

merged 2 commits into from
Dec 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v3.6.0 -> v4.1.1 age adoption passing confidence
actions/setup-java action major v3.13.0 -> v4.0.0 age adoption passing confidence
actions/upload-artifact action major v3.1.3 -> v4.0.0 age adoption passing confidence
com.google.guava:guava dependencies major 32.1.3-jre -> 33.0.0-jre age adoption passing confidence
net.kyori:blossom (source) dependencies major 1.3.1 -> 2.1.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

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

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

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

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

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

KyoriPowered/blossom (net.kyori:blossom)

v2.1.0: 🌼 blossom 2.1.0

blossom 2.1.0 is a feature release introducing some minor QOL features, and fixing handling of included files. It should be a straightforward upgrade for existing users of Blossom 2.0.1.

✨ Features

🐛 Fixes

Full Changelog: KyoriPowered/blossom@v2.0.1...v2.1.0

v2.0.1: 🌼 blossom 2.0.1

A hotfix release for blossom 2.0.0. See its release notes for information about the major changes in that release.

🐛 Fixes

Full Changelog: KyoriPowered/blossom@v2.0.0...v2.0.1

v2.0.0: 🌼 blossom 2.0.0

NOTE 2.0.1 has been released as a hotfix to this version, resolving an issue with applying headers. See its release notes for details about those changes. We recommend using 2.0.1 instead, but the following release notes still provide helpful migration advice.

Blossom 2.0.0 is a complete redesign of the Blossom plugin to provide a fully featured solution for source and resource templating. It is based on the template engine used to build Sponge's math library. See the README for an introduction to Blossom v2's features.

Migrating from Blossom v1

The key difference in functionality with v2 is that only source files within the specific templates root will be processed as templates -- all other source files will have no other change.

This allows more efficient execution since templates only need to be regenerated when there are actual changes, and means that any compile errors in non-templated files will be linked correctly in IDE logs. Template output will also be exposed correctly to any IDE run configurations, since templates are processed at project import time.

The quickest migration from v1 starts with a buildscript like:

sourceSets {
  main {
    blossom {
      javaSources {
        // template values here
        property("token", value)
      }
    }
  }
}

Then place files that should be processed as templates in src/main/java-templates. These are Pebble templates, so the variable syntax is {{ token }}. See their documentation for more of the language's features.

Substitute java with groovy, kotlin, or scala as desired.


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 6422ad7 to 21adeac Compare September 22, 2023 18:26
@renovate renovate bot force-pushed the renovate/major-all branch from 21adeac to a0eb2cc Compare October 17, 2023 17:43
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 4cbfe20 to 66d3dbf Compare November 29, 2023 17:27
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 1402a92 to 1c3ee83 Compare December 19, 2023 00:43
@renovate renovate bot force-pushed the renovate/major-all branch from 1c3ee83 to e650ea1 Compare December 23, 2023 12:36
@renovate renovate bot force-pushed the renovate/major-all branch from e650ea1 to 9a0a13c Compare December 23, 2023 12:37
Copy link
Contributor Author

renovate bot commented Dec 23, 2023

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.

@vLuckyyy vLuckyyy changed the title Update all dependencies (major) GH-533 Update all dependencies (major) Dec 23, 2023
@vLuckyyy vLuckyyy merged commit cce1644 into master Dec 23, 2023
3 checks passed
@vLuckyyy vLuckyyy deleted the renovate/major-all branch December 23, 2023 12:43
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