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 #308

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action patch v3.0.5 -> v3.0.8 age adoption passing confidence
gradle (source) patch 7.5 -> 7.5.1 age adoption passing confidence
org.javassist:javassist (source) dependencies patch 3.29.0-GA -> 3.29.1-GA age adoption passing confidence
org.jlleitschuh.gradle.ktlint plugin major 10.3.0 -> 11.0.0 age adoption passing confidence
org.jetbrains.intellij plugin minor 1.8.1 -> 1.9.0 age adoption passing confidence

Release Notes

actions/cache ### [`v3.0.8`](https://togithub.com/actions/cache/releases/tag/v3.0.8) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.7...v3.0.8) ##### What's Changed - Fix `zstd` not working for windows on gnu tar in issues. - Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable `SEGMENT_DOWNLOAD_TIMEOUT_MIN`. Default is 60 minutes. ### [`v3.0.7`](https://togithub.com/actions/cache/releases/tag/v3.0.7) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.6...v3.0.7) #### What's Changed - Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out. ### [`v3.0.6`](https://togithub.com/actions/cache/releases/tag/v3.0.6) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.5...v3.0.6) ##### What's Changed - Add example for clojure lein project dependencies by [@​shivamarora1](https://togithub.com/shivamarora1) in PR [https://github.com/actions/cache/pull/835](https://togithub.com/actions/cache/pull/835) - Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by [@​pdotl](https://togithub.com/pdotl) in PR [https://github.com/actions/cache/pull/887](https://togithub.com/actions/cache/pull/887) - Fix issue [#​809](https://togithub.com/actions/cache/issues/809) where cache save/restore was failing for Amazon Linux 2 runners due to older tar version - Fix issue [#​833](https://togithub.com/actions/cache/issues/833) where cache save was not working for caching github workspace directory ##### New Contributors - [@​shivamarora1](https://togithub.com/shivamarora1) made their first contribution in [https://github.com/actions/cache/pull/835](https://togithub.com/actions/cache/pull/835) - [@​pdotl](https://togithub.com/pdotl) made their first contribution in [https://github.com/actions/cache/pull/887](https://togithub.com/actions/cache/pull/887) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.0.6
gradle/gradle ### [`v7.5.1`](https://togithub.com/gradle/gradle/releases/tag/v7.5.1) This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5 [Read the Release Notes](https://docs.gradle.org/7.5.1/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Michael Bailey](https://togithub.com/yogurtearl), [Josh Kasten](https://togithub.com/jkasten2), [Marcono1234](https://togithub.com/Marcono1234), [mataha](https://togithub.com/mataha), [Lieven Vaneeckhaute](https://togithub.com/denshade), [kiwi-oss](https://togithub.com/kiwi-oss), [Stefan Neuhaus](https://togithub.com/stefanneuhaus), [George Thomas](https://togithub.com/smoothreggae), [Anja Papatola](https://togithub.com/apalopta), [Björn Kautler](https://togithub.com/Vampire), [David Burström](https://togithub.com/davidburstrom), [Vladimir Sitnikov](https://togithub.com/vlsi), [Roland Weisleder](https://togithub.com/rweisleder), [Konstantin Gribov](https://togithub.com/grossws), [David Op de Beeck](https://togithub.com/DavidOpDeBeeck), [aSemy](https://togithub.com/aSemy), [Rene Groeschke](https://togithub.com/breskeby), [Jonathan Leitschuh](https://togithub.com/JLLeitschuh), [Aurimas Liutikas](https://togithub.com/liutikas), [Jamie Tanna](https://togithub.com/jamietanna), [Xin Wang](https://togithub.com/scaventz), [Atsuto Yamashita](https://togithub.com/att55), [Taeik Lim](https://togithub.com/acktsap), [Peter Gafert](https://togithub.com/codecholeric), [Alex Landau](https://togithub.com/AlexLandau), [Jerry Wiltse](https://togithub.com/solvingj), [Tyler Burke](https://togithub.com/T-A-B), [Matthew Haughton](https://togithub.com/3flex), [Filip Daca](https://togithub.com/filip-daca), [Simão Gomes Viana](https://togithub.com/xdevs23), [Vaidotas Valuckas](https://togithub.com/rieske), [Edgars Jasmans](https://togithub.com/yasmans), [Tomasz Godzik](https://togithub.com/tgodzik), [Jeff](https://togithub.com/mathjeff), [Lajos Veres](https://togithub.com/vlajos) #### Upgrade instructions Switch your build to use Gradle 7.5.1 by updating your wrapper: `./gradlew wrapper --gradle-version=7.5.1` See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.5.1/userguide/upgrading_version\_7.html#changes\_7.5) to learn about deprecations, breaking changes and other considerations when upgrading. #### 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).

Configuration

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

🚦 Automerge: Disabled due to failing status checks.

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 2 years 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=308&src=https%3A%2F%2Fgithub.com%2Fmallowigi%2Fa-file-icon-idea)

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend