Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

chore(deps): update all non-major dependencies #956

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 17.6.6 -> 17.8.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 17.6.6 -> 17.8.1 age adoption passing confidence devDependencies minor
gradle (source) 8.1.1 -> 8.5 age adoption passing confidence minor
org.sonarqube 4.2.1.3168 -> 4.4.1.3373 age adoption passing confidence plugin minor
jacoco (source) 0.8.10 -> 0.8.11 age adoption passing confidence dependencies patch
org.jsoup:jsoup (source) 1.16.1 -> 1.17.1 age adoption passing confidence dependencies minor
org.apache.commons:commons-text (source) 1.10.0 -> 1.11.0 age adoption passing confidence dependencies minor
com.graphql-java-kickstart:graphql-java-tools 13.0.3 -> 13.1.1 age adoption passing confidence dependencies minor
com.graphql-java:graphql-java 21.0 -> 21.3 age adoption passing confidence dependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cli

v17.7.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/cli

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/cli

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/cli

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/cli

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/cli

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/config-conventional

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/config-conventional

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/config-conventional

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/config-conventional

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

gradle/gradle (gradle)

v8.5

Compare Source

v8.4: 8.4

Compare Source

The Gradle team is excited to announce Gradle 8.4.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Andrei Rybak,
Baptiste Decroix,
Björn Kautler,
Cesar de la Vega,
Ganavi Jayaram,
Gaurav Padam,
hwanseok,
J.T. McQuigg,
Jakub Chrzanowski,
Jendrik Johannes,
kackey0-1,
Konstantin Gribov,
Pratik Haldankar,
Qinglin,
Sebastian Schuberth,
Thad House,
valery1707,
Vladimir Sitnikov,
wuyangnju,
Yanming Zhou,
Yanshun Li,
Yusuke Uehara,
zeners

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.4

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.3: 8.3

Compare Source

The Gradle team is excited to announce Gradle 8.3.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.3

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.2.1

Compare Source

v8.2: 8.2

Compare Source

The Gradle team is excited to announce Gradle 8.2.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community contributors for their contributions to this release of Gradle:

Bruno Didot,
Eric Vantillard,
esfomeado,
Jendrik Johannes,
Jonathan Leitschuh,
Lee Euije,
Stefan Oehme,
Todor Dinev,
Yanshun Li

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.2

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.

jacoco/jacoco (jacoco)

v0.8.11: 0.8.11

New Features

  • JaCoCo now officially supports Java 21 (GitHub #​1520).
  • Experimental support for Java 22 class files (GitHub #​1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #​1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #​1473).

Fixed bugs

  • Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #​893).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #​1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #​1466, #​1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #​1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #​1468).
  • JaCoCo build now requires JDK 17 (GitHub #​1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #​1518).
graphql-java-kickstart/graphql-java-tools (com.graphql-java-kickstart:graphql-java-tools)

v13.1.1

Major Changes

What's Changed

Full Changelog: graphql-java-kickstart/graphql-java-tools@v13.1.0...v13.1.1

v13.1.0: 13.1.0

Breaking changes

Minor changes

What's Changed

Full Changelog: graphql-java-kickstart/graphql-java-tools@v13.0.3...v13.1.0

graphql-java/graphql-java (com.graphql-java:graphql-java)

v21.3: 21.3

A small bugfix release on top of 21.2, which includes correct unwrapping of non-null input types for @oneOf.

What's Changed

Full Changelog: graphql-java/graphql-java@v21.2...v21.3

v21.2: 21.2

This is a release with new features and bugfixes. There are no breaking changes.

Thanks to everyone who contributed to this release. Thanks for your code contributions, for reporting issues, and contributing to discussions.

@oneOf directive

We've implemented the @oneOf directive for input objects. From the RFC:

OneOf Input Objects are a special variant of Input Objects where the type system asserts that exactly one of the fields must be set and non-null, all others being omitted

This will soon be a new built-in directive in the GraphQL specification.

The directive is currently labelled as experimental inside graphql-java while we wait for the RFC to be formally approved. The final step before the RFC is approved is your feedback! If you're using @oneOf, please share your thoughts on the RFC on the GraphQL Working Group repository.

DataLoader version 3.2.1 released

We've released a new version of java-dataloader including a new ticker mode and predicates per dataloader. See the release notes for more details.

What's Changed

New Contributors

Full Changelog: graphql-java/graphql-java@v21.0...v21.2

v21.1: 21.1

This is a bugfix release, which includes two recent default value fixes.

What's Changed

Full Changelog: graphql-java/graphql-java@v21.0...v21.1


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 added the dependencies Pull requests that update a dependency file label Jun 30, 2023
@github-actions
Copy link

github-actions bot commented Jun 30, 2023

Test Results

  92 files    92 suites   40s ⏱️
279 tests 206 ✔️ 0 💤 73
284 runs  209 ✔️ 0 💤 75

For more details on these failures, see this check.

Results for commit 1c139d2.

♻️ This comment has been updated with latest results.

@renovate renovate bot changed the title chore(deps): update dependency gradle to v8.2 chore(deps): update dependency gradle to v8.2.1 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 81a2c0a to d2837eb Compare July 10, 2023 14:35
@renovate renovate bot changed the title chore(deps): update dependency gradle to v8.2.1 chore(deps): update all non-major dependencies Jul 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8f7ffe1 to 005fb20 Compare July 19, 2023 06:43
@sonarcloud
Copy link

sonarcloud bot commented Jul 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 005fb20 to 88f6266 Compare July 20, 2023 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88f6266 to 97960bd Compare August 1, 2023 07:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 90b2830 to e6a682c Compare August 10, 2023 07:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 486ff0d to 9a20073 Compare August 18, 2023 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dd21e27 to a8f1c10 Compare September 4, 2023 18:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 014fc4a to 7e5a3b2 Compare October 3, 2023 16:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e5a3b2 to 2f5994f Compare October 4, 2023 22:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6341a36 to 4f26d56 Compare October 20, 2023 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e599d62 to b4427c7 Compare October 29, 2023 12:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8fe60fa to 85f0635 Compare November 29, 2023 14:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 71ef7dc to 3bb140a Compare December 7, 2023 09:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants