Ecosyste.ms: OpenCollective

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

github.com/typescript-eslint/typescript-eslint

:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
https://github.com/typescript-eslint/typescript-eslint

Merge branch 'main'

bccf8514621c5d7bc17f1943ed20ec838d32f4dc authored over 1 year ago
fix(eslint-plugin): replace auto-fix of class literal property style rule with suggestion (#7054)

* Complete sentence documenting turning on parserOptions.project

* fix: replace auto-fix with...

a8c824a1e84453f93cd2b464fc102bc878c1aff3 authored over 1 year ago
docs: be more explicit about what restrict-template-expressions restricts (#7009)

* docs: be more explicit about what restrict-template-expressions restricts

* Update packages...

4437d18015dfa7ed0fd77e736a1ddedb638eeb31 authored over 1 year ago
chore(deps): update dependency eslint-plugin-unicorn to v46.0.1 (#7023)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

895b10607f45b9afae105bb392c8737415dfdd2a authored over 1 year ago
chore: update contributors (#7152)

Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>

2289d05f3e946af3cfeea5a38dd02a3ca0fe1642 authored over 1 year ago
chore(deps): update dependency @types/debug to v4.1.8 (#7072)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

f82847556b0189fbbd00ab04f283701dd6208364 authored over 1 year ago
fix(eslint-plugin): [comma-spacing] allow no space after trailing comma in objects and arrays (#6938)

* feat(eslint-plugin):[comma-spacing]allow no space after trailing comma in objects and arrays
...

24bdacc7e5df40c92031a1bd7e9815d66a35b31d authored over 1 year ago
fix(eslint-plugin): [prefer-includes] escape special characters (#7161)

fix: escape special characters #7145

5a347a5978bc5737412bd12d61eb6058163cf4a0 authored over 1 year ago
feat(eslint-plugin): [prefer-nullish-coalescing] add `ignorePrimitives` option (#6487)

* issue-4906 - prefer-nullish-coalescing enhancment

* remove comment

* add doc

* CR: so...

6edaa04565576f0af7e60bc08602bd781c847804 authored over 1 year ago
chore: updated v6 blog post for new 'final final' configs

c8bb00d171a4aa77b550e6935e8aed97eb1f1e90 authored over 1 year ago
fix(type-utils): treat intrinsic types as if they are from lib and never match error types (#6869)

* fix(type-utils): treat intrinsic types as if they are from lib and never match error types

...

ecb57de5eb50511bed163f6e1b27e31b8577344e authored over 1 year ago
feat(eslint-plugin): [prefer-optional-chain] handle cases where the first operands are unrelated to the rest of the chain and add type info (#6397)

02a37c4c79d9b83998b7ee1376be43b06e12b3a0 authored over 1 year ago
Updated test snapshots

ca3fc020a591549503aac70da364fa5dd938f6a9 authored over 1 year ago
chore: update sponsors (#7169)

Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>

b1a23a9138c929f2d2ee885a945b0c19d3fbbb04 authored over 1 year ago
ts-expect-error for #7166

41d68ea338044e7d199d4d915205c1ff83abb24b authored over 1 year ago
Included basic for reference too

aaf0cb53d6a69fb7b43caa35d12e31db5d2389a8 authored over 1 year ago
Touch up JSXNamespacedName component-dashed fixture to align to docs

6c99c3bcfe94af296236027240909a042af100fa authored over 1 year ago
Remove unnecessary test log

0f807edbbfb568d4a1e46030ae38148ebbe4afb7 authored over 1 year ago
Fix react-split-pane patching

e99f3b3bf851812d8b3d2674d65a307eb0735798 authored over 1 year ago
Merge branch 'main'

c23365292631b1c3db7c439c9d962234084f66b7 authored over 1 year ago
docs: added announcing-typescript-eslint-v6 blog post (#7156)

* docs: added announcing-typescript-eslint-v6 blog post

* Mention hasFullTypeInformation

*...

3e18a319236776798e7b068a27b3d5fab8184230 authored over 1 year ago
feat(eslint-plugin): final final config changes for v6 (#7157)

* feat(eslint-plugin): final final config changes for v6

* yarn generate:configs

* Fix unu...

e35c5c1c39f3d76b916ad1c1ac2c7bf05b379193 authored over 1 year ago
chore: publish v5.61.0

2f46341a14ca6f05334301315bc54dd20129c408 authored over 1 year ago
chore: enabled stylistic-type-checked internally (#7138)

* chore: enabled stylistic-type-checked internally

* Reduced scope of changes

* Updated sn...

42fe29f6912361521d551c0f629f06b54919af69 authored over 1 year ago
feat: support TypeScript 5.1 (#7088)

* feat: support TypeScript 5.1

* Re-apply patch-package typescript

* jsx: preserve in ast-...

4bf2d7360eaf74c9ef87b196ff4c459b8f50800b authored over 1 year ago
chore: update sponsors (#7132)

Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>

97abdbc40df62f90a6a0c81d4931d223e0549a1c authored over 1 year ago
feat(eslint-plugin): [ban-types] ban types in extends and implements (#7129)

* test(eslint-plugin): add test for banning types when using intersections

* feat(eslint-plug...

997783ff108ca18af709667ef3fdfa7134a8eefe authored over 1 year ago
feat: use graphemer instead of grapheme-splitter (#7069)

faea3ff8b4d750974c41262b44db314f20d0c99c authored over 1 year ago
chore: publish v5.60.1

f74862cbfb5c74ba958ba27d1ea2ca5046821818 authored over 1 year ago
chore: bump to latest lerna and apply custom release entry markdown (#7139)

5d175e74249210296d206449626ec01498338391 authored over 1 year ago
chore: enable sort-type-constituents internally (#7028)

3cdf5c93163036fdc60325129d9746ff57574336 authored over 1 year ago
feat(typescript-estree): remove parseWithNodeMaps (#7120)

e2a0a768d18a6aed5046946a2b57b219a54dcf3e authored over 1 year ago
docs: reorganise release/version docs (#7033)

* docs: reorganise release/version docs

* Apply suggestions from code review

Co-authored-by: J...

cc3380444896e7ea5678f7763f007d9b1d29a8df authored over 1 year ago
docs: fix broken links v6 docs (#7082)

5ea887d9e44a9b2ec1589fb7a1c0c7096aedc2d2 authored over 1 year ago
Merge branch 'main' into v6

371fc26f7f948f725d412919560d02b0119ee6a6 authored over 1 year ago
docs: remove erroneous hasFullTypeInformation .mdx reference

36b65ebc7732c6f18427817012db3c47ed86c0a4 authored over 1 year ago
chore: publish v5.60.0

c09b1c0252cbbf58e94ca5d671b6e05f29511144 authored over 1 year ago
build: add publishConfig.access = 'public' to rule-tester/package.json

b411706a18d85c2f5b84ca6e89c7acd3559d5ec5 authored over 1 year ago
feat(eslint-plugin): apply final v6 changes to configs (#7110)

* feat(eslint-plugin): apply final v6 changes to configs

* Ah, fixed new lint rule violations...

c13ce0b4f7a74a6d8fecf78d25ebd8181f7a9119 authored over 1 year ago
feat: fork json schema types for better compat with ESLint rule validation (#6963)

* feat: fork json schema types for better compat with ESLint rule validation

* make the schem...

a4967f2e8cc7b0432d8dfe804772e60042c5384c authored over 1 year ago
fix: fix illegal decorator check (#6723)

* Fix illegal decorator check

* Fix

* Fix scope-manager tests

* Fix member-ordering.tes...

c456f8cdef5a931c631bfbcfc84d8a25caaf019f authored over 1 year ago
build: add missing use-at-your-own-risk getCanonicalFileName export

89b14f2c1a4865a764e255f4871a220305cf8801 authored over 1 year ago
fix(type-utils): file variant of TypeOrValueSpecifier uses canonical filenames instead of lowercasing (#6781)

* fix(type-utils): file variant of TypeOrValueSpecifier uses canonical filenames instead of lowe...

5095d05ac97320e7e50decef58279b01f2bfbd18 authored over 1 year ago
Merge branch 'main' into v6

4a3705aee5946642eb5b44502df49f58593e7b18 authored over 1 year ago
chore: update sponsors (#7094)

Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>

082c948cf68b2b17212144b62608962f0fcd0069 authored over 1 year ago
Update test snapshots

da95d62e2b28a3fe3924fe0742d032d5449dc79e authored over 1 year ago
Merge branch 'main'

ee4450bda5bc56749d5f9010d6695bd62e5ae14d authored over 1 year ago
correct eslint-visitor-keys patch name

e712dceebb9aadd3ec8908ef313e399a8b176b7b authored over 1 year ago
Merge branch 'main'

8410f99afb03ba29d3d9ff9fd240164cf3a5afcb authored over 1 year ago
feat(eslint-plugin): [restrict-plus-operands] change checkCompoundAssignments to skipCompoundAssignments (#7027)

* feat(eslint-plugin): [restrict-plus-operands] change checkCompoundAssignments to skipCompoundA...

dc801d892ecc1af678ff37166481f4b69186164c authored over 1 year ago
feat(eslint-plugin): [restrict-plus-operands] add allow* options (#6161)

* feat(eslint-plugin): [restrict-plus-operands] add allow* options from restrict-template-expres...

def09f88cdb4a85cebb8619b45931f7e2c88dfc0 authored over 1 year ago
chore: publish v5.59.11

a91bb9e264544fc635a44468c2543b94fa83ac1c authored over 1 year ago
chore: publish v5.59.10

9768e989d332fb11c9cb6c72f8d1d707a0b59b95 authored over 1 year ago
chore: publish v5.59.9

a2b6b2e0a1ccdfbd5c76ba3fbcffd94d29f5d2b1 authored over 1 year ago
chore: update to latest lerna

84e5601f9831766bfd2e77cc86e1cafe6358e51b authored over 1 year ago
chore: update to latest lerna and nx (#7084)

0af4ceaececdd3368e59484cf1b28a33f882ae59 authored over 1 year ago
chore: update contributors (#7077)

15b8e96bc3fa356c3971216a6d25c31f6e42a692 authored over 1 year ago
chore: update sponsors (#7078)

dff46923d42b19807f5bcf9e348dff4ca56387e2 authored over 1 year ago
chore: add workflow to automatically run prettier whenever renovate updates it (#6370)

8292c7008de740b1b96316e725aae71be37afcbc authored over 1 year ago
chore: custom wait-for-netlify action (#7083)

dbb9de6c4dc8246750d8ef5ccf209bff01e7ce7a authored over 1 year ago
chore: update to latest lerna

3f97eb554a0d928152344f59913f798fd4517b13 authored over 1 year ago
chore: update to latest nx and lerna (#7019)

4710a226cb3e024fbc5157ab6102c9310cfbeeed authored over 1 year ago
docs: correct explicit-module-boundary-types correct case (#7073)

Update explicit-module-boundary-types.md

Updates "Correct" version to match "Incorrect" versi...

a9cf44b49775913400f3bdb08d4b8269ea0f74d4 authored over 1 year ago
docs: replace extend any with unknown for no-unnecessary-type-constra… (#6976)

* docs: replace extend any with unknown for no-unnecessary-type-constraint rule

* Update pack...

f5d174dae965c3fd93ab753409a00226033e183f authored over 1 year ago
docs: complete sentence documenting turning on parserOptions.project (#7052)

* Complete sentence documenting turning on parserOptions.project

* Spell out CWD

Co-author...

013cfd986bc801ae9bf83f2340dd83170b898789 authored over 1 year ago
chore: publish v5.59.8

391a6702c0a9b5b3874a7a27047f2a721f090fb6 authored over 1 year ago
docs: add a section suggesting gifs for pr reviews (#6974)

* docs: add a section suggesting gifs for pr reviews

* fix extra line

* remove duplication...

5fcc195897417e64010b2808565c4b71539377d0 authored over 1 year ago
docs: update PR title subject example (#7051)

a62652065f45307214e21e8d2e5f45242363f889 authored over 1 year ago
docs(eslint-plugin): update correct code example for sort-type-constituents (#7050)

Update docs for sort-type-constituents

6b8ec6e9ef743719180a3ee45bc8a4a858718f41 authored over 1 year ago
chore(deps): update dependency webpack to v5.84.0 (#7001)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

514353615b9f285bec19b21d4ff5aabf1bca6c43 authored over 1 year ago
chore(deps): update dependency @types/node to v18.16.14 (#7011)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fdee469a686fdfa6684ffbae5661e2603a0230db authored over 1 year ago
chore(deps): update dependency semver to v7.5.1 (#7000)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

0e27ad6628f875e55470a78981765e7215ed32a3 authored over 1 year ago
docs: fleshed out RFC and Technical Discussions forms (#7059)

* docs: fleshed out RFC and Technical Discussions forms

* Apply suggestions from code review
...

57e8a35ae319ec8a7e18a7bbdca3b38ff99b254a authored over 1 year ago
chore: publish v5.59.7

5166a00e1a903901c5bedbd7d57198fc0962061e authored over 1 year ago
docs(website): fix wrong example in `prefer-includes` (#7036)

`readonlyArray.indexOf(value) === -1` is checking if `value` is **not
included** in `readonlyAr...

8951732e839a94d7c436d5774d473e6a05e8a9f1 authored over 1 year ago
chore: publish v5.59.6

5b0e577f2552e8b2c53a3fb22edc9d219589b937 authored over 1 year ago
feat: drop support for node v14 and test against node v20 (#7022)

e6235bf61b781066653581b57b7cd976c9c4f905 authored over 1 year ago
fix: correct jest.mock path post merge

778d254eefc5bb08f39e4ce7d691c67977e620ab authored over 1 year ago
Merge branch 'main' into v6

fb66d3375ea52a338cbdc5f507d18b46afa8958d authored over 1 year ago
chore: publish v5.59.5

a6f23a2dd5f1ad8e3ede0a4594a5e435182b4a2c authored over 1 year ago
chore: publish v5.59.4

13fd1e5edbfee5c05a791ef49a711ffc0b0ed4e5 authored over 1 year ago
chore: publish v5.59.3

200afb6113e3d8f42e38d5b3493ee9b9bdfba22f authored over 1 year ago
docs: [ban-types] update documentation; suggest option and defaults (#7002)

* docs: update ban-types default options

* docs: add suggest documentation to ban-types

30f41aba51eb7a4ddc6cd5269489a1bc0d6a759b authored over 1 year ago
chore: bump console-fail-test to 0.2.3 (#6997)

* chore: bump console-fail-test to 0.2.3

* Remove test fail

824e6125eb208dda712fe64d0bc8fc30e67bc668 authored over 1 year ago
chore: update provenance config to work for all releases

6d5e1b9efa2e631ab74f11700202e8bb08ca877c authored over 1 year ago
chore: apply provenance data to canary releases (#6998)

55c22cdf5b215d982461ec651a92f37f0782271c authored over 1 year ago
docs: add missing ! (...) around comparison cases in no-unnecessary-boolean-literal-compare fixer (#6968)

fix(docs): no-unnecessary-boolean-literal-compare fixer

d4bc770be1ac23ad0830c528703dbf08773ffb09 authored over 1 year ago
chore(deps): update dependency monaco-editor to ^0.38.0 (#6996)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

0adc1a1e653e097834d47e13b56ce9df2a179d3a authored over 1 year ago
chore(deps): update babel to v7.21.8 (#6995)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

d840d06f627beb155a0de01086d854b3295bdcc5 authored over 1 year ago
chore(deps): update dependency @microsoft/api-extractor to v7.34.7 (#6990)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

b285e831c779c417043d35a25e3b6d4895dd90d5 authored over 1 year ago
chore(deps): update dependency console-fail-test to ^0.2.0 (#6985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

61e2b1a001bf3004951c5ee39f2f7f482faa3f30 authored over 1 year ago
chore(deps): update dependency @axe-core/playwright to v4.7.0 (#6987)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

bfa6b24d50305c525f224b6e437762bfc5490855 authored over 1 year ago
chore(deps): update dependency @types/marked to v4.3.0 (#6988)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

b0c160dc408c5e17772669cca655be3e1cd0de54 authored over 1 year ago
chore(deps): update dependency tsx to v3.12.7 (#6984)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

f3fe7253ec0a0361f606eb86183cef14d94c1e74 authored over 1 year ago
chore(deps): update dependency @eslint-community/regexpp to v4.5.1 (#6983)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

28d3402ccc8bdd4cc6c400130eca4274fc64942a authored over 1 year ago
chore: update sponsors (#6991)

Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>

4f6be7f3ec46e673dcdab29d67a3f53957a8ecdd authored over 1 year ago
chore(deps): update babel to v7.21.5 (#6980)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

2e733f3f1e1180d5d7b9e7731f7299d3a6cbef47 authored over 1 year ago
chore(deps): update dependency @microsoft/api-extractor to v7.34.6 (#6977)

chore(deps): update dependency @microsoft/api-extractor to v7.34.5

Co-authored-by: renovate[bot...

a1ebf3eaacf634aaf99c2114599fb941318b9bd2 authored over 1 year ago