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 (optics-setup) #54

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v3.0.11 -> v3.3.3 age adoption passing confidence
gradle (source) patch 7.6 -> 7.6.3 age adoption passing confidence
io.kotest:kotest-runner-junit5-jvm dependencies minor 5.5.4 -> 5.8.0 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow-optics dependencies minor 1.3.0 -> 1.4.0 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow dependencies minor 1.3.0 -> 1.4.0 age adoption passing confidence
io.kotest.extensions:kotest-assertions-arrow dependencies minor 1.3.0 -> 1.4.0 age adoption passing confidence
io.kotest:kotest-assertions-core dependencies minor 5.5.4 -> 5.8.0 age adoption passing confidence
io.kotest:kotest-property dependencies minor 5.5.4 -> 5.8.0 age adoption passing confidence
io.arrow-kt:arrow-optics-ksp-plugin dependencies minor 1.1.3 -> 1.2.1 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines dependencies minor 1.1.3 -> 1.2.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.6.4 -> 1.7.3 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies minor 1.1.3 -> 1.2.1 age adoption passing confidence
io.arrow-kt:arrow-core dependencies minor 1.1.3 -> 1.2.1 age adoption passing confidence
com.google.devtools.ksp (source) plugin minor 1.7.22-1.0.8 -> 1.9.22-1.0.16 age adoption passing confidence
io.kotest.multiplatform plugin minor 5.5.4 -> 5.8.0 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin minor 1.7.22 -> 1.9.22 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

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

v3.3.1

Compare Source

What's Changed

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

v3.3.0

Compare Source

What's Changed
New Contributors

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

v3.2.6

Compare Source

What's Changed

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

v3.2.5

Compare Source

What's Changed
New Contributors

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

v3.2.4

Compare Source

What's Changed

New Contributors

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

v3.2.3

Compare Source

What's Changed

New Contributors

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

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
New Contributors

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

gradle/gradle (gradle)

v7.6.3: 7.6.3

Compare Source

This is a patch release for 7.6. We recommend using 7.6.3 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​25781 Backport finalized task performance fix to 7.6.x
  • #​25802 Backport cgroups fix to 7.6.x

Read the Release Notes

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.6.3

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.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.

v7.6.2: 7.6.2

Compare Source

This is a patch release for 7.6. We recommend using 7.6.2 instead of 7.6.

This release addresses two security vulnerabilities:

It also fixes the following issues:

  • #​23201 Backport dependency upgrades to 7.x
  • #​23202 Backport Scala incremental compilation fixes
  • #​23325 Backport JSoup update to resolve CVE-2022-36033
  • #​23458 Backport JUnit5 dynamic test logging bug fix
  • #​23681 Dependency graph resolution: Equivalent excludes can cause un-necessary graph mutations [backport 7.x]
  • #​23922 Backport "Use Compiler API data for incremental compilation after a failure" to 7.x
  • #​23951 Exclude rule merging: missing optimization [Backport 7.x]
  • #​24132 Extending an already resolved configuration no longer works correctly [backport 7.x]
  • #​24234 7.6.1 breaks gradle-consistent-versions
  • #​24390 Gradle 7.4 fails on multi release jar's with JDK 19 code
  • #​24439 Gradle complains about invalid tool chain - picking up the source package location - it should just ignore them [Backport]
  • #​24443 Maven artifact referenced only in dependency constraints raises IllegalStateException: Corrupt serialized resolution result [backport]
  • #​24901 Backport fix for test exception that cannot be deserialized to 7.x

Read the Release Notes

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.6.2

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.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.

v7.6.1: 7.6.1

Compare Source

This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.

It fixes the following issues:

  • #​19065 Platform dependencies not possible in dependency block of test suite plugin
  • #​22688 Increased memory usage (with -p option)
  • #​22796 Building gradle itself fails during toolchain download: permission denied copying a file within .gradle/jdks
  • #​22875 Regression with 7.6: @​​pom artifact in JVM library project is no longer found
  • #​22937 Remove safe credentials reference
  • #​22973 Kotlin MPP plugin broken with Gradle 7.6 due to signature change in TestResultProcessor
  • #​23016 toolchainManagement.jvm.javaRepositories should not expose the full surface of NamedDomainObjectList
  • #​23025 Back-port toolchain related fixes to 7.6.1
  • #​23053 Auto-provisioning/auto-detection of IBM Semeru toolchains is broken with Gradle 7.6
  • #​23074 Docs: Build Lifecycle starts halfway through a point
  • #​23096 Classifiers of version catalog are discarded while copied to anothor dependency
  • #​23111 Ant closures are broken with Gradle 7.6
  • #​23178 Mention the Foojay Toolchain Resolver plugin in the Gradle manual
  • #​23215 Gradle 7.6: high memory usage (android project)
  • #​23224 Backport to 7.6.1 "Fix for Incremental compilation with modules"
  • #​23294 "Unable to make progress running work" together with --continue and failing tasks (Backport to 7.6.1)
  • #​23555 Improve Toolchain related deprecation nagging in 7.6
  • #​23894 Update EOL policy
  • #​23910 Backport trusting only full GPG keys in dependency verification [Backport 7.6.1]
  • #​23941 Typo in v7.6 docs about disabling_the_daemon
  • #​23985 Resolving of manually created configuration creates a ResolveException

