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

Update all dependencies #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update all dependencies #8

wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
JamesIves/github-pages-deploy-action action patch v4.4.2 -> v4.4.3 age adoption passing confidence
actions/checkout action major v3 -> v4 age adoption passing confidence
gradle (source) minor 8.2 -> 8.4 age adoption passing confidence
gradle/gradle-build-action action minor v2.5.1 -> v2.9.0 age adoption passing confidence
com.diffplug.spotless plugin minor 6.19.0 -> 6.22.0 age adoption passing confidence
org.sonarqube plugin minor 4.2.1.3168 -> 4.4.1.3373 age adoption passing confidence
com.google.guava:guava dependencies patch 32.1.1-jre -> 32.1.3-jre age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies minor 5.9.3 -> 5.10.0 age adoption passing confidence
io.swagger.parser.v3:swagger-parser (source) dependencies patch 2.1.16 -> 2.1.18 age adoption passing confidence
io.swagger.core.v3:swagger-models dependencies patch 2.2.15 -> 2.2.18 age adoption passing confidence
org.jetbrains.dokka plugin minor 1.8.20 -> 1.9.10 age adoption passing confidence
org.jetbrains.dokka:versioning-plugin dependencies minor 1.8.20 -> 1.9.10 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin patch 1.9.0 -> 1.9.10 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test (source) dependencies patch 1.9.0 -> 1.9.10 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib (source) dependencies patch 1.9.0 -> 1.9.10 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.4.3

Compare Source

What's Changed

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.4.3

actions/checkout (actions/checkout)

v4

Compare Source

gradle/gradle (gradle)

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

gradle/gradle-build-action (gradle/gradle-build-action)

v2.9.0

Compare Source

The GitHub dependency-review-action helps you understand dependency changes (and the security impact of these changes) for a pull request. This release updates the GItHub Dependency Graph support to be compatible with the dependency-review-action.

See the documentation for detailed examples.

Changelog
  • [FIX] Use correct SHA for pull-request events #​882
  • [FIX] Avoid generating dependency graph during cache cleanup #​905
  • [NEW] Improve warning on failure to submit dependency graph
  • [NEW] Compatibility with GitHub dependency-review-action #​879

Full-changelog: gradle/gradle-build-action@v2.8.1...v2.9.0

v2.8.1

Compare Source

Fixes an issue that prevented Dependency Graph submission when running on GitHub Enterprise Server.

Fixes
  • Incorrect endpoint used to submit Dependency Graph on GitHub Enterprise #​885
Changelog

v2.8.0

Compare Source

The v2.8.0 release of the gradle-build-action introduces an easy mechanism to connect to Gradle Enterprise, as well improved support for self-hosted GitHub Actions runners.

Automatic injection of Gradle Enterprise connectivity

It is now possible to connect a Gradle build to Gradle Enterprise without changing any of the Gradle project sources. This is achieved through Gradle Enterprise injection, where an init-script will apply the Gradle Enterprise plugin and associated configuration.

This feature can be useful to easily trial Gradle Enterprise on a project, or to centralize Gradle Enterprise configuration for all GitHub Actions workflows in an organization.

See Gradle Enterprise injection in the README for more info.

Restore Gradle User Home when directory already exists

Previously, the Gradle User Home would not be restored if the directory already exists. This wasn't normally an issue with GitHub-hosted runners, but limited the usefulness of the action for persistent, self-hosted runners.

This behaviour has been improved in this release:

Changes

Issues fixed: https://github.com/gradle/gradle-build-action/issues?q=milestone%3A2.8.0+is%3Aclosed
Full changelog: gradle/gradle-build-action@v2.7.1...v2.8.0

v2.7.1

Compare Source

This release contains no code changes, only dependency updates and documentation improvements.

Changelog

v2.7.0

Compare Source

GitHub Dependency Graph support

In this release, the GitHub Dependency Graph support is no longer considered "experimental", and should be considered ready for production use. You can read more about the Dependency Graph support in the README chapter.

Changes
  • Update to [email protected]
    • Dependency graph uses Gradle Settings file as manifest location (if Settings file exists)
  • Adds a dependency-graph-file output to any step that generates a Dependency Graph file
Changelog

v2.6.1

Compare Source

Dependency Graph support

This patch release fixes and improves a couple of aspects of the experimental Dependency Graph support:

  • The action will now generate a unique job.correlator value for each Gradle invocation within a Job. This permits multiple Gradle invocations in a single job to generate and submit a separate dependency graph.
  • Update to use [email protected], which brings a number of improvements to the generated dependency graph:
    • Each Gradle build invocation is mapped to a single GitHub Dependency Graph manifest. This should result in fewer duplicate security alerts being generated.
    • Configurations that contribute to the GitHub Dependency Graph can be filtered by regular expression

