yasunori0418 / dotfiles

My dotfiles, all my wisdom, my castle.
Other
35 stars 2 forks source link

chore(deps): update aqua update #109

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.180.0 -> v4.181.0
denoland/deno patch v1.43.3 -> v1.43.5
eza-community/eza patch v0.18.15 -> v0.18.16

Release Notes

aquaproj/aqua-registry (aquaproj/aqua-registry) ### [`v4.181.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.181.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.180.1...v4.181.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.181.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.181.0) | https://github.com/aquaproj/aqua-registry/compare/v4.180.1...v4.181.0 #### 🎉 New Packages [#​23000](https://togithub.com/aquaproj/aqua-registry/issues/23000) [#​23005](https://togithub.com/aquaproj/aqua-registry/issues/23005) [jessfraz/dockfmt](https://togithub.com/jessfraz/dockfmt): Dockerfile format and parser. Like `gofmt` but for Dockerfiles [@​istone-you](https://togithub.com/istone-you) [#​23025](https://togithub.com/aquaproj/aqua-registry/issues/23025) [typst/typst](https://togithub.com/typst/typst): A new markup-based typesetting system that is powerful and easy to learn [@​ryota2357](https://togithub.com/ryota2357) #### Fix [#​23022](https://togithub.com/aquaproj/aqua-registry/issues/23022) MHNightCat/superfile: Rename the package to `yorukot/superfile` The repository https://github.com/MHNightCat/superfile was transferred to https://github.com/yorukot/superfile . ### [`v4.180.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.180.1) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.180.0...v4.180.1) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.180.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.180.1) | https://github.com/aquaproj/aqua-registry/compare/v4.180.0...v4.180.1 #### Fix [#​22910](https://togithub.com/aquaproj/aqua-registry/issues/22910) WebAssembly/wabt: Follow up changes of wabt v1.0.35 [#​22999](https://togithub.com/aquaproj/aqua-registry/issues/22999) neovim/neovim: Follow up changes of neovim v0.10.0
denoland/deno (denoland/deno) ### [`v1.43.5`](https://togithub.com/denoland/deno/releases/tag/v1.43.5) [Compare Source](https://togithub.com/denoland/deno/compare/v1.43.4...v1.43.5) ##### 1.43.5 / 2024.05.18 - fix(npm): regression deserializing JSON for some npm packages ([#​23868](https://togithub.com/denoland/deno/issues/23868)) ### [`v1.43.4`](https://togithub.com/denoland/deno/releases/tag/v1.43.4) [Compare Source](https://togithub.com/denoland/deno/compare/v1.43.3...v1.43.4) ##### 1.43.4 / 2024.05.16 - fix(cli): panic with `deno coverage` ([#​23353](https://togithub.com/denoland/deno/issues/23353)) - fix(doc): --lint - private ref diagnostic was displaying incorrect information ([#​23834](https://togithub.com/denoland/deno/issues/23834)) - fix(doc/publish): support expando properties ([#​23795](https://togithub.com/denoland/deno/issues/23795)) - fix(emit): regression - keep comments in emit ([#​23815](https://togithub.com/denoland/deno/issues/23815)) - fix(ext/node): export geteuid from node:process ([#​23840](https://togithub.com/denoland/deno/issues/23840)) - fix(ext/node): fix grpc error_handling example ([#​23755](https://togithub.com/denoland/deno/issues/23755)) - fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback ([#​23841](https://togithub.com/denoland/deno/issues/23841)) - fix(ext/node): process.uptime works without this ([#​23786](https://togithub.com/denoland/deno/issues/23786)) - fix(ext/web): update ongoing promise in async iterator `return()` method ([#​23642](https://togithub.com/denoland/deno/issues/23642)) - fix(lsp): respect types dependencies for tsc roots ([#​23825](https://togithub.com/denoland/deno/issues/23825)) - fix(lsp): show reference code lens on methods ([#​23804](https://togithub.com/denoland/deno/issues/23804)) - fix(node): error when throwing `FS_EISDIR` ([#​23829](https://togithub.com/denoland/deno/issues/23829)) - fix(node): seperate worker module cache ([#​23634](https://togithub.com/denoland/deno/issues/23634)) - fix(node): stub `AsyncResource.emitDestroy()` ([#​23802](https://togithub.com/denoland/deno/issues/23802)) - fix(node): wrong `worker_threads.terminate()` return value ([#​23803](https://togithub.com/denoland/deno/issues/23803)) - fix(npm): handle null fields in npm registry JSON ([#​23785](https://togithub.com/denoland/deno/issues/23785)) - fix(npm): make tarball extraction more reliable ([#​23759](https://togithub.com/denoland/deno/issues/23759)) - fix(publish): always include config file when publishing ([#​23797](https://togithub.com/denoland/deno/issues/23797)) - fix(publish): error for missing version constraints on dry-publish instead of just publish ([#​23798](https://togithub.com/denoland/deno/issues/23798)) - fix(runtime): output to stderr with colors if a tty and stdout is piped ([#​23813](https://togithub.com/denoland/deno/issues/23813)) - fix: Add missing `"junction"` type for `SymlinkOptions.types` ([#​23756](https://togithub.com/denoland/deno/issues/23756)) - fix: update swc_ecma_parser to 0.114.1 ([#​23816](https://togithub.com/denoland/deno/issues/23816)) - fix: widen aarch64 linux minimum GLIBC version by improving sysroot build ([#​23791](https://togithub.com/denoland/deno/issues/23791)) - perf(compile): Do not checksum eszip content ([#​23839](https://togithub.com/denoland/deno/issues/23839)) - perf(jsr): download metadata files as soon as possible and in parallel ([#​23836](https://togithub.com/denoland/deno/issues/23836)) - perf(lsp): Cache semantic tokens for open documents ([#​23799](https://togithub.com/denoland/deno/issues/23799))
eza-community/eza (eza-community/eza) ### [`v0.18.16`](https://togithub.com/eza-community/eza/releases/tag/v0.18.16): eza v0.18.16 [Compare Source](https://togithub.com/eza-community/eza/compare/v0.18.15...v0.18.16) ### Changelog #### \[0.18.16] - 2024-05-16 ##### Bug Fixes - Change windows-only imports to be windows-only ##### Documentation - Replace decay with color-scale - Update INSTALL.md - Fix typo in `INSTALL.md` - Use 3 columns for packaging status badge ##### Miscellaneous Tasks - Release eza v0.18.16 ##### Build - Bump DeterminateSystems/flake-checker-action from 5 to 7 - Bump DeterminateSystems/nix-installer-action from 10 to 11 ### Checksums #### sha256sum 4ce5eaadd68ba0e8c6ed76f725534e2c34f9122e54956e1ee7f75332aa0ee74a ./target/bin-0.18.16/eza_aarch64-unknown-linux-gnu.tar.gz ad43d24fd1909e38e9b9b0b791de4011b5b32fc6200d85caf85258ea5f0eb767 ./target/bin-0.18.16/eza_aarch64-unknown-linux-gnu.zip e909695ed88b60de257139e03443321fe83c97b6de9d1ce718f0067b7c8a1ee5 ./target/bin-0.18.16/eza_arm-unknown-linux-gnueabihf.tar.gz 033c2e62524ec0cbcfb824274d088335c951827cbf5cf9111951a079c8e5f21f ./target/bin-0.18.16/eza_arm-unknown-linux-gnueabihf.zip eb62b3944d91223b7eb022e40497f38e1b14fadbb6f2b9a820498bda66543e50 ./target/bin-0.18.16/eza.exe_x86_64-pc-windows-gnu.tar.gz 8952c05eb850a276a4c859b4f4def2295c2046de6af75e82f275257078e06447 ./target/bin-0.18.16/eza.exe_x86_64-pc-windows-gnu.zip 3928593f163e3b9864e9604702b141e00ee0e8752468b67d469ecc27ee3e79a2 ./target/bin-0.18.16/eza_x86_64-unknown-linux-gnu.tar.gz 4b2f7ee047c624e2c2b1b438155cfd44fb011699e2fa41a10ba0d6ad8e21f49b ./target/bin-0.18.16/eza_x86_64-unknown-linux-gnu.zip e5f9a7b6cb0d1c0c4dc4617ce478b66a9c4b411219f56990227379dd93a9ce7b ./target/bin-0.18.16/eza_x86_64-unknown-linux-musl.tar.gz 9b73679541b810d13e5c2911b8b1cdbc72c2e5ca5291b86060507549c6196636 ./target/bin-0.18.16/eza_x86_64-unknown-linux-musl.zip #### md5sum f2219caf55f7251fd1467f1820b5f0d6 ./target/bin-0.18.16/eza_aarch64-unknown-linux-gnu.tar.gz 3ae43e7a0a0bbb7a71a1a085b14266bf ./target/bin-0.18.16/eza_aarch64-unknown-linux-gnu.zip 8bc6193b44a115b1e385a6a2c9eda49e ./target/bin-0.18.16/eza_arm-unknown-linux-gnueabihf.tar.gz 091860aeedfb9c5992a83d5df267bb12 ./target/bin-0.18.16/eza_arm-unknown-linux-gnueabihf.zip b3b3c50fa74554bf5a4bb9d0c3c369e9 ./target/bin-0.18.16/eza.exe_x86_64-pc-windows-gnu.tar.gz 9da2e3852037a206f9d276515e73ec6e ./target/bin-0.18.16/eza.exe_x86_64-pc-windows-gnu.zip 18405ad6afad32687af2ab6e583df08c ./target/bin-0.18.16/eza_x86_64-unknown-linux-gnu.tar.gz 183a970b2fc8adfb5d72a3d6dc08a949 ./target/bin-0.18.16/eza_x86_64-unknown-linux-gnu.zip ff5cfe90f11e5fca17cf40b711cc2fb7 ./target/bin-0.18.16/eza_x86_64-unknown-linux-musl.tar.gz d080f0cc01a2fea45046e240fc5c7562 ./target/bin-0.18.16/eza_x86_64-unknown-linux-musl.zip #### blake3sum 367b36ef37ee029c7385b077d0f41213182a05b8217b1548687b6c584cb52e8f ./target/bin-0.18.16/eza_aarch64-unknown-linux-gnu.tar.gz bfd9cc96ef0ef623e9bbe6aed467c95beac319b741e757b5f8713af702fccd84 ./target/bin-0.18.16/eza_aarch64-unknown-linux-gnu.zip d99e37d101c543ef9e95732b71601eb251715256bbe2b7784d67c219efd3847f ./target/bin-0.18.16/eza_arm-unknown-linux-gnueabihf.tar.gz c99b487907c24f643c5b02c494db83046f61fa8e6fc6b997ab2c7568412f8e2b ./target/bin-0.18.16/eza_arm-unknown-linux-gnueabihf.zip ca809c1157e367b32dea437ec4036fdcc9ebffd7464a45fd70071fd569617d6d ./target/bin-0.18.16/eza.exe_x86_64-pc-windows-gnu.tar.gz 3db7289db7ca62180a9c7fa1866d3cf66e169fe0baf74f607db08ff6cc3868f9 ./target/bin-0.18.16/eza.exe_x86_64-pc-windows-gnu.zip 680d8aa349879c6de13f6d44bbe326b7d0c85bdcdb44cbbf59d141427de881e0 ./target/bin-0.18.16/eza_x86_64-unknown-linux-gnu.tar.gz 8cfdfe833d54651299bba5147da33498ede2ce655a9a6e42ce130b6e0049b315 ./target/bin-0.18.16/eza_x86_64-unknown-linux-gnu.zip 8df29d0d89de06a2bdaac6a5266505e1126c146b9b0504d819da4128d2639354 ./target/bin-0.18.16/eza_x86_64-unknown-linux-musl.tar.gz e6c20403d54f05ed2ff70eab38b4c53c20c80233a98a583088a8c95a3732f3e7 ./target/bin-0.18.16/eza_x86_64-unknown-linux-musl.zip

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.