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

Release Notes

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

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 Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

7.3.1 (2024-03-18)

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

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

7.3.0 (2024-03-18)

🚀 Features
  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

7.2.0 (2024-03-11)

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

7.1.1 (2024-03-04)

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.

7.1.0 (2024-02-26)

🚀 Features
  • eslint-plugin: add *-type-checked-only configs

  • eslint-plugin: [naming-convention] support the auto-accessor syntax

  • eslint-plugin: [consistent-return] add new rule

🩹 Fixes
  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error

  • eslint-plugin: [no-misused-promises] improve check union types

  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies

❤️ Thank You
  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

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

7.0.2 (2024-02-19)

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

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

7.0.1 (2024-02-12)

🩹 Fixes
  • eslint-plugin: update peer dep for parser
❤️ Thank You
  • Tim Dorr

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


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 85.12%. Comparing base (b7644ba) to head (68a0d96).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1263   +/-   ##
=======================================
  Coverage   85.12%   85.12%           
=======================================
  Files         503      503           
  Lines       14834    14834           
  Branches     2214     2214           
=======================================
  Hits        12628    12628           
  Misses       1775     1775           
  Partials      431      431           

@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 (b7644ba...69f59a1):

See full diff

Load all bricks together

Name Prev Now Diff
All bricks 4,600.88 KB 4,601.07 KB 🔼 +0.19 KB

Critical changes: None.

See full changes
Name Prev Now Diff
<core> 295.11 KB 295.12 KB
<react> 53.61 KB 53.61 KB 🟰
advanced 511.38 KB 511.38 KB 🟰
ai 287.46 KB 287.49 KB
api-market 10.61 KB 10.61 KB 🟰
basic 175.13 KB 175.12 KB
containers 92.7 KB 92.7 KB 🟰
data-view 787.39 KB 787.4 KB
diagram 172.94 KB 172.91 KB
form 311.13 KB 311.17 KB
form-platform 12.89 KB 12.89 KB 🟰
icons 15.21 KB 15.21 KB 🟰
illustrations 17.18 KB 17.18 KB 🟰
inject 56.45 KB 56.45 KB 🟰
markdown 239.62 KB 239.66 KB
mini-chart 10.66 KB 10.66 KB 🟰
nav 115.85 KB 115.85 KB 🟰
presentational 131.72 KB 131.72 KB 🟰
recent-history 32.71 KB 32.71 KB 🟰
shoelace 326.27 KB 326.27 KB 🟰
visual-builder 400.89 KB 400.93 KB
vs 839.08 KB 839.14 KB

Load bricks by each package

Critical changes: None.

See full changes
Name Prev Now Diff
advanced 743.74 KB 743.77 KB
ai 499.49 KB 499.45 KB
api-market 206.65 KB 206.65 KB 🟰
basic 321.99 KB 321.99 KB 🟰
containers 231.04 KB 231.04 KB 🟰
data-view 869.73 KB 869.7 KB
diagram 243.75 KB 243.75 KB 🟰
form 479.59 KB 479.55 KB
form-platform 175.28 KB 175.27 KB
icons 72.87 KB 72.87 KB 🟰
illustrations 77.33 KB 77.33 KB 🟰
inject 56.45 KB 56.45 KB 🟰
markdown 328.92 KB 328.94 KB
mini-chart 76.3 KB 76.3 KB 🟰
nav 390.98 KB 390.97 KB
presentational 342.32 KB 342.32 KB 🟰
recent-history 169.41 KB 169.41 KB 🟰
shoelace 326.27 KB 326.27 KB 🟰
visual-builder 1,491.82 KB 1,491.85 KB
vs 1,013.76 KB 1,013.75 KB
widget-editors 0 KB 0 KB 🟰

Load by each brick

Critical changes: None.