v2.6.0

Compare Source

GitHub Dependency Graph support (Experimental)

This release brings experimental support for submitting a GitHub Dependency Graph snapshot via the GitHub Dependency Submission API.

The dependency graph snapshot is generated via integration with the GitHub Dependency Graph Gradle Plugin, and saved as a workflow artifact. The generated snapshot files can be submitted either in the same job, or in a subsequent job (in the same or a dependent workflow).

The generated dependency graph snapshot reports all of the dependencies that were resolved during a bulid execution, and is used by GitHub to generate Dependabot Alerts for vulnerable dependencies, as well as to populate the Dependency Graph insights view.

Check out the README chapter for more details on how this works and how to configure a workflow that submits a dependency graph.

Changelog
swagger-api/swagger-parser (io.swagger.parser.v3:swagger-parser)

v2.1.18: Swagger-parser 2.1.18 released!

Compare Source

  • fix compiler release, revert to 8 (#​1990)
  • update dependencies (#​1987)
  • Revert "Bugfix 1955 Schema refs of array parameters are not resolved for renamed schema components" (#​1977)
  • Revert "Add fallback to Thread Context Class Loader for resource loading" (#​1976)
  • Add fallback to Thread Context Class Loader for resource loading (#​1969)
  • Bugfix 1955 Schema refs of array parameters are not resolved for renamed schema components (#​1956)
  • Bug/1951 improve handling of missing schema map (#​1952)
  • test compatibility fixing (#​1947)

v2.1.17: Errored release (compiler release = 11) - use v2.1.18

Compare Source

Faulty release because of compile release set to 11 instead of 8. Use v2.1.18 which corrects the issue

  • ~~update dependencies (#​1987)~~
  • ~~Revert "Bugfix 1955 Schema refs of array parameters are not resolved for renamed schema components" (#​1977)~~
  • ~~Revert "Add fallback to Thread Context Class Loader for resource loading" (#​1976)~~
  • ~~Add fallback to Thread Context Class Loader for resource loading (#​1969)~~
  • ~~Bugfix 1955 Schema refs of array parameters are not resolved for renamed schema components (#​1956)~~
  • ~~Bug/1951 improve handling of missing schema map (#​1952)~~
  • ~~test compatibility fixing (#​1947)~~
swagger-api/swagger-core (io.swagger.core.v3:swagger-models)

v2.2.18: Swagger-core 2.2.18 released!

v2.2.17: Swagger-core 2.2.17 released!

Compare Source

  • python CI - encode request body (#​4489)
  • python CI - encode request body (#​4488)
  • update pythom CI (#​4487)
  • update dependencies (#​4486)
  • refs #​4455 - add config properties for default response status code (#​4482)
  • fix: compare string using equals instead of == for Reader class (#​4480)

v2.2.16: Swagger-core 2.2.16 released!

Compare Source

  • downgrade GH release actions runs-on (#​4477)
  • fix python setup in release GH Action (#​4476)
  • refs #​3080 - support array in additionalProperties annotation member (#​4475)
  • allow null values for extensions properties in openapi object (#​4468)
  • fixes #​4458 - correct invocation of setSkipResolveAppPath (#​4459)
  • add support of visibility of properties not annotated with jsonview b… (#​4391)
Kotlin/dokka (org.jetbrains.dokka:versioning-plugin)

v1.9.10: 1.9.10 Beta

General

  • Fix re-emerged code analysis concurrency issues which led to flaky builds (#​1599, #​3143)
  • Preserve the order of collection items when deserializing Dokka's configuration (#​3006). Thanks to @​eunwoop!

HTML format

  • Fix an indefinite loop in the script that resizes symbol signature blocks (#​3116)

Gradle

  • Fix resolution of platform dependencies for Kotlin 1.9 / Gradle 8 (#​3153, #​3147)
  • Mark tasks as not compatible with the Gradle configuration cache (#​3070). Thanks to @​BoD!

Java

v1.9.0: 1.9.0 Beta

General improvements

HTML format

This release is packed with enhancements and bugfixes that make your API reference docs mobile-friendly!

You may find it a weird direction for improvement — we were just as surprised to find that almost 1/4 of Standard Library's API reference traffic is coming from mobile devices. Thanks to the Kotlin Website team, who contributed these improvements, Dokka now provides a solid experience to such visitors.

Improvements:
Bugfixes

Java interoperability

Javadoc format

Other


Known problems

Some Multiplatform Gradle 8 projects might experience build failures when resolving native/platform dependencies. Please, see https://github.com/Kotlin/dokka/issues/3153 for more details and workarounds.

Breaking changes

This release introduces some breaking changes that are expected to affect only a fraction of Dokka users.

HTML

Note: this section only applies to those customizing Dokka's HTML format by overriding styles or HTML templates. If you are not doing any customizations, you may skip this section.

To lay a solid foundation to making the HTML format responsive, some page layouts and many styles had to be changed in a backward-incompatible manner.

If you are overriding logo-styles.css to provide your own header logo, please update it to be in line with the new styles - there is significantly less position hardcoding now. See this example for how it can be done.

If you are overriding styles.css with your own file, please update the baseline styles to the latest, and see if anything is broken. If you get stuck with adapting your styles to the changes, the diff might help.

If you are overriding base.ftl or header.ftl templates, please update them to the latest, and adapt your changes.

CLI runner

Due to the analysis refactoring needed for the migration to K2 (#​3099), the JARs required to run Dokka have slightly changed.

The following JARs are no longer supported or published:

Please, replace them with a single JAR:

Plugin API

An internal refactoring of Dokka's analysis API was much needed for the migration to K2, leading to breaking changes in some cases.

If your Dokka plugin compiles without any problems — you may ignore this information, you are likely not affected.

If something doesn't compile or doesn't work anymore, please see #​3099 for more details.

JetBrains/kotlin (org.jetbrains.kotlin:kotlin-test)

v1.9.10: Kotlin 1.9.10

Compare Source

Changelog

Compiler
  • KT-60769 Partially revert KT-58371
  • KT-60659 Incorrect 'unresolved reference: addFirst' error with JDK 21
  • KT-60371 Native custom allocator link error
  • KT-60986 Native: static caches with custom runtime options are broken on Linux
  • KT-60770 Fix false-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED on toArray with JDK 21
  • KT-60231 NoClassDefFoundError: $$$$$NON_LOCAL_RETURN$$$$$ after upgrade to Kotlin 1.9.0
JavaScript
  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-60852 Kotlin JS(IR): IllegalArgumentException: Cross module dependency resolution failed when updating to Kotlin 1.9.0
  • KT-57509 KJS: Compiler generates native JS operator == for comparing values with Any type
Native
  • KT-60230 Native: "unknown options: -ios_simulator_version_min -sdk_version" with Xcode 15 beta 3
  • KT-60758 Native: Building for 'iOS-simulator', but linking in dylib built for 'iOS' in Xcode 15 beta 4
Native. C and ObjC Import
  • KT-59167 Native: cinterop is unable to build interop libraries against the Xcode 15 Beta 1
Tools. Gradle
  • KT-61147 Kotlin Compiler 1.9.0 bundles a stripped unshadowed version of Gson
  • KT-60543 NoClassDefFoundError for com/gradle/scan/plugin/BuildScanExtension

Checksums

File Sha256
kotlin-compiler-1.9.10.zip 7d74863deecf8e0f28ea54c3735feab003d0eac67e8d3a791254b16889c20342
kotlin-native-linux-x86_64-1.9.10.tar.gz 1db3679919f4449514e9d82451e7dfa73558ac9bc80b82579cd74d452c8faa5b
kotlin-native-macos-x86_64-1.9.10.tar.gz f5650f2560438a692803d8fe07124529c19f1972f84fe09cfa2329b93f43828d
kotlin-native-macos-aarch64-1.9.10.tar.gz d2cf5a484ac0808ab29fd3f6099df7c07330f81f3cbab949947e42e36138c3de
kotlin-native-windows-x86_64-1.9.10.zip a34d56661455e94e1ba4dd09ec3c1adac6148fdedcf55eefb9a79c8ed01ff02c

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.

@sonarqubecloud
Copy link

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 branch 4 times, most recently from 5e01561 to 297b27f Compare July 24, 2023 16:55
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3fddb92 to 7123e4a Compare August 23, 2023 11:17
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from cab09ff to 62a3755 Compare September 4, 2023 14:51
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 1054529 to 514c159 Compare October 1, 2023 01:20
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a71e795 to b70c479 Compare October 4, 2023 22:36
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 0c5cccf to 85738fb Compare October 17, 2023 16:43
@renovate
Copy link
Contributor Author

renovate bot commented Oct 28, 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.

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