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

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
@typescript-eslint/eslint-plugin (source) 7.12.0 -> 7.13.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.12.0 -> 7.13.0 age adoption passing confidence devDependencies minor
denoland/deno v1.44.1 -> v1.44.2 age adoption passing confidence patch
prettier (source) 3.3.1 -> 3.3.2 age adoption passing confidence devDependencies patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7130-2024-06-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.12.0...v7.13.0) ##### πŸš€ Features - **typescript-estree:** require `import = require()` argument to be a string literal - **typescript-estree:** forbid `.body`, `.async`, `.generator` on `declare function` - **eslint-plugin:** \[no-dynamic-delete] allow all string literals as index ##### 🩹 Fixes - **ast-spec:** function-call-like callee should be Expression not LeftHandSideExpression - **scope-manager:** handle index signature in class - **eslint-plugin:** \[init-declarations] refine report locations - **eslint-plugin:** \[no-base-to-string] make error message more nuanced - **eslint-plugin:** \[no-unsafe-assignment] be more specific about error types - **eslint-plugin:** \[no-magic-numbers] fix implementation of the `ignore` option ##### ❀️ Thank You - Fotis Papadogeorgopoulos - Joshua Chen - Kirk Waiblinger - Tobiloba Adedeji - Vinccool96 - YeonJuan 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.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7130-2024-06-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.12.0...v7.13.0) ##### πŸš€ Features - **parser, typescript-estree:** export withoutProjectParserOptions utility ##### ❀️ Thank You - Fotis Papadogeorgopoulos - Joshua Chen - Kirk Waiblinger - Tobiloba Adedeji - Vinccool96 - YeonJuan 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.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))
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
```

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.