Read the Release Notes

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.6.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.

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.

kotest/kotest (io.kotest:kotest-runner-junit5-jvm)

v5.8.0

What's Changed
New Contributors

Full Changelog: kotest/kotest@v5.7.2...v5.8.0

v5.7.2

v5.7.1

v5.7.0

v5.6.2

5.6.2 May 2023

Assertions
Property testing
Documentation
Other

⚠️ Reverted behavior of Arb.string()

With Kotest 5.6.0, Codepoint.ascii() was changed to include a wider range of ascii chararacters, and Codepoint.printableAscii() was introduced with the historic range used by Codepoint.ascii().

Arb.string() has been using Codepoint.ascii() as it's default for generating chars for the string. This caused issues for some users, and we decided to revert Arb.string() to the historic behavior by changing the default to the new Codepoint.printableAscii().

Hopefully this doesn't cause any issues for you. If it does, you can revert to the 5.6.0 ~ 5.6.1 behavior by using Codepoint.ascii() explicitly.

If you added explicit usage of Codepoint.printableAscii() to circumvent the issue, you can safely remove the explicit parameter starting with Kotest 5.6.2.

New Contributors

Full Changelog: kotest/kotest@v5.6.1...v5.6.2

v5.6.1

Maintenance release, published since 5.6.0 failed to upload for some targets.

