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.24.1 age adoption passing confidence

Release Notes

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

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

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

7.12.0 (2024-06-03)

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

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

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

7.11.0 (2024-05-27)

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

7.10.0 (2024-05-20)

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

7.9.0 (2024-05-13)

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our [versioning st


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 (d0ff0ef) to head (6169758).

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 (d0ff0ef...9e6f76b):

See full diff

Load all bricks together

Name Prev Now Diff
All bricks 4,336.27 KB 4,337.78 KB 🔺 +1.51 KB

Critical changes:

Name Prev Now Diff
diagram 174.37 KB 175.89 KB 🔺 +1.52 KB
See full changes
Name Prev Now Diff
<core> 311.38 KB 311.4 KB
advanced 515.19 KB 515.22 KB
ai 285.2 KB 285.18 KB
api-market 10.56 KB 10.56 KB 🟰
basic 155.95 KB 155.95 KB 🟰
containers 95.05 KB 95.05 KB 🟰
data-view 639.78 KB 639.67 KB ↓ -0.11 KB
diagram 174.37 KB 175.89 KB 🔺 +1.52 KB
form 321.99 KB 321.99 KB 🟰
form-platform 12.57 KB 12.57 KB 🟰
icons 64.11 KB 64.12 KB
illustrations 17.31 KB 17.32 KB
inject 56.22 KB 56.22 KB 🟰
markdown 248.92 KB 248.92 KB 🟰
mini-chart 10.61 KB 10.61 KB 🟰
nav 121.37 KB 121.37 KB 🟰
presentational 134.41 KB 134.41 KB 🟰
recent-history 32.53 KB 32.53 KB 🟰
shoelace 185.58 KB 185.54 KB
visual-builder 415.81 KB 415.88 KB
vs 838.74 KB 838.79 KB

Load bricks by each package

Critical changes:

Name Prev Now Diff
diagram 257.72 KB 259.26 KB 🔺 +1.54 KB
See full changes
Name Prev Now Diff
advanced 824.72 KB 824.73 KB
ai 580.93 KB 580.97 KB
api-market 319.09 KB 319.09 KB 🟰
basic 355.84 KB 355.8 KB
containers 249.57 KB 249.58 KB
data-view 794.96 KB 795.04 KB
diagram 257.72 KB 259.26 KB 🔺 +1.54 KB
form 609.06 KB 609.02 KB
form-platform 301.02 KB 300.98 KB
icons 121.81 KB 121.81 KB 🟰
illustrations 141.62 KB 141.65 KB
inject 56.22 KB 56.22 KB 🟰
markdown 443.56 KB 443.56 KB 🟰
mini-chart 76.29 KB 76.29 KB 🟰
nav 463.06 KB 463.02 KB
presentational 430.14 KB 430.18 KB
recent-history 300.42 KB 300.43 KB
shoelace 185.58 KB 185.58 KB 🟰
visual-builder 1,588.35 KB 1,588.4 KB
vs 1,121.75 KB 1,121.65 KB ↓ -0.1 KB
widget-editors 0 KB 0 KB 🟰
Critical details for package diagram
Name Prev Now Diff
<self> 180.95 KB 182.49 KB 🔺 +1.54 KB

Load by each brick

Critical changes:

Name Prev Now Diff
eo-auto-complete 146.27 KB 200.64 KB 🔺 +54.37 KB
eo-checkbox 210.12 KB 155.76 KB 🟢 -54.36 KB
eo-display-canvas 213.31 KB 214.85 KB 🔺 +1.54 KB
eo-draw-canvas 233.31 KB 234.84 KB 🔺 +1.53 KB
eo-input 194.62 KB 140.26 KB 🟢 -54.36 KB
eo-switch 199.97 KB 145.62 KB 🟢 -54.35 KB
eo-time-range-picker 279.98 KB 334.35 KB 🔺 +54.37 KB
form.general-input 140.26 KB 194.62 KB 🔺 +54.36 KB
form.general-search 198.66 KB 144.31 KB 🟢 -54.35 KB
visual-builder.contract-select 166.67 KB 168.29 KB 🔺 +1.62 KB
See full changes
Name Prev Now Diff
advanced.capture-snapshot 52.37 KB 52.37 KB 🟰
advanced.general-cascader 266.86 KB 266.86 KB 🟰
advanced.general-table 378.2 KB 378.16 KB
advanced.pdf-viewer 199.19 KB 199.15 KB
ai.chat-agent 67.79 KB 67.79 KB 🟰
ai.chat-view 576.19 KB 576.22 KB
api-market.apis-directory-tree 319.09 KB 319.13 KB
basic.active-element-blur 8.58 KB 8.58 KB 🟰
basic.change-language 8.57 KB 8.57 KB 🟰
basic.copy-to-clipboard 8.74 KB 8.74 KB 🟰
basic.dropdown-button 269.39 KB 269.4 KB
basic.general-button 150.45 KB 150.46 KB
basic.general-image 146.43 KB 146.44 KB
basic.general-link 256.68 KB 256.68 KB 🟰
basic.general-menu 78.41 KB 78.41 KB 🟰
basic.general-menu-item 142.8 KB 142.8 KB 🟰
basic.general-popover 186.48 KB 186.48 KB 🟰
basic.general-tag 144.74 KB 144.75 KB
basic.general-tag-list 146.85 KB 146.85 KB 🟰
basic.general-text 285.54 KB 285.58 KB
basic.get-language 8.56 KB 8.56 KB 🟰
basic.home-redirect 23.47 KB 23.47 KB 🟰
basic.http-proxy-request 8.65 KB 8.65 KB 🟰
basic.http-request 8.56 KB 8.57 KB
basic.lock-body-scroll 23.16 KB 23.16 KB 🟰
basic.set-theme-by-apps 8.58 KB 8.58 KB 🟰
basic.set-timeout 8.58 KB 8.58 KB 🟰
basic.show-dialog 274.25 KB 274.25 KB 🟰
basic.show-notification 256.68 KB 256.68 KB 🟰
basic.show-watermark 10.32 KB 10.32 KB 🟰
basic.v3-widget-mate 8.55 KB 8.55 KB 🟰
containers.easy-view 67.12 KB 67.12 KB 🟰
containers.flex-layout 66.86 KB 66.86 KB 🟰
containers.general-card 162.08 KB 162.08 KB 🟰
containers.general-category 67.49 KB 67.48 KB
containers.general-drawer 156.28 KB 156.28 KB 🟰
containers.general-modal 162.77 KB 162.78 KB
containers.grid-layout 67.95 KB 67.95 KB 🟰
containers.micro-view 88.01 KB 88.01 KB 🟰
containers.search-bar 66.98 KB 66.98 KB 🟰
containers.tab-group 72.14 KB 72.14 KB 🟰
containers.tab-item 157.91 KB 157.91 KB 🟰
containers.tab-list 157.91 KB 157.91 KB 🟰
data-view.app-wall-card-item 70.07 KB 70.07 KB 🟰
data-view.app-wall-relation-line 69.77 KB 69.77 KB 🟰
data-view.app-wall-system-card 134.3 KB 134.35 KB
data-view.basic-index-group 69.36 KB 69.36 KB 🟰
data-view.battery-chart 70.09 KB 70.09 KB 🟰
data-view.brick-notification 133.53 KB 133.54 KB
data-view.bubbles-indicator 167.24 KB 167.24 KB 🟰
data-view.cabinet-app-layer 69.76 KB 69.76 KB 🟰
data-view.cabinet-button 69.37 KB 69.37 KB 🟰
data-view.cabinet-container 79.64 KB 79.64 KB 🟰
data-view.cabinet-graph 93.81 KB 93.81 KB 🟰
data-view.cabinet-node 70.17 KB 70.17 KB 🟰
data-view.cabinet-thumbnail 83.46 KB 83.46 KB 🟰
data-view.china-map 145.73 KB 145.73 KB 🟰
data-view.china-map-chart 376.31 KB 376.32 KB
data-view.complex-search 146.06 KB 146.07 KB
data-view.crystal-ball-indicator 161.62 KB 161.63 KB
data-view.data-display-flipper 69.31 KB 69.31 KB 🟰
data-view.data-display-flipper-fifth 69.17 KB 69.17 KB 🟰
data-view.data-display-flipper-sixth 69.03 KB 69.03 KB 🟰
data-view.dropdown-menu 135.63 KB 135.64 KB
data-view.gauge-chart 70.23 KB 70.23 KB 🟰
data-view.gear-background 115.33 KB 115.33 KB 🟰
data-view.globe-with-gear-indicator 212.48 KB 212.49 KB
data-view.globe-with-halo-indicator 162.62 KB 162.63 KB
data-view.globe-with-orbit-indicator 162.45 KB 162.46 KB
data-view.graph-layout-grid 86.55 KB 86.55 KB 🟰
data-view.graph-node 69.23 KB 69.23 KB 🟰
data-view.graph-text 77.7 KB 77.7 KB 🟰
data-view.grid-background 104.57 KB 104.57 KB 🟰
data-view.hi-tech-button 70 KB 70 KB 🟰
data-view.indicator-card 69.47 KB 69.47 KB 🟰
data-view.lights-component-title 68.9 KB 68.9 KB 🟰
data-view.loading-panel 73.28 KB 73.28 KB 🟰
data-view.modern-style-component-title 69.97 KB 69.97 KB 🟰
data-view.modern-style-page-title 70.01 KB 70.01 KB 🟰
data-view.modern-style-treemap 80.56 KB 80.56 KB 🟰
data-view.particle-animation 69.9 KB 69.9 KB 🟰
data-view.progress-bar-list 72.07 KB 72.07 KB 🟰
data-view.radar-chart 70.94 KB 70.94 KB 🟰
data-view.simple-card-item 69.58 KB 69.58 KB 🟰
data-view.tabs-drawer 135.45 KB 135.45 KB 🟰
data-view.tabs-page-title 72.12 KB 72.12 KB 🟰
data-view.tech-mesh-base-view 68.47 KB 68.47 KB 🟰
data-view.title-text 69.66 KB 69.66 KB 🟰
data-view.top-title-bar 80.84 KB 80.84 KB 🟰
diagram.editable-label 67.75 KB 67.75 KB 🟰
diagram.experimental-node 67.2 KB 67.2 KB 🟰
eo-actions 266.38 KB 266.38 KB 🟰
eo-alert 137.72 KB 137.72 KB 🟰
eo-antd-icon 121.81 KB 121.81 KB 🟰
eo-app-bar-wrapper 68.09 KB 68.09 KB 🟰
eo-auto-complete 146.27 KB 200.64 KB 🔺 +54.37 KB
eo-avatar 249.1 KB 249.1 KB 🟰
eo-avatar-group 248.02 KB 248.02 KB 🟰
eo-banner 96.01 KB 96.01 KB 🟰
eo-breadcrumb 258.8 KB 258.8 KB 🟰
eo-breadcrumb-item 258.36 KB 258.36 KB 🟰
eo-broadcast-channel 78.8 KB 78.8 KB 🟰
eo-button 150.45 KB 150.46 KB
eo-card 162.08 KB 162.08 KB 🟰
eo-card-item 286.64 KB 286.64 KB 🟰
eo-carousel-text 75.36 KB 75.36 KB 🟰
eo-cascader 266.86 KB 266.86 KB 🟰
eo-category 67.49 KB 67.48 KB
eo-checkbox 210.12 KB 155.76 KB 🟢 -54.36 KB
eo-code-display 340.36 KB 340.36 KB 🟰
eo-color-picker 238.84 KB 238.88 KB
eo-content-layout 66.42 KB 66.42 KB 🟰
eo-context-menu 269.41 KB 269.41 KB 🟰
eo-counter-badge 143.47 KB 143.48 KB
eo-current-time 136.4 KB 136.4 KB 🟰
eo-date-picker 335.1 KB 335.1 KB 🟰
eo-descriptions 183.24 KB 183.25 KB
eo-diagram 121.24 KB 121.24 KB 🟰
eo-directory 267.97 KB 267.97 KB 🟰
eo-directory-tree 166.82 KB 166.83 KB
eo-directory-tree-internal-node 132.98 KB 132.99 KB
eo-directory-tree-leaf 132.29 KB 132.29 KB 🟰
eo-display-canvas 213.31 KB 214.85 KB 🔺 +1.54 KB
eo-divider 73.17 KB 73.17 KB 🟰
eo-draw-canvas 233.31 KB 234.84 KB 🔺 +1.53 KB
eo-drawer 156.27 KB 156.28 KB
eo-dropdown-actions 267.9 KB 267.91 KB
eo-dropdown-button 269.39 KB 269.4 KB
eo-dropdown-select 263.91 KB 263.91 KB 🟰
eo-dynamic-form-item 187.93 KB 187.94 KB
eo-easy-view 67.12 KB 67.12 KB 🟰
eo-easyops-avatar 250.99 KB 250.99 KB 🟰
eo-easyops-icon 121.81 KB 121.81 KB 🟰
eo-event-agent 23.06 KB 23.06 KB 🟰
eo-fa-icon 121.81 KB 121.81 KB 🟰
eo-flex-layout 66.86 KB 66.86 KB 🟰
eo-form 70.03 KB 70.03 KB 🟰
eo-form-item 76.15 KB 76.15 KB 🟰
eo-formatter-number 78.88 KB 78.88 KB 🟰
eo-frame-breadcrumb 270.61 KB 270.61 KB 🟰
eo-grid-layout 67.95 KB 67.95 KB 🟰
eo-humanize-time 272.93 KB 272.93 KB 🟰
eo-icon 121.81 KB 121.81 KB 🟰
eo-icon-select 208.53 KB 208.53 KB 🟰
eo-iframe 78.85 KB 78.85 KB 🟰
eo-illustration-message 137.42 KB 137.45 KB
eo-image 146.43 KB 146.44 KB
eo-img-icon 121.81 KB 121.81 KB 🟰
eo-info-card-item 273.11 KB 273.11 KB 🟰
eo-input 194.62 KB 140.26 KB 🟢 -54.36 KB
eo-launchpad-button 294.67 KB 294.68 KB
eo-launchpad-button-v2 301.87 KB 301.84 KB
eo-launchpad-quick-access 289.79 KB 289.79 KB 🟰
eo-launchpad-recent-visits 288.61 KB 288.61 KB 🟰
eo-link 256.68 KB 256.68 KB 🟰
eo-loading-container 142.96 KB 142.97 KB
eo-loading-step 163.5 KB 163.5 KB 🟰
eo-main-view 96.01 KB 96.01 KB 🟰
eo-markdown-display 140.95 KB 140.95 KB 🟰
eo-markdown-editor 405.35 KB 405.38 KB
eo-menu 78.41 KB 78.41 KB 🟰
eo-menu-group 78.34 KB 78.34 KB 🟰
eo-menu-item 142.8 KB 142.8 KB 🟰
eo-menu-item-sub-menu 143.24 KB 143.25 KB
eo-message-listener 78.58 KB 78.58 KB 🟰
eo-micro-view 88.01 KB 88.01 KB 🟰
eo-mini-actions 268.46 KB 268.46 KB 🟰
eo-mini-line-chart 76.29 KB 76.29 KB 🟰
eo-modal 162.77 KB 162.78 KB
eo-narrow-view 75.17 KB 75.17 KB 🟰
eo-nav-menu 314.37 KB 314.37 KB 🟰
eo-next-table 509.59 KB 509.59 KB 🟰
eo-page-title 78.55 KB 78.55 KB 🟰
eo-page-view 75.17 KB 75.17 KB 🟰
eo-pagination 294.39 KB 294.39 KB 🟰
eo-popover 186.48 KB 186.48 KB 🟰
eo-popup 145.62 KB 145.63 KB
eo-radio 149.41 KB 149.42 KB
eo-resizable-box 68.84 KB 68.84 KB 🟰
eo-search 198.66 KB 198.67 KB
eo-search-bar 66.98 KB 66.98 KB 🟰
eo-search-launchpad 292.45 KB 292.45 KB 🟰
eo-select 334.72 KB 334.72 KB 🟰
eo-sidebar 298.86 KB 298.86 KB 🟰
eo-sidebar-menu 282.38 KB 282.42 KB
eo-sidebar-menu-group 282.38 KB 282.38 KB 🟰
eo-sidebar-menu-item 267.27 KB 267.24 KB
eo-sidebar-menu-submenu 282.38 KB 282.38 KB 🟰
eo-sidebar-sub-menu 273.22 KB 273.26 KB
eo-spin 67.31 KB 67.31 KB 🟰
eo-statistics-card 137.59 KB 137.6 KB
eo-submit-buttons 172.45 KB 172.45 KB 🟰
eo-svg-icon 121.81 KB 121.81 KB 🟰
eo-switch 199.97 KB 145.62 KB 🟢 -54.35 KB
eo-tab-group 72.14 KB 72.14 KB 🟰
eo-tab-item 157.91 KB 157.91 KB 🟰
eo-tab-list 157.91 KB 157.91 KB 🟰
eo-table 378.15 KB 378.15 KB 🟰
eo-tag 144.74 KB 144.75 KB
eo-tag-list 146.85 KB 146.85 KB 🟰
eo-text 285.54 KB 285.58 KB
eo-text-tooltip 139.31 KB 139.31 KB 🟰
eo-textarea 85.18 KB 85.18 KB 🟰
eo-time-picker 212.82 KB 212.82 KB 🟰
eo-time-range-picker 279.98 KB 334.35 KB 🔺 +54.37 KB
eo-tooltip 256.68 KB 256.68 KB 🟰
eo-tree 138.17 KB 138.17 KB 🟰
eo-tree-select 279.57 KB 279.57 KB 🟰
eo-upload-file 290.69 KB 290.7 KB
eo-upload-image 189.09 KB 189.09 KB 🟰
eo-user-or-user-group-select 300.98 KB 300.98 KB 🟰
eo-workbench-layout 337.87 KB 337.87 KB 🟰
eo-workbench-layout-v2 339.35 KB 339.35 KB 🟰
form.dynamic-form-item 187.93 KB 187.94 KB
form.general-checkbox 155.76 KB 155.76 KB 🟰
form.general-form 70.03 KB 70.03 KB 🟰
form.general-form-item 76.15 KB 76.15 KB 🟰
form.general-input 140.26 KB 194.62 KB 🔺 +54.36 KB
form.general-radio 203.77 KB 203.78 KB
form.general-search 198.66 KB 144.31 KB 🟢 -54.35 KB
form.general-select 334.72 KB 334.72 KB 🟰
form.general-switch 199.97 KB 199.98 KB
form.general-textarea 85.18 KB 85.18 KB 🟰
form.icon-select 208.53 KB 208.53 KB 🟰
form.submit-buttons 172.45 KB 172.45 KB 🟰
form.upload-image 189.09 KB 189.09 KB 🟰
icons.antd-icon 121.81 KB 121.81 KB 🟰
icons.easyops-icon 121.81 KB 121.81 KB 🟰
icons.fa-icon 121.81 KB 121.81 KB 🟰
icons.general-icon 121.81 KB 121.81 KB 🟰
icons.get-antd-icons 121.81 KB 121.81 KB 🟰
icons.get-easyops-icons 121.81 KB 121.81 KB 🟰
icons.get-fa-icons 121.81 KB 121.81 KB 🟰
icons.get-libs 121.81 KB 121.81 KB 🟰
icons.search-icons 121.81 KB 121.81 KB 🟰
illustrations.error-message 137.44 KB 137.45 KB
illustrations.get-illustration 9.12 KB 9.12 KB 🟰
illustrations.get-illustrations-by-category 6.02 KB 6.02 KB 🟰
illustrations.loading-transition 66.64 KB 66.64 KB 🟰
illustrations.translate-illustration-config 9.12 KB 9.12 KB 🟰
inject.visual-builder-preview-agent 56.22 KB 56.22 KB 🟰
markdown.markdown-editor 405.38 KB 405.38 KB 🟰
nav.app-bar-wrapper 68.09 KB 68.09 KB 🟰
nav.easyops-navbar-alerts 267.22 KB 267.19 KB
nav.get-menu-config-options 7.85 KB 7.85 KB 🟰
nav.get-menu-config-tree 8.35 KB 8.35 KB 🟰
nav.launchpad-config 298.46 KB 298.46 KB 🟰
nav.nav-logo 266.26 KB 266.26 KB 🟰
nav.poll-announce 276.79 KB 276.83 KB
presentational.code-display 340.36 KB 340.36 KB 🟰
presentational.general-alert 137.72 KB 137.72 KB 🟰
presentational.general-descriptions 183.24 KB 183.25 KB
presentational.humanize-time 272.93 KB 272.93 KB 🟰
recent-history.clear-history 28.36 KB 28.36 KB 🟰
recent-history.get-all-history 28.36 KB 28.36 KB 🟰
recent-history.push-history 28.36 KB 28.36 KB 🟰
recent-history.recent-visit 299.33 KB 299.33 KB 🟰
sl-alert 106.23 KB 106.22 KB
sl-animated-image 105.29 KB 105.29 KB 🟰
sl-animation 108.64 KB 108.64 KB 🟰
sl-avatar 105.28 KB 105.28 KB 🟰
sl-badge 105.29 KB 105.28 KB
sl-breadcrumb 106.03 KB 106.02 KB
sl-breadcrumb-item 106.03 KB 106.02 KB
sl-button 106.02 KB 106.02 KB 🟰
sl-button-group 105.29 KB 105.29 KB 🟰
sl-card 105.28 KB 105.28 KB 🟰
sl-carousel 106.03 KB 106.02 KB
sl-carousel-item 106.03 KB 106.02 KB
sl-checkbox 105.29 KB 105.28 KB
sl-color-picker 111.06 KB 111.05 KB
sl-details 106.02 KB 106.01 KB
sl-dialog 106.23 KB 106.22 KB
sl-divider 105.29 KB 105.28 KB
sl-drawer 106.02 KB 106.01 KB
sl-dropdown 106.22 KB 106.21 KB
sl-format-bytes 106.02 KB 106.02 KB 🟰
sl-format-date 106.02 KB 106.01 KB
sl-format-number 106.02 KB 106.01 KB
sl-icon 105.28 KB 105.28 KB 🟰
sl-icon-button 105.29 KB 105.29 KB 🟰
sl-image-comparer 106.03 KB 106.02 KB
sl-input 106.02 KB 106.02 KB 🟰
sl-menu 106.22 KB 106.22 KB 🟰
sl-menu-item 106.22 KB 106.22 KB 🟰
sl-menu-label 105.29 KB 105.29 KB 🟰
sl-mutation-observer 105.29 KB 105.29 KB 🟰
sl-option 106.02 KB 106.01 KB
sl-popup 106.22 KB 106.22 KB 🟰
sl-progress-bar 106.03 KB 106.02 KB
sl-progress-ring 106.02 KB 106.02 KB 🟰
sl-qr-code 109.96 KB 109.96 KB 🟰
sl-radio 105.29 KB 105.28 KB
sl-radio-button 105.29 KB 105.28 KB
sl-radio-group 105.29 KB 105.29 KB 🟰
sl-range 106.02 KB 106.01 KB
sl-rating 106.02 KB 106.02 KB 🟰
sl-relative-time 106.02 KB 106.01 KB
sl-resize-observer 105.29 KB 105.29 KB 🟰
sl-select 106.22 KB 106.22 KB 🟰
sl-skeleton 105.29 KB 105.32 KB
sl-spinner 106.02 KB 106.02 KB 🟰
sl-split-panel 106.02 KB 106.02 KB 🟰
sl-switch 105.28 KB 105.28 KB 🟰
sl-tab 106.03 KB 106.02 KB
sl-tab-group 106.03 KB 106.02 KB
sl-tab-panel 106.03 KB 106.02 KB
sl-tag 106.01 KB 106.01 KB 🟰
sl-textarea 105.29 KB 105.28 KB
sl-tooltip 106.23 KB 106.22 KB
sl-tree 106.02 KB 106.02 KB 🟰
sl-tree-item 106.02 KB 106.02 KB 🟰
sl-visually-hidden 105.29 KB 105.29 KB 🟰
visual-builder.batch-update-raw-data-generated-view 7.47 KB 7.47 KB 🟰
visual-builder.chat-conversation 326.96 KB 326.93 KB
visual-builder.chat-preview 69.53 KB 69.53 KB 🟰
visual-builder.check-editor-by-name 7.09 KB 7.09 KB 🟰
visual-builder.contract-select 166.67 KB 168.29 KB 🔺 +1.62 KB
visual-builder.generate-snippets-context-menu 279.11 KB 279.08 KB
visual-builder.get-data-deps 7.1 KB 7.1 KB 🟰
visual-builder.get-dependency-tree 7.48 KB 7.48 KB 🟰
visual-builder.get-raw-data-system-prompts 11.45 KB 11.45 KB 🟰
visual-builder.inject-chat-preview-agent 8.06 KB 8.06 KB 🟰
visual-builder.page-arch-node 269.41 KB 269.41 KB 🟰
visual-builder.parse-path 8.72 KB 8.72 KB 🟰
visual-builder.pre-generated-container 69.89 KB 69.89 KB 🟰
visual-builder.pre-generated-preview 69.51 KB 69.51 KB 🟰
visual-builder.pre-generated-table-view 67.12 KB 67.12 KB 🟰
visual-builder.property-editor 1,407.31 KB 1,407.19 KB ↓ -0.12 KB
visual-builder.raw-data-preview 72.63 KB 72.63 KB 🟰
visual-builder.workbench-action 268.21 KB 268.18 KB
visual-builder.workbench-action-list 273.6 KB 273.61 KB
visual-builder.workbench-history-action 288.84 KB 288.85 KB
visual-builder.workbench-pane 133.25 KB 133.28 KB
visual-builder.workbench-sidebar 68 KB 68 KB 🟰
visual-builder.workbench-tree 273.65 KB 273.69 KB
vs.code-editor 1,121.67 KB 1,121.65 KB
Critical details for brick eo-auto-complete
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB Del
form/dist/chunks/8548.66dd7965.js 0.83 KB Del
icons/dist/chunks/114.11316303.js 1.59 KB New
icons/dist/chunks/144.35eed58e.js 50.06 KB New
icons/dist/chunks/41.0c1ecdf2.js 3.54 KB New
icons/dist/chunks/423.438bd5ad.js 58.48 KB New
icons/dist/chunks/423.95666d68.js 58.47 KB Del
icons/dist/chunks/45.f857a51b.js 2.51 KB New
icons/dist/index.d5918be1.js 5.18 KB Del
icons/dist/index.e77f5fae.js 5.18 KB New
Critical details for brick eo-checkbox
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB New
form/dist/chunks/8548.66dd7965.js 0.83 KB New
icons/dist/chunks/114.11316303.js 1.59 KB Del
icons/dist/chunks/144.35eed58e.js 50.06 KB Del
icons/dist/chunks/41.0c1ecdf2.js 3.54 KB Del
icons/dist/chunks/423.438bd5ad.js 58.48 KB New
icons/dist/chunks/423.95666d68.js 58.47 KB Del
icons/dist/chunks/45.f857a51b.js 2.51 KB Del
icons/dist/index.d5918be1.js 5.18 KB Del
icons/dist/index.e77f5fae.js 5.18 KB New
Critical details for brick eo-display-canvas
Name Prev Now Diff
diagram/dist/chunks/5903.c898abec.js 22.43 KB New
diagram/dist/chunks/9039.bca76220.js 21.12 KB Del
diagram/dist/chunks/eo-display-canvas.28d0385d.js 3.16 KB New
diagram/dist/chunks/eo-display-canvas.8d14e680.js 3.16 KB Del
diagram/dist/chunks/eo-draw-canvas.2bb4e1d2.js 6.88 KB Del
diagram/dist/chunks/eo-draw-canvas.4b11d12e.js 7.11 KB New
diagram/dist/index.d0512eac.js 5.48 KB Del
diagram/dist/index.e4a680fa.js 5.48 KB New
Critical details for brick eo-draw-canvas
Name Prev Now Diff
basic/dist/index.a4f4b875.js 8.01 KB Del
basic/dist/index.edc1a6d5.js 8.01 KB New
diagram/dist/chunks/5903.c898abec.js 22.43 KB New
diagram/dist/chunks/9039.bca76220.js 21.12 KB Del
diagram/dist/chunks/eo-draw-canvas.2bb4e1d2.js 6.88 KB Del
diagram/dist/chunks/eo-draw-canvas.4b11d12e.js 7.11 KB New
diagram/dist/index.d0512eac.js 5.48 KB Del
diagram/dist/index.e4a680fa.js 5.48 KB New
Critical details for brick eo-input
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB New
form/dist/chunks/8548.66dd7965.js 0.83 KB New
icons/dist/chunks/114.11316303.js 1.59 KB Del
icons/dist/chunks/144.35eed58e.js 50.06 KB Del
icons/dist/chunks/41.0c1ecdf2.js 3.54 KB Del
icons/dist/chunks/423.438bd5ad.js 58.48 KB New
icons/dist/chunks/423.95666d68.js 58.47 KB Del
icons/dist/chunks/45.f857a51b.js 2.51 KB Del
icons/dist/index.d5918be1.js 5.18 KB Del
icons/dist/index.e77f5fae.js 5.18 KB New
Critical details for brick eo-switch
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB New
form/dist/chunks/8548.66dd7965.js 0.83 KB New
icons/dist/chunks/114.11316303.js 1.59 KB Del
icons/dist/chunks/144.35eed58e.js 50.06 KB Del
icons/dist/chunks/41.0c1ecdf2.js 3.54 KB Del
icons/dist/chunks/423.438bd5ad.js 58.48 KB New
icons/dist/chunks/423.95666d68.js 58.47 KB Del
icons/dist/chunks/45.f857a51b.js 2.51 KB Del
icons/dist/index.d5918be1.js 5.18 KB Del
icons/dist/index.e77f5fae.js 5.18 KB New
Critical details for brick eo-time-range-picker
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB Del
form/dist/chunks/8548.66dd7965.js 0.83 KB Del
icons/dist/chunks/114.11316303.js 1.59 KB New
icons/dist/chunks/144.35eed58e.js 50.06 KB New
icons/dist/chunks/41.0c1ecdf2.js 3.54 KB New
icons/dist/chunks/423.438bd5ad.js 58.48 KB New
icons/dist/chunks/423.95666d68.js 58.47 KB Del
icons/dist/chunks/45.f857a51b.js 2.51 KB New
icons/dist/index.d5918be1.js 5.18 KB Del
icons/dist/index.e77f5fae.js 5.18 KB New
Critical details for brick form.general-input
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB Del
form/dist/chunks/8548.66dd7965.js 0.83 KB Del
icons/dist/chunks/114.11316303.js 1.59 KB New
icons/dist/chunks/144.35eed58e.js 50.06 KB New
icons/dist/chunks/41.0c1ecdf2.js 3.54 KB New
icons/dist/chunks/423.438bd5ad.js 58.48 KB New
icons/dist/chunks/423.95666d68.js 58.47 KB Del
icons/dist/chunks/45.f857a51b.js 2.51 KB New
icons/dist/index.d5918be1.js 5.18 KB Del
icons/dist/index.e77f5fae.js 5.18 KB New
Critical details for brick form.general-search
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB New
form/dist/chunks/8548.66dd7965.js 0.83 KB New
icons/dist/chunks/114.11316303.js 1.59 KB Del
icons/dist/chunks/144.35eed58e.js 50.06 KB Del
icons/dist/chunks/41.0c1ecdf2.js 3.54 KB Del
icons/dist/chunks/423.438bd5ad.js 58.48 KB New
icons/dist/chunks/423.95666d68.js 58.47 KB Del
icons/dist/chunks/45.f857a51b.js 2.51 KB Del
icons/dist/index.d5918be1.js 5.18 KB Del
icons/dist/index.e77f5fae.js 5.18 KB New
Critical details for brick visual-builder.contract-select
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB Del
form/dist/chunks/8548.66dd7965.js 0.83 KB Del
form/dist/chunks/react.aa821fb3.js 55.24 KB Del
icons/dist/chunks/114.11316303.js 1.59 KB New
icons/dist/chunks/144.35eed58e.js 50.06 KB New
icons/dist/chunks/41.0c1ecdf2.js 3.54 KB New
icons/dist/chunks/423.438bd5ad.js 58.48 KB New
icons/dist/chunks/423.95666d68.js 58.47 KB Del
icons/dist/chunks/45.f857a51b.js 2.51 KB New
icons/dist/index.d5918be1.js 5.18 KB Del
icons/dist/index.e77f5fae.js 5.18 KB New
visual-builder/dist/chunks/4837.b122ae40.js 2.5 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 13, 2024 06:43 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 5eedd7b to b4e99cb Compare November 18, 2024 19:05
@github-actions github-actions bot temporarily deployed to pull request November 18, 2024 19:21 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from b4e99cb to 39cdf83 Compare November 25, 2024 18:43
@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
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