Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

jsx-eslint

Maintaining `eslint-plugin-react` and `eslint-plugin-jsx-a11y`, and associated tooling
Collective - Host: opensource - https://opencollective.com/jsx-eslint - Code: https://github.com/jsx-eslint

[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/plugin-transform-flow-strip-types`, `aud`, `eslint-plugin-flowtype`, `jscodeshift`

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 369f9db3f05e96e28a5bdd9d222094e1968cffeb authored almost 4 years ago
[Deps] update `@babel/runtime`, `array-includes`, `axe-core`, `emoji-regex`

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ce0785fcc35b1d9862f9543750c87eb6dfed9a1b authored almost 4 years ago
[actions] update to use `node/install` action

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2c2a2adc6de6c9af84d7c528d90e7be462df9fd7 authored almost 4 years ago
[Fix] `jsx-max-depth`: Prevent getting stuck in circular references

Fixes #2880.

github.com/jsx-eslint/eslint-plugin-react - 7ce9106e481de153ab373e6867c1aa598686c522 authored almost 4 years ago
[Dev Deps] update `flow-bin` to support aarch64

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f88bf6b1e9e6a968e92b50ed508d4dc93a00754e authored almost 4 years ago
[Fix] `jsx-no-target-blank`: fix handling of `warnOnSpreadAttributes` being false

Fixes #2952

github.com/jsx-eslint/eslint-plugin-react - 6b6a14a65a1d0e8b6644f15491cd78aecbf56c48 authored almost 4 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 307458fad885cceef313a10cb7df92602d914fbd authored almost 4 years ago
[Dev Deps] update `@types/estree`

github.com/jsx-eslint/eslint-plugin-react - 886ae07ad684d174ffd7aa4574e5d9e133fd3378 authored almost 4 years ago
[Fix] version detection: support processor virtual filename

Fixes #2948

github.com/jsx-eslint/eslint-plugin-react - bc372203bb386a18df744c28014d0ee146fbe2d9 authored almost 4 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 3d7fd57914297b466a58d25cb5185b5ad06e387c authored almost 4 years ago
[New] added `jsx-runtime` config, for the modern JSX runtime transform

github.com/jsx-eslint/eslint-plugin-react - c8917b0885094b5e4cc2a6f613f7fb6f16fe932e authored almost 4 years ago
[Tests] `jsx-max-depth`: add test case

See https://github.com/yannickcr/eslint-plugin-react/issues/2880#issuecomment-752989284

github.com/jsx-eslint/eslint-plugin-react - 4dda913dfa4cab48a67febb58ef839f3456b5f84 authored almost 4 years ago
[Dev Deps] update `@types/eslint`, `@types/estree`, `@types/node`

github.com/jsx-eslint/eslint-plugin-react - bf8dff03d3ff2287ea97cf375f438792c3f42774 authored almost 4 years ago
[Fix] version detection: Add tests that verify versioning works for sibling and child projects

Fixes #2218

github.com/jsx-eslint/eslint-plugin-react - eeb92731bd922af4493cf938f0547a021e5cdbcf authored almost 4 years ago
[Docs] Document the similarity between html-has-lang and lang

github.com/jsx-eslint/eslint-plugin-jsx-a11y - df3c7ad99ddad22598538038fae62cc3ccbf5dbc authored almost 4 years ago
[New] `jsx-newline`: Add prevent option

Fixes #2793. Closes #2927.

github.com/jsx-eslint/eslint-plugin-react - a68607966bf670dc911df7a2f41528b98f1addb1 authored almost 4 years ago
[Fix] `jsx-curly-newline`: Update error messages

The error messages for 'unexpected' curlys use the opposite curly.

github.com/jsx-eslint/eslint-plugin-react - 525af5ffbeacc91aa27463e5c502cdca0000ecff authored almost 4 years ago
[Dev Deps] update `@types/eslint`, `@types/node`, `aud`, `eslint-config-airbnb-base`, `typescript`

github.com/jsx-eslint/eslint-plugin-react - 91e21ac7ad17c5dcfe06ef446d966a597e4e853e authored almost 4 years ago
[Deps] update `object.fromentries`, `object.values`, `string.prototype.matchall`

github.com/jsx-eslint/eslint-plugin-react - 1d3c2847cdbfa6f0584ad9d42a09085d53178933 authored almost 4 years ago
[Tests] make sure `parsers.TS` is harder to misuse

From https://github.com/yannickcr/eslint-plugin-react/pull/2930#issuecomment-784451726

github.com/jsx-eslint/eslint-plugin-react - af2d24a495c63e2378f1587ab8172a6fc50c0b57 authored almost 4 years ago
[Deps] update `array-includes`, `array.prototype.flatmap`, `object.entries`, `object.fromentries`, `object.values`, `resolve`, `string.prototype.matchall`

github.com/jsx-eslint/eslint-plugin-react - 342ad24fe7f5d680a7d1f3e4b5ab35a24a77ff59 authored almost 4 years ago
[Fix] `boolean-prop-naming`: add check for typescript "boolean" type

Fixes #2892.

github.com/jsx-eslint/eslint-plugin-react - ae5ace56a605c8aab108662bb673bda1061be39c authored almost 4 years ago
[Tests] fix tests breaking on npm 7

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2e5df91ac201044f1206227623f1f1d98470f420 authored almost 4 years ago
[Fix] `destructuring-assignment`: fix a false positive for local prop named `context` in SFC

Fixes #2911.

github.com/jsx-eslint/eslint-plugin-react - 734dc5384c72a1ae2d5d4ddf0fffd2bb8d2abfd1 authored almost 4 years ago
[Docs] `no-redundant-roles`: Adds missing closing square bracket

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 3df059e2c809c41cf838199a6cb40d52b5e0ed10 authored almost 4 years ago
[Fix] `jsx-no-target-blank`: Allow rel="noreferrer" when `allowReferrer` is true

github.com/jsx-eslint/eslint-plugin-react - e54118b5c8523e885972748e9b48f64f30d57d58 authored almost 4 years ago
[Docs] added missing curly braces

Fixes #2922.

github.com/jsx-eslint/eslint-plugin-react - 3885641ee344424486de15f8d44769b4a43d3ab5 authored almost 4 years ago
Revert "[eslint] fix surprise linting error"

This reverts commit 18d7d49cd78b79d2f8a6737040b4e3394e18bad6, and disables the linting warning i...

github.com/jsx-eslint/eslint-plugin-react - e9a81f8a724a7f78fe6258aa2ad50114f1e8c408 authored almost 4 years ago
[Tests] `no-unescaped-entities`: resolve `acorn-jsx` from `eslint`

Needed to be robust to npm 6 vs 7 hoisting behavior

github.com/jsx-eslint/eslint-plugin-react - 05d35ad1cff6af5f5635179649621238b8eebe93 authored almost 4 years ago
[eslint] fix surprise linting error

github.com/jsx-eslint/eslint-plugin-react - 18d7d49cd78b79d2f8a6737040b4e3394e18bad6 authored almost 4 years ago
[Tests] use `--legacy-peer-deps` for npm 7

This is needed because we test on eslint < 5, and `@typescript-eslint/parser` has peer dep requi...

github.com/jsx-eslint/eslint-plugin-react - 32383e125cbb190717c29cea71f71b06db3c0821 authored almost 4 years ago
[Docs] `anchor-is-valid`: Add Next.js case

Adds up-front documentation of the issue and possible workarounds for users encountering #402

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 42ce5b728df7e1c63c5d88cfc5d8bb862fbe658b authored almost 4 years ago
[Fix] move error messages to meta property

github.com/jsx-eslint/eslint-plugin-react - f24c353aca1225dbdd0d75a8e1c02d6b711b94c9 authored almost 4 years ago
[Tests] add passing test, fixed in #3070.

Ref: https://github.com/typescript-eslint/typescript-eslint/issues/2985

github.com/jsx-eslint/eslint-plugin-react - 783d4cd649d3af1ed7e61d60cc36beb3d3fc402a authored almost 4 years ago
[New] `jsx-pascal-case`: support `allowNamespace` option

github.com/jsx-eslint/eslint-plugin-react - acf7d62cb40bef49ed8574e04a97eb89ce923907 authored almost 4 years ago
[Docs] `jsx-no-constructed-context-values`: fix invalid example syntax

github.com/jsx-eslint/eslint-plugin-react - 4ea7d3ca7a3201cef6522601233e2db2817e9043 authored about 4 years ago
[readme] Replace lists of rules with tables in readme

github.com/jsx-eslint/eslint-plugin-react - 9ef12137feee49de1de05a0bb399b789a7bf8d2c authored about 4 years ago
[New] `jsx-pascal-case`: support minimatch `ignore` option

Fixes #2905.

github.com/jsx-eslint/eslint-plugin-react - 4881bae2c644ca835353c3570aabd0eeb2befcf6 authored about 4 years ago
[Fix] `jsx-curly-brace-presence`: ignore containers with comments

Fixes #2885

github.com/jsx-eslint/eslint-plugin-react - 0e9a193435454cd4891760d2bc5efdb2d2bc6294 authored about 4 years ago
[Fix] `no-typos`: avoid a crash on bindingless `prop-types` import; add warning

Fixes #2899

github.com/jsx-eslint/eslint-plugin-react - f34ee91a18f6217456df4b9f2d7e7ee98a779e2b authored about 4 years ago
[Fix] `no-array-index-key`: support optional chaining

Fixes #2896.

Co-authored-by: Jordan Harband <[email protected]>

github.com/jsx-eslint/eslint-plugin-react - 4406aba4238825d8307a61eac503ac4b725acf50 authored about 4 years ago
[Fix] `jsx-no-constructed-context-values`: avoid a crash with boolean shorthand

Fixes #2895

github.com/jsx-eslint/eslint-plugin-react - 4a6827d0748f613e82f5f42b425c426216e48d12 authored about 4 years ago
[meta] add missing changelog header for v7.22.0

github.com/jsx-eslint/eslint-plugin-react - 3481a491c294375dc4fe0917dd25ae1294975977 authored about 4 years ago
[Fix] `jsx-no-constructed-context-values`: avoid a crash with `as X` TS code

Fixes #2894

github.com/jsx-eslint/eslint-plugin-react - 1b5e450cd40c159c680d3f015252600721d4c7b9 authored about 4 years ago
[New] `no-unstable-nested-components`: Prevent creating unstable components inside components

github.com/jsx-eslint/eslint-plugin-react - 7b35ee7204e38cf499a3782a61059b5aea7ec8d7 authored about 4 years ago
[Fix] `static-property-placement`: do not report non-components

Fixes #2884.

github.com/jsx-eslint/eslint-plugin-react - 2201f9d885992626fc97810cf9b5f8027ca3e5a2 authored about 4 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - e2eaadae316f9506d163812a09424eb42698470a authored about 4 years ago
[Tests] clean up some test cases

github.com/jsx-eslint/eslint-plugin-react - a137a04d7976ab70ca5b20e93dd5a1651d5fb5e2 authored about 4 years ago
[Tests] migrate tests to Github Actions

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 6b19aa59075c28ba65b3dcd8045a87b755b46489 authored about 4 years ago
[meta] run `aud` in `posttest`

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7e158e3ab2a4c27ce1484e7aaf09b2ab9fc7db99 authored about 4 years ago
[Tests] stop using coveralls

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 71f390f68929a0ece94be4c199d3410bff89bb8e authored about 4 years ago
[meta] add Automatic Rebase and Require Allow Edits workflows

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e54b466b5726c443473a5d2d74098a11bf3f86e0 authored about 4 years ago
[Tests] stop using coveralls

github.com/jsx-eslint/jsx-ast-utils - 7f536a435e84f4e6c3a9b992aeccd8381480143e authored about 4 years ago
[meta] run `aud` in `posttest`

github.com/jsx-eslint/jsx-ast-utils - 87554ddfe64f6286e31acb6538cd35e24060b70d authored about 4 years ago
[Tests] migrate tests to Github Actions

github.com/jsx-eslint/jsx-ast-utils - c554f28b6b1deaf57d6e244aeac3bd7fc6c31039 authored about 4 years ago
[meta] add Automatic Rebase and Require Allow Edits workflows

github.com/jsx-eslint/jsx-ast-utils - 1d25c236e85821c5e09e5ec3291eedd844657620 authored about 4 years ago
[Tests] skip failing fragment test in node 4

github.com/jsx-eslint/jsx-ast-utils - 014af46759e693252c0bf1a7b3a800549bc7050d authored about 4 years ago
[Fix] `no-danger-with-children`/`style-prop-object`/`no-adjacent-inline-elements`: add category, URL

github.com/jsx-eslint/eslint-plugin-react - 77e1b35802676529817c99dde5a0238aae6da8e0 authored about 4 years ago
Merge pull request #762 from arjansingh/patch-1

[doc] Add link to MDN Aria documentation

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1af50b899762fd3cc11dfbe2de26cf230416148a authored about 4 years ago
Merge branch 'master' into patch-1

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ad474a0ced0b3fc32bef6afcc0ce74ba5c50d894 authored about 4 years ago
Ran npm update; latest packages

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 854da0c073cad654eb41d02e00d1e1efa7111223 authored about 4 years ago
[meta] fix changelog entry

github.com/jsx-eslint/eslint-plugin-react - 7aaa1cf6b0d50ef582a4783c8e9e6be50f06c680 authored about 4 years ago
[Fix] `jsx-no-undef`: handle the TS parser combined with an invalid ecmaVersion

Context: this is because typically, in a Module, a function's scope's
parent ends up hitting "mo...

github.com/jsx-eslint/eslint-plugin-react - 816e3449cfa01adfe66fa52dfc0aaccbe0f8dd41 authored about 4 years ago
[Tests] add `readme` tests I forgot in #2887

github.com/jsx-eslint/eslint-plugin-react - b85b8fc39eb1090dce76acff45aa5b966934f670 authored about 4 years ago
[Tests] migrate tests to Github Actions

github.com/jsx-eslint/eslint-plugin-react - 8ef839aabe52d13fda5211d17e07b183ddc5cc39 authored about 4 years ago
[Tests] test on node v14 and v15, and remove v11 and v13

github.com/jsx-eslint/eslint-plugin-react - ef839f73cedf71a98a3910c7f146eff9f3cb89c2 authored about 4 years ago
[actions] add Automatic Rebase and "Allow Edits" workflows

github.com/jsx-eslint/eslint-plugin-react - 147f77081f476326b8357025ea02d2571afec88c authored about 4 years ago
[Fix] `no-unused-prop-types`: apply `skipShapeProps` to exact types

Fixes #2850.

github.com/jsx-eslint/eslint-plugin-react - 9e4bbd0e810db8fd41416d09396dc82264708143 authored about 4 years ago
[doc] Add link to MDN Aria documentation

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d85ce544cf62aea5274da9a4007c963f3f3d2958 authored about 4 years ago
[Docs] `prop-types`: fix example

github.com/jsx-eslint/eslint-plugin-react - aa43237b68054e541ac23dffc13ba69c06bbfa71 authored about 4 years ago
[Fix] `no-unknown-property`: avoid crash with prop named with Object.prototype key

Fixes #2879

github.com/jsx-eslint/eslint-plugin-react - 23da1ee313760d95ee294230f597b217e7cda78c authored about 4 years ago
[Tests] add passing tests for JSXEmptyExpression

Closes #107.

github.com/jsx-eslint/jsx-ast-utils - 39d6d511c5c0ea2bd3e666ecb28b66186614c80b authored about 4 years ago
[Dev Deps] update `@babel/core`, `@babel/parser`, `eslint`, `eslint-config-airbnb-base`, `object.entries`, `object.fromentries`

github.com/jsx-eslint/jsx-ast-utils - f3aa88e88d6db2160942c67fdd15e6305a30486f authored about 4 years ago
[Deps] update `array-includes`, `object.assign`

github.com/jsx-eslint/jsx-ast-utils - 4766ee74b7f336be755370bedcb7e14a39633747 authored about 4 years ago
[Fix] `TSNonNullExpression`: handle `ThisExpression`s

Fixes #108

github.com/jsx-eslint/jsx-ast-utils - 3352ed4c9646d7dc381080dc335e37aee580a607 authored about 4 years ago
[Fix] `jsx-wrap-multilines`: fix crash with `declaration`s that are on a new line after `=`

Fixes #2875.

github.com/jsx-eslint/eslint-plugin-react - 9c1e65252968d98097ccc9bc31bddef307499fe0 authored about 4 years ago
[New] add support for fragment syntax (`<>`)

Fixes #108.

github.com/jsx-eslint/jsx-ast-utils - 57463fa6458fca2d549da9314bd6ddb7d8e6078d authored about 4 years ago
[Fix] `jsx-props-no-multi-spaces`: fix a false positive for beside comments

Fixes #2874

github.com/jsx-eslint/eslint-plugin-react - 796b6094fbe5cc6ac5bed04f480e8e9db2530239 authored about 4 years ago
[Fix] `prop-types`: default argument does not count as props-types declaration

Fixes #2867.

github.com/jsx-eslint/eslint-plugin-react - 9ec87e5d56b01bcabc762ef55d69246c8a8bf820 authored about 4 years ago
[New] add `hook-use-state` rule to enforce symmetric useState hook variable names

Ensure two symmetrically-named variables are destructured from useState hook calls

github.com/jsx-eslint/eslint-plugin-react - 4f541088c0910a7093b85d565fa28debeea48169 authored about 4 years ago
[Tests] fix `jsx-max-depth` tests in eslint 4

github.com/jsx-eslint/eslint-plugin-react - d873bdb20d877cb9ae0717ffad8f27d20cd229a1 authored about 4 years ago
[Fix] `jsx-max-depth`: avoid crash with childless jsx child

Fixes #2869

github.com/jsx-eslint/eslint-plugin-react - 7f418944ac7462aac83074a470619aa14b3ccfef authored about 4 years ago
[Fix] `no-typos`: avoid crash with computed method name

Fixes #2870

github.com/jsx-eslint/eslint-plugin-react - 4073d0eec828b04b891c719174d59d34791bace9 authored about 4 years ago
[Fix] `jsx-no-script-url`: avoid crash with boolean `href`

Fixes #2871

github.com/jsx-eslint/eslint-plugin-react - 63d5a1b0a0d4735f1ebe63247b330c2aa44948d7 authored about 4 years ago
[Docs] `no-noninteractive-tabindex`: Add example for tabIndex on seemingly non-interactive element

Closes #717

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 066ccffac37459e5b3dcb607f06ad3e88bc39c08 authored about 4 years ago
[New] add `no-invalid-html-attribute` rule

Co-authored-by: Sebastian Malton <[email protected]>
Co-authored-by: Jordan Harband <ljharb@...

github.com/jsx-eslint/eslint-plugin-react - 9ea7449a81f02459b964aecbf9715da2d5f0141d authored about 4 years ago
[New] `jsx-no-target-blank`: add fixer

github.com/jsx-eslint/eslint-plugin-react - 4f2d1eb6f968594113642522dfe981e0ed8507bf authored about 4 years ago
[patch] `no-onchange`: Remove rule from recommended/strict configs, and deprecate

See https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/398#issuecomment-729113622

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 20b48a4110fef62165148a43269d955d82882cbc authored about 4 years ago
[Docs] `no-unused-prop-types`: Add new example to rule

Fixes #2849

github.com/jsx-eslint/eslint-plugin-react - 5708ecf7aaa6638461f58d271072c878e061c531 authored about 4 years ago
[Fix] `jsx-no-target-blank`: avoid a crash with a non-string literal

Fixes #2851.

github.com/jsx-eslint/eslint-plugin-react - edbbd7931902ec0b1cc1941df4155e39acc06f31 authored about 4 years ago
[New] `jsx-no-target-blank`: Add `warnOnSpreadAttributes` option

Defaults to `false`. When set to `true`, treats spread attributes as dangerous unless explicitly...

github.com/jsx-eslint/eslint-plugin-react - c4ecce98d07f3d865e0458efed73e4bc787ec439 authored over 4 years ago
[New] add `no-object-type-as-default-prop` rule

Co-authored-by: cyan33 <[email protected]>
Co-authored-by: fengkx <[email protected]>
Co...

github.com/jsx-eslint/eslint-plugin-react - 4cfe5d20cb3e1e84f0b72edd591dba9eb8d33c70 authored over 4 years ago
[New] `jsx-indent-props`: add `ignoreTernaryOperator` option

Fixes #2841.

github.com/jsx-eslint/eslint-plugin-react - 66593e56d626220c9806cd62abf47bee081e7662 authored over 4 years ago
Merge pull request #754 from jsx-eslint/fix-747

Upgrade jsx-ast-utils dependency to v3.1.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 07064577ac28c161236bc5c83a9ed746fb7aa969 authored over 4 years ago
Upgrade jsx-ast-utils to v3.1.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f8a4496b55b113ae835d04a7d4300b824a4a4680 authored over 4 years ago
Merge pull request #753 from jsx-eslint/tag-6.4.0

CHANGELOG update for v6.4.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1834668927e9c6b470f39f4bcaed113dc38e4b8d authored over 4 years ago
CHANGELOG update for v6.4.0

6.4.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - a6d883d4c63e37de70fd92e6ff89561f2a90b0eb authored over 4 years ago