Skip to content

Update typescript-eslint monorepo to v8 - #1920

Open
renovate[bot] wants to merge 1 commit into
sourcefrom
renovate/major-typescript-eslint-monorepo
Open

Update typescript-eslint monorepo to v8#1920
renovate[bot] wants to merge 1 commit into
sourcefrom
renovate/major-typescript-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Dec 28, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 7.18.08.68.0 age confidence
@typescript-eslint/parser (source) 7.18.08.68.0 age confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.68.0

比较 Source

🚀 Features
  • eslint-plugin: [strict-void-return] add fix suggestions (#​12086)
🩹 Fixes
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#​12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#​12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#​12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#​12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#​12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#​12656)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.67.0

比较 Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.66.0

比较 Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.65.0

比较 Source

🚀 Features
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#​12578)
  • add warning when TS 7 is detected (#​12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#​12527, #​19562, #​11889)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#​12568)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#​12448)
  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#​12515)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.64.0

比较 Source

🚀 Features
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#​12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#​12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#​12512)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.63.0

比较 Source

🚀 Features
  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#​12426)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#​12492)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#​12491, #​12485)
  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#​12447, #​12446)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.62.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#​12443, #​12418)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#​12365)
  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#​12328)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.62.0

比较 Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.61.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#​12388)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#​12413)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#​12394, #​12393)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#​12281)
  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#​12396, #​10577)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.61.0

比较 Source

🚀 Features
  • ast-spec: change type of UnaryExpression.prefix to always true (#​12372)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.60.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#​12182)
  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#​12352)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.60.0

比较 Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.59.4

比较 Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#​12294)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.59.3

比较 Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.59.2

比较 Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#​12292)
  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#​12150)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.59.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#​12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#​12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#​12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#​12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#​12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#​12246)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.59.0

比较 Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

比较 Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#​12147)
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#​12004)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.58.0

比较 Source

🚀 Features
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#​12161)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#​12142)
  • eslint-plugin: crash in no-unnecessary-type-arguments (#​12163)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.57.2

比较 Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#​11954)
  • eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#​12127)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#​12125)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#​12120)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#​11971)
  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#​11865)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.57.1

比较 Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#​12126)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.57.0

比较 Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#​12080)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#​12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#​12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#​11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#​12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#​12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#​12055)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.56.1

比较 Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.56.0

比较 Source

🚀 Features
🩹 Fixes
  • use parser options from context.languageOptions (#​12043)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.55.0

比较 Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub 发布 for more information.

You can read about our versioning strategy and releases on our website.

v8.54.0

比较 Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.1

比较 Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.0

比较 Source

🚀 Features
  • eslint-plugin: add rule [strict-void-return] (#​9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#​11922)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#​11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.52.0

比较 Source

🚀 Features
  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#​11899)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] detect @​@​toPrimitive and valueOf (#​11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#​11908)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.51.0

比较 Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.0

比较 Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.49.0

比较 Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.1

比较 Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.0

比较 Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.47.0

比较 Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.4

比较 Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.3

比较 Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.2

比较 Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

You can read about our versioning strategy and releases on our website.

v8.46.1

比较 Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.46.0

比较 Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.45.0

比较 Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

[v8.44.1](https://redirect.github

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Dec 28, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment 操作 Updated (UTC)
graphql-github-io Error Error Aug 26, 2026 11:52am

Request Review

@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 85872ee to 3055309 比较 December 30, 2024 19:08
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 3055309 to 4c7440a 比较 January 6, 2025 21:06
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 4c7440a to d656ffa 比较 January 13, 2025 18:10
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from d656ffa to 6fabfbb 比较 January 21, 2025 08:59
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 6fabfbb to 0933749 比较 January 27, 2025 21:49
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 0933749 to 7789b54 比较 February 3, 2025 18:15
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 7789b54 to 1e995cb 比较 February 10, 2025 21:05
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 1e995cb to 88ce97a 比较 February 17, 2025 22:27
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 88ce97a to 7833ff8 比较 February 24, 2025 20:09
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 7833ff8 to 838b14a 比较 March 3, 2025 20:02
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 838b14a to 3c5fc2a 比较 March 10, 2025 23:03
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 3c5fc2a to 4b024fd 比较 March 20, 2025 01:57
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 4b024fd to 42a0b48 比较 March 24, 2025 20:08
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 42a0b48 to 1052eba 比较 March 31, 2025 20:00
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from f0057dd to b2aef92 比较 May 27, 2025 19:44
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from b2aef92 to ba17c84 比较 June 2, 2025 20:32
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from ba17c84 to b64ee8d 比较 June 9, 2025 19:05
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from b64ee8d to 3a38a56 比较 June 11, 2025 19:27
@renovate renovate Bot changed the title chore(deps): update typescript-eslint monorepo to v8 (major) Update typescript-eslint monorepo to v8 (major) Jun 16, 2025
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8 (major) chore(deps): update typescript-eslint monorepo to v8 (major) Jun 16, 2025
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 3a38a56 to 6e2eb58 比较 June 16, 2025 19:53
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 6e2eb58 to 4ae6b1b 比较 June 23, 2025 18:18
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 4ae6b1b to b7cde68 比较 June 30, 2025 18:33
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from b7cde68 to 6068d50 比较 July 7, 2025 20:10
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 6068d50 to 4c26862 比较 July 14, 2025 19:04
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 4c26862 to 987a460 比较 July 21, 2025 22:15
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 987a460 to b81c0c2 比较 August 4, 2025 20:39
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from b81c0c2 to ccef9bd 比较 August 10, 2025 14:12
@renovate
renovate Bot force-pushed the renovate/major-typescript-eslint-monorepo branch from ccef9bd to 5d5265f 比较 August 11, 2025 17:36
@vercel

vercel Bot commented Oct 20, 2025

Copy link
Copy Markdown

Deployment failed with the following error:

Failed to create deployment for team_Fqv1La2kLdJzo8cl9dSVIXCW in project prj_sRU4G74yvX8sb7HnpggHuUllv6NW: FetchError: request to https://76.76.21.112/v13/now/deployments?ownerId=team_Fqv1La2kLdJzo8cl9dSVIXCW&projectId=prj_sRU4G74yvX8sb7HnpggHuUllv6NW&skipAutoDetectionConfirmation=1&teamId=team_Fqv1La2kLdJzo8cl9dSVIXCW&traceCarrier=%7B%22ot-baggage-webhookAt%22%3A%221760992852247%22%2C%22ot-baggage-senderUsername%22%3A%22gh.renovate%5Bbot%5D%22%2C%22baggage%22%3A%22webhookAt%3D1760992852247%2CsenderUsername%3Dgh.renovate%255Bbot%255D%22%2C%22x-datadog-trace-id%22%3A%228554486171489184801%22%2C%22x-datadog-parent-id%22%3A%223140701992325248236%22%2C%22x-datadog-sampling-priority%22%3A%222%22%2C%22x-datadog-tags%22%3A%22_dd.p.tid%3D68f69e5400000000%2C_dd.p.dm%3D-3%22%2C%22traceparent%22%3A%2200-68f69e540000000076b7a3d96f9aac21-2b9603d265e874ec-01%22%2C%22tracestate%22%3A%22dd%3Dt.tid%3A68f69e5400000000%3Bt.dm%3A-3%3Bs%3A2%3Bp%3A2b9603d265e874ec%22%7D failed, reason: socket hang up

@vercel

vercel Bot commented Jan 15, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Creating the Deployment Timed Out.

注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

📦 Dependencies 拉取请求 that update a dependency file

项目

None yet

Development

Successfully merging this pull request may close these issues.

1 participant