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 #215

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 Type Update
@types/node (source) 20.14.2 -> 20.14.8 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.13.0 -> 7.13.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 7.13.0 -> 7.13.1 age adoption passing confidence devDependencies patch
denoland/deno v1.44.2 -> v1.44.4 age adoption passing confidence patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) ##### 🩹 Fixes - **eslint-plugin:** \[prefer-readonly] refine report locations - **eslint-plugin:** \[return-await] support explicit resource management - **eslint-plugin:** \[no-unsafe-member-access] differentiate a types-error any from a true any ##### ❤️ Thank You - Kirk Waiblinger - Yukihiro Hasegawa 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.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) 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.4`](https://togithub.com/denoland/deno/releases/tag/v1.44.4) [Compare Source](https://togithub.com/denoland/deno/compare/v1.44.3...v1.44.4) ##### 1.44.4 / 2024.06.19 - Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 ([#​24056](https://togithub.com/denoland/deno/issues/24056))" ([#​24262](https://togithub.com/denoland/deno/issues/24262)) - fix(ext/node): Add Dirent.path and Dirent.parentPath ([#​24257](https://togithub.com/denoland/deno/issues/24257)) - fix(ext/node): Add SIGPOLL and SIGUNUSED signals ([#​24259](https://togithub.com/denoland/deno/issues/24259)) - fix(ext/node): use primordials in `ext/node/polyfills/_utils.ts` ([#​24253](https://togithub.com/denoland/deno/issues/24253)) ### [`v1.44.3`](https://togithub.com/denoland/deno/releases/tag/v1.44.3) [Compare Source](https://togithub.com/denoland/deno/compare/v1.44.2...v1.44.3) ##### 1.44.3 / 2024.06.18 - feat(lsp): multi deno.json resolver scopes ([#​24206](https://togithub.com/denoland/deno/issues/24206)) - fix(cli): missing flag for `--unstable-process` ([#​24199](https://togithub.com/denoland/deno/issues/24199)) - fix(docs): correctly resolve href for built-ins ([#​24228](https://togithub.com/denoland/deno/issues/24228)) - fix(ext/console): bump default max str lengthto 10\_00 ([#​24245](https://togithub.com/denoland/deno/issues/24245)) - fix(ext/http): actually await `goAhead` promise ([#​24226](https://togithub.com/denoland/deno/issues/24226)) - fix(ext/node): add missing BlockList & SocketAddress classes ([#​24229](https://togithub.com/denoland/deno/issues/24229)) - fix(ext/node): `server.close()` does graceful shutdown ([#​24184](https://togithub.com/denoland/deno/issues/24184)) - fix(ext/node): better support for `node:diagnostics_channel` module ([#​24088](https://togithub.com/denoland/deno/issues/24088)) - fix(ext/node): make process.versions own property ([#​24240](https://togithub.com/denoland/deno/issues/24240)) - fix(ext/node): use `Deno.FsFile.statSync()` ([#​24234](https://togithub.com/denoland/deno/issues/24234)) - fix(ext/permissions): add correct feature flags to winapi ([#​24218](https://togithub.com/denoland/deno/issues/24218)) - fix(ext/web): fix `AbortSignal.timeout()` leak ([#​23842](https://togithub.com/denoland/deno/issues/23842)) - fix(ext/webgpu): fix surface creation panic when adapter not initialized ([#​24201](https://togithub.com/denoland/deno/issues/24201)) - fix(inspector): crash on "Debugger.setBlackboxPatterns" ([#​24204](https://togithub.com/denoland/deno/issues/24204)) - fix(lsp): use import map from workspace root ([#​24246](https://togithub.com/denoland/deno/issues/24246)) - fix(napi): Read reference ownership before calling finalizer to avoid crash ([#​24203](https://togithub.com/denoland/deno/issues/24203)) - fix(no-slow-types): handle named type in mapped type ([#​24205](https://togithub.com/denoland/deno/issues/24205)) - fix(npm): use more relaxed package.json version constraint parsing ([#​24202](https://togithub.com/denoland/deno/issues/24202)) - fix(repl): prevent panic when deleting globalThis.closed property ([#​24014](https://togithub.com/denoland/deno/issues/24014)) - perf(lsp): store settings in Arc ([#​24191](https://togithub.com/denoland/deno/issues/24191)) - perf(node): ensure cjs wrapper module has deterministic output ([#​24248](https://togithub.com/denoland/deno/issues/24248))

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.