joshuanianji / github-language-colors

A collection of all of Github's language colours in Elm
https://package.elm-lang.org/packages/joshuanianji/github-language-colors/latest/GithubColors
MIT License
0 stars 0 forks source link

chore(deps): update all non-major dependencies #34

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
elm-codegen 0.5.0 -> 0.5.3 age adoption passing confidence
elm-review 2.10.2 -> 2.12.0 age adoption passing confidence
elm-tooling 1.14.0 -> 1.15.1 age adoption passing confidence

Release Notes

mdgriffith/elm-codegen (elm-codegen) ### [`v0.5.3`](https://togithub.com/mdgriffith/elm-codegen/compare/4291ffed250d3f2cb8a85b28475b1871990aeb23...81c1cd94dd59658769787cc05c16006011fa611c) [Compare Source](https://togithub.com/mdgriffith/elm-codegen/compare/4291ffed250d3f2cb8a85b28475b1871990aeb23...81c1cd94dd59658769787cc05c16006011fa611c) ### [`v0.5.2`](https://togithub.com/mdgriffith/elm-codegen/compare/c4b230bb4e26d3b620b067b7a8febeadd7da9a24...4291ffed250d3f2cb8a85b28475b1871990aeb23) [Compare Source](https://togithub.com/mdgriffith/elm-codegen/compare/c4b230bb4e26d3b620b067b7a8febeadd7da9a24...4291ffed250d3f2cb8a85b28475b1871990aeb23) ### [`v0.5.1`](https://togithub.com/mdgriffith/elm-codegen/compare/bea8a83d3db9eeccf566cabeb9cfa33f4f93c6cb...c4b230bb4e26d3b620b067b7a8febeadd7da9a24) [Compare Source](https://togithub.com/mdgriffith/elm-codegen/compare/bea8a83d3db9eeccf566cabeb9cfa33f4f93c6cb...c4b230bb4e26d3b620b067b7a8febeadd7da9a24)
jfmengels/node-elm-review (elm-review) ### [`v2.12.0`](https://togithub.com/jfmengels/node-elm-review/blob/HEAD/CHANGELOG.md#2120---2024-06-14) [Compare Source](https://togithub.com/jfmengels/node-elm-review/compare/v2.11.2...v2.12.0) Now requires `jfmengels/elm-review` v2.14.0. - Now supports analyzing arbitrary files that the project doesn't analyze by default. ### [`v2.11.2`](https://togithub.com/jfmengels/node-elm-review/blob/HEAD/CHANGELOG.md#2112---2024-05-03) [Compare Source](https://togithub.com/jfmengels/node-elm-review/compare/v2.11.1...v2.11.2) - The `--ignore-dirs` and `--ignore-files` flags now support absolute paths. Thanks [@​jamesrweb](https://togithub.com/jamesrweb)! - Fixed an issue where the CLI output would sometimes be cut off abruptly. Thanks [@​BrianHicks](https://togithub.com/BrianHicks)! - When using `--watch` and `--report=json`, reviews will now be triggered when files are changed even when the contents are triggered, to make it easier for editors to integrate `elm-review`. ### [`v2.11.1`](https://togithub.com/jfmengels/node-elm-review/blob/HEAD/CHANGELOG.md#2111---2024-03-16) [Compare Source](https://togithub.com/jfmengels/node-elm-review/compare/v2.11.0...v2.11.1) - Fixed a crash when running in watch mode related to not being able to fetch cache results. - Improve the error message when failing to update suppression files. ### [`v2.11.0`](https://togithub.com/jfmengels/node-elm-review/blob/HEAD/CHANGELOG.md#2110---2024-03-15) [Compare Source](https://togithub.com/jfmengels/node-elm-review/compare/v2.10.3...v2.11.0) - Add an `offline` mode to prevent `elm-review` from making any HTTP requests. This is useful for CI environments that should not have access to the internet, where you only want to run `elm-review` without arguments. - Introduce `prepare-offline` subcommand to have `elm-review` fetch and pre-build all the necessary data when it has network access to prepare for being run using `elm-review --offline`. - Replaced the internally used `elm-json` dependency with `elm-solve-deps-wasm`, which should be more reliable, re-enable support for old MacOS versions as well as improve performance. - Fixed a crash when using `--template` from the same repository but from two different paths. - Fixed an issue where project rules created using `elm-review new-rule` mixed the `ModuleContext` and `ProjectContext`. ### [`v2.10.3`](https://togithub.com/jfmengels/node-elm-review/blob/HEAD/CHANGELOG.md#2103---2023-09-26) [Compare Source](https://togithub.com/jfmengels/node-elm-review/compare/v2.10.2...v2.10.3) - Fixed crash when too many errors were reported. - Improved guidance after using `elm-review init --template `.
elm-tooling/elm-tooling-cli (elm-tooling) ### [`v1.15.1`](https://togithub.com/elm-tooling/elm-tooling-cli/blob/HEAD/CHANGELOG.md#Version-1151-2024-03-18) [Compare Source](https://togithub.com/elm-tooling/elm-tooling-cli/compare/v1.15.0...v1.15.1) - Fixed: elm-tooling now works with curl 8.6.0 ([#​128](https://togithub.com/elm-tooling/elm-tooling-cli/pull/128)). ### [`v1.15.0`](https://togithub.com/elm-tooling/elm-tooling-cli/blob/HEAD/CHANGELOG.md#Version-1150-2023-09-30) [Compare Source](https://togithub.com/elm-tooling/elm-tooling-cli/compare/v1.14.1...v1.15.0) > ℹ️ If you use macOS ARM (Apple Silicon) and have used `elm-tooling` 1.11.0–1.14.1 before, you need to clear previously downloaded binaries in order to get the newest macOS ARM binary. Otherwise you’ll keep using the one from 1.11.0. > > ```bash > # Remove downloaded binaries: > rm -R ~/.elm/elm-tooling/elm/0.19.1/ > # Install new binaries: > cd your-project > npx elm-tooling install > ``` - Changed: Different macOS ARM (Apple Silicon) binary for elm 0.19.1. The previous macOS ARM binary could sometimes segfault while installing Elm packages. This was fixed by Evan upgrading the Elm compiler to a [newer GHC version](https://togithub.com/elm/compiler/commit/0421dfbe48e53d880a401e201890eac0b3de5f06). He then uploaded a macOS ARM binary to [official Elm 0.19.1 release](https://togithub.com/elm/compiler/releases/tag/0.19.1). This version of `elm-tooling` downloads a copy of that binary. ### [`v1.14.1`](https://togithub.com/elm-tooling/elm-tooling-cli/blob/HEAD/CHANGELOG.md#Version-1141-2023-09-09) [Compare Source](https://togithub.com/elm-tooling/elm-tooling-cli/compare/v1.14.0...v1.14.1) - Fixed: The TypeScript type definitions shipped in the npm package are now more correct. Previously they used `export default`, but apparently `export =` is the correct syntax to use for packages that export a single function, which can be used both in CJS and MJS. (Read more about [Incorrect default export](https://togithub.com/arethetypeswrong/arethetypeswrong.github.io/blob/4706e9a84892be17888bb01a4d85c0bfed3230c2/docs/problems/FalseExportDefault.md)). It should now be possible to do `const elmToolingCli = require("elm-tooling")` in a `@ts-checked`ed JS file without TypeScript complaining.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.



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