Skip to content

Update typescript-eslint monorepo to v8.65.0 - #13

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

Update typescript-eslint monorepo to v8.65.0#13
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/typescript-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jan 22, 2022

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) 8.0.18.65.0 age confidence
@typescript-eslint/parser (source) 8.0.18.65.0 age confidence

Release Notes

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

v8.65.0

Compare 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 Releases for more information.

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

v8.64.0

Compare 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 Releases for more information.

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

v8.63.0

Compare 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 Releases for more information.

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

v8.62.1

Compare 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 Releases for more information.

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

v8.62.0

Compare Source

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

See GitHub Releases for more information.

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

v8.61.1

Compare 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 Releases for more information.

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

v8.61.0

Compare Source

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

See GitHub Releases for more information.

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

v8.60.1

Compare 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 Releases for more information.

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

v8.60.0

Compare Source

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

See GitHub Releases for more information.

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

v8.59.4

Compare Source

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

See GitHub Releases for more information.

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

v8.59.3

Compare Source

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

See GitHub Releases for more information.

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

v8.59.2

Compare 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 Releases for more information.

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

v8.59.1

Compare 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 Releases for more information.

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

v8.59.0

Compare Source

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

See GitHub Releases for more information.

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

v8.58.2

Compare 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 Releases for more information.

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

v8.58.1

Compare Source

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

See GitHub Releases for more information.

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

v8.58.0

Compare 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 Releases for more information.

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

v8.57.2

Compare 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 Releases for more information.

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

v8.57.1

Compare Source

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

See GitHub Releases for more information.

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

v8.57.0

Compare 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 Releases for more information.

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

v8.56.1

Compare Source

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

See GitHub Releases for more information.

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

v8.56.0

Compare Source

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

See GitHub Releases for more information.

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

v8.55.0

Compare 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 Releases for more information.

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

v8.54.0

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare 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

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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.

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 0977a4d to 26d9208 Compare January 24, 2022 19:36
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.10.0 Update typescript-eslint monorepo to v5.10.1 Jan 24, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 26d9208 to c946056 Compare January 31, 2022 19:00
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.10.1 Update typescript-eslint monorepo to v5.10.2 Jan 31, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from c946056 to 366a8f8 Compare February 7, 2022 20:09
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.10.2 Update typescript-eslint monorepo to v5.11.0 Feb 7, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 366a8f8 to 4c6fcce Compare February 14, 2022 18:34
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.11.0 Update typescript-eslint monorepo to v5.12.0 Feb 14, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 4c6fcce to 23cde3b Compare February 21, 2022 18:43
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.12.0 Update typescript-eslint monorepo to v5.12.1 Feb 21, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 23cde3b to 2e43c28 Compare February 28, 2022 18:22
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.12.1 Update typescript-eslint monorepo Feb 28, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 2e43c28 to 4444664 Compare February 28, 2022 21:18
@renovate renovate Bot changed the title Update typescript-eslint monorepo Update typescript-eslint monorepo to v5.13.0 Feb 28, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 4444664 to 1ae7f59 Compare March 7, 2022 19:53
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.13.0 Update typescript-eslint monorepo to v5.14.0 Mar 7, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 1ae7f59 to 1945642 Compare March 14, 2022 21:49
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.14.0 Update typescript-eslint monorepo to v5.15.0 Mar 14, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 1945642 to 6b563ac Compare March 21, 2022 19:28
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.15.0 Update typescript-eslint monorepo to v5.16.0 Mar 21, 2022
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.16.0 Update typescript-eslint monorepo to v5.17.0 Mar 28, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 6b563ac to 05f50df Compare March 28, 2022 19:57
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.17.0 Update typescript-eslint monorepo to v5.18.0 Apr 4, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 8d52768 to d5b1406 Compare April 11, 2022 17:41
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.18.0 Update typescript-eslint monorepo to v5.19.0 Apr 11, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from d5b1406 to 3dce03e Compare April 18, 2022 20:14
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.19.0 Update typescript-eslint monorepo to v5.20.0 Apr 18, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 3dce03e to cf9ace6 Compare April 25, 2022 19:02
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.22.0 Update typescript-eslint monorepo to v5.23.0 May 9, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 523f51f to 79a1cc5 Compare May 9, 2022 19:38
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.23.0 Update typescript-eslint monorepo to v5.24.0 May 16, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 79a1cc5 to fc7595a Compare May 16, 2022 19:16
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.24.0 Update typescript-eslint monorepo to v5.25.0 May 17, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from fc7595a to 9a97c40 Compare May 17, 2022 16:29
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.25.0 Update typescript-eslint monorepo to v5.26.0 May 23, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 9a97c40 to 454d979 Compare May 23, 2022 18:29
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.26.0 Update typescript-eslint monorepo to v5.27.0 May 30, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 454d979 to 9dabd07 Compare May 30, 2022 18:10
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.27.0 Update typescript-eslint monorepo to v5.27.1 Jun 6, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 9dabd07 to 50cd768 Compare June 6, 2022 20:53
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.27.1 Update typescript-eslint monorepo to v5.28.0 Jun 13, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from b00ed2a to f44a20e Compare June 20, 2022 17:21
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.28.0 Update typescript-eslint monorepo to v5.29.0 Jun 20, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 03ef59d to ab034bc Compare June 27, 2022 18:01
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.29.0 Update typescript-eslint monorepo to v5.30.0 Jun 27, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from ab034bc to e1aa1f3 Compare July 1, 2022 16:13
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.30.0 Update typescript-eslint monorepo to v5.30.1 Jul 1, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from e1aa1f3 to a925e87 Compare July 1, 2022 19:38
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.30.1 Update typescript-eslint monorepo to v5.30.3 Jul 1, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from a925e87 to 6de25f3 Compare July 3, 2022 13:56
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.30.3 Update typescript-eslint monorepo to v5.30.4 Jul 3, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 6de25f3 to 9d844e1 Compare July 4, 2022 19:09
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.30.4 Update typescript-eslint monorepo to v5.30.5 Jul 4, 2022
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 9d844e1 to a298a34 Compare July 11, 2022 18:40
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v5.30.5 Update typescript-eslint monorepo to v5.30.6 Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants