annervisser / pr-cli

Command line tool for easily creating pull requests for part of your changes without interrupting your flow.
https://deno.land/x/prcli
MIT License
8 stars 1 forks source link

Update all non-major dependencies #199

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.12.10 -> 20.12.11 age adoption passing confidence devDependencies patch
denoland/deno v1.43.1 -> v1.43.3 age adoption passing confidence patch

Release Notes

denoland/deno (denoland/deno) ### [`v1.43.3`](https://togithub.com/denoland/deno/releases/tag/v1.43.3) [Compare Source](https://togithub.com/denoland/deno/compare/v1.43.2...v1.43.3) ##### 1.43.3 / 2024.05.10 - fix(ext/webgpu): invalidate GPUAdapter when a device is created ([#​23752](https://togithub.com/denoland/deno/issues/23752)) - fix(lsp): completions for using decl identifiers ([#​23748](https://togithub.com/denoland/deno/issues/23748)) - fix(lsp): move sloppy import resolution from loader to resolver ([#​23751](https://togithub.com/denoland/deno/issues/23751)) - fix(node): better cjs re-export handling ([#​23760](https://togithub.com/denoland/deno/issues/23760)) - fix(runtime): Allow opening /dev/fd/XXX for unix ([#​23743](https://togithub.com/denoland/deno/issues/23743)) - fix(task): regression where `npx ` sometimes couldn't find command ([#​23730](https://togithub.com/denoland/deno/issues/23730)) - fix: bump deno_core to fix unsoundness ([#​23768](https://togithub.com/denoland/deno/issues/23768)) ### [`v1.43.2`](https://togithub.com/denoland/deno/releases/tag/v1.43.2) [Compare Source](https://togithub.com/denoland/deno/compare/v1.43.1...v1.43.2) ##### 1.43.2 / 2024.05.08 - feat(runtime): allow adding custom extensions to snapshot ([#​23569](https://togithub.com/denoland/deno/issues/23569)) - fix(compile): relative permissions should be retained as relative ([#​23719](https://togithub.com/denoland/deno/issues/23719)) - fix(ext/node): check resource exists before close ([#​23655](https://togithub.com/denoland/deno/issues/23655)) - fix(ext/node): don't rely on Deno.env to read NODE_DEBUG ([#​23694](https://togithub.com/denoland/deno/issues/23694)) - fix(ext/node): napi_get_element and napi_set_element work with objects ([#​23713](https://togithub.com/denoland/deno/issues/23713)) - fix(ext/node): support delete process.env.var ([#​23647](https://togithub.com/denoland/deno/issues/23647)) - fix(ext/web): properly handle `Blob` case for `createImageBitmap` ([#​23518](https://togithub.com/denoland/deno/issues/23518)) - fix(ext/webgpu): correctly validate GPUExtent3D, GPUOrigin3D, GPUOrigin2D & GPUColor ([#​23413](https://togithub.com/denoland/deno/issues/23413)) - fix(fmt/js): `else` was moved to wrong `if` sometimes when formatting minified code ([#​23706](https://togithub.com/denoland/deno/issues/23706)) - fix(jsr): panic when importing jsr package with deps via https ([#​23728](https://togithub.com/denoland/deno/issues/23728)) - fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS result upon cancellation ([#​23645](https://togithub.com/denoland/deno/issues/23645)) - fix(lsp): Pass diagnostic codes to TSC as numbers ([#​23720](https://togithub.com/denoland/deno/issues/23720)) - fix(lsp): always cache all npm packages ([#​23679](https://togithub.com/denoland/deno/issues/23679)) - fix(lsp): handle multiline semantic tokens ([#​23691](https://togithub.com/denoland/deno/issues/23691)) - fix(publish): public api - trace parent classes & interfaces when following a method ([#​23661](https://togithub.com/denoland/deno/issues/23661)) - fix(runtime): allow r/w access to /etc without --allow-all ([#​23718](https://togithub.com/denoland/deno/issues/23718)) - fix(test): proper type checking for files with doc tests ([#​23654](https://togithub.com/denoland/deno/issues/23654)) - fix(workers): `importScripts` concurrently and use a new `reqwest::Client` per importScripts ([#​23699](https://togithub.com/denoland/deno/issues/23699)) - fix: DOMException doesn't throw on \__callSitesEvals ([#​23729](https://togithub.com/denoland/deno/issues/23729)) - fix: upgrade TypeScript from 5.4.3 to 5.4.5 ([#​23740](https://togithub.com/denoland/deno/issues/23740))

Configuration

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