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

Release Notes

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

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 strategy and releases on our website.

7.8.0 (2024-04-29)

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

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

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

7.7.1 (2024-04-22)

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

7.7.0 (2024-04-15)

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

7.6.0 (2024-04-08)

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

7.4.0 (2024-03-25)

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Gol

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.47%. Comparing base (52ef6a1) to head (ddffab2).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1263   +/-   ##
=======================================
  Coverage   90.47%   90.47%           
=======================================
  Files         124      124           
  Lines        2762     2762           
  Branches      379      379           
=======================================
  Hits         2499     2499           
  Misses        169      169           
  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 (52ef6a1...5a43580):

See full diff

Load all bricks together

Name Prev Now Diff
All bricks 4,526.72 KB 4,512.05 KB 🟢 -14.67 KB

Critical changes:

Name Prev Now Diff
advanced 517.83 KB 515.22 KB 🟢 -2.61 KB
ai 287.76 KB 285.15 KB 🟢 -2.61 KB
diagram 177.36 KB 173.94 KB 🟢 -3.42 KB
form 329.52 KB 326.21 KB 🟢 -3.31 KB
visual-builder 418.33 KB 415.64 KB 🟢 -2.69 KB
See full changes
Name Prev Now Diff
<core> 311.19 KB 311.38 KB 🔼 +0.19 KB
<react> 53.61 KB 53.61 KB 🟰
advanced 517.83 KB 515.22 KB 🟢 -2.61 KB
ai 287.76 KB 285.15 KB 🟢 -2.61 KB
api-market 10.56 KB 10.56 KB 🟰
basic 183.29 KB 183.29 KB 🟰
containers 95.05 KB 95.04 KB
data-view 639.76 KB 639.7 KB
diagram 177.36 KB 173.94 KB 🟢 -3.42 KB
form 329.52 KB 326.21 KB 🟢 -3.31 KB
form-platform 12.57 KB 12.57 KB 🟰
icons 15.12 KB 15.12 KB 🟰
illustrations 17.31 KB 17.32 KB
inject 56.22 KB 56.22 KB 🟰
markdown 248.94 KB 248.92 KB
mini-chart 10.61 KB 10.61 KB 🟰
nav 121.37 KB 121.37 KB 🟰
presentational 134.37 KB 134.38 KB
recent-history 32.53 KB 32.53 KB 🟰
shoelace 325.85 KB 325.85 KB 🟰
visual-builder 418.33 KB 415.64 KB 🟢 -2.69 KB
vs 838.76 KB 838.81 KB

Load bricks by each package

Critical changes:

Name Prev Now Diff
advanced 750.35 KB 745.79 KB 🟢 -4.56 KB
ai 500.16 KB 497.5 KB 🟢 -2.66 KB
diagram 248 KB 244.58 KB 🟢 -3.42 KB
form 499.83 KB 496.56 KB 🟢 -3.27 KB
visual-builder 1,510.18 KB 1,507.59 KB 🟢 -2.59 KB
See full changes
Name Prev Now Diff
advanced 750.35 KB 745.79 KB 🟢 -4.56 KB
ai 500.16 KB 497.5 KB 🟢 -2.66 KB
api-market 206.79 KB 206.77 KB
basic 338.88 KB 338.79 KB
containers 233.47 KB 233.46 KB
data-view 735.84 KB 735.85 KB
diagram 248 KB 244.58 KB 🟢 -3.42 KB
form 499.83 KB 496.56 KB 🟢 -3.27 KB
form-platform 176.9 KB 176.88 KB
icons 72.83 KB 72.83 KB 🟰
illustrations 91.48 KB 91.48 KB 🟰
inject 56.22 KB 56.22 KB 🟰
markdown 337.89 KB 337.88 KB
mini-chart 76.29 KB 76.29 KB 🟰
nav 397.23 KB 397.21 KB
presentational 345.67 KB 345.67 KB 🟰
recent-history 169.5 KB 169.5 KB 🟰
shoelace 325.85 KB 325.85 KB 🟰
visual-builder 1,510.18 KB 1,507.59 KB 🟢 -2.59 KB
vs 1,013.92 KB 1,013.91 KB
widget-editors 0 KB 0 KB 🟰
Critical details for package advanced
Name Prev Now Diff
<self> 517.83 KB 515.19 KB 🟢 -2.64 KB
basic 76.44 KB 76.43 KB
form 39.34 KB 37.41 KB 🟢 -1.93 KB
Critical details for package ai
Name Prev Now Diff
<self> 287.73 KB 285.09 KB 🟢 -2.64 KB
form 27.27 KB 27.25 KB
Critical details for package diagram
Name Prev Now Diff
<self> 183.96 KB 180.55 KB 🟢 -3.41 KB
Critical details for package form
Name Prev Now Diff
<self> 340.03 KB 336.76 KB 🟢 -3.27 KB
Critical details for package visual-builder
Name Prev Now Diff
<self> 428.84 KB 426.23 KB 🟢 -2.61 KB
form 48.1 KB 48.08 KB
vs 838.79 KB 838.83 KB

Load by each brick

Critical changes:

