AtomMaterialUI / color-highlighter

JetBrains plugin to preview colors directly from within the code.
MIT License
42 stars 25 forks source link

Update all dependencies #48

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v2.4.0 -> v3.0.0 age adoption passing confidence
gradle (source) minor 7.3 -> 7.4 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) patch 1.6.0 -> 1.6.10 age adoption passing confidence
com.thoughtworks.xstream:xstream (source) patch 1.4.18 -> 1.4.19 age adoption passing confidence
org.jlleitschuh.gradle.ktlint plugin patch 10.2.0 -> 10.2.1 age adoption passing confidence
org.jetbrains.intellij plugin minor 1.3.0 -> 1.4.0 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin patch 1.6.0 -> 1.6.10 age adoption passing confidence

Release Notes

actions/checkout ### [`v3.0.0`](https://togithub.com/actions/checkout/releases/v3.0.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.4.0...v3.0.0) - Update default runtime to node16
gradle/gradle ### [`v7.3.3`](https://togithub.com/gradle/gradle/releases/v7.3.3) This is a patch release for Gradle 7.3. It fixes the following issues: - [#​19360](https://togithub.com/gradle/gradle/issues/19360) Upgrade checks to Log4j 2.17.0 We recommend users upgrade to 7.3.3 instead of 7.3. Given the context of the Log4Shell vulnerability, make sure you take a look at [our blog post](https://blog.gradle.org/log4j-vulnerability) on this topic. #### Upgrade Instructions Switch your build to use Gradle 7.3.3 by updating your wrapper: ./gradlew wrapper --gradle-version=7.3.3 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.3.3/userguide/upgrading_version\_7.html#changes\_7.3) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.3. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). ### [`v7.3.2`](https://togithub.com/gradle/gradle/releases/v7.3.2) This is a patch release for Gradle 7.3. It fixes the following issues: - [#​19300](https://togithub.com/gradle/gradle/issues/19300) Mitigations for log4j vulnerability in Gradle builds - [#​19257](https://togithub.com/gradle/gradle/issues/19257) Incremental java compilation fails when renaming classname with $ character We recommend users upgrade to 7.3.2 instead of 7.3. Given the context of the Log4Shell vulnerability, make sure you take a look at [our blog post](https://blog.gradle.org/log4j-vulnerability) on this topic. #### Upgrade Instructions Switch your build to use Gradle 7.3.2 by updating your wrapper: ./gradlew wrapper --gradle-version=7.3.2 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.3.2/userguide/upgrading_version\_7.html#changes\_7.3) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.2. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). ### [`v7.3.1`](https://togithub.com/gradle/gradle/releases/v7.3.1) This is a patch release for Gradle 7.3. It fixes the following issues: - [#​19058](https://togithub.com/gradle/gradle/issues/19058) Consider reverting breaking change about test configuration - [#​19067](https://togithub.com/gradle/gradle/issues/19067) Fix multiple annotation processing issues discovered by Micronaut We recommend users upgrade to 7.3.1 instead of 7.3. #### Upgrade Instructions Switch your build to use Gradle 7.3.1 by updating your wrapper: ./gradlew wrapper --gradle-version=7.3.1 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.3.1/userguide/upgrading_version\_7.html#changes\_7.3) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.3.1. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).
JetBrains/kotlin ### [`v1.6.10`](https://togithub.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1610) ##### Android - [`KT-49798`](https://youtrack.jetbrains.com/issue/KT-49798) \[MPP] \[Android] AGP 7.1.0+ android target publications leak 'AgpVersionAttr' attribute ##### Compiler ##### Performance Improvements - [`KT-49821`](https://youtrack.jetbrains.com/issue/KT-49821) Optimize LazyClassMemberScope#getContributedDescriptors: use nameFilter ##### Fixes - [`KT-49833`](https://youtrack.jetbrains.com/issue/KT-49833) java.lang.NullPointerException caused by accidental newline in package directive - [`KT-49838`](https://youtrack.jetbrains.com/issue/KT-49838) Type inference fails on 1.6.0: Cannot use 'CapturedType(\*)' as reified type parameter - [`KT-49752`](https://youtrack.jetbrains.com/issue/KT-49752) Regression in method return type inference: "IllegalStateException: Expected some types" - [`KT-49876`](https://youtrack.jetbrains.com/issue/KT-49876) Kotlin/Native: cross-compilation of Linux static library is broken in Windows in 1.6.0 - [`KT-49792`](https://youtrack.jetbrains.com/issue/KT-49792) Atomicfu: "standalone invocation of kotlinx.atomicfu.AtomicInt::compareAndSet that was not traced to previous field load" with suspend function - [`KT-49834`](https://youtrack.jetbrains.com/issue/KT-49834) Coroutine method transformer generates invalid locals table. - [`KT-49441`](https://youtrack.jetbrains.com/issue/KT-49441) Support friend modules in Kotlin Native - [`KT-49248`](https://youtrack.jetbrains.com/issue/KT-49248) K/N: Symbol with `IrSimpleFunctionSymbolImpl` is unbound after 1.5.30 - [`KT-49651`](https://youtrack.jetbrains.com/issue/KT-49651) Inconsistent compiler APIs for repeatable annotations - [`KT-49168`](https://youtrack.jetbrains.com/issue/KT-49168) JVM IR: IndexOutOfBoundsException with fun interface + suspend function as SAM method - [`KT-49573`](https://youtrack.jetbrains.com/issue/KT-49573) No annotated types, compiler emits "Annotated types are not supported in typeOf" - [`KT-47192`](https://youtrack.jetbrains.com/issue/KT-47192) Build Fake Overrides for internal members of classes from friend module - [`KT-48673`](https://youtrack.jetbrains.com/issue/KT-48673) IR: IllegalStateException for usage of internal member declared in a superclass in another module ##### JavaScript - [`KT-47811`](https://youtrack.jetbrains.com/issue/KT-47811) KJS / IR: "ClassCastException" when using suspend function in `console.log` ##### Language Design - [`KT-49868`](https://youtrack.jetbrains.com/issue/KT-49868) Support language version 1.3 in Kotlin 1.6.10 ##### Libraries - [`KT-50173`](https://youtrack.jetbrains.com/issue/KT-50173) Different behavior of Regex escapeReplacement function in JVM and JS ##### Tools. Android Extensions - [`KT-49799`](https://youtrack.jetbrains.com/issue/KT-49799) NullPointerException when using kotlin-android-extensions synthetic after update to Kotlin 1.6.0 ##### Tools. Compiler Plugins - [`KT-50005`](https://youtrack.jetbrains.com/issue/KT-50005) jvm-abi-gen plugin: do not change the declaration order in generated jars - [`KT-49726`](https://youtrack.jetbrains.com/issue/KT-49726) JVM/IR: "IllegalArgumentException: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER": Serialization with sealed class as type parameter ##### Tools. Gradle - [`KT-49835`](https://youtrack.jetbrains.com/issue/KT-49835) Android consumers can't resolve Android debug variants of published MPP libraries published with Kotlin 1.6.0 & Gradle 7.0+ - [`KT-49910`](https://youtrack.jetbrains.com/issue/KT-49910) Incremental compilation speed regression in 1.6.0 for Android projects ##### Tools. Gradle. JS - [`KT-49109`](https://youtrack.jetbrains.com/issue/KT-49109) KJS / Gradle: Configuration failed: Could not find node-14.17.0-darwin-arm64.tar.gz (org.nodejs:node:14.17.0) - [`KT-50135`](https://youtrack.jetbrains.com/issue/KT-50135) KJS: Problem with Yarn install with scripts on Windows - [`KT-34014`](https://youtrack.jetbrains.com/issue/KT-34014) Gradle, JS: Ability to persist / reuse yarn.lock - [`KT-49505`](https://youtrack.jetbrains.com/issue/KT-49505) KJS / IR: Installation of NPM dependencies should be with ignore-scripts ##### Tools. Gradle. Native - [`KT-49931`](https://youtrack.jetbrains.com/issue/KT-49931) Kotlin Multiplatform Fails in Windows after 1.6.0 upgrade - Cannot run program "pod" - [`KT-49771`](https://youtrack.jetbrains.com/issue/KT-49771) podInstall task is not executed after adding a pod dependency to the shared module ##### Tools. Incremental Compile - [`KT-49822`](https://youtrack.jetbrains.com/issue/KT-49822) Incremental compilation state is modified when the build fails in Kotlin 1.6 - [`KT-49340`](https://youtrack.jetbrains.com/issue/KT-49340) "IllegalStateException: `@NotNull` method org/jetbrains/kotlin/com/intellij/openapi/application/AsyncExecutionService.getService must not return null" with Anvil plugin and incremental compilation

Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

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.



This PR has been generated by WhiteSource Renovate. View repository job log here.