AtomMaterialUI / color-highlighter

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

chore(deps): update all dependencies #88

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v3.0.2 -> v3.1.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) dependencies patch 1.7.20 -> 1.7.21 age adoption passing confidence
org.jetbrains.changelog plugin major 1.3.1 -> 2.0.0 age adoption passing confidence
org.jetbrains.intellij plugin minor 1.9.0 -> 1.10.0 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin patch 1.7.20 -> 1.7.21 age adoption passing confidence

Release Notes

actions/checkout ### [`v3.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310) [Compare Source](https://togithub.com/actions/checkout/compare/v3.0.2...v3.1.0) - [Use @​actions/core `saveState` and `getState`](https://togithub.com/actions/checkout/pull/939) - [Add `github-server-url` input](https://togithub.com/actions/checkout/pull/922)
JetBrains/kotlin ### [`v1.7.21`](https://togithub.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1721) ##### Compiler - [`KT-54463`](https://youtrack.jetbrains.com/issue/KT-54463) Delegating to a field with a platform type causes java.lang.NoSuchFieldError: value$delegate - [`KT-54509`](https://youtrack.jetbrains.com/issue/KT-54509) Ir Interpreter: unable to evaluate string concatenation with "this" as argument - [`KT-54004`](https://youtrack.jetbrains.com/issue/KT-54004) Builder type inference does not work correctly with variable assignment and breaks run-time - [`KT-54393`](https://youtrack.jetbrains.com/issue/KT-54393) Change in behavior from 1.7.10 to 1.7.20 for java field override. - [`KT-54615`](https://youtrack.jetbrains.com/issue/KT-54615) JVM: Internal error in file lowering: java.lang.AssertionError: Error occurred while optimizing an expression - [`KT-54581`](https://youtrack.jetbrains.com/issue/KT-54581) JVM: "VerifyError: Bad type on operand stack" with generic inline function and `when` inside try-catch block - [`KT-53146`](https://youtrack.jetbrains.com/issue/KT-53146) JVM IR: unnecessary checkcast of null leads to NoClassDefFoundError if the type isn't available at runtime - [`KT-54600`](https://youtrack.jetbrains.com/issue/KT-54600) NPE on passing nullable Kotlin lambda as Java's generic SAM interface with `super` type bound - [`KT-54707`](https://youtrack.jetbrains.com/issue/KT-54707) "VerifyError: Bad type on operand stack" in inline call chain on a nullable array value - [`KT-54650`](https://youtrack.jetbrains.com/issue/KT-54650) Binary incompatible ABI change in Kotlin 1.7.20 - [`KT-54802`](https://youtrack.jetbrains.com/issue/KT-54802) "VerifyError: Bad type on operand stack" for inline functions on arrays ##### Native. Runtime. Memory - [`KT-54498`](https://youtrack.jetbrains.com/issue/KT-54498) Deprecation message of 'FreezingIsDeprecated' is not really helpful ##### Tools. Gradle. Multiplatform - [`KT-54387`](https://youtrack.jetbrains.com/issue/KT-54387) Remove MPP alpha stability warning - [`KT-48436`](https://youtrack.jetbrains.com/issue/KT-48436) False positive "The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation" ##### Tools. JPS - [`KT-45474`](https://youtrack.jetbrains.com/issue/KT-45474) False positive NO_ELSE_IN_WHEN on sealed class with incremental compilation
JetBrains/gradle-intellij-plugin ### [`v1.10.0`](https://togithub.com/JetBrains/gradle-intellij-plugin/releases/tag/v1.10.0) ##### Added - Set `IDEA_PLUGIN_SANDBOX_MODE` to `true` for `runIde`-based tasks - The `listBundledPlugins` task for listing IDs of plugins bundled within the currently targeted IDE - Make sure `1.10.0` is higher than `1.10.0-SNAPSHOT` in version check [#​1155](../../issues/1155) ##### Fixed - Invalidate instrumented classes bound to forms if GUI changed [IDEA-298989](https://youtrack.jetbrains.com/issue/IDEA-298989/Duplicate-method-name-getFont) - Revert pushing project resource directories to the end of classpath in the test task context. [#​1101](../../issues/1101) - Avoid unnecessary task configuration during Gradle configuration phase [#​1110](../../issues/1110) by [@​3flex](https://togithub.com/3flex) - Replace internal Gradle ConventionTask with DefaultTask [#​1115](../../issues/1115) by [@​aSemy](https://togithub.com/aSemy) - Plugin Verifier cache directory now follows XDG cache standards [#​1119](../../issues/1119) by [@​aSemy](https://togithub.com/aSemy) - Migrate most of the Gradle API in `IntelliJPlugin.kt` to use the Gradle Kotlin DSL extensions [#​1117](../../issues/1117) by [@​aSemy](https://togithub.com/aSemy) - Support `runIde.jbrVersion` in `17.0.4.1-b653.1` format [#​1172](../../issues/1172) - Plugin dependencies not resolved in multi-module project [#​1196](../../issues/1196) - Finalize instrumentation with `classpathIndexCleanup` run to remove `classpath.index` file which breaks incremental build - Misleading message about Kotlin language version [#​1156](../../issues/1156) ##### Changed - Set minimum supported Gradle version from `6.7.1` to `6.8` - Use information from `product-info.json` for running `223+` [next]: https://togithub.com/JetBrains/gradle-intellij-plugin/compare/v1.9.0...HEAD

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.