Breaking changes (from 5.5.5 -> 5.6.x)
  • Moved ConstantNow-related functions to a new module named io.kotest:kotest-extensions-now (remember to add -jvm suffix for Maven)
    • Add this module as a dependency to keep using withConstantNow
  • Remove Iterable checking logic from IterableEq (#​3420)

See full changelog at https://kotest.io/docs/changelog.html

v5.6.0

Breaking changes
  • Moved ConstantNow-related functions to a new module named io.kotest:kotest-extensions-now (remember to add -jvm suffix for Maven)
    • Add this module as a dependency to keep using withConstantNow
  • Remove Iterable checking logic from IterableEq (#​3420)

See full changelog at https://kotest.io/docs/changelog.html

v5.5.5

  • Support coroutineTestScope globally (#​3383)
  • Improved double and float tolerance messages (#​3355)
  • Nested Data Driven Tests is not displayed as nested in Intellij #​3341
  • Fixed writing seeds when test name contains a colon on windows (#​3304)
  • withClue() fails with EmptyStackException if a coroutine switches threads #​2447
  • Use TestDispatcher inside beforeInvocation callbacks (#​3363)
  • Make checkCoverage checking against provided pairs (#​3344)
  • Kotest runner junit5 jvm has vulnerable transative dependency CVE-2021-29425 #​3364
  • Fix sequence matchers for constrained sequences (#​3336)
  • Print full path in JunitXmlReporter when useTestPathAsName is enabled instead of just leaf and first parent #​3347
  • Support { } lambdas as lazy clues (#​3348)
  • Use 'language injection' on assertions, so embedded languages are easier to use in IntelliJ #​2916
  • Removing default location for htmlReporter and using the default value from the constructor (#​3306)
  • Arb.bigDecimal should generate decimals which terminate with all kinds of terminal digit #​3282
  • Check enums using equals method instead of scanning their properties (#​3291)
  • Add BlockHound support (#​3308)
  • Matchers return this. (#​2945)
  • Added shouldMatchResource, shouldNotMatchResource matchers (#​2945)
  • Added matchExactly matcher for Maps #​3246
  • Fix dumping config when systemProperty set to true (#​3275)
  • Returning the original failure when ErrorCollector has only collected a single failure (#​3269)
arrow-kt/arrow (io.arrow-kt:arrow-optics-ksp-plugin)

v1.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: arrow-kt/arrow@1.2.0...1.2.1

v1.2.0

Compare Source

What's Changed

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 changed the title Update actions/cache action to v3.2.0 (optics-setup) Update actions/cache action to v3.2.1 (optics-setup) Dec 23, 2022
@renovate renovate bot force-pushed the renovate/optics-setup-all branch from 5cb5991 to ed557b7 Compare December 23, 2022 07:13
@renovate renovate bot changed the title Update actions/cache action to v3.2.1 (optics-setup) Update actions/cache action to v3.2.2 (optics-setup) Dec 27, 2022
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from c7c6263 to 5e1e0b4 Compare December 28, 2022 11:35
@renovate renovate bot changed the title Update actions/cache action to v3.2.2 (optics-setup) Update all dependencies (optics-setup) Dec 28, 2022
@renovate renovate bot force-pushed the renovate/optics-setup-all branch from 5e1e0b4 to 54aa93c Compare December 29, 2022 01:59
@renovate renovate bot force-pushed the renovate/optics-setup-all branch from 54aa93c to db4f908 Compare January 9, 2023 05:46
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from e66b9b5 to f7f4468 Compare January 18, 2023 11:47
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from 06209b5 to 7596dd8 Compare January 30, 2023 13:28
@renovate renovate bot force-pushed the renovate/optics-setup-all branch from 7596dd8 to a38cfd2 Compare March 17, 2023 08:13
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from 9fe8147 to 058c043 Compare April 3, 2023 09:51
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from f76ab84 to 63539cd Compare April 17, 2023 16:10
@renovate renovate bot force-pushed the renovate/optics-setup-all branch from 63539cd to 5d1d060 Compare May 28, 2023 09:00
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from 592a56c to 90c66c2 Compare June 9, 2023 02:03
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 3 times, most recently from 291de3d to 0b7afb9 Compare July 6, 2023 12:53
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from 44ee4eb to 032acbc Compare July 12, 2023 16:02
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from 5b5ffec to e4ba08f Compare July 25, 2023 16:55
@renovate renovate bot force-pushed the renovate/optics-setup-all branch from e4ba08f to 0ded7a9 Compare August 2, 2023 21:06
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from b25abad to c9b590f Compare August 24, 2023 11:12
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 9 times, most recently from 62c0bc5 to 0802b5e Compare September 8, 2023 16:42
@renovate renovate bot force-pushed the renovate/optics-setup-all branch from a0432e3 to d401c7b Compare October 4, 2023 22:27
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 5 times, most recently from 1b1897e to 863e9d0 Compare November 3, 2023 22:18
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from 2daffc6 to c95fb45 Compare November 28, 2023 00:34
@renovate renovate bot force-pushed the renovate/optics-setup-all branch 2 times, most recently from d7e4a04 to 1c1c031 Compare December 21, 2023 17:27
@renovate renovate bot force-pushed the renovate/optics-setup-all branch from 1c1c031 to 427d484 Compare December 25, 2023 15:18
| datasource     | package                                                         | from         | to            |
| -------------- | --------------------------------------------------------------- | ------------ | ------------- |
| github-tags    | actions/cache                                                   | v3.0.11      | v3.3.3        |
| gradle-version | gradle                                                          | 7.6          | 7.6.3         |
| maven          | io.kotest:kotest-runner-junit5-jvm                              | 5.5.4        | 5.8.0         |
| maven          | io.kotest.extensions:kotest-property-arrow-optics               | 1.3.0        | 1.4.0         |
| maven          | io.kotest.extensions:kotest-property-arrow                      | 1.3.0        | 1.4.0         |
| maven          | io.kotest.extensions:kotest-assertions-arrow                    | 1.3.0        | 1.4.0         |
| maven          | io.kotest:kotest-assertions-core                                | 5.5.4        | 5.8.0         |
| maven          | io.kotest:kotest-property                                       | 5.5.4        | 5.8.0         |
| maven          | io.arrow-kt:arrow-optics-ksp-plugin                             | 1.1.3        | 1.2.1         |
| maven          | io.arrow-kt:arrow-fx-coroutines                                 | 1.1.3        | 1.2.1         |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                   | 1.6.4        | 1.7.3         |
| maven          | io.arrow-kt:arrow-optics                                        | 1.1.3        | 1.2.1         |
| maven          | io.arrow-kt:arrow-core                                          | 1.1.3        | 1.2.1         |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin   | 1.7.22-1.0.8 | 1.9.22-1.0.16 |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin   | 5.5.4        | 5.8.0         |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.7.22       | 1.9.22        |
@renovate renovate bot force-pushed the renovate/optics-setup-all branch from 427d484 to 6c3fe55 Compare January 11, 2024 17:17
@i-walker i-walker merged commit c0bf411 into optics-setup Jan 14, 2024
2 checks passed
@i-walker i-walker deleted the renovate/optics-setup-all branch January 14, 2024 09:30
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.

None yet

1 participant