See full changes
Name Prev Now Diff
advanced.capture-snapshot 52.74 KB 52.74 KB 🟰
advanced.general-cascader 215.63 KB 215.59 KB
advanced.general-table 326.63 KB 326.66 KB
advanced.pdf-viewer 199.48 KB 199.48 KB 🟰
ai.chat-agent 68.07 KB 68.07 KB 🟰
ai.chat-view 494.75 KB 494.72 KB
api-market.apis-directory-tree 206.65 KB 206.65 KB 🟰
basic.active-element-blur 8.93 KB 8.93 KB 🟰
basic.change-language 8.92 KB 8.92 KB 🟰
basic.copy-to-clipboard 9.08 KB 9.08 KB 🟰
basic.dropdown-button 154.42 KB 154.42 KB 🟰
basic.general-button 128.18 KB 128.18 KB 🟰
basic.general-image 88.94 KB 88.93 KB
basic.general-link 122.87 KB 122.87 KB 🟰
basic.general-menu 69.15 KB 69.14 KB
basic.general-menu-item 83.79 KB 83.79 KB 🟰
basic.general-popover 101.37 KB 101.37 KB 🟰
basic.general-tag 85.87 KB 85.87 KB 🟰
basic.general-tag-list 90.24 KB 90.24 KB 🟰
basic.general-text 161.43 KB 161.43 KB 🟰
basic.get-language 8.91 KB 8.91 KB 🟰
basic.home-redirect 14.37 KB 14.36 KB
basic.http-proxy-request 8.99 KB 8.99 KB 🟰
basic.http-request 8.91 KB 8.91 KB 🟰
basic.lock-body-scroll 10.66 KB 10.66 KB 🟰
basic.set-theme-by-apps 8.93 KB 8.92 KB
basic.set-timeout 8.92 KB 8.92 KB 🟰
basic.show-dialog 180.74 KB 180.74 KB 🟰
basic.show-notification 148.31 KB 148.31 KB 🟰
basic.show-watermark 10.66 KB 10.65 KB
basic.v3-widget-mate 8.9 KB 8.9 KB 🟰
containers.easy-view 67.31 KB 67.31 KB 🟰
containers.flex-layout 67.06 KB 67.06 KB 🟰
containers.general-card 140.06 KB 140.06 KB 🟰
containers.general-category 67.68 KB 67.68 KB 🟰
containers.general-drawer 93.92 KB 93.91 KB
containers.general-modal 142.02 KB 142.01 KB
containers.grid-layout 68.14 KB 68.14 KB 🟰
containers.micro-view 79.13 KB 79.12 KB
containers.search-bar 67.18 KB 67.18 KB 🟰
containers.tab-group 72.37 KB 72.37 KB 🟰
containers.tab-item 99.14 KB 99.13 KB
containers.tab-list 99.14 KB 99.13 KB
data-view.app-wall-card-item 69.87 KB 69.87 KB 🟰
data-view.app-wall-relation-line 69.56 KB 69.56 KB 🟰
data-view.app-wall-system-card 84.03 KB 84.03 KB 🟰
data-view.basic-index-group 69.15 KB 69.15 KB 🟰
data-view.battery-chart 69.88 KB 69.88 KB 🟰
data-view.brick-notification 83.25 KB 83.25 KB 🟰
data-view.cabinet-app-layer 69.55 KB 69.55 KB 🟰
data-view.cabinet-button 69.16 KB 69.16 KB 🟰
data-view.cabinet-container 79.43 KB 79.43 KB 🟰
data-view.cabinet-graph 93.59 KB 93.59 KB 🟰
data-view.cabinet-node 69.96 KB 69.96 KB 🟰
data-view.cabinet-thumbnail 83.24 KB 83.24 KB 🟰
data-view.china-map-chart 562.28 KB 562.22 KB
data-view.complex-search 95.72 KB 95.76 KB
data-view.data-display-flipper 69.1 KB 69.1 KB 🟰
data-view.data-display-flipper-fifth 68.97 KB 68.97 KB 🟰
data-view.data-display-flipper-sixth 68.82 KB 68.82 KB 🟰
data-view.dropdown-menu 85.32 KB 85.36 KB
data-view.gauge-chart 70.02 KB 70.02 KB 🟰
data-view.gear-background 115.13 KB 115.13 KB 🟰
data-view.graph-layout-grid 86.34 KB 86.34 KB 🟰
data-view.graph-node 69.03 KB 69.03 KB 🟰
data-view.graph-text 77.49 KB 77.49 KB 🟰
data-view.grid-background 104.36 KB 104.36 KB 🟰
data-view.hi-tech-button 69.79 KB 69.79 KB 🟰
data-view.indicator-card 69.27 KB 69.27 KB 🟰
data-view.lights-component-title 68.7 KB 68.7 KB 🟰
data-view.loading-panel 73.07 KB 73.07 KB 🟰
data-view.modern-style-component-title 69.76 KB 69.76 KB 🟰
data-view.modern-style-page-title 69.79 KB 69.79 KB 🟰
data-view.modern-style-treemap 80.28 KB 80.28 KB 🟰
data-view.particle-animation 69.69 KB 69.69 KB 🟰
data-view.progress-bar-list 71.85 KB 71.85 KB 🟰
data-view.radar-chart 70.73 KB 70.73 KB 🟰
data-view.simple-card-item 69.37 KB 69.37 KB 🟰
data-view.tabs-drawer 85.18 KB 85.14 KB
data-view.tabs-page-title 71.92 KB 71.92 KB 🟰
data-view.tech-mesh-base-view 68.26 KB 68.26 KB 🟰
data-view.title-text 69.45 KB 69.45 KB 🟰
data-view.top-title-bar 80.63 KB 80.63 KB 🟰
diagram.editable-label 67.86 KB 67.86 KB 🟰
diagram.experimental-node 67.4 KB 67.4 KB 🟰
eo-actions 141.73 KB 141.73 KB 🟰
eo-alert 88.03 KB 88.03 KB 🟰
eo-antd-icon 71.7 KB 71.7 KB 🟰
eo-app-bar-wrapper 68.39 KB 68.39 KB 🟰
eo-auto-complete 102.43 KB 102.43 KB 🟰
eo-avatar 105.91 KB 105.9 KB
eo-avatar-group 104.47 KB 104.47 KB 🟰
eo-banner 83.3 KB 83.3 KB 🟰
eo-breadcrumb 127.13 KB 127.13 KB 🟰
eo-breadcrumb-item 126.7 KB 126.69 KB
eo-broadcast-channel 69.56 KB 69.56 KB 🟰
eo-button 128.18 KB 128.18 KB 🟰
eo-card 140.06 KB 140.06 KB 🟰
eo-card-item 167.42 KB 167.42 KB 🟰
eo-carousel-text 72.68 KB 72.68 KB 🟰
eo-cascader 215.59 KB 215.59 KB 🟰
eo-category 67.68 KB 67.68 KB 🟰
eo-checkbox 106.67 KB 106.68 KB
eo-code-display 232.43 KB 232.43 KB 🟰
eo-color-picker 223.87 KB 223.83 KB
eo-content-layout 66.62 KB 66.62 KB 🟰
eo-context-menu 148.24 KB 148.24 KB 🟰
eo-counter-badge 84.42 KB 84.42 KB 🟰
eo-current-time 86.71 KB 86.71 KB 🟰
eo-date-picker 223.91 KB 223.91 KB 🟰
eo-descriptions 164.12 KB 164.12 KB 🟰
eo-diagram 121.45 KB 121.45 KB 🟰
eo-directory 132.03 KB 132.03 KB 🟰
eo-directory-tree 120.82 KB 120.82 KB 🟰
eo-directory-tree-internal-node 69.02 KB 69.01 KB
eo-directory-tree-leaf 68.22 KB 68.22 KB 🟰
eo-display-canvas 211.63 KB 211.63 KB 🟰
eo-divider 73.55 KB 73.56 KB
eo-draw-canvas 219.18 KB 219.17 KB
eo-drawer 93.92 KB 93.91 KB
eo-dropdown-actions 145.44 KB 145.43 KB
eo-dropdown-button 154.42 KB 154.42 KB 🟰
eo-dynamic-form-item 165.64 KB 165.64 KB 🟰
eo-easy-view 67.31 KB 67.31 KB 🟰
eo-easyops-avatar 110.03 KB 110.03 KB 🟰
eo-easyops-icon 71.7 KB 71.7 KB 🟰
eo-event-agent 13.91 KB 13.91 KB 🟰
eo-fa-icon 71.7 KB 71.7 KB 🟰
eo-flex-layout 67.06 KB 67.06 KB 🟰
eo-form 69.54 KB 69.54 KB 🟰
eo-form-item 75.26 KB 75.26 KB 🟰
eo-formatter-number 69.61 KB 69.6 KB
eo-frame-breadcrumb 143.91 KB 143.91 KB 🟰
eo-grid-layout 68.14 KB 68.14 KB 🟰
eo-humanize-time 139.5 KB 139.5 KB 🟰
eo-icon 71.7 KB 71.7 KB 🟰
eo-icon-select 195.33 KB 195.32 KB
eo-iframe 69.61 KB 69.6 KB
eo-image 88.94 KB 88.93 KB
eo-img-icon 71.7 KB 71.7 KB 🟰
eo-info-card-item 137.22 KB 137.22 KB 🟰
eo-input 96.43 KB 96.42 KB
eo-launchpad-button 161.26 KB 161.26 KB 🟰
eo-launchpad-button-v2 215.5 KB 215.49 KB
eo-launchpad-quick-access 202.13 KB 202.13 KB 🟰
eo-launchpad-recent-visits 200.94 KB 200.93 KB
eo-link 122.87 KB 122.87 KB 🟰
eo-loading-step 101.29 KB 101.29 KB 🟰
eo-main-view 83.3 KB 83.3 KB 🟰
eo-markdown-display 132.75 KB 132.75 KB 🟰
eo-markdown-editor 299.01 KB 298.97 KB
eo-menu 69.15 KB 69.14 KB
eo-menu-group 68.93 KB 68.93 KB 🟰
eo-menu-item 83.79 KB 83.79 KB 🟰
eo-menu-item-sub-menu 84.26 KB 84.26 KB 🟰
eo-message-listener 69.34 KB 69.34 KB 🟰
eo-micro-view 79.13 KB 79.12 KB
eo-mini-actions 146.32 KB 146.32 KB 🟰
eo-mini-line-chart 76.3 KB 76.3 KB 🟰
eo-modal 142.02 KB 142.01 KB
eo-narrow-view 71.48 KB 71.48 KB 🟰
eo-nav-menu 192.48 KB 192.48 KB 🟰
eo-next-table 376.76 KB 376.76 KB 🟰
eo-page-title 69.48 KB 69.48 KB 🟰
eo-page-view 71.48 KB 71.48 KB 🟰
eo-pagination 172.35 KB 172.35 KB 🟰
eo-popover 101.37 KB 101.37 KB 🟰
eo-popup 97.19 KB 97.19 KB 🟰
eo-radio 97.75 KB 97.74 KB
eo-resizable-box 69.02 KB 69.02 KB 🟰
eo-search 100.4 KB 100.41 KB
eo-search-bar 67.18 KB 67.18 KB 🟰
eo-search-launchpad 204.79 KB 204.79 KB 🟰
eo-select 114.25 KB 114.24 KB
eo-sidebar 167.86 KB 167.85 KB
eo-sidebar-menu 148.91 KB 148.9 KB
eo-sidebar-menu-group 148.91 KB 148.9 KB
eo-sidebar-menu-item 133.77 KB 133.77 KB 🟰
eo-sidebar-menu-submenu 148.91 KB 148.9 KB
eo-sidebar-sub-menu 148.88 KB 148.88 KB 🟰
eo-spin 67.51 KB 67.51 KB 🟰
eo-statistics-card 87.9 KB 87.9 KB 🟰
eo-submit-buttons 150.2 KB 150.2 KB 🟰
eo-svg-icon 71.7 KB 71.7 KB 🟰
eo-switch 94.64 KB 94.64 KB 🟰
eo-tab-group 72.37 KB 72.37 KB 🟰
eo-tab-item 99.14 KB 99.13 KB
eo-tab-list 99.14 KB 99.13 KB
eo-table 326.62 KB 326.63 KB
eo-tag 85.87 KB 85.87 KB 🟰
eo-tag-list 90.24 KB 90.24 KB 🟰
eo-text 161.43 KB 161.43 KB 🟰
eo-text-tooltip 141.09 KB 141.09 KB 🟰
eo-textarea 84.31 KB 84.31 KB 🟰
eo-time-picker 205.87 KB 205.9 KB
eo-time-range-picker 222.83 KB 222.83 KB 🟰
eo-tooltip 117.91 KB 117.9 KB
eo-tree 140.68 KB 140.68 KB 🟰
eo-tree-select 227.69 KB 227.73 KB
eo-upload-file 162.21 KB 162.21 KB 🟰
eo-upload-image 170.83 KB 170.82 KB
eo-user-or-user-group-select 175.28 KB 175.27 KB
eo-workbench-layout 260.11 KB 260.11 KB 🟰
eo-workbench-layout-v2 261.6 KB 261.6 KB 🟰
form.dynamic-form-item 165.64 KB 165.64 KB 🟰
form.general-checkbox 106.68 KB 106.67 KB
form.general-form 69.54 KB 69.54 KB 🟰
form.general-form-item 75.26 KB 75.26 KB 🟰
form.general-input 96.43 KB 96.42 KB
form.general-radio 97.74 KB 97.75 KB
form.general-search 100.41 KB 100.41 KB 🟰
form.general-select 114.25 KB 114.24 KB
form.general-switch 94.64 KB 94.64 KB 🟰
form.general-textarea 84.31 KB 84.31 KB 🟰
form.icon-select 195.33 KB 195.32 KB
form.submit-buttons 150.2 KB 150.2 KB 🟰
form.upload-image 170.83 KB 170.82 KB
icons.antd-icon 71.7 KB 71.7 KB 🟰
icons.easyops-icon 71.7 KB 71.7 KB 🟰
icons.fa-icon 71.7 KB 71.7 KB 🟰
icons.general-icon 71.7 KB 71.7 KB 🟰
icons.get-antd-icons 6.83 KB 6.83 KB 🟰
icons.get-easyops-icons 6.83 KB 6.83 KB 🟰
icons.get-fa-icons 6.83 KB 6.83 KB 🟰
icons.get-libs 6.83 KB 6.83 KB 🟰
icons.search-icons 6.83 KB 6.83 KB 🟰
illustrations.error-message 73.13 KB 73.13 KB 🟰
illustrations.get-illustration 9.35 KB 9.35 KB 🟰
illustrations.get-illustrations-by-category 6.25 KB 6.25 KB 🟰
illustrations.loading-transition 66.82 KB 66.82 KB 🟰
illustrations.translate-illustration-config 9.35 KB 9.35 KB 🟰
inject.visual-builder-preview-agent 56.45 KB 56.45 KB 🟰
markdown.markdown-editor 299.01 KB 299.01 KB 🟰
nav.app-bar-wrapper 68.39 KB 68.39 KB 🟰
nav.easyops-navbar-alerts 136.21 KB 136.21 KB 🟰
nav.launchpad-config 215.41 KB 215.4 KB
nav.nav-logo 132.8 KB 132.79 KB
nav.poll-announce 168.78 KB 168.77 KB
presentational.code-display 232.43 KB 232.43 KB 🟰
presentational.general-alert 88.03 KB 88.03 KB 🟰
presentational.general-descriptions 164.12 KB 164.12 KB 🟰
presentational.humanize-time 139.5 KB 139.5 KB 🟰
recent-history.clear-history 28.44 KB 28.44 KB 🟰
recent-history.get-all-history 28.44 KB 28.44 KB 🟰
recent-history.push-history 28.44 KB 28.44 KB 🟰
recent-history.recent-visit 168.22 KB 168.21 KB
sl-alert 30.13 KB 30.13 KB 🟰
sl-animated-image 24.88 KB 24.88 KB 🟰
sl-animation 25.05 KB 25.05 KB 🟰
sl-avatar 25.35 KB 25.35 KB 🟰
sl-badge 21.92 KB 21.92 KB 🟰
sl-breadcrumb 27.29 KB 27.29 KB 🟰
sl-breadcrumb-item 27.29 KB 27.29 KB 🟰
sl-button 32.75 KB 32.75 KB 🟰
sl-button-group 21.17 KB 21.17 KB 🟰
sl-card 22.18 KB 22.18 KB 🟰
sl-carousel 31.31 KB 31.31 KB 🟰
sl-carousel-item 31.31 KB 31.31 KB 🟰
sl-checkbox 29.79 KB 29.79 KB 🟰
sl-color-picker 63.98 KB 63.98 KB 🟰
sl-details 27.57 KB 27.57 KB 🟰
sl-dialog 32.51 KB 32.51 KB 🟰
sl-divider 21.01 KB 21.01 KB 🟰
sl-drawer 33.6 KB 33.6 KB 🟰
sl-dropdown 35.61 KB 35.61 KB 🟰
sl-format-bytes 21.83 KB 21.83 KB 🟰
sl-format-date 21.88 KB 21.88 KB 🟰
sl-format-number 21.89 KB 21.89 KB 🟰
sl-icon 24.01 KB 24.01 KB 🟰
sl-icon-button 26.61 KB 26.61 KB 🟰
sl-image-comparer 27.27 KB 27.27 KB 🟰
sl-input 33.31 KB 33.31 KB 🟰
sl-menu 41.13 KB 41.13 KB 🟰
sl-menu-item 41.13 KB 41.13 KB 🟰
sl-menu-label 20.74 KB 20.74 KB 🟰
sl-mutation-observer 21.23 KB 21.23 KB 🟰
sl-option 26.87 KB 26.87 KB 🟰
sl-popup 30.29 KB 30.29 KB 🟰
sl-progress-bar 23.48 KB 23.48 KB 🟰
sl-progress-ring 22.57 KB 22.57 KB 🟰
sl-qr-code 26.48 KB 26.48 KB 🟰
sl-radio 25.77 KB 25.77 KB 🟰
sl-radio-button 25.53 KB 25.53 KB 🟰
sl-radio-group 25.86 KB 25.86 KB 🟰
sl-range 28.57 KB 28.57 KB 🟰
sl-rating 27.93 KB 27.93 KB 🟰
sl-relative-time 22.16 KB 22.16 KB 🟰
sl-resize-observer 21.09 KB 21.09 KB 🟰
sl-select 47.9 KB 47.9 KB 🟰
sl-skeleton 21.73 KB 21.73 KB 🟰
sl-spinner 22.18 KB 22.18 KB 🟰
sl-split-panel 23.8 KB 23.8 KB 🟰
sl-switch 26.7 KB 26.7 KB 🟰
sl-tab 32.6 KB 32.6 KB 🟰
sl-tab-group 32.6 KB 32.6 KB 🟰
sl-tab-panel 32.6 KB 32.6 KB 🟰
sl-tag 28.76 KB 28.76 KB 🟰
sl-textarea 27.21 KB 27.21 KB 🟰
sl-tooltip 33.69 KB 33.69 KB 🟰
sl-tree 36.75 KB 36.75 KB 🟰
sl-tree-item 36.75 KB 36.75 KB 🟰
sl-visually-hidden 20.71 KB 20.71 KB 🟰
visual-builder.batch-update-raw-data-generated-view 7.83 KB 7.83 KB 🟰
visual-builder.chat-conversation 184.01 KB 184.01 KB 🟰
visual-builder.chat-preview 69.81 KB 69.82 KB
visual-builder.check-editor-by-name 7.44 KB 7.45 KB
visual-builder.contract-select 123.16 KB 123.18 KB
visual-builder.generate-snippets-context-menu 146.6 KB 146.6 KB 🟰
visual-builder.get-data-deps 7.46 KB 7.46 KB 🟰
visual-builder.get-dependency-tree 7.83 KB 7.83 KB 🟰
visual-builder.get-raw-data-system-prompts 11.81 KB 11.81 KB 🟰
visual-builder.inject-chat-preview-agent 8.41 KB 8.41 KB 🟰
visual-builder.page-arch-node 130.98 KB 130.98 KB 🟰
visual-builder.parse-path 9.07 KB 9.08 KB
visual-builder.pre-generated-container 70.19 KB 70.19 KB 🟰
visual-builder.pre-generated-preview 69.77 KB 69.78 KB
visual-builder.pre-generated-table-view 67.43 KB 67.43 KB 🟰
visual-builder.property-editor 1,299.06 KB 1,299.09 KB
visual-builder.raw-data-preview 72.65 KB 72.65 KB 🟰
visual-builder.workbench-action 134.72 KB 134.72 KB 🟰
visual-builder.workbench-action-list 140.15 KB 140.15 KB 🟰
visual-builder.workbench-history-action 168.19 KB 168.19 KB 🟰
visual-builder.workbench-pane 83.51 KB 83.5 KB
visual-builder.workbench-sidebar 68.3 KB 68.3 KB 🟰
visual-builder.workbench-tree 140.18 KB 140.18 KB 🟰
vs.code-editor 1,013.73 KB 1,013.74 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 October 21, 2024 17:57 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 190dfd6 to a614d97 Compare October 28, 2024 18:35
Copy link

coderabbitai bot commented Oct 28, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot temporarily deployed to pull request October 28, 2024 18:51 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from a614d97 to baef37c Compare October 29, 2024 00:13
@github-actions github-actions bot temporarily deployed to pull request October 29, 2024 00:30 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from baef37c to 4af384f Compare October 29, 2024 15:32
@github-actions github-actions bot temporarily deployed to pull request October 29, 2024 15:48 Inactive
@renovate renovate bot force-pushed the renovate/major-typescript-eslint-monorepo branch from 4af384f to 68a0d96 Compare November 4, 2024 18:07
@github-actions github-actions bot temporarily deployed to pull request November 4, 2024 18:23 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