Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update dependency @typescript-eslint/eslint-plugin to v8 #1263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) ^7.18.0 -> ^8.26.0 age adoption passing confidence

Release Notes

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

v8.26.0

Compare Source

🚀 Features
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#​10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#​10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#​10714)
  • support TypeScript 5.8 (#​10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#​9536)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#​10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#​10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#​10806)
❤️ Thank You

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

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

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

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

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

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

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

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

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

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

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

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

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

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

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

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

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

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

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

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

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

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

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

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

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

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

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

v8.12.1

Compare Source

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

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

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

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

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value

  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references

  • eslint-plugin: [return-await] sync the behavior with await-thenable

  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled

  • eslint-plugin: [no-loop-func] sync from upstream base rule

  • eslint-plugin: [no-unused-vars] never report the naming of an enum member

  • eslint-plugin: correct use-at-your-own-risk type definitions

  • eslint-plugin: handle unions in await...for

❤️ Thank You
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

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

v8.8.1

Compare Source

🩹 Fixes
  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file
❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

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

v8.8.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes
  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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

v8.7.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes
  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

  • eslint-plugin: [no-deprecated] report on imported deprecated variables

  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof

❤️ Thank You
  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

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

v8.6.0

Compare Source

🚀 Features
  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes
  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

v8.5.0

Compare Source

🚀 Features
  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

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

v8.4.0

Compare Source

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

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

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule
🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

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

v8.2.0

Compare Source

🚀 Features
  • eslint-plugin: add suggestion to require-await to remove async keyword
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

  • eslint-plugin: delete [] in message if ReadOnly<string[]> is detected

  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections

❤️ Thank You
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

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

v8.1.0

Compare Source

🚀 Features
  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

🩹 Fixes
  • eslint-plugin: [no-unsafe-enum-comparison] typo in test

  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references

  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

v8.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] ignore imports used only as types
❤️ Thank You
  • Jake Bailey

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

v8.0.0

Compare Source

