yasunori0418 / dotfiles

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

chore(deps): update aqua #130

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.192.0 -> v4.193.0
denoland/deno patch v1.44.1 -> v1.44.2
oven-sh/bun patch v1.1.12 -> v1.1.13

Release Notes

aquaproj/aqua-registry (aquaproj/aqua-registry) ### [`v4.193.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.193.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.192.0...v4.193.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.193.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.193.0) | https://github.com/aquaproj/aqua-registry/compare/v4.192.0...v4.193.0 ##### πŸŽ‰ New Packages [#​23872](https://togithub.com/aquaproj/aqua-registry/issues/23872) [igor-petruk/scriptisto](https://togithub.com/igor-petruk/scriptisto): A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages [@​CrystalMethod](https://togithub.com/CrystalMethod) [#​23845](https://togithub.com/aquaproj/aqua-registry/issues/23845) [borgbackup/borg](https://togithub.com/borgbackup/borg): Deduplicating archiver with compression and authenticated encryption [@​reitzig](https://togithub.com/reitzig) ##### Fixes [#​23914](https://togithub.com/aquaproj/aqua-registry/issues/23914) Ph0enixKM/Amber: Follow up changes of Amber 0.3.2-alpha [#​23810](https://togithub.com/aquaproj/aqua-registry/issues/23810) atuinsh/atuin: Follow up changes of atuin v18.3.0 [#​23765](https://togithub.com/aquaproj/aqua-registry/issues/23765) kitabisa/teler: Rename the package to [teler-sh/teler](https://togithub.com/teler-sh/teler)
denoland/deno (denoland/deno) ### [`v1.44.2`](https://togithub.com/denoland/deno/releases/tag/v1.44.2) [Compare Source](https://togithub.com/denoland/deno/compare/v1.44.1...v1.44.2) ##### 1.44.2 / 2024.06.13 - fix(lsp): respect editor indentation options ([#​24181](https://togithub.com/denoland/deno/issues/24181)) - fix(lsp): workspace jsr resolution ([#​24121](https://togithub.com/denoland/deno/issues/24121)) - fix(check): attempt to resolve types from pkg before `@types` pkg ([#​24152](https://togithub.com/denoland/deno/issues/24152)) - fix(cli): Explicitly cache NPM packages during `deno install` ([#​24190](https://togithub.com/denoland/deno/issues/24190)) - fix(cli): Overwrite existing bin entries in `node_modules` ([#​24123](https://togithub.com/denoland/deno/issues/24123)) - fix(ext/http): print `[]` around ipv6 addresses ([#​24150](https://togithub.com/denoland/deno/issues/24150)) - fix(ext/net): make node:http2 work with DENO_FUTURE=1 ([#​24144](https://togithub.com/denoland/deno/issues/24144)) - fix(ext/node): ServerResponse header array handling ([#​24149](https://togithub.com/denoland/deno/issues/24149)) - fix(ext/node): add crypto and zlib constants ([#​24151](https://togithub.com/denoland/deno/issues/24151)) - fix(ext/node): fix vm memory usage and context initialization ([#​23976](https://togithub.com/denoland/deno/issues/23976)) - fix(ext/node): lossy UTF-8 read node_modules files ([#​24140](https://togithub.com/denoland/deno/issues/24140)) - fix(ext/node): send data frame with end_stream flag on \_final call ([#​24147](https://togithub.com/denoland/deno/issues/24147)) - fix(ext/node): support stdin child_process IPC & fd stdout/stderr ([#​24106](https://togithub.com/denoland/deno/issues/24106)) - fix(ext/web): correct string tag for MessageEvent ([#​24134](https://togithub.com/denoland/deno/issues/24134)) - fix(ext/websocket): correctly order messages when sending blobs ([#​24133](https://togithub.com/denoland/deno/issues/24133)) - fix(jupyter): Avoid panicking when `DEBUG` env var is set ([#​24168](https://togithub.com/denoland/deno/issues/24168)) - fix(lsp): don't sort workspace files ([#​24180](https://togithub.com/denoland/deno/issues/24180)) - fix(lsp): strip .js before probing for valid import fix ([#​24188](https://togithub.com/denoland/deno/issues/24188)) - fix(npm): resolve dynamic npm imports individually ([#​24170](https://togithub.com/denoland/deno/issues/24170)) - fix: Rewrite Node-API ([#​24101](https://togithub.com/denoland/deno/issues/24101)) - fix: clean up some node-api details ([#​24178](https://togithub.com/denoland/deno/issues/24178)) - fix: do not panic linting files with UTF-8 BOM ([#​24136](https://togithub.com/denoland/deno/issues/24136)) - fix: don't panic when cache is not available ([#​24175](https://togithub.com/denoland/deno/issues/24175)) - fix: make writing to the deps cache more reliable ([#​24135](https://togithub.com/denoland/deno/issues/24135)) - fix: potential hang on dynamic import ([#​24128](https://togithub.com/denoland/deno/issues/24128))
oven-sh/bun (oven-sh/bun) ### [`v1.1.13`](https://togithub.com/oven-sh/bun/releases/tag/bun-v1.1.13): Bun v1.1.13 [Compare Source](https://togithub.com/oven-sh/bun/compare/bun-v1.1.12...bun-v1.1.13) To install Bun v1.1.13: ```bash curl -fsSL https://bun.sh/install | bash ### or you can use npm ### npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.1.13: ```bash bun upgrade ``` ##### **[Read Bun v1.1.13's release notes on Bun's blog](https://bun.sh/blog/bun-v1.1.13)** ##### Thanks to 11 contributors! - [@​cirospaciari](https://togithub.com/cirospaciari) - [@​deiga](https://togithub.com/deiga) - [@​dylan-conway](https://togithub.com/dylan-conway) - [@​Jarred-Sumner](https://togithub.com/Jarred-Sumner) - [@​LudvigHz](https://togithub.com/LudvigHz) - [@​MARCROCK22](https://togithub.com/MARCROCK22) - [@​nacmartin](https://togithub.com/nacmartin) - [@​nektro](https://togithub.com/nektro) - [@​nithinkjoy-tech](https://togithub.com/nithinkjoy-tech) - [@​paperdave](https://togithub.com/paperdave) - [@​Sushants-Git](https://togithub.com/Sushants-Git) - [@​zackradisic](https://togithub.com/zackradisic)

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.