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
9 stars 1 forks source link

Update all non-major dependencies #210

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.12.12 -> 20.13.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.10.0 -> 7.11.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.10.0 -> 7.11.0 age adoption passing confidence devDependencies minor
denoland/deno v1.43.6 -> v1.44.0 age adoption passing confidence minor

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.11.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7110-2024-05-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.0) ##### 🚀 Features - **eslint-plugin:** deprecate prefer-ts-expect-error in favor of ban-ts-comment ##### 🩹 Fixes - **eslint-plugin:** \[consistent-type-assertions] prevent syntax errors on arrow functions ##### ❤️ Thank You - Abraham Guo - auvred - Dom Armstrong - Kirk Waiblinger You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.11.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7110-2024-05-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.10.0...v7.11.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
denoland/deno (denoland/deno) ### [`v1.44.0`](https://togithub.com/denoland/deno/releases/tag/v1.44.0) [Compare Source](https://togithub.com/denoland/deno/compare/v1.43.6...v1.44.0) ##### 1.44.0 / 2024.05.30 - BREAKING(ffi/unstable): always return u64 as bigint ([#​23981](https://togithub.com/denoland/deno/issues/23981)) - BREAKING(ffi/unstable): use BigInt representation in turbocall ([#​23983](https://togithub.com/denoland/deno/issues/23983)) - FUTURE(ext/ffi,ext/webgpu): stabilize FFI and WebGPU APIs ([#​24011](https://togithub.com/denoland/deno/issues/24011)) - FUTURE(ext/fs): stabilize file system APIs ([#​23968](https://togithub.com/denoland/deno/issues/23968)) - FUTURE: initial support for .npmrc file ([#​23560](https://togithub.com/denoland/deno/issues/23560)) - feat(cli): Add slow test warning ([#​23874](https://togithub.com/denoland/deno/issues/23874)) - feat(cli/test): `deno test --clean` ([#​23519](https://togithub.com/denoland/deno/issues/23519)) - feat(ext/fetch): `Request.bytes()` and `Response.bytes()` ([#​23823](https://togithub.com/denoland/deno/issues/23823)) - feat(ext/fs): stabilize `Deno.FsFile.syncData[Sync]()` and `Deno.FsFile.sync[Sync]()` ([#​23733](https://togithub.com/denoland/deno/issues/23733)) - feat(ext/fs): stabilize `Deno.FsFile.unlock[Sync]()` and `Deno.FsFile.lock[Sync]()` ([#​23754](https://togithub.com/denoland/deno/issues/23754)) - feat(ext/webgpu): byow support for {Free,Open}BSD ([#​23832](https://togithub.com/denoland/deno/issues/23832)) - feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused-vars` for jsx files ([#​24034](https://togithub.com/denoland/deno/issues/24034)) - feat(lsp): support .npmrc ([#​24042](https://togithub.com/denoland/deno/issues/24042)) - feat(node): buffer isUtf8/isAscii ([#​23928](https://togithub.com/denoland/deno/issues/23928)) - feat(serve): support `--port 0` to use an open port ([#​23846](https://togithub.com/denoland/deno/issues/23846)) - feat(task): run `npm run` commands with Deno more often ([#​23794](https://togithub.com/denoland/deno/issues/23794)) - feat(vendor): support modifying remote files in vendor folder without checksum errors ([#​23979](https://togithub.com/denoland/deno/issues/23979)) - feat: Add `Deno.exitCode` API ([#​23609](https://togithub.com/denoland/deno/issues/23609)) - feat: add lowercase `-v` version flag ([#​23750](https://togithub.com/denoland/deno/issues/23750)) - feat: do not require `DENO_FUTURE=1` for npmrc support ([#​24043](https://togithub.com/denoland/deno/issues/24043)) - feat: enable pointer compression via deno_core bump ([#​23838](https://togithub.com/denoland/deno/issues/23838)) - fix(cli): Prefer npm bin entries provided by packages closer to the root ([#​24024](https://togithub.com/denoland/deno/issues/24024)) - fix(cli): Support deno.lock with only package.json present + fix DENO_FUTURE install interactions with lockfile ([#​23918](https://togithub.com/denoland/deno/issues/23918)) - fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly ([#​23200](https://togithub.com/denoland/deno/issues/23200)) - fix(coverage): add tooltip to line count in html report ([#​23971](https://togithub.com/denoland/deno/issues/23971)) - fix(coverage): do not generate script coverage with empty url ([#​24007](https://togithub.com/denoland/deno/issues/24007)) - fix(coverage): handle ignore patterns ([#​23974](https://togithub.com/denoland/deno/issues/23974)) - fix(coverage): skip generating coverage json for http(s) scripts ([#​24008](https://togithub.com/denoland/deno/issues/24008)) - fix(deno_task): more descriptive error message ([#​24001](https://togithub.com/denoland/deno/issues/24001)) - fix(ext/fs): truncate files when a ReadableStream is passed to writeFile ([#​23330](https://togithub.com/denoland/deno/issues/23330)) - fix(ext/http): flush gzip streaming response ([#​23991](https://togithub.com/denoland/deno/issues/23991)) - fix(ext/node): add `throwIfNoEntry` option in `fs.lstatSync` ([#​24006](https://togithub.com/denoland/deno/issues/24006)) - fix(ext/node): add stubs for perf_hooks.PerformaceObserver ([#​23958](https://togithub.com/denoland/deno/issues/23958)) - fix(ext/node): don't encode buffer data as utf8 in http2 ([#​24016](https://togithub.com/denoland/deno/issues/24016)) - fix(ext/node): return cancelled flag in get_response_body_chunk op ([#​23962](https://togithub.com/denoland/deno/issues/23962)) - fix(ext/node): windows cancel stdin read in line mode ([#​23969](https://togithub.com/denoland/deno/issues/23969)) - fix(ext/node/fs): `position` argument not applied ([#​24009](https://togithub.com/denoland/deno/issues/24009)) - fix(ext/web): `ReadableStream.from()` allows `Iterable` instead of `IterableIterator` ([#​23903](https://togithub.com/denoland/deno/issues/23903)) - fix(ext/web): `ReadableStream.from()` ignores null `Symbol.asyncIterator` ([#​23910](https://togithub.com/denoland/deno/issues/23910)) - fix(ext/websocket): change default idleTimeout to 30s ([#​23985](https://togithub.com/denoland/deno/issues/23985)) - fix(lsp): don't discover deno.json in vendor dir ([#​24032](https://togithub.com/denoland/deno/issues/24032)) - fix(lsp): process Fenced Code Block in JSDoc on `completion` correctly ([#​23822](https://togithub.com/denoland/deno/issues/23822)) - fix(node): set default http server response code 200 ([#​23977](https://togithub.com/denoland/deno/issues/23977)) - fix(npm): set up node_modules/.bin/ entries for package that provide bin entrypoints ([#​23496](https://togithub.com/denoland/deno/issues/23496)) - fix(publish): raise diagnostics for triple-slash directives for `--dry-run` instead of just `publish` ([#​23811](https://togithub.com/denoland/deno/issues/23811)) - fix(runtime): use more null proto objects ([#​23921](https://togithub.com/denoland/deno/issues/23921)) - fix(task): always use `npm` for `npm run` with flags ([#​24028](https://togithub.com/denoland/deno/issues/24028)) - fix: `--env` flag confusing message on syntax error ([#​23915](https://togithub.com/denoland/deno/issues/23915)) - fix: bump cache sqlite dbs to v2 for WAL journal mode change ([#​24030](https://togithub.com/denoland/deno/issues/24030)) - fix: empty `process.platform` with `__runtime_js_sources` ([#​24005](https://togithub.com/denoland/deno/issues/24005)) - fix: use hash of in-memory bytes only for code cache ([#​23966](https://togithub.com/denoland/deno/issues/23966)) - perf(cli): Improve concurrency when setting up `node_modules` and loading cached npm package info ([#​24018](https://togithub.com/denoland/deno/issues/24018)) - perf(cli): Optimize setting up `node_modules` on macOS ([#​23980](https://togithub.com/denoland/deno/issues/23980)) - perf(lsp): lock out requests until init is complete ([#​23998](https://togithub.com/denoland/deno/issues/23998)) - perf(repl): don't walk workspace in repl language server ([#​24037](https://togithub.com/denoland/deno/issues/24037)) - perf(startup): use WAL journal for sqlite databases in DENO_DIR ([#​23955](https://togithub.com/denoland/deno/issues/23955)) - perf: avoid building module graph if dynamic specifier already in graph ([#​24035](https://togithub.com/denoland/deno/issues/24035)) - perf: parse source files in parallel ([#​23858](https://togithub.com/denoland/deno/issues/23858)) - perf: skip npm install if graph has no new packages ([#​24017](https://togithub.com/denoland/deno/issues/24017))

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.