Name Prev Now Diff
advanced.general-cascader 216.18 KB 213.91 KB 🟢 -2.27 KB
advanced.general-table 331.8 KB 328.04 KB 🟢 -3.76 KB
ai.chat-view 495.43 KB 492.79 KB 🟢 -2.64 KB
eo-cascader 216.18 KB 213.92 KB 🟢 -2.26 KB
eo-checkbox 106.34 KB 104.42 KB 🟢 -1.92 KB
eo-color-picker 240.87 KB 237.67 KB 🟢 -3.2 KB
eo-date-picker 234.03 KB 229.39 KB 🟢 -4.64 KB
eo-display-canvas 215.85 KB 212.91 KB 🟢 -2.94 KB
eo-draw-canvas 223.12 KB 220.17 KB 🟢 -2.95 KB
eo-next-table 382.47 KB 379.43 KB 🟢 -3.04 KB
eo-table 331.8 KB 328.04 KB 🟢 -3.76 KB
eo-text-tooltip 141.64 KB 139.31 KB 🟢 -2.33 KB
eo-time-picker 216.25 KB 211.64 KB 🟢 -4.61 KB
eo-time-range-picker 233.25 KB 228.65 KB 🟢 -4.6 KB
eo-tree 141.18 KB 138.16 KB 🟢 -3.02 KB
eo-tree-select 228.86 KB 226.62 KB 🟢 -2.24 KB
eo-workbench-layout 259.94 KB 258.01 KB 🟢 -1.93 KB
eo-workbench-layout-v2 261.42 KB 259.5 KB 🟢 -1.92 KB
form.general-checkbox 106.34 KB 104.42 KB 🟢 -1.92 KB
visual-builder.property-editor 1,317.09 KB 1,314.39 KB 🟢 -2.7 KB
See full changes
Name Prev Now Diff
advanced.capture-snapshot 52.37 KB 52.37 KB 🟰
advanced.general-cascader 216.18 KB 213.91 KB 🟢 -2.27 KB
advanced.general-table 331.8 KB 328.04 KB 🟢 -3.76 KB
advanced.pdf-viewer 199.18 KB 199.18 KB 🟰
ai.chat-agent 67.81 KB 67.79 KB
ai.chat-view 495.43 KB 492.79 KB 🟢 -2.64 KB
api-market.apis-directory-tree 206.79 KB 206.77 KB
basic.active-element-blur 8.69 KB 8.69 KB 🟰
basic.change-language 8.68 KB 8.68 KB 🟰
basic.copy-to-clipboard 8.85 KB 8.85 KB 🟰
basic.dropdown-button 154.78 KB 154.78 KB 🟰
basic.general-button 128.46 KB 128.46 KB 🟰
basic.general-image 88.66 KB 88.66 KB 🟰
basic.general-link 123.14 KB 123.14 KB 🟰
basic.general-menu 68.98 KB 68.97 KB
basic.general-menu-item 83.53 KB 83.53 KB 🟰
basic.general-popover 102.8 KB 102.79 KB
basic.general-tag 85.6 KB 85.6 KB 🟰
basic.general-tag-list 89.99 KB 89.99 KB 🟰
basic.general-text 161.44 KB 161.36 KB
basic.get-language 8.67 KB 8.67 KB 🟰
basic.home-redirect 14.18 KB 14.18 KB 🟰
basic.http-proxy-request 8.76 KB 8.76 KB 🟰
basic.http-request 8.68 KB 8.67 KB
basic.lock-body-scroll 10.42 KB 10.42 KB 🟰
basic.set-theme-by-apps 8.69 KB 8.69 KB 🟰
basic.set-timeout 8.69 KB 8.69 KB 🟰
basic.show-dialog 180.82 KB 180.8 KB
basic.show-notification 149.15 KB 149.15 KB 🟰
basic.show-watermark 10.43 KB 10.43 KB 🟰
basic.v3-widget-mate 8.66 KB 8.66 KB 🟰
containers.easy-view 67.12 KB 67.11 KB
containers.flex-layout 66.86 KB 66.85 KB
containers.general-card 140.08 KB 140.08 KB 🟰
containers.general-category 67.48 KB 67.48 KB 🟰
containers.general-drawer 93.39 KB 93.38 KB
containers.general-modal 142.1 KB 142.09 KB
containers.grid-layout 67.95 KB 67.94 KB
containers.micro-view 78.56 KB 78.55 KB
containers.search-bar 66.98 KB 66.97 KB
containers.tab-group 72.14 KB 72.13 KB
containers.tab-item 98.58 KB 98.57 KB
containers.tab-list 98.58 KB 98.57 KB
data-view.app-wall-card-item 70.07 KB 70.06 KB
data-view.app-wall-relation-line 69.76 KB 69.76 KB 🟰
data-view.app-wall-system-card 84.18 KB 84.14 KB
data-view.basic-index-group 69.35 KB 69.35 KB 🟰
data-view.battery-chart 70.08 KB 70.08 KB 🟰
data-view.brick-notification 83.33 KB 83.37 KB
data-view.bubbles-indicator 108.09 KB 108.09 KB 🟰
data-view.cabinet-app-layer 69.75 KB 69.75 KB 🟰
data-view.cabinet-button 69.36 KB 69.36 KB 🟰
data-view.cabinet-container 79.63 KB 79.63 KB 🟰
data-view.cabinet-graph 93.8 KB 93.8 KB 🟰
data-view.cabinet-node 70.16 KB 70.16 KB 🟰
data-view.cabinet-thumbnail 83.45 KB 83.45 KB 🟰
data-view.china-map 95.57 KB 95.57 KB 🟰
data-view.china-map-chart 376.35 KB 376.35 KB 🟰
data-view.complex-search 95.86 KB 95.86 KB 🟰
data-view.crystal-ball-indicator 102.47 KB 102.47 KB 🟰
data-view.data-display-flipper 69.3 KB 69.3 KB 🟰
data-view.data-display-flipper-fifth 69.17 KB 69.17 KB 🟰
data-view.data-display-flipper-sixth 69.02 KB 69.02 KB 🟰
data-view.dropdown-menu 85.47 KB 85.46 KB
data-view.gauge-chart 70.22 KB 70.22 KB 🟰
data-view.gear-background 115.33 KB 115.33 KB 🟰
data-view.globe-with-gear-indicator 153.34 KB 153.33 KB
data-view.globe-with-halo-indicator 103.47 KB 103.47 KB 🟰
data-view.globe-with-orbit-indicator 103.3 KB 103.3 KB 🟰
data-view.graph-layout-grid 86.54 KB 86.54 KB 🟰
data-view.graph-node 69.22 KB 69.22 KB 🟰
data-view.graph-text 77.69 KB 77.69 KB 🟰
data-view.grid-background 104.56 KB 104.56 KB 🟰
data-view.hi-tech-button 69.99 KB 69.99 KB 🟰
data-view.indicator-card 69.46 KB 69.46 KB 🟰
data-view.lights-component-title 68.9 KB 68.89 KB
data-view.loading-panel 73.27 KB 73.27 KB 🟰
data-view.modern-style-component-title 69.97 KB 69.96 KB
data-view.modern-style-page-title 70 KB 70 KB 🟰
data-view.modern-style-treemap 80.55 KB 80.55 KB 🟰
data-view.particle-animation 69.89 KB 69.89 KB 🟰
data-view.progress-bar-list 72.06 KB 72.06 KB 🟰
data-view.radar-chart 70.93 KB 70.93 KB 🟰
data-view.simple-card-item 69.57 KB 69.57 KB 🟰
data-view.tabs-drawer 85.32 KB 85.29 KB
data-view.tabs-page-title 72.12 KB 72.11 KB
data-view.tech-mesh-base-view 68.46 KB 68.46 KB 🟰
data-view.title-text 69.65 KB 69.65 KB 🟰
data-view.top-title-bar 80.83 KB 80.83 KB 🟰
diagram.editable-label 67.77 KB 67.75 KB
diagram.experimental-node 67.22 KB 67.2 KB
eo-actions 142.08 KB 142.08 KB 🟰
eo-alert 87.57 KB 87.57 KB 🟰
eo-antd-icon 71.66 KB 71.66 KB 🟰
eo-app-bar-wrapper 68.09 KB 68.09 KB 🟰
eo-auto-complete 102.1 KB 102.08 KB
eo-avatar 106.16 KB 106.16 KB 🟰
eo-avatar-group 104.72 KB 104.72 KB 🟰
eo-banner 86.56 KB 86.55 KB
eo-breadcrumb 127.41 KB 127.41 KB 🟰
eo-breadcrumb-item 126.97 KB 126.97 KB 🟰
eo-broadcast-channel 69.38 KB 69.38 KB 🟰
eo-button 128.46 KB 128.46 KB 🟰
eo-card 140.08 KB 140.08 KB 🟰
eo-card-item 167.37 KB 167.37 KB 🟰
eo-carousel-text 75.37 KB 75.37 KB 🟰
eo-cascader 216.18 KB 213.92 KB 🟢 -2.26 KB
eo-category 67.48 KB 67.48 KB 🟰
eo-checkbox 106.34 KB 104.42 KB 🟢 -1.92 KB
eo-code-display 232.83 KB 232.84 KB
eo-color-picker 240.87 KB 237.67 KB 🟢 -3.2 KB
eo-content-layout 66.42 KB 66.41 KB
eo-context-menu 148.6 KB 148.6 KB 🟰
eo-counter-badge 84.15 KB 84.15 KB 🟰
eo-current-time 86.25 KB 86.25 KB 🟰
eo-date-picker 234.03 KB 229.39 KB 🟢 -4.64 KB
eo-descriptions 163.76 KB 163.75 KB
eo-diagram 121.45 KB 121.24 KB ↓ -0.21 KB
eo-directory 131.97 KB 131.97 KB 🟰
eo-directory-tree 121.03 KB 121.01 KB
eo-directory-tree-internal-node 82.82 KB 82.82 KB 🟰
eo-directory-tree-leaf 82.13 KB 82.13 KB 🟰
eo-display-canvas 215.85 KB 212.91 KB 🟢 -2.94 KB
eo-divider 73.17 KB 73.18 KB
eo-draw-canvas 223.12 KB 220.17 KB 🟢 -2.95 KB
eo-drawer 93.39 KB 93.38 KB
eo-dropdown-actions 145.79 KB 145.79 KB 🟰
eo-dropdown-button 154.78 KB 154.78 KB 🟰
eo-dropdown-select 139.96 KB 139.96 KB 🟰
eo-dynamic-form-item 165.65 KB 165.63 KB
eo-easy-view 67.12 KB 67.11 KB
eo-easyops-avatar 110.29 KB 110.28 KB
eo-easyops-icon 71.66 KB 71.66 KB 🟰
eo-event-agent 13.72 KB 13.72 KB 🟰
eo-fa-icon 71.66 KB 71.66 KB 🟰
eo-flex-layout 66.86 KB 66.85 KB
eo-form 69.23 KB 69.21 KB
eo-form-item 75 KB 74.98 KB
eo-formatter-number 69.43 KB 69.43 KB 🟰
eo-frame-breadcrumb 143.85 KB 143.85 KB 🟰
eo-grid-layout 67.95 KB 67.94 KB
eo-humanize-time 139.36 KB 139.36 KB 🟰
eo-icon 71.66 KB 71.66 KB 🟰
eo-icon-select 195.88 KB 195.85 KB
eo-iframe 69.42 KB 69.42 KB 🟰
eo-illustration-message 87.28 KB 87.28 KB 🟰
eo-image 88.66 KB 88.66 KB 🟰
eo-img-icon 71.66 KB 71.66 KB 🟰
eo-info-card-item 137.13 KB 137.13 KB 🟰
eo-input 96.09 KB 96.07 KB
eo-launchpad-button 161.13 KB 161.13 KB 🟰
eo-launchpad-button-v2 215.81 KB 215.79 KB
eo-launchpad-quick-access 202.43 KB 202.41 KB
eo-launchpad-recent-visits 201.26 KB 201.24 KB
eo-link 123.14 KB 123.14 KB 🟰
eo-loading-container 83.36 KB 83.36 KB 🟰
eo-loading-step 100.62 KB 100.62 KB 🟰
eo-main-view 86.56 KB 86.55 KB
eo-markdown-display 140.95 KB 140.95 KB 🟰
eo-markdown-editor 299.67 KB 299.65 KB
eo-menu 68.98 KB 68.97 KB
eo-menu-group 68.76 KB 68.76 KB 🟰
eo-menu-item 83.53 KB 83.53 KB 🟰
eo-menu-item-sub-menu 83.99 KB 83.99 KB 🟰
eo-message-listener 69.15 KB 69.15 KB 🟰
eo-micro-view 78.56 KB 78.55 KB
eo-mini-actions 146.68 KB 146.68 KB 🟰
eo-mini-line-chart 76.29 KB 76.29 KB 🟰
eo-modal 142.1 KB 142.09 KB
eo-narrow-view 75.17 KB 75.16 KB
eo-nav-menu 192.33 KB 192.31 KB
eo-next-table 382.47 KB 379.43 KB 🟢 -3.04 KB
eo-page-title 69.1 KB 69.1 KB 🟰
eo-page-view 75.17 KB 75.16 KB
eo-pagination 172.28 KB 172.28 KB 🟰
eo-popover 102.8 KB 102.79 KB
eo-popup 95.47 KB 95.46 KB
eo-radio 98.1 KB 98.08 KB
eo-resizable-box 68.84 KB 68.83 KB
eo-search 100.13 KB 100.11 KB
eo-search-bar 66.98 KB 66.97 KB
eo-search-launchpad 205.1 KB 205.07 KB
eo-select 145.71 KB 145.69 KB
eo-sidebar 167.81 KB 167.81 KB 🟰
eo-sidebar-menu 148.84 KB 148.84 KB 🟰
eo-sidebar-menu-group 148.84 KB 148.84 KB 🟰
eo-sidebar-menu-item 133.69 KB 133.69 KB 🟰
eo-sidebar-menu-submenu 148.84 KB 148.84 KB 🟰
eo-sidebar-sub-menu 148.85 KB 148.85 KB 🟰
eo-spin 67.31 KB 67.3 KB
eo-statistics-card 87.44 KB 87.45 KB
eo-submit-buttons 150.17 KB 150.15 KB
eo-svg-icon 71.66 KB 71.66 KB 🟰
eo-switch 94.3 KB 94.28 KB
eo-tab-group 72.14 KB 72.13 KB
eo-tab-item 98.58 KB 98.57 KB
eo-tab-list 98.58 KB 98.57 KB
eo-table 331.8 KB 328.04 KB 🟢 -3.76 KB
eo-tag 85.6 KB 85.6 KB 🟰
eo-tag-list 89.99 KB 89.99 KB 🟰
eo-text 161.44 KB 161.36 KB
eo-text-tooltip 141.64 KB 139.31 KB 🟢 -2.33 KB
eo-textarea 84.08 KB 84 KB
eo-time-picker 216.25 KB 211.64 KB 🟢 -4.61 KB
eo-time-range-picker 233.25 KB 228.65 KB 🟢 -4.6 KB
eo-tooltip 118.19 KB 118.19 KB 🟰
eo-tree 141.18 KB 138.16 KB 🟢 -3.02 KB
eo-tree-select 228.86 KB 226.62 KB 🟢 -2.24 KB
eo-upload-file 162.18 KB 162.16 KB
eo-upload-image 170.79 KB 170.77 KB
eo-user-or-user-group-select 176.9 KB 176.88 KB
eo-workbench-layout 259.94 KB 258.01 KB 🟢 -1.93 KB
eo-workbench-layout-v2 261.42 KB 259.5 KB 🟢 -1.92 KB
form.dynamic-form-item 165.65 KB 165.63 KB
form.general-checkbox 106.34 KB 104.42 KB 🟢 -1.92 KB
form.general-form 69.23 KB 69.21 KB
form.general-form-item 75 KB 74.98 KB
form.general-input 96.1 KB 96.07 KB
form.general-radio 98.1 KB 98.08 KB
form.general-search 100.13 KB 100.11 KB
form.general-select 145.71 KB 145.69 KB
form.general-switch 94.3 KB 94.28 KB
form.general-textarea 84.08 KB 84 KB
form.icon-select 195.88 KB 195.85 KB
form.submit-buttons 150.17 KB 150.15 KB
form.upload-image 170.79 KB 170.77 KB
icons.antd-icon 71.66 KB 71.66 KB 🟰
icons.easyops-icon 71.66 KB 71.66 KB 🟰
icons.fa-icon 71.66 KB 71.66 KB 🟰
icons.general-icon 71.66 KB 71.66 KB 🟰
icons.get-antd-icons 6.62 KB 6.62 KB 🟰
icons.get-easyops-icons 6.62 KB 6.62 KB 🟰
icons.get-fa-icons 6.62 KB 6.62 KB 🟰
icons.get-libs 6.62 KB 6.62 KB 🟰
icons.search-icons 6.62 KB 6.62 KB 🟰
illustrations.error-message 87.28 KB 87.28 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 299.71 KB 299.64 KB
nav.app-bar-wrapper 68.09 KB 68.09 KB 🟰
nav.easyops-navbar-alerts 136.14 KB 136.14 KB 🟰
nav.get-menu-config-options 7.84 KB 7.84 KB 🟰
nav.get-menu-config-tree 8.34 KB 8.34 KB 🟰
nav.launchpad-config 216.45 KB 216.43 KB
nav.nav-logo 132.72 KB 132.72 KB 🟰
nav.poll-announce 169.26 KB 169.26 KB 🟰
presentational.code-display 232.83 KB 232.84 KB
presentational.general-alert 87.57 KB 87.57 KB 🟰
presentational.general-descriptions 163.76 KB 163.75 KB
presentational.humanize-time 139.36 KB 139.36 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 168.41 KB 168.41 KB 🟰
sl-alert 31.11 KB 31.11 KB 🟰
sl-animated-image 25.37 KB 25.37 KB 🟰
sl-animation 25.54 KB 25.54 KB 🟰
sl-avatar 25.85 KB 25.85 KB 🟰
sl-badge 22.41 KB 22.41 KB 🟰
sl-breadcrumb 27.9 KB 27.9 KB 🟰
sl-breadcrumb-item 27.9 KB 27.9 KB 🟰
sl-button 33.09 KB 33.09 KB 🟰
sl-button-group 21.66 KB 21.66 KB 🟰
sl-card 22.67 KB 22.67 KB 🟰
sl-carousel 31.92 KB 31.92 KB 🟰
sl-carousel-item 31.92 KB 31.92 KB 🟰
sl-checkbox 30.29 KB 30.29 KB 🟰
sl-color-picker 64.47 KB 64.47 KB 🟰
sl-details 28.09 KB 28.09 KB 🟰
sl-dialog 33.02 KB 33.02 KB 🟰
sl-divider 21.5 KB 21.5 KB 🟰
sl-drawer 34.1 KB 34.1 KB 🟰
sl-dropdown 36.15 KB 36.15 KB 🟰
sl-format-bytes 22.32 KB 22.32 KB 🟰
sl-format-date 22.37 KB 22.37 KB 🟰
sl-format-number 22.38 KB 22.38 KB 🟰
sl-icon 24.5 KB 24.5 KB 🟰
sl-icon-button 27.13 KB 27.13 KB 🟰
sl-image-comparer 27.79 KB 27.79 KB 🟰
sl-input 33.79 KB 33.79 KB 🟰
sl-menu 41.75 KB 41.75 KB 🟰
sl-menu-item 41.75 KB 41.75 KB 🟰
sl-menu-label 21.23 KB 21.23 KB 🟰
sl-mutation-observer 21.72 KB 21.72 KB 🟰
sl-option 27.37 KB 27.37 KB 🟰
sl-popup 31.88 KB 31.88 KB 🟰
sl-progress-bar 23.98 KB 23.98 KB 🟰
sl-progress-ring 23.06 KB 23.06 KB 🟰
sl-qr-code 26.97 KB 26.97 KB 🟰
sl-radio 26.26 KB 26.26 KB 🟰
sl-radio-button 26.01 KB 26.01 KB 🟰
sl-radio-group 26.35 KB 26.35 KB 🟰
sl-range 29.08 KB 29.08 KB 🟰
sl-rating 28.43 KB 28.43 KB 🟰
sl-relative-time 22.58 KB 22.58 KB 🟰
sl-resize-observer 21.61 KB 21.61 KB 🟰
sl-select 48.53 KB 48.53 KB 🟰
sl-skeleton 22.21 KB 22.21 KB 🟰
sl-spinner 22.67 KB 22.67 KB 🟰
sl-split-panel 24.31 KB 24.31 KB 🟰
sl-switch 27.19 KB 27.19 KB 🟰
sl-tab 34.18 KB 34.18 KB 🟰
sl-tab-group 34.18 KB 34.18 KB 🟰
sl-tab-panel 34.18 KB 34.18 KB 🟰
sl-tag 29.28 KB 29.28 KB 🟰
sl-textarea 27.88 KB 27.88 KB 🟰
sl-tooltip 34.25 KB 34.25 KB 🟰
sl-tree 37.25 KB 37.25 KB 🟰
sl-tree-item 37.25 KB 37.25 KB 🟰
sl-visually-hidden 21.2 KB 21.2 KB 🟰
visual-builder.batch-update-raw-data-generated-view 7.49 KB 7.47 KB
visual-builder.chat-conversation 184 KB 183.98 KB
visual-builder.chat-preview 69.54 KB 69.53 KB
visual-builder.check-editor-by-name 7.11 KB 7.09 KB
visual-builder.contract-select 122.51 KB 122.47 KB
visual-builder.generate-snippets-context-menu 146.58 KB 146.57 KB
visual-builder.get-data-deps 7.12 KB 7.1 KB
visual-builder.get-dependency-tree 7.49 KB 7.48 KB
visual-builder.get-raw-data-system-prompts 11.47 KB 11.45 KB
visual-builder.inject-chat-preview-agent 8.07 KB 8.05 KB
visual-builder.page-arch-node 130.94 KB 130.92 KB
visual-builder.parse-path 8.74 KB 8.72 KB
visual-builder.pre-generated-container 69.91 KB 69.89 KB
visual-builder.pre-generated-preview 69.52 KB 69.51 KB
visual-builder.pre-generated-table-view 67.14 KB 67.12 KB
visual-builder.property-editor 1,317.09 KB 1,314.39 KB 🟢 -2.7 KB
visual-builder.raw-data-preview 72.44 KB 72.42 KB
visual-builder.workbench-action 134.66 KB 134.64 KB
visual-builder.workbench-action-list 140.08 KB 140.07 KB
visual-builder.workbench-history-action 168.25 KB 168.23 KB
visual-builder.workbench-pane 83.12 KB 83.12 KB 🟰
visual-builder.workbench-sidebar 68.02 KB 68 KB
visual-builder.workbench-tree 140.13 KB 140.11 KB
vs.code-editor 1,013.91 KB 1,013.89 KB
Critical details for brick advanced.general-cascader
Name Prev Now Diff
advanced/dist/chunks/2194.50ee0641.js 36.73 KB Del
advanced/dist/chunks/4758.d764b59c.js 34.07 KB New
advanced/dist/chunks/4837.7d35cc81.js 2.5 KB Del
advanced/dist/chunks/6070.0cb500df.js 9.45 KB Del
advanced/dist/chunks/6070.b8b3eee4.js 9.47 KB New
advanced/dist/chunks/6165.e9db8e85.js 28.31 KB Del
advanced/dist/chunks/9914.21626bd4.js 28.36 KB New
advanced/dist/chunks/9978.5a5f4c5d.js 23.99 KB Del
advanced/dist/chunks/9978.f667a6ec.js 24.33 KB New
advanced/dist/chunks/eo-cascader.69f79bac.js 4.19 KB Del
advanced/dist/chunks/eo-cascader.b3111496.js 4.19 KB New
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
form/dist/chunks/4837.cfc2beca.js 2.5 KB New
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
Critical details for brick advanced.general-table
Name Prev Now Diff
advanced/dist/chunks/106.0bf63d17.js 14.23 KB Del
advanced/dist/chunks/106.57fdb184.js 13.87 KB New
advanced/dist/chunks/2194.50ee0641.js 36.73 KB Del
advanced/dist/chunks/4670.a89da723.js 89.57 KB New
advanced/dist/chunks/4758.d764b59c.js 34.07 KB New
advanced/dist/chunks/5092.77841bd7.js 6.1 KB Del
advanced/dist/chunks/5612.81ce3de5.js 6.39 KB New
advanced/dist/chunks/6165.e9db8e85.js 28.31 KB Del
advanced/dist/chunks/6653.63cfd8c8.js 90.99 KB Del
advanced/dist/chunks/9914.21626bd4.js 28.36 KB New
advanced/dist/chunks/9978.5a5f4c5d.js 23.99 KB Del
advanced/dist/chunks/9978.f667a6ec.js 24.33 KB New
advanced/dist/chunks/eo-table.957926df.js 9.85 KB Del
advanced/dist/chunks/eo-table.ad5e0f89.js 9.85 KB New
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
Critical details for brick ai.chat-view
Name Prev Now Diff
ai/dist/chunks/1599.1092140b.js 251.29 KB New
ai/dist/chunks/3497.306a84f1.js 21.31 KB Del
ai/dist/chunks/3497.cf05aee3.js 21.31 KB New
ai/dist/chunks/5693.664bd713.js 249.95 KB Del
ai/dist/chunks/7507.c3d9f638.js 3.94 KB Del
ai/dist/index.234205da.js 5.33 KB Del
ai/dist/index.dfb72cba.js 5.32 KB New
basic/dist/index.5cca794d.js 8.12 KB Del
basic/dist/index.e20e28eb.js 8.12 KB New
containers/dist/index.16c50ffd.js 5.83 KB Del
containers/dist/index.eefe0f6f.js 5.83 KB New
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
Critical details for brick eo-cascader
Name Prev Now Diff
advanced/dist/chunks/2194.50ee0641.js 36.73 KB Del
advanced/dist/chunks/4758.d764b59c.js 34.07 KB New
advanced/dist/chunks/6070.0cb500df.js 9.45 KB Del
advanced/dist/chunks/6070.b8b3eee4.js 9.47 KB New
advanced/dist/chunks/6165.e9db8e85.js 28.31 KB Del
advanced/dist/chunks/9914.21626bd4.js 28.36 KB New
advanced/dist/chunks/9978.5a5f4c5d.js 23.99 KB Del
advanced/dist/chunks/9978.f667a6ec.js 24.33 KB New
advanced/dist/chunks/eo-cascader.69f79bac.js 4.19 KB Del
advanced/dist/chunks/eo-cascader.b3111496.js 4.19 KB New
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
Critical details for brick eo-checkbox
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB Del
form/dist/chunks/114.9c01e471.js 1.59 KB Del
form/dist/chunks/3144.07ed2d7c.js 50.06 KB Del
form/dist/chunks/4021.954d25ce.js 6.19 KB Del
form/dist/chunks/4041.48f9b954.js 3.54 KB Del
form/dist/chunks/4056.00152475.js 10.43 KB New
form/dist/chunks/7507.c1df682a.js 3.94 KB Del
form/dist/chunks/eo-checkbox.6fb2afb3.js 5.06 KB New
form/dist/chunks/eo-checkbox.70127b39.js 7.27 KB Del
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
icons/dist/chunks/1045.f2fbb0e5.js 2.51 KB New
icons/dist/chunks/114.527e9c4a.js 1.59 KB New
icons/dist/chunks/3144.8b27995e.js 50.07 KB New
icons/dist/chunks/4041.aedd9a23.js 3.54 KB New
Critical details for brick eo-color-picker
Name Prev Now Diff
form/dist/chunks/2600.c0a33dd3.js 63.9 KB Del
form/dist/chunks/4021.954d25ce.js 6.19 KB Del
form/dist/chunks/4056.00152475.js 10.43 KB New
form/dist/chunks/4114.959be48c.js 4.94 KB Del
form/dist/chunks/5025.bd76306e.js 65.33 KB New
form/dist/chunks/7507.c1df682a.js 3.94 KB Del
form/dist/chunks/8089.a89bbf70.js 84.46 KB Del
form/dist/chunks/845.2cc8bd81.js 81.71 KB New
form/dist/chunks/9126.67a533fb.js 2.79 KB New
form/dist/chunks/eo-color-picker.0844530a.js 2.44 KB Del
form/dist/chunks/eo-color-picker.8711d25d.js 2.44 KB New
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
Critical details for brick eo-date-picker
Name Prev Now Diff
form/dist/chunks/4021.954d25ce.js 6.19 KB Del
form/dist/chunks/4056.00152475.js 10.43 KB New
form/dist/chunks/4114.959be48c.js 4.94 KB Del
form/dist/chunks/5026.57e689d4.js 38.51 KB Del
form/dist/chunks/5026.f93ca6ff.js 38.5 KB New
form/dist/chunks/7507.c1df682a.js 3.94 KB Del
form/dist/chunks/8089.a89bbf70.js 84.46 KB Del
form/dist/chunks/845.2cc8bd81.js 81.71 KB New
form/dist/chunks/9126.67a533fb.js 2.79 KB New
form/dist/chunks/eo-date-picker.41f03949.js 7.04 KB Del
form/dist/chunks/eo-date-picker.740508ba.js 7.04 KB New
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
Critical details for brick eo-display-canvas
Name Prev Now Diff
diagram/dist/chunks/3025.e8c7b486.js 39.84 KB Del
diagram/dist/chunks/5443.e0be670a.js 72.82 KB Del
diagram/dist/chunks/5670.2d7e3824.js 73.6 KB New
diagram/dist/chunks/7507.f8686358.js 3.94 KB Del
diagram/dist/chunks/7920.e59e82e7.js 40.08 KB New
diagram/dist/chunks/8552.1ed604a7.js 20.78 KB Del
diagram/dist/chunks/8552.58011bc1.js 20.78 KB New
diagram/dist/index.e490cfad.js 5.48 KB New
diagram/dist/index.f8c0d3b6.js 5.5 KB Del
Critical details for brick eo-draw-canvas
Name Prev Now Diff
basic/dist/index.5cca794d.js 8.12 KB Del
basic/dist/index.e20e28eb.js 8.12 KB New
diagram/dist/chunks/3025.e8c7b486.js 39.84 KB Del
diagram/dist/chunks/5443.e0be670a.js 72.82 KB Del
diagram/dist/chunks/5670.2d7e3824.js 73.6 KB New
diagram/dist/chunks/7507.f8686358.js 3.94 KB Del
diagram/dist/chunks/7920.e59e82e7.js 40.08 KB New
diagram/dist/chunks/8552.1ed604a7.js 20.78 KB Del
diagram/dist/chunks/8552.58011bc1.js 20.78 KB New
diagram/dist/index.e490cfad.js 5.48 KB New
diagram/dist/index.f8c0d3b6.js 5.5 KB Del
Critical details for brick eo-next-table
Name Prev Now Diff
advanced/dist/chunks/106.0bf63d17.js 14.23 KB Del
advanced/dist/chunks/106.57fdb184.js 13.87 KB New
advanced/dist/chunks/1512.30cbee6a.js 15.64 KB New
advanced/dist/chunks/1512.b233679b.js 15.64 KB Del
advanced/dist/chunks/2194.50ee0641.js 36.73 KB Del
advanced/dist/chunks/4670.a89da723.js 89.57 KB New
advanced/dist/chunks/4758.d764b59c.js 34.07 KB New
advanced/dist/chunks/5092.77841bd7.js 6.1 KB Del
advanced/dist/chunks/5479.5296430c.js 5.62 KB New
advanced/dist/chunks/5479.e2e7caca.js 4.9 KB Del
advanced/dist/chunks/5612.81ce3de5.js 6.39 KB New
advanced/dist/chunks/6165.e9db8e85.js 28.31 KB Del
advanced/dist/chunks/6653.63cfd8c8.js 90.99 KB Del
advanced/dist/chunks/9914.21626bd4.js 28.36 KB New
advanced/dist/chunks/9978.5a5f4c5d.js 23.99 KB Del
advanced/dist/chunks/9978.f667a6ec.js 24.33 KB New
advanced/dist/chunks/eo-next-table.1a76de5e.js 3.4 KB Del
advanced/dist/chunks/eo-next-table.d4370da4.js 3.41 KB New
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
basic/dist/index.5cca794d.js 8.12 KB Del
basic/dist/index.e20e28eb.js 8.12 KB New
Critical details for brick eo-table
Name Prev Now Diff
advanced/dist/chunks/106.0bf63d17.js 14.23 KB Del
advanced/dist/chunks/106.57fdb184.js 13.87 KB New
advanced/dist/chunks/2194.50ee0641.js 36.73 KB Del
advanced/dist/chunks/4670.a89da723.js 89.57 KB New
advanced/dist/chunks/4758.d764b59c.js 34.07 KB New
advanced/dist/chunks/5092.77841bd7.js 6.1 KB Del
advanced/dist/chunks/5612.81ce3de5.js 6.39 KB New
advanced/dist/chunks/6165.e9db8e85.js 28.31 KB Del
advanced/dist/chunks/6653.63cfd8c8.js 90.99 KB Del
advanced/dist/chunks/9914.21626bd4.js 28.36 KB New
advanced/dist/chunks/9978.5a5f4c5d.js 23.99 KB Del
advanced/dist/chunks/9978.f667a6ec.js 24.33 KB New
advanced/dist/chunks/eo-table.957926df.js 9.85 KB Del
advanced/dist/chunks/eo-table.ad5e0f89.js 9.85 KB New
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
Critical details for brick eo-text-tooltip
Name Prev Now Diff
advanced/dist/chunks/2194.50ee0641.js 36.73 KB Del
advanced/dist/chunks/4758.d764b59c.js 34.07 KB New
advanced/dist/chunks/5092.77841bd7.js 6.1 KB Del
advanced/dist/chunks/5612.81ce3de5.js 6.39 KB New
advanced/dist/chunks/6165.e9db8e85.js 28.31 KB Del
advanced/dist/chunks/9914.21626bd4.js 28.36 KB New
advanced/dist/chunks/eo-text-tooltip.6c01f902.js 1.51 KB Del
advanced/dist/chunks/eo-text-tooltip.7254cc99.js 1.51 KB New
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
Critical details for brick eo-time-picker
Name Prev Now Diff
form/dist/chunks/4021.954d25ce.js 6.19 KB Del
form/dist/chunks/4056.00152475.js 10.43 KB New
form/dist/chunks/4114.959be48c.js 4.94 KB Del
form/dist/chunks/5026.57e689d4.js 38.51 KB Del
form/dist/chunks/5026.f93ca6ff.js 38.5 KB New
form/dist/chunks/7507.c1df682a.js 3.94 KB Del
form/dist/chunks/8089.a89bbf70.js 84.45 KB Del
form/dist/chunks/845.2cc8bd81.js 81.71 KB New
form/dist/chunks/9126.67a533fb.js 2.79 KB New
form/dist/chunks/eo-time-picker.37e38cc9.js 3.23 KB Del
form/dist/chunks/eo-time-picker.d5e22a7b.js 3.24 KB New
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
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/114.9c01e471.js 1.59 KB Del
form/dist/chunks/3144.07ed2d7c.js 50.06 KB Del
form/dist/chunks/4021.954d25ce.js 6.19 KB Del
form/dist/chunks/4041.48f9b954.js 3.54 KB Del
form/dist/chunks/4056.00152475.js 10.43 KB New
form/dist/chunks/4114.959be48c.js 4.94 KB Del
form/dist/chunks/5026.57e689d4.js 38.51 KB Del
form/dist/chunks/5026.f93ca6ff.js 38.5 KB New
form/dist/chunks/7507.c1df682a.js 3.94 KB Del
form/dist/chunks/8089.a89bbf70.js 84.45 KB Del
form/dist/chunks/845.2cc8bd81.js 81.71 KB New
form/dist/chunks/9126.67a533fb.js 2.79 KB New
form/dist/chunks/eo-time-range-picker.bf0932ac.js 6.28 KB New
form/dist/chunks/eo-time-range-picker.cdf65c87.js 6.27 KB Del
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
icons/dist/chunks/1045.f2fbb0e5.js 2.51 KB New
icons/dist/chunks/114.527e9c4a.js 1.59 KB New
icons/dist/chunks/3144.8b27995e.js 50.07 KB New
icons/dist/chunks/4041.aedd9a23.js 3.54 KB New
Critical details for brick eo-tree
Name Prev Now Diff
advanced/dist/chunks/106.0bf63d17.js 14.23 KB Del
advanced/dist/chunks/106.57fdb184.js 13.87 KB New
advanced/dist/chunks/2194.50ee0641.js 36.73 KB Del
advanced/dist/chunks/4758.d764b59c.js 34.07 KB New
advanced/dist/chunks/eo-tree.1375beb1.js 5.42 KB Del
advanced/dist/chunks/eo-tree.829fbd7c.js 5.42 KB New
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
Critical details for brick eo-tree-select
Name Prev Now Diff
advanced/dist/chunks/106.0bf63d17.js 14.23 KB Del
advanced/dist/chunks/106.57fdb184.js 13.87 KB New
advanced/dist/chunks/2194.50ee0641.js 36.73 KB Del
advanced/dist/chunks/4758.d764b59c.js 34.07 KB New
advanced/dist/chunks/6165.e9db8e85.js 28.31 KB Del
advanced/dist/chunks/8623.7f025f81.js 8.07 KB Del
advanced/dist/chunks/8623.e4eac5b5.js 8.48 KB New
advanced/dist/chunks/9914.21626bd4.js 28.36 KB New
advanced/dist/chunks/9978.5a5f4c5d.js 23.99 KB Del
advanced/dist/chunks/9978.f667a6ec.js 24.33 KB New
advanced/dist/chunks/eo-tree-select.9488820c.js 4.02 KB Del
advanced/dist/chunks/eo-tree-select.cc7bee62.js 4.02 KB New
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
Critical details for brick eo-workbench-layout
Name Prev Now Diff
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
basic/dist/chunks/4837.38d235df.js 2.5 KB Del
basic/dist/index.5cca794d.js 8.12 KB Del
basic/dist/index.e20e28eb.js 8.12 KB New
form/dist/chunks/4021.954d25ce.js 6.19 KB Del
form/dist/chunks/4056.00152475.js 10.43 KB New
form/dist/chunks/4837.cfc2beca.js 2.5 KB New
form/dist/chunks/7507.c1df682a.js 3.94 KB Del
form/dist/chunks/eo-checkbox.6fb2afb3.js 5.06 KB New
form/dist/chunks/eo-checkbox.70127b39.js 7.27 KB Del
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
Critical details for brick eo-workbench-layout-v2
Name Prev Now Diff
advanced/dist/index.35cb24be.js 6.34 KB New
advanced/dist/index.e26ba21a.js 6.34 KB Del
basic/dist/index.5cca794d.js 8.12 KB Del
basic/dist/index.e20e28eb.js 8.12 KB New
form/dist/chunks/4021.954d25ce.js 6.19 KB Del
form/dist/chunks/4056.00152475.js 10.43 KB New
form/dist/chunks/7507.c1df682a.js 3.94 KB Del
form/dist/chunks/eo-checkbox.6fb2afb3.js 5.06 KB New
form/dist/chunks/eo-checkbox.70127b39.js 7.27 KB Del
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
Critical details for brick form.general-checkbox
Name Prev Now Diff
form/dist/chunks/1045.a9ea1f1b.js 2.51 KB Del
form/dist/chunks/114.9c01e471.js 1.59 KB Del
form/dist/chunks/3144.07ed2d7c.js 50.06 KB Del
form/dist/chunks/4021.954d25ce.js 6.19 KB Del
form/dist/chunks/4041.48f9b954.js 3.54 KB Del
form/dist/chunks/4056.00152475.js 10.43 KB New
form/dist/chunks/7507.c1df682a.js 3.94 KB Del
form/dist/chunks/eo-checkbox.6fb2afb3.js 5.06 KB New
form/dist/chunks/eo-checkbox.70127b39.js 7.27 KB Del
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
icons/dist/chunks/1045.f2fbb0e5.js 2.51 KB New
icons/dist/chunks/114.527e9c4a.js 1.59 KB New
icons/dist/chunks/3144.8b27995e.js 50.07 KB New
icons/dist/chunks/4041.aedd9a23.js 3.54 KB New
Critical details for brick visual-builder.property-editor
Name Prev Now Diff
basic/dist/index.5cca794d.js 8.12 KB Del
basic/dist/index.e20e28eb.js 8.12 KB New
containers/dist/index.16c50ffd.js 5.83 KB Del
containers/dist/index.eefe0f6f.js 5.83 KB New
form/dist/index.78b939f2.js 6.18 KB New
form/dist/index.8994d83b.js 6.2 KB Del
visual-builder/dist/chunks/5559.5ea3e556.js 234.09 KB Del
visual-builder/dist/chunks/7085.593a28a6.js 235.37 KB New
visual-builder/dist/chunks/7507.7e65daab.js 3.95 KB Del
visual-builder/dist/chunks/9080.7ef2b8f1.js 7.95 KB Del
visual-builder/dist/chunks/9080.b51b1966.js 7.95 KB New
visual-builder/dist/chunks/property-editor.38752fca.js 3.2 KB Del
visual-builder/dist/chunks/property-editor.f09203b7.js 3.2 KB New
visual-builder/dist/index.72f43d5c.js 6.47 KB New
visual-builder/dist/index.df2f917d.js 6.49 KB Del
vs/dist/chunks/9424.be109d2a.js 818.35 KB 818.36 KB

@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 4, 2024 18:23 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 68a0d96 to 9f62954 Compare November 11, 2024 20:16
@github-actions github-actions bot temporarily deployed to pull request November 11, 2024 20:32 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 9f62954 to 5eedd7b Compare November 13, 2024 06:26
@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
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