AtomMaterialUI / a-file-icon-idea

Atom Material Icons for JetBrains - Replace File and UI Icons for better visual grepping.
http://www.material-theme.com/docs/configuration/icons-settings/#atom-material-icons-plugin
MIT License
220 stars 27 forks source link

chore(deps): update all dependencies #327

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/cache action patch v3.0.9 -> v3.0.11 age adoption passing confidence
actions/checkout action minor v3.0.2 -> v3.1.0 age adoption passing confidence
actions/upload-artifact action patch v3.1.0 -> v3.1.1 age adoption passing confidence
gradle/wrapper-validation-action action patch v1.0.4 -> v1.0.5 age adoption passing confidence
jtalk/url-health-check-action action major v2 -> v3 age adoption passing confidence
org.jetbrains.changelog plugin major 1.3.1 -> 2.0.0 age adoption passing confidence
org.jetbrains.intellij plugin patch 1.10.0-SNAPSHOT -> 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/cache ### [`v3.0.11`](https://togithub.com/actions/cache/releases/tag/v3.0.11) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.10...v3.0.11) ##### What's Changed - Call out cache not saved on hit by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/946](https://togithub.com/actions/cache/pull/946) - Update [@​actions/core](https://togithub.com/actions/core) to 1.10.0 by [@​rentziass](https://togithub.com/rentziass) in [https://github.com/actions/cache/pull/950](https://togithub.com/actions/cache/pull/950) - Update cache to use [@​actions/core](https://togithub.com/actions/core)@​^1.10.0 by [@​pdotl](https://togithub.com/pdotl) in [https://github.com/actions/cache/pull/956](https://togithub.com/actions/cache/pull/956) ##### New Contributors - [@​rentziass](https://togithub.com/rentziass) made their first contribution in [https://github.com/actions/cache/pull/950](https://togithub.com/actions/cache/pull/950) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.0.11 ### [`v3.0.10`](https://togithub.com/actions/cache/releases/tag/v3.0.10) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.9...v3.0.10) - Fix a bug with sorting inputs. - Update definition for `restore-keys` in README.md
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)
actions/upload-artifact ### [`v3.1.1`](https://togithub.com/actions/upload-artifact/releases/tag/v3.1.1) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v3.1.0...v3.1.1) - Update actions/core package to latest version to remove `set-output` deprecation warning [#​351](https://togithub.com/actions/upload-artifact/issues/351)
gradle/wrapper-validation-action ### [`v1.0.5`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v1.0.5) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v1.0.4...v1.0.5) ### Gradle Wrapper Validation - Update dependencies for Node 16 ([#​53](https://togithub.com/gradle/wrapper-validation-action/issues/53)) - Update dependencies with security vulnerabilities ([#​67](https://togithub.com/gradle/wrapper-validation-action/issues/67)) - Update various other dependencies ([#​45](https://togithub.com/gradle/wrapper-validation-action/issues/45), [#​47](https://togithub.com/gradle/wrapper-validation-action/issues/47), [#​48](https://togithub.com/gradle/wrapper-validation-action/issues/48), [#​54](https://togithub.com/gradle/wrapper-validation-action/issues/54))
jtalk/url-health-check-action ### [`v3`](https://togithub.com/Jtalk/url-health-check-action/releases/tag/v3): Run on Node 16 [Compare Source](https://togithub.com/jtalk/url-health-check-action/compare/v2...v3) Publishing as a major release in case someone's still rolling a node12-only custom runner.
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
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

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.

ghost commented 1 year ago
👇 Click on the image for a new way to code review - Make big changes easier — review code in small groups of related files - Know where to start — see the whole change at a glance - Take a code tour — explore the change with an interactive tour - Make comments and review — all fully sync’ed with github [Try it now!](https://app.codesee.io/r/reviews?pr=327&src=https%3A%2F%2Fgithub.com%2Fmallowigi%2Fa-file-icon-idea)

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend