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

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.11 -> 20.12.12 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.10.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.8.0 -> 7.10.0 age adoption passing confidence devDependencies minor
denoland/deno v1.43.3 -> v1.43.5 age adoption passing confidence patch
eslint-plugin-playwright 1.6.0 -> 1.6.1 age adoption passing confidence devDependencies patch
npm-run-all2 6.1.2 -> 6.2.0 age adoption passing confidence devDependencies minor

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7100-2024-05-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.9.0...v7.10.0) ##### 🚀 Features - **eslint-plugin:** \[sort-type-constituents] support case sensitive sorting ##### 🩹 Fixes - **eslint-plugin:** \[prefer-regexp-exec] fix heuristic to check whether regex may contain global flag ##### ❤️ Thank You - auvred - Emanuel Hoogeveen - jsfm01 - 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. ### [`v7.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#790-2024-05-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.8.0...v7.9.0) ##### 🩹 Fixes - **eslint-plugin:** \[explicit-function-return-types] fix false positive on default parameters ##### ❤️ Thank You - Kirk Waiblinger - Sheetal Nandi - Vinccool96 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.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7100-2024-05-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.9.0...v7.10.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. ### [`v7.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#790-2024-05-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.8.0...v7.9.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.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))
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright) ### [`v1.6.1`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v1.6.1) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v1.6.0...v1.6.1) ##### Bug Fixes - **prefer-web-first-assertions:** Support variable reassignment ([#​287](https://togithub.com/playwright-community/eslint-plugin-playwright/issues/287)) ([b0fb7cd](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/b0fb7cd87ea4f475517679177293d209cbae2233)) ##### Documentation - fix usage guide flat recommended rules ([#​283](https://togithub.com/playwright-community/eslint-plugin-playwright/issues/283)) ([1fe2c5e](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/1fe2c5ef2d5da648fd4eba693b7c6baa139086fc))
bcomnes/npm-run-all2 (npm-run-all2) ### [`v6.2.0`](https://togithub.com/bcomnes/npm-run-all2/blob/HEAD/CHANGELOG.md#v620) [Compare Source](https://togithub.com/bcomnes/npm-run-all2/compare/v6.1.2...v6.2.0) ##### Merged - Placeholder that unfolds into multiple tasks [`#134`](https://togithub.com/bcomnes/npm-run-all2/pull/134) - 📝 add compatibility note for pnpm. [`#136`](https://togithub.com/bcomnes/npm-run-all2/pull/136) - Upgrade: Bump codecov/codecov-action from 3 to 4 [`#131`](https://togithub.com/bcomnes/npm-run-all2/pull/131)

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.