🚀 Features
  • stricter parent types for the AST

  • typescript-estree: split TSMappedType typeParameter into constraint and key

  • eslint-plugin: remove formatting/layout rules

  • eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true

  • eslint-plugin: deprecate no-loss-of-precision extension rule

  • eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9

  • typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference

  • utils: allow specifying additional rule meta.docs in RuleCreator

  • eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces

  • rule-tester: support multipass fixes

  • typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService

  • eslint-plugin: remove deprecated no-throw-literal rule

  • eslint-plugin: apply initial config changes for v8

  • eslint-plugin: remove no-useless-template-literals

  • eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option

  • eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types

  • eslint-plugin: [no-unused-vars] add reportUnusedIgnorePattern option

  • eslint-plugin: [no-unused-vars] support ignoreClassWithStaticInitBlock

  • eslint-plugin: [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in

  • eslint-plugin: [no-unused-vars] report if var used only in typeof

  • eslint-plugin: [no-floating-promises] disable checkThenables by default for v8

  • rule-tester: switched to flat config

  • eslint-plugin: [no-unnecessary-type-parameters] promote to strict

🩹 Fixes
  • correct eslint-plugin's peerDependency on parser@8

  • disable projectService in disabled-type-checked shared config

  • typescript-estree: add TSEnumBody node for TSEnumDeclaration body

  • eslint-plugin: include alpha pre-releases in parser peer dependency

  • eslint-plugin: correct rules.d.ts types to not rely on non-existent imports

  • eslint-plugin: remove duplicate import RuleModuleWithMetaDocs

  • type-utils: also check declared modules for package names in TypeOrValueSpecifier

  • eslint-plugin: [no-unnecessary-template-expression] do not render escaped strings in autofixes

  • eslint-plugin: [no-unused-vars] incorporate upstream changes around caught errors report messages

  • eslint-plugin: [no-misused-promises] perf: avoid getting types of variables/functions if the annotated type is obviously not a function

  • rule-tester: provide Linter a cwd in its constructor

❤️ Thank You
  • Abraham Guo
  • Alfred Ringstad
  • auvred
  • Brad Zacher
  • Christopher Aubut
  • Collin Bachman
  • James Henry
  • Josh Goldberg
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit
  • Victor Lin
  • Yukihiro Hasegawa

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

7.18.0 (2024-07-29)

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

7.17.0 (2024-07-22)

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

7.16.1 (2024-07-15)

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

7.16.0 (2024-07-08)

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

7.15.0 (2024-07-01)

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

7.14.1 (2024-06-24)

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

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

7.14.0 (2024-06-24)

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

7.13.1 (2024-06-17)

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

7.13.0 (2024-06-10)

🚀 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

🩹 Fixe

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


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

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

Copy link

github-actions bot commented Jul 31, 2024

@github-actions github-actions bot temporarily deployed to pull request July 31, 2024 23:11 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 79f6f99 to 8822627 Compare August 5, 2024 18:20
@github-actions github-actions bot temporarily deployed to pull request August 5, 2024 18:35 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 8822627 to 9b46e72 Compare August 12, 2024 20:10
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.46%. Comparing base (46e47f5) to head (748bdad).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1263   +/-   ##
=======================================
  Coverage   90.46%   90.46%           
=======================================
  Files         124      124           
  Lines        2768     2768           
  Branches      379      379           
=======================================
  Hits         2504     2504           
  Misses        170      170           
  Partials       94       94           

@github-actions github-actions bot temporarily deployed to pull request August 12, 2024 20:26 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 9b46e72 to 964aa4f Compare August 19, 2024 19:21
@github-actions github-actions bot temporarily deployed to pull request August 19, 2024 19:36 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 964aa4f to 4c2623f Compare August 26, 2024 17:25
@github-actions github-actions bot temporarily deployed to pull request August 26, 2024 17:41 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 4c2623f to eb9192d Compare August 27, 2024 03:02
@github-actions github-actions bot temporarily deployed to pull request August 27, 2024 03:18 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from eb9192d to 9559259 Compare September 2, 2024 18:36
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 9559259 to 82c8270 Compare September 9, 2024 18:59
@github-actions github-actions bot temporarily deployed to pull request September 9, 2024 19:15 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 82c8270 to 704c21d Compare September 16, 2024 18:31
@github-actions github-actions bot temporarily deployed to pull request September 16, 2024 18:47 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 704c21d to 9535993 Compare September 23, 2024 18:54
@github-actions github-actions bot temporarily deployed to pull request September 23, 2024 19:10 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 9535993 to 3196d10 Compare September 30, 2024 19:25
@github-actions github-actions bot temporarily deployed to pull request September 30, 2024 19:40 Inactive
Copy link

github-actions bot commented Sep 30, 2024

📐🤏 Size check result (46e47f5...f914af6):

See full diff

Load all bricks together

Summary:

Name Prev Now Diff
All bricks 4,356.96 KB New

Distributions:

Name Prev Now Diff
<core> 311.44 KB New
advanced 515.24 KB New
ai 285.13 KB New
api-market 10.56 KB New
basic 156.03 KB New
containers 95.05 KB New
data-view 639.67 KB New
diagram 176.59 KB New
form 321.27 KB New
form-platform 12.57 KB New
icons 64.1 KB New
illustrations 17.31 KB New
inject 56.23 KB New
markdown 248.92 KB New
mini-chart 10.61 KB New
nav 121.37 KB New
presentational 134.41 KB New
recent-history 32.53 KB New
shoelace 185.54 KB New
visual-builder 434.87 KB New
vs 838.95 KB New

Load bricks by each package

Name Prev Now Diff
advanced 824.81 KB New
ai 580.97 KB New
api-market 319.08 KB New
basic 355.85 KB New
containers 249.54 KB New
data-view 795.01 KB New
diagram 259.96 KB New
form 608.3 KB New
form-platform 300.95 KB New
icons 121.79 KB New
illustrations 141.63 KB New
inject 56.23 KB New
markdown 443.53 KB New
mini-chart 76.29 KB New
nav 463.02 KB New
presentational 430.16 KB New
recent-history 300.39 KB New
shoelace 185.58 KB New
visual-builder 1,606.77 KB New
vs 1,121.88 KB New
widget-editors 0 KB New

Load by each brick

Name Prev Now Diff
advanced.capture-snapshot 52.37 KB New
advanced.general-cascader 266.83 KB New
advanced.general-table 378.23 KB New
advanced.pdf-viewer 199.17 KB New
ai.chat-agent 67.79 KB New
ai.chat-view 576.14 KB New
api-market.apis-directory-tree 319.04 KB New
basic.active-element-blur 8.57 KB New
basic.change-language 8.56 KB New
basic.copy-to-clipboard 8.72 KB New
basic.dropdown-button 269.46 KB New
basic.general-button 150.43 KB New
basic.general-image 146.4 KB New
basic.general-link 256.65 KB New
basic.general-menu 78.39 KB New
basic.general-menu-item 142.77 KB New
basic.general-popover 186.46 KB New
basic.general-tag 144.71 KB New
basic.general-tag-list 146.82 KB New
basic.general-text 285.5 KB New
basic.get-language 8.55 KB New
basic.home-redirect 23.46 KB New
basic.http-proxy-request 8.63 KB New
basic.http-request 8.55 KB New
basic.lock-body-scroll 23.14 KB New
basic.set-theme-by-apps 8.56 KB New
basic.set-timeout 8.56 KB New
basic.show-dialog 274.2 KB New
basic.show-notification 256.65 KB New
basic.show-watermark 10.3 KB New
basic.v3-widget-mate 8.54 KB New
containers.easy-view 67.12 KB New
containers.flex-layout 66.86 KB New
containers.general-card 162.05 KB New
containers.general-category 67.48 KB New
containers.general-drawer 156.24 KB New
containers.general-modal 162.74 KB New
containers.grid-layout 67.95 KB New
containers.micro-view 88 KB New
containers.search-bar 66.98 KB New
containers.tab-group 72.14 KB New
containers.tab-item 157.88 KB New
containers.tab-list 157.88 KB New
data-view.app-wall-card-item 70.07 KB New
data-view.app-wall-relation-line 69.77 KB New
data-view.app-wall-system-card 134.29 KB New
data-view.basic-index-group 69.36 KB New
data-view.battery-chart 70.09 KB New
data-view.brick-notification 133.48 KB New
data-view.bubbles-indicator 167.21 KB New
data-view.cabinet-app-layer 69.76 KB New
data-view.cabinet-button 69.37 KB New
data-view.cabinet-container 79.64 KB New
data-view.cabinet-graph 93.81 KB New
data-view.cabinet-node 70.17 KB New
data-view.cabinet-thumbnail 83.46 KB New
data-view.china-map 145.71 KB New
data-view.china-map-chart 376.3 KB New
data-view.complex-search 146 KB New
data-view.crystal-ball-indicator 161.59 KB New
data-view.data-display-flipper 69.31 KB New
data-view.data-display-flipper-fifth 69.17 KB New
data-view.data-display-flipper-sixth 69.03 KB New
data-view.dropdown-menu 135.62 KB New
data-view.gauge-chart 70.23 KB New
data-view.gear-background 115.33 KB New
data-view.globe-with-gear-indicator 212.46 KB New
data-view.globe-with-halo-indicator 162.59 KB New
data-view.globe-with-orbit-indicator 162.42 KB New
data-view.graph-layout-grid 86.55 KB New
data-view.graph-node 69.23 KB New
data-view.graph-text 77.7 KB New
data-view.grid-background 104.57 KB New
data-view.hi-tech-button 70 KB New
data-view.indicator-card 69.47 KB New
data-view.lights-component-title 68.9 KB New
data-view.loading-panel 73.28 KB New
data-view.modern-style-component-title 69.97 KB New
data-view.modern-style-page-title 70.01 KB New
data-view.modern-style-treemap 80.56 KB New
data-view.particle-animation 69.9 KB New
data-view.progress-bar-list 72.07 KB New
data-view.radar-chart 70.94 KB New
data-view.simple-card-item 69.58 KB New
data-view.tabs-drawer 135.48 KB New
data-view.tabs-page-title 72.12 KB New
data-view.tech-mesh-base-view 68.47 KB New
data-view.title-text 69.66 KB New
data-view.top-title-bar 80.84 KB New
diagram.editable-label 67.75 KB New
diagram.experimental-node 67.2 KB New
eo-actions 266.35 KB New
eo-alert 137.7 KB New
eo-antd-icon 121.79 KB New
eo-app-bar-wrapper 68.09 KB New
eo-auto-complete 146.24 KB New
eo-avatar 249.11 KB New
eo-avatar-group 247.99 KB New
eo-banner 96 KB New
eo-breadcrumb 258.77 KB New
eo-breadcrumb-item 258.37 KB New
eo-broadcast-channel 78.79 KB New
eo-button 150.43 KB New
eo-card 162.05 KB New
eo-card-item 286.61 KB New
eo-carousel-text 75.36 KB New
eo-cascader 266.83 KB New
eo-category 67.48 KB New
eo-checkbox 210.08 KB New
eo-code-display 340.33 KB New
eo-color-picker 238.82 KB New
eo-content-layout 66.42 KB New
eo-context-menu 269.38 KB New
eo-counter-badge 143.45 KB New
eo-current-time 136.38 KB New
eo-date-picker 335.12 KB New
eo-descriptions 183.21 KB New
eo-diagram 121.47 KB New
eo-directory 267.94 KB New
eo-directory-tree 165.18 KB New
eo-directory-tree-internal-node 132.97 KB New
eo-directory-tree-leaf 132.28 KB New
eo-display-canvas 215.55 KB New
eo-divider 73.17 KB New
eo-draw-canvas 235.54 KB New
eo-drawer 156.24 KB New
eo-dropdown-actions 267.92 KB New
eo-dropdown-button 269.46 KB New
eo-dropdown-select 263.88 KB New
eo-dynamic-form-item 187.89 KB New
eo-easy-view 67.12 KB New
eo-easyops-avatar 251 KB New
eo-easyops-icon 121.79 KB New
eo-event-agent 23.05 KB New
eo-fa-icon 121.79 KB New
eo-flex-layout 66.86 KB New
eo-form 70.01 KB New
eo-form-item 76.13 KB New
eo-formatter-number 78.86 KB New
eo-frame-breadcrumb 270.59 KB New
eo-grid-layout 67.95 KB New
eo-humanize-time 272.9 KB New
eo-icon 121.79 KB New
eo-icon-select 207.74 KB New
eo-iframe 78.84 KB New
eo-illustration-message 137.43 KB New
eo-image 146.4 KB New
eo-img-icon 121.79 KB New
eo-info-card-item 273.09 KB New
eo-input 140.23 KB New
eo-launchpad-button 294.64 KB New
eo-launchpad-button-v2 301.79 KB New
eo-launchpad-quick-access 289.74 KB New
eo-launchpad-recent-visits 288.56 KB New
eo-link 256.65 KB New
eo-loading-container 142.93 KB New
eo-loading-step 163.52 KB New
eo-main-view 96 KB New
eo-markdown-display 140.95 KB New
eo-markdown-editor 405.3 KB New
eo-menu 78.39 KB New
eo-menu-group 78.33 KB New
eo-menu-item 142.77 KB New
eo-menu-item-sub-menu 143.21 KB New
eo-message-listener 78.56 KB New
eo-micro-view 88 KB New
eo-mini-actions 268.43 KB New
eo-mini-line-chart 76.29 KB New
eo-modal 162.74 KB New
eo-narrow-view 75.17 KB New
eo-nav-menu 314.36 KB New
eo-next-table 509.56 KB New
eo-page-title 78.54 KB New
eo-page-view 75.17 KB New
eo-pagination 294.41 KB New
eo-popover 186.46 KB New
eo-popup 145.6 KB New
eo-radio 148.64 KB New
eo-resizable-box 68.84 KB New
eo-search 198.63 KB New
eo-search-bar 66.98 KB New
eo-search-launchpad 292.4 KB New
eo-select 334.69 KB New
eo-sidebar 298.83 KB New
eo-sidebar-menu 282.39 KB New
eo-sidebar-menu-group 282.39 KB New
eo-sidebar-menu-item 267.2 KB New
eo-sidebar-menu-submenu 282.39 KB New
eo-sidebar-sub-menu 273.19 KB New
eo-spin 67.31 KB New
eo-statistics-card 137.58 KB New
eo-submit-buttons 172.4 KB New
eo-svg-icon 121.79 KB New
eo-switch 145.58 KB New
eo-tab-group 72.14 KB New
eo-tab-item 157.88 KB New
eo-tab-list 157.88 KB New
eo-table 378.14 KB New
eo-tag 144.71 KB New
eo-tag-list 146.82 KB New
eo-text 285.5 KB New
eo-text-tooltip 139.31 KB New
eo-textarea 85.16 KB New
eo-time-picker 212.8 KB New
eo-time-range-picker 279.94 KB New
eo-tooltip 256.65 KB New
eo-tree 138.17 KB New
eo-tree-select 279.53 KB New
eo-upload-file 290.64 KB New
eo-upload-image 189.04 KB New
eo-user-or-user-group-select 300.95 KB New
eo-workbench-layout 337.91 KB New
eo-workbench-layout-v2 339.4 KB New
form.dynamic-form-item 187.89 KB New
form.general-checkbox 155.72 KB New
form.general-form 70.01 KB New
form.general-form-item 76.13 KB New
form.general-input 140.23 KB New
form.general-radio 203 KB New
form.general-search 144.27 KB New
form.general-select 334.69 KB New
form.general-switch 145.58 KB New
form.general-textarea 85.16 KB New
form.icon-select 207.74 KB New
form.submit-buttons 172.4 KB New
form.upload-image 189.04 KB New
icons.antd-icon 121.79 KB New
icons.easyops-icon 121.79 KB New
icons.fa-icon 121.79 KB New
icons.general-icon 121.79 KB New
icons.get-antd-icons 121.79 KB New
icons.get-easyops-icons 121.79 KB New
icons.get-fa-icons 121.79 KB New
icons.get-libs 121.79 KB New
icons.search-icons 121.79 KB New
illustrations.error-message 137.43 KB New
illustrations.get-illustration 9.12 KB New
illustrations.get-illustrations-by-category 6.02 KB New
illustrations.loading-transition 66.64 KB New
illustrations.translate-illustration-config 9.12 KB New
inject.visual-builder-preview-agent 56.23 KB New
markdown.markdown-editor 405.3 KB New
nav.app-bar-wrapper 68.09 KB New
nav.easyops-navbar-alerts 267.16 KB New
nav.get-menu-config-options 7.85 KB New
nav.get-menu-config-tree 8.35 KB New
nav.launchpad-config 298.46 KB New
nav.nav-logo 266.23 KB New
nav.poll-announce 276.76 KB New
presentational.code-display 340.33 KB New
presentational.general-alert 137.7 KB New
presentational.general-descriptions 183.21 KB New
presentational.humanize-time 272.9 KB New
recent-history.clear-history 28.36 KB New
recent-history.get-all-history 28.36 KB New
recent-history.push-history 28.36 KB New
recent-history.recent-visit 299.3 KB New
sl-alert 106.22 KB New
sl-animated-image 105.29 KB New
sl-animation 108.64 KB New
sl-avatar 105.28 KB New
sl-badge 105.28 KB New
sl-breadcrumb 106.02 KB New
sl-breadcrumb-item 106.02 KB New
sl-button 106.02 KB New
sl-button-group 105.29 KB New
sl-card 105.28 KB New
sl-carousel 106.02 KB New
sl-carousel-item 106.02 KB New
sl-checkbox 105.29 KB New
sl-color-picker 111.05 KB New
sl-details 106.02 KB New
sl-dialog 106.22 KB New
sl-divider 105.29 KB New
sl-drawer 106.02 KB New
sl-dropdown 106.22 KB New
sl-format-bytes 106.02 KB New
sl-format-date 106.02 KB New
sl-format-number 106.02 KB New
sl-icon 105.28 KB New
sl-icon-button 105.29 KB New
sl-image-comparer 106.03 KB New
sl-input 106.02 KB New
sl-menu 106.22 KB New
sl-menu-item 106.22 KB New
sl-menu-label 105.29 KB New
sl-mutation-observer 105.29 KB New
sl-option 106.02 KB New
sl-popup 106.22 KB New
sl-progress-bar 106.02 KB New
sl-progress-ring 106.02 KB New
sl-qr-code 109.96 KB New
sl-radio 105.28 KB New
sl-radio-button 105.29 KB New
sl-radio-group 105.29 KB New
sl-range 106.01 KB New
sl-rating 106.02 KB New
sl-relative-time 106.02 KB New
sl-resize-observer 105.29 KB New
sl-select 106.22 KB New
sl-skeleton 105.29 KB New
sl-spinner 106.02 KB New
sl-split-panel 106.02 KB New
sl-switch 105.28 KB New
sl-tab 106.02 KB New
sl-tab-group 106.02 KB New
sl-tab-panel 106.02 KB New
sl-tag 106.01 KB New
sl-textarea 105.28 KB New
sl-tooltip 106.22 KB New
sl-tree 106.02 KB New
sl-tree-item 106.02 KB New
sl-visually-hidden 105.29 KB New
visual-builder.batch-update-raw-data-generated-view 7.59 KB New
visual-builder.chat-conversation 326.97 KB New
visual-builder.chat-preview 69.64 KB New
visual-builder.check-editor-by-name 7.21 KB New
visual-builder.contract-select 166.75 KB New
visual-builder.generate-snippets-context-menu 279.16 KB New
visual-builder.get-config-by-data-for-ai 8.4 KB New
visual-builder.get-data-deps 7.22 KB New
visual-builder.get-dependency-tree 7.59 KB New
visual-builder.get-raw-data-system-prompts 11.81 KB New
visual-builder.inject-chat-preview-agent 8.17 KB New
visual-builder.page-arch-node 269.49 KB New
visual-builder.parse-path 8.84 KB New
visual-builder.pre-generated-config 78.3 KB New
visual-builder.pre-generated-config-preview 75.4 KB New
visual-builder.pre-generated-container 70.02 KB New
visual-builder.pre-generated-preview 69.62 KB New
visual-builder.pre-generated-table-view 67.24 KB New
visual-builder.property-editor 1,406.67 KB New
visual-builder.raw-data-preview 78.7 KB New
visual-builder.workbench-action 268.26 KB New
visual-builder.workbench-action-list 273.69 KB New
visual-builder.workbench-history-action 288.93 KB New
visual-builder.workbench-pane 133.35 KB New
visual-builder.workbench-sidebar 68.12 KB New
visual-builder.workbench-tree 273.73 KB New
vs.code-editor 1,121.84 KB New

@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 3196d10 to 618521a Compare October 7, 2024 18:14
@github-actions github-actions bot temporarily deployed to pull request October 7, 2024 18:30 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 618521a to 19244fa Compare October 14, 2024 20:54
@github-actions github-actions bot temporarily deployed to pull request October 14, 2024 21:10 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 19244fa to af2fc0a Compare October 17, 2024 18:55
@github-actions github-actions bot temporarily deployed to pull request October 17, 2024 19:11 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from af2fc0a to 190dfd6 Compare October 21, 2024 17:41
@github-actions github-actions bot temporarily deployed to pull request November 25, 2024 18:59 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 39cdf83 to 1be4571 Compare December 2, 2024 19:50
@github-actions github-actions bot temporarily deployed to pull request December 2, 2024 20:06 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 1be4571 to 8534b38 Compare December 9, 2024 18:43
@github-actions github-actions bot temporarily deployed to pull request December 9, 2024 19:00 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 8534b38 to 3a6cd7c Compare December 16, 2024 20:23
@github-actions github-actions bot temporarily deployed to pull request December 16, 2024 20:40 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 3a6cd7c to b17857c Compare December 23, 2024 19:46
@github-actions github-actions bot temporarily deployed to pull request December 23, 2024 20:02 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from b17857c to 0fac659 Compare December 30, 2024 18:16
@github-actions github-actions bot temporarily deployed to pull request December 30, 2024 18:33 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 0fac659 to 1597ae3 Compare January 7, 2025 08:41
@github-actions github-actions bot temporarily deployed to pull request January 7, 2025 08:57 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 1597ae3 to a914b56 Compare January 13, 2025 20:58
@github-actions github-actions bot temporarily deployed to pull request January 13, 2025 21:04 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from a914b56 to a08d00f Compare January 20, 2025 21:13
@github-actions github-actions bot temporarily deployed to pull request January 20, 2025 21:20 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from a08d00f to c94b338 Compare January 27, 2025 21:18
@github-actions github-actions bot temporarily deployed to pull request January 27, 2025 21:23 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from c94b338 to ddffab2 Compare February 3, 2025 18:22
@github-actions github-actions bot temporarily deployed to pull request February 3, 2025 18:27 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from ddffab2 to a9ecbb8 Compare February 10, 2025 17:34
@github-actions github-actions bot temporarily deployed to pull request February 10, 2025 17:39 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from a9ecbb8 to 6169758 Compare February 17, 2025 19:03
@github-actions github-actions bot temporarily deployed to pull request February 17, 2025 19:07 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 6169758 to 2f34b01 Compare February 24, 2025 19:50
@github-actions github-actions bot temporarily deployed to pull request February 24, 2025 19:55 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 2f34b01 to 748bdad Compare March 3, 2025 19:41
@github-actions github-actions bot temporarily deployed to pull request March 3, 2025 19:47 Inactive
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