Update ESLint npm packages
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| @typescript-eslint/eslint-plugin (source) | dependencies | minor | 7.2.0 -> 7.18.0 |
|
| @typescript-eslint/parser (source) | dependencies | minor | 7.2.0 -> 7.18.0 |
|
| eslint (source) | dependencies | patch | 8.57.0 -> 8.57.1 |
|
| eslint (source) | devDependencies | patch | 8.57.0 -> 8.57.1 |
|
| eslint-plugin-canonical | dependencies | patch | 4.18.0 -> 4.18.1 |
|
| eslint-plugin-import | dependencies | minor | 2.29.1 -> 2.31.0 |
|
| eslint-plugin-jsx-a11y | dependencies | minor | 6.8.0 -> 6.10.0 |
6.10.1 |
| eslint-plugin-react | dependencies | minor | 7.34.1 -> 7.37.1 |
|
| eslint-plugin-react-hooks (source) | dependencies | patch | 4.6.0 -> 4.6.2 |
|
| eslint-plugin-simple-import-sort | dependencies | minor | 12.0.0 -> 12.1.1 |
|
| eslint-plugin-storybook | devDependencies | minor | 0.8.0 -> 0.9.0 |
0.10.1 (+1) |
| eslint-plugin-typescript-sort-keys | dependencies | minor | 3.2.0 -> 3.3.0 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0
🩹 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.
v7.17.0
🚀 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.
v7.16.1
🩹 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.
v7.16.0
🚀 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
suggestionsto tests from #9263checkThenables -
website: react key error on internal pages of website
-
eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArrayoption 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.
v7.15.0
🚀 Features
-
eslint-plugin: [array-type] detect
Readonly<string[]>case -
eslint-plugin: back-port new rules around empty object types from v8
🩹 Fixes
-
disable
EXPERIMENTAL_useProjectServiceindisabled-type-checkedshared 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.
v7.14.1
🩹 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.
v7.14.0
🚀 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.
v7.13.1
🩹 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.
v7.13.0
🚀 Features
-
typescript-estree: require
import = require()argument to be a string literal -
typescript-estree: forbid
.body,.async,.generatorondeclare 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
ignoreoption
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
- Vinccool96
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.12.0
🚀 Features
-
eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression(deprecateno-useless-template-literals) -
rule-tester: check for parsing errors in suggestion fixes
-
rule-tester: port
checkDuplicateTestCasesfrom 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
constvariable 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.
v7.11.0
🚀 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.
v7.10.0
🚀 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.
v7.9.0
🩹 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.
v7.8.0
🩹 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.
v7.7.1
🩹 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.
v7.7.0
🚀 Features
-
eslint-plugin: replace
no-new-symbolwithno-new-native-nonconstructor
❤️ Thank You
- Dave
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v7.6.0
🚀 Features
- bump npm dependency ranges
❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
v7.5.0
🩹 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.
v7.4.0
🚀 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
booleanandfalse -
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.
v7.3.1
🩹 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.
v7.3.0
🚀 Features
-
eslint-plugin: [restrict-template-expressions] add
allowArrayoption -
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.nodeconstraints inpackage.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.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.18.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.17.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.0
🩹 Fixes
-
deps: update dependency @eslint-community/regexpp to v4.11.0
-
website: react key error on internal pages of website
❤️ 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.
v7.15.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.14.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.14.0
🚀 Features
- support TypeScript 5.5
❤️ 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.
v7.13.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.13.0
🚀 Features
- parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
- Vinccool96
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.12.0
🩹 Fixes
- types: correct typing ParserOptions
❤️ 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.
v7.11.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.10.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.9.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.8.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.7.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.7.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.6.0
🚀 Features
- bump npm dependency ranges
❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
v7.5.0
🩹 Fixes
-
parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.4.0
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
❤️ 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.
v7.3.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.3.0
🩹 Fixes
- correct
engines.nodeconstraints inpackage.json
❤️ 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.
eslint/eslint (eslint)
v8.57.1
Bug Fixes
-
a19072ffix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta) -
04c7188fix: Don't lint same file multiple times (#18899) (Francesco Trotta) -
87ec3c4fix: do not throw when defining a global named__defineSetter__(#18898) (Francesco Trotta) -
60a1267fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic) -
a0dea8efix: allownamein global ignores, fix--no-ignorefor non-global (#18875) (Milos Djermanovic) -
3836bb4fix: do not crash on error infs.walkfilter (#18886) (Milos Djermanovic) -
2dec349fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)
Documentation
-
6a5add4docs: v8.x Add EOL banner (#18744) (Amaresh S M) -
b034575docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M) -
760ef7ddocs: v8.x add version support page in the side navbar (#18740) (Amaresh S M) -
428b7eadocs: Add Powered by Algolia label to the search (#18658) (Amaresh S M) -
c68c07fdocs: version selectors synchronization (#18265) (Milos Djermanovic)
Build Related
Chores
-
140ec45chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic) -
bcdfc04chore: package.json update for @eslint/js release (Jenkins) -
3f6ce8dchore: pin [email protected] (#18910) (Milos Djermanovic) -
9f07549chore: ignore/docs/v8.xin link checker (#18660) (Milos Djermanovic)
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0
Added
- support eslint v9 ([#2996], thanks [@G-Rath] [@michaelfaith])
- [
order]: allow validating named imports ([#3043], thanks [@manuth]) - [
extensions]: add thecheckTypeImportsoption ([#2817], thanks [@phryneas])
Fixed
-
ExportMap/ flat config: includelanguageOptionsin context ([#3052], thanks [@michaelfaith]) - [
no-named-as-default]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz]) - [
export]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu]) -
exportMap: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith]) -
exportMap: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith]) - adjust "is source type module" checks for flat config ([#2996], thanks [@G-Rath])
Changed
- [Docs] [
no-relative-packages]: fix typo ([#3066], thanks [@joshuaobrien]) - [Performance] [
no-cycle]: dont scc for each linted file ([#3068], thanks [@soryy708]) - [Docs] [
no-cycle]: adddisableSccto docs ([#3070], thanks [@soryy708]) - [Tests] use re-exported
RuleTester([#3071], thanks [@G-Rath]) - [Docs] [
no-restricted-paths]: fix grammar ([#3073], thanks [@unbeauvoyage]) - [Tests] [
no-default-export], [no-named-export]: add test case (thanks [@G-Rath])
v2.30.0
Added
- [
dynamic-import-chunkname]: addallowEmptyoption to allow empty leading comments ([#2942], thanks [@JiangWeixian]) - [
dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode ([#3004], thanks [@amsardesai]) - [
no-unused-modules]: AddignoreUnusedTypeExportsoption ([#3011], thanks [@silverwind]) - add support for Flat Config ([#3018], thanks [@michaelfaith])
Fixed
- [
no-extraneous-dependencies]: allow wrong path ([#3012], thanks [@chabb]) - [
no-cycle]: use scc algorithm to optimize ([#2998], thanks [@soryy708]) - [
no-duplicates]: Removing duplicates breaks in TypeScript ([#3033], thanks [@yesl-kim]) - [
newline-after-import]: fix considerComments option when require ([#2952], thanks [@developer-bandi]) - [
order]: do not compare first path segment for relative paths ([#2682]) ([#2885], thanks [@mihkeleidast])
Changed
- [Docs] [
no-extraneous-dependencies]: Make glob pattern description more explicit ([#2944], thanks [@mulztob]) - [
no-unused-modules]: add console message to help debug [#2866] - [Refactor]
ExportMap: make procedures static instead of monkeypatching exportmap ([#2982], thanks [@soryy708]) - [Refactor]
ExportMap: separate ExportMap instance from its builder logic ([#2985], thanks [@soryy708]) - [Docs] [
order]: Add a quick note on how unbound imports and --fix ([#2640], thanks [@minervabot]) - [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#2987], thanks [@joeyguerra])
- [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@aks-])
- [Refactor]
exportMapBuilder: avoid hoisting ([#2989], thanks [@soryy708]) - [Refactor]
ExportMap: extract "builder" logic to separate files ([#2991], thanks [@soryy708]) - [Docs] [
order]: update the description of thepathGroupsExcludedImportTypesoption ([#3036], thanks [@liby]) - [readme] Clarify how to install the plugin ([#2993], thanks [@jwbth])
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)
v6.10.0
Fixed
- [New]
label-has-associated-control: add additional error message#1005 - [Fix]
label-has-associated-control: ignore undetermined label text#966
Commits
- [Tests] switch from jest to tape
a284cbf - [New] add eslint 9 support
deac4fd - [New] add
attributessettinga1ee7f8 - [New] allow polymorphic linting to be restricted
6cd1a70 - [Tests] remove duplicate tests
74d5dec - [Dev Deps] update
@babel/cli,@babel/core,@babel/eslint-parser,@babel/plugin-transform-flow-strip-types6eca235 - [readme] remove deprecated travis ci badge; add github actions badge
0be7ea9 - [Tests] use
npm auditinstead ofaud05a5e49 - [Deps] update
axobject-query912e98c - [Deps] unpin
axobject-query75147aa - [Deps] update
axe-core27ff7cb - [readme] fix jsxA11y import name
ce846e0 - [readme] fix typo in shareable config section in readme
cca288b
v6.9.0
Fixed
Commits
- [New] add support for Flat Config
6b5f096 - Revert "[Fix]
isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1"75d5dd7 - [Robustness] use
safe-regex-test4c7e781 - [actions] update actions/checkout
51a1ca7 - [Dev Deps] update
@babel/cli,@babel/core,@babel/eslint-parser,@babel/plugin-transform-flow-strip-types,@babel/register,eslint-doc-generator,object.entries1271ac1 - [Dev Deps] update
@babel/cli,@babel/core,@babel/register,aud,eslint-plugin-import,npmignore,object.assign540cb7a - [Deps] update
@babel/runtime,array-includes,es-iterator-helpers,hasown,object.fromentries,safe-regex-test5d14408 - [Deps] pin
aria-queryandaxobject-query, addls-enginestest to CI32fd82c - [Dev Deps] update
@babel/core,@babel/eslint-parser,@babel/plugin-transform-flow-strip-types,eslint-doc-generatord1b4114 - [Fix] ensure
summaryremains non-interactive6a048da - [Deps] remove
@babel/runtime0a98ad8 - [New]
no-noninteractive-element-to-interactive-role: allowmenuitemradioandmenuitemcheckboxon <li>c0733f9 - [Deps] update
@babel/runtime,safe-regex-test0d5321a - [actions] pin codecov to v3.1.5
961817f - [Deps] unpin
axe-coreb3559cf - [Deps] move
object.entriesto dev deps1be7b70 - [Deps] update
@babel/runtime2a48abb - [Deps] update
@babel/runtime1adec35
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.1
Fixed
Changed
- [readme] Fix shared settings link (#3834 @MgenGlder)
v7.37.0
Added
- add type generation (#3830 @voxpelli)
- [
no-unescaped-entities]: add suggestions (#3831 @StyleShit) - [
forbid-component-props]: addallowedForPatterns/disallowedForPatternsoptions (#3805 @Efimenko) - [
no-unstable-nested-components]: addpropNamePatternto support custom render prop naming conventions (#3826 @danreeves)
Changed
- [readme] flat config example for react 17+ (#3824 @GabenGar)
v7.36.1
Fixed
- [
no-is-mounted]: fix logic in method name check ([#3821][] @Mathias-S) - [
jsx-no-literals]: Avoid crashing on valueless boolean props (#3823 @reosarevok)
Configuration
📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 22.97%. Comparing base (
a0eea11) to head (6249526).
Additional details and impacted files
@@ Coverage Diff @@
## main #5039 +/- ##
==========================================
- Coverage 22.99% 22.97% -0.03%
==========================================
Files 569 571 +2
Lines 19096 19300 +204
Branches 2709 2728 +19
==========================================
+ Hits 4392 4435 +43
- Misses 14652 14812 +160
- Partials 52 53 +1
| Flag | Coverage Δ | |
|---|---|---|
| apps.hash-ai-worker-ts | 1.32% <ø> (ø) |
|
| apps.hash-api | 1.16% <ø> (ø) |
|
| blockprotocol.type-system | 46.42% <ø> (ø) |
|
| local.harpc-client | 62.15% <ø> (-5.99%) |
:arrow_down: |
| local.hash-backend-utils | 8.80% <ø> (ø) |
|
| local.hash-graph-sdk | 58.62% <ø> (ø) |
|
| local.hash-isomorphic-utils | 0.99% <ø> (ø) |
|
| local.hash-subgraph | 24.54% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Benchmark results
@rust/hash-graph-benches – Integrations
representative_read_entity
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/building/v/1 |
$$16.1 \mathrm{ms} \pm 147 \mathrm{μs}\left({\color{lightgreen}-29.679 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/organization/v/1 |
$$16.4 \mathrm{ms} \pm 176 \mathrm{μs}\left({\color{gray}-0.525 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/person/v/1 |
$$16.0 \mathrm{ms} \pm 179 \mathrm{μs}\left({\color{gray}-4.725 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/playlist/v/1 |
$$15.5 \mathrm{ms} \pm 163 \mathrm{μs}\left({\color{gray}0.871 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/song/v/1 |
$$16.5 \mathrm{ms} \pm 170 \mathrm{μs}\left({\color{red}5.09 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/book/v/1 |
$$16.3 \mathrm{ms} \pm 174 \mathrm{μs}\left({\color{gray}0.923 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/page/v/2 |
$$16.0 \mathrm{ms} \pm 167 \mathrm{μs}\left({\color{gray}-4.008 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/block/v/1 |
$$16.5 \mathrm{ms} \pm 154 \mathrm{μs}\left({\color{lightgreen}-27.299 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/uk-address/v/1 |
$$16.4 \mathrm{ms} \pm 178 \mathrm{μs}\left({\color{lightgreen}-10.692 \mathrm{\%}}\right) $$ | Flame Graph |
representative_read_multiple_entities
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| entity_by_property | depths: DT=255, PT=255, ET=255, E=255 | $$64.1 \mathrm{ms} \pm 263 \mathrm{μs}\left({\color{gray}-1.975 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_property | depths: DT=0, PT=0, ET=0, E=0 | $$37.1 \mathrm{ms} \pm 232 \mathrm{μs}\left({\color{gray}-2.587 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_property | depths: DT=2, PT=2, ET=2, E=2 | $$55.5 \mathrm{ms} \pm 333 \mathrm{μs}\left({\color{gray}-1.041 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_property | depths: DT=0, PT=0, ET=0, E=2 | $$41.1 \mathrm{ms} \pm 206 \mathrm{μs}\left({\color{gray}-2.578 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_property | depths: DT=0, PT=0, ET=2, E=2 | $$47.4 \mathrm{ms} \pm 314 \mathrm{μs}\left({\color{gray}-0.303 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_property | depths: DT=0, PT=2, ET=2, E=2 | $$51.3 \mathrm{ms} \pm 157 \mathrm{μs}\left({\color{gray}-2.317 \mathrm{\%}}\right) $$ | Flame Graph |
| link_by_source_by_property | depths: DT=255, PT=255, ET=255, E=255 | $$105 \mathrm{ms} \pm 467 \mathrm{μs}\left({\color{gray}-1.101 \mathrm{\%}}\right) $$ | Flame Graph |
| link_by_source_by_property | depths: DT=0, PT=0, ET=0, E=0 | $$41.0 \mathrm{ms} \pm 174 \mathrm{μs}\left({\color{gray}-3.904 \mathrm{\%}}\right) $$ | Flame Graph |
| link_by_source_by_property | depths: DT=2, PT=2, ET=2, E=2 | $$97.4 \mathrm{ms} \pm 444 \mathrm{μs}\left({\color{gray}0.311 \mathrm{\%}}\right) $$ | Flame Graph |
| link_by_source_by_property | depths: DT=0, PT=0, ET=0, E=2 | $$79.8 \mathrm{ms} \pm 387 \mathrm{μs}\left({\color{gray}-2.836 \mathrm{\%}}\right) $$ | Flame Graph |
| link_by_source_by_property | depths: DT=0, PT=0, ET=2, E=2 | $$88.7 \mathrm{ms} \pm 559 \mathrm{μs}\left({\color{gray}-0.855 \mathrm{\%}}\right) $$ | Flame Graph |
| link_by_source_by_property | depths: DT=0, PT=2, ET=2, E=2 | $$93.5 \mathrm{ms} \pm 420 \mathrm{μs}\left({\color{gray}-0.961 \mathrm{\%}}\right) $$ | Flame Graph |
representative_read_entity_type
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| get_entity_type_by_id | Account ID: d4e16033-c281-4cde-aa35-9085bf2e7579 |
$$1.35 \mathrm{ms} \pm 3.16 \mathrm{μs}\left({\color{gray}-0.013 \mathrm{\%}}\right) $$ | Flame Graph |
scaling_read_entity_complete_one_depth
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| entity_by_id | 50 entities | $$5.53 \mathrm{s} \pm 833 \mathrm{ms}\left({\color{red}1982 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 5 entities | $$26.5 \mathrm{ms} \pm 185 \mathrm{μs}\left({\color{gray}1.77 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 1 entities | $$19.9 \mathrm{ms} \pm 102 \mathrm{μs}\left({\color{gray}-0.294 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 10 entities | $$36.6 \mathrm{ms} \pm 218 \mathrm{μs}\left({\color{lightgreen}-30.029 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 25 entities | $$178 \mathrm{ms} \pm 565 \mathrm{μs}\left({\color{gray}1.84 \mathrm{\%}}\right) $$ | Flame Graph |
scaling_read_entity_linkless
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| entity_by_id | 1 entities | $$1.91 \mathrm{ms} \pm 7.28 \mathrm{μs}\left({\color{gray}0.714 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 100 entities | $$2.06 \mathrm{ms} \pm 7.71 \mathrm{μs}\left({\color{gray}-0.781 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 10 entities | $$1.92 \mathrm{ms} \pm 4.80 \mathrm{μs}\left({\color{gray}0.621 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 1000 entities | $$3.07 \mathrm{ms} \pm 9.21 \mathrm{μs}\left({\color{gray}2.08 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 10000 entities | $$13.3 \mathrm{ms} \pm 36.5 \mathrm{μs}\left({\color{red}46.8 \mathrm{\%}}\right) $$ | Flame Graph |
scaling_read_entity_complete_zero_depth
| Function | Value | Mean | Flame graphs |
|---|---|---|---|
| entity_by_id | 50 entities | $$4.08 \mathrm{ms} \pm 23.2 \mathrm{μs}\left({\color{gray}3.92 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 5 entities | $$1.91 \mathrm{ms} \pm 6.84 \mathrm{μs}\left({\color{gray}-1.134 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 1 entities | $$1.90 \mathrm{ms} \pm 7.36 \mathrm{μs}\left({\color{gray}-0.055 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 10 entities | $$2.11 \mathrm{ms} \pm 14.2 \mathrm{μs}\left({\color{gray}-0.750 \mathrm{\%}}\right) $$ | Flame Graph |
| entity_by_id | 25 entities | $$2.70 \mathrm{ms} \pm 16.5 \mathrm{μs}\left({\color{gray}-0.541 \mathrm{\%}}\right) $$ | Flame Graph |
Closed in favor of https://github.com/hashintel/hash/pull/5847