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

Bump org.ajoberstar.reckon from 0.13.1 to 0.16.1 #1

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 10, 2022

Bumps org.ajoberstar.reckon from 0.13.1 to 0.16.1.

Release notes

Sourced from org.ajoberstar.reckon's releases.

0.16.1

This provides a fix for NullPointerExceptions that have become more common with changes in Gradle 7.4 that stem from evaluation order issues and other plugins that call project.getVersion().toString() at configuration time. This allows builds to work, though there is some small risk that some config in the project will have the incorrect version unspecified instead of the desired version reckon would calculate.

In the cases where you see the following warning:

Project version evaluated before reckon was configured. Run with --info to see cause.

You can rerun the build with --info to see the exception that would have been thrown in prior versions. This can help you track down which plugin is too eagerly evaluating the version, in case you want to try to fix that.

Breaking Changes

None

Enhancements

  • None

Fixes

  • #147 and #174 Soft fail if reckon extension isn't configured instead of throwing an exception

Deprecations

None

Compatibility

Tested against the following versions.

Java Version Gradle Versions
11 7.0.2, 7.4
17 7.3.3, 7.4

0.16.0

The highlight of 0.16.0 is support for scope inference via commit messages. See the README for details.

General commit message format reckon looks for:

<scope>(optional area of codebase): rest of message

body is not used

Example:

</tr></table> 

... (truncated)

Commits
  • 5a789f9 chore(plugin): Apply spotless formatting
  • ad133e8 patch(plugin): Soft fail if reckon isn't configured
  • 4e711ad chore(build): Use latest plugins
  • 4673bae Update JCenter wording
  • 28af591 Fix typo in readme
  • a0f894b Merge pull request #172 from ajoberstar/auto
  • c9f7f0d Gradle support for reading scope from commit messages
  • ec7e26b Add tests for scope/stage calculators
  • 8b3138c Convert reckon core tests to Java
  • 55b8cb8 Support parsing scope from commit messages
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.ajoberstar.reckon](https://github.com/ajoberstar/reckon) from 0.13.1 to 0.16.1.
- [Release notes](https://github.com/ajoberstar/reckon/releases)
- [Commits](ajoberstar/reckon@0.13.1...0.16.1)

---
updated-dependencies:
- dependency-name: org.ajoberstar.reckon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 10, 2022

Dependabot tried to add @vierbergenlars and @thijslemmens as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/loftuxab/alfresco-docker-gradle-plugin/pulls/1/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the loftuxab/alfresco-docker-gradle-plugin repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants