Closed renovate[bot] closed 2 weeks ago
This PR contains the following updates:
20.16.13
20.17.1
8.10.0
8.11.0
v2.0.2
v2.0.3
š 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 was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
20.16.13
->20.17.1
8.10.0
->8.11.0
8.10.0
->8.11.0
v2.0.2
->v2.0.3
8.10.0
->8.11.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v8.11.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8110-2024-10-21) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.10.0...v8.11.0) ##### š Features - **eslint-plugin:** \[no-unnecessary-type-parameters] add suggestion fixer ([#10149](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10149)) - **eslint-plugin:** \[no-base-to-string] add support for catching toLocaleString ([#10138](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10138)) ##### š©¹ Fixes - **eslint-plugin:** \[class-literal-property-style] don't report nodes with `override` keyword ([#10135](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10135)) ##### ā¤ļø Thank You - Kirk Waiblinger [@kirkwaiblinger](https://redirect.github.com/kirkwaiblinger) - Yukihiro Hasegawa [@y-hsgw](https://redirect.github.com/y-hsgw) 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)
### [`v8.11.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8110-2024-10-21) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.10.0...v8.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)
### [`v2.0.3`](https://redirect.github.com/denoland/deno/releases/tag/v2.0.3) [Compare Source](https://redirect.github.com/denoland/deno/compare/v2.0.2...v2.0.3) ##### 2.0.3 / 2024.10.25 - feat(lsp): interactive inlay hints ([#26382](https://redirect.github.com/denoland/deno/issues/26382)) - fix: support node-api in denort ([#26389](https://redirect.github.com/denoland/deno/issues/26389)) - fix(check): support `--frozen` on deno check ([#26479](https://redirect.github.com/denoland/deno/issues/26479)) - fix(cli): increase size of blocking task threadpool on windows ([#26465](https://redirect.github.com/denoland/deno/issues/26465)) - fix(config): schemas for lint rule and tag autocompletion ([#26515](https://redirect.github.com/denoland/deno/issues/26515)) - fix(ext/console): ignore casing for named colors in css parsing ([#26466](https://redirect.github.com/denoland/deno/issues/26466)) - fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls ([#26486](https://redirect.github.com/denoland/deno/issues/26486)) - fix(ext/node): cancel pending ipc writes on channel close ([#26504](https://redirect.github.com/denoland/deno/issues/26504)) - fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows ([#26475](https://redirect.github.com/denoland/deno/issues/26475)) - fix(ext/node): only set our end of child process pipe to nonblocking mode ([#26495](https://redirect.github.com/denoland/deno/issues/26495)) - fix(ext/node): properly map reparse point error in readlink ([#26375](https://redirect.github.com/denoland/deno/issues/26375)) - fix(ext/node): refactor http.ServerResponse into function class ([#26210](https://redirect.github.com/denoland/deno/issues/26210)) - fix(ext/node): stub HTTPParser internal binding ([#26401](https://redirect.github.com/denoland/deno/issues/26401)) - fix(ext/node): use primordials in `ext/node/polyfills/https.ts` ([#26323](https://redirect.github.com/denoland/deno/issues/26323)) - fix(fmt): --ext flag requires to pass files ([#26525](https://redirect.github.com/denoland/deno/issues/26525)) - fix(fmt): upgrade formatters ([#26469](https://redirect.github.com/denoland/deno/issues/26469)) - fix(help): missing package specifier ([#26380](https://redirect.github.com/denoland/deno/issues/26380)) - fix(info): resolve workspace member mappings ([#26350](https://redirect.github.com/denoland/deno/issues/26350)) - fix(install): better json editing ([#26450](https://redirect.github.com/denoland/deno/issues/26450)) - fix(install): cache all exports of JSR packages listed in `deno.json` ([#26501](https://redirect.github.com/denoland/deno/issues/26501)) - fix(install): cache type only module deps in `deno install` ([#26497](https://redirect.github.com/denoland/deno/issues/26497)) - fix(install): don't cache json exports of JSR packages (for now) ([#26530](https://redirect.github.com/denoland/deno/issues/26530)) - fix(install): update lockfile when using package.json ([#26458](https://redirect.github.com/denoland/deno/issues/26458)) - fix(lsp): import-map-remap quickfix for type imports ([#26454](https://redirect.github.com/denoland/deno/issues/26454)) - fix(node/util): support array formats in `styleText` ([#26507](https://redirect.github.com/denoland/deno/issues/26507)) - fix(node:tls): set TLSSocket.alpnProtocol for client connections ([#26476](https://redirect.github.com/denoland/deno/issues/26476)) - fix(npm): ensure scoped package name is encoded in URLs ([#26390](https://redirect.github.com/denoland/deno/issues/26390)) - fix(npm): support version ranges with && or comma ([#26453](https://redirect.github.com/denoland/deno/issues/26453)) - fix: `.npmrc` settings not being passed to install/add command ([#26473](https://redirect.github.com/denoland/deno/issues/26473)) - fix: add 'fmt-component' to unstable features in schema file ([#26526](https://redirect.github.com/denoland/deno/issues/26526)) - fix: share inotify fd across watchers ([#26200](https://redirect.github.com/denoland/deno/issues/26200)) - fix: unpin tokio version ([#26457](https://redirect.github.com/denoland/deno/issues/26457)) - perf(compile): pass module source data from binary directly to v8 ([#26494](https://redirect.github.com/denoland/deno/issues/26494)) - perf: avoid multiple calls to runMicrotask ([#26378](https://redirect.github.com/denoland/deno/issues/26378))typescript-eslint/typescript-eslint (typescript-eslint)
### [`v8.11.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8110-2024-10-21) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.10.0...v8.11.0) This was a version bump only for typescript-eslint 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.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 was generated by Mend Renovate. View the repository job log.