Closed dependabot[bot] closed 2 months ago
Bumps the development group with 6 updates in the / directory:
8.57.0
9.9.1
2.15.1
3.5.0
5.1.3
5.2.1
6.1.1
7.1.0
7.34.1
7.35.0
3.2.5
3.3.3
Updates eslint from 8.57.0 to 9.9.1
eslint
Sourced from eslint's releases.
v9.9.1 Bug Fixes 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) Documentation 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas) f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas) 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas) 5dbdd63 docs: eslint-plugin-markdown -> @eslint/markdown (#18797) (Nicholas C. Zakas) c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta) f981d05 docs: Update README (GitHub Actions Bot) b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta) fb7a3f5 docs: update note for package managers (#18779) (Jay) Chores b0c34d0 chore: upgrade to @eslint/js@9.9.1 (#18809) (Francesco Trotta) cd5a0da chore: package.json update for @eslint/js release (Jenkins) e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas) 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic) f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann) aed2624 chore: update dependency @eslint/config-array to ^0.18.0 (#18788) (renovate[bot]) 5c29128 chore: update dependency @eslint/core to ^0.4.0 (#18789) (renovate[bot]) 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater) bf96855 chore: add ids to github issue templates (#18775) (Strek) v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave) Documentation 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson) 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M) fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M) 38a0661 docs: Fix typo (#18735) (Zaina Al Habash) 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye) f9ac978 docs: Update README (GitHub Actions Bot) Chores 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta) 59dba1b chore: package.json update for @eslint/js release (Jenkins) fea8563 chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot]) aac191e chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot]) b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann) v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes
9bde90c
fixTypes
lintText()
4840930
f61f40d
241fcea
5dbdd63
@eslint/markdown
c6c8ddd
f981d05
b516974
eslint/js
fb7a3f5
b0c34d0
@eslint/js
@9
cd5a0da
e112642
0f68a85
f8d1b3c
aed2624
@eslint/config-array
5c29128
@eslint/core
5d66fb2
bf96855
41d0206
3a4eaf9
require-await
async
9fe068c
48117b2
fec2951
38a0661
3c32a9e
f9ac978
461b2c3
@eslint/js@9.9.0
59dba1b
fea8563
aac191e
@eslint/json
b97fa05
13d0bd3
... (truncated)
Sourced from eslint's changelog.
v9.9.1 - August 23, 2024 b0c34d0 chore: upgrade to @eslint/js@9.9.1 (#18809) (Francesco Trotta) cd5a0da chore: package.json update for @eslint/js release (Jenkins) 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas) f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas) e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas) 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas) 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic) 5dbdd63 docs: eslint-plugin-markdown -> @eslint/markdown (#18797) (Nicholas C. Zakas) c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta) f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann) aed2624 chore: update dependency @eslint/config-array to ^0.18.0 (#18788) (renovate[bot]) 5c29128 chore: update dependency @eslint/core to ^0.4.0 (#18789) (renovate[bot]) 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater) f981d05 docs: Update README (GitHub Actions Bot) b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta) fb7a3f5 docs: update note for package managers (#18779) (Jay) bf96855 chore: add ids to github issue templates (#18775) (Strek) 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) v9.9.0 - August 9, 2024 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta) 59dba1b chore: package.json update for @eslint/js release (Jenkins) fea8563 chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot]) 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) aac191e chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot]) 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson) b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann) 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave) 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M) fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M) 38a0661 docs: Fix typo (#18735) (Zaina Al Habash) 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye) f9ac978 docs: Update README (GitHub Actions Bot) v9.8.0 - July 26, 2024 deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta) 4aaf2b3 chore: package.json update for @eslint/js release (Jenkins) 8e1a627 chore: update dependency @eslint/core to ^0.2.0 (#18700) (renovate[bot]) 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) 282df1a docs: Add system theme option (#18617) (Amaresh S M) ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas) 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic) 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas) 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas) a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)
v9.9.1 - August 23, 2024
v9.9.0 - August 9, 2024
v9.8.0 - July 26, 2024
deee448
@eslint/js@9.8.0
4aaf2b3
8e1a627
282df1a
ab0ff27
70dc803
basePath
53b1ff0
4514424
a7016a5
8781e6f
1503d03
Updates eslint-plugin-cypress from 2.15.1 to 3.5.0
eslint-plugin-cypress
Sourced from eslint-plugin-cypress's releases.
v3.5.0 3.5.0 (2024-08-12) Features add rule no-debug (033de6e) v3.4.0 3.4.0 (2024-07-24) Features add name to configs (for tooling) (d2f8406) v3.3.0 3.3.0 (2024-05-29) Features add flat configurations (0e434c7) v3.2.0 3.2.0 (2024-05-06) Features support eslint v9 through @eslint/eslintrc (25e092e) v3.1.1 3.1.1 (2024-05-03) Bug Fixes issue with unsafe to chain command that is not an action (93824e4) v3.1.0 3.1.0 (2024-05-03) Features apply no-pause rule recursively (f725f55) v3.0.3 3.0.3 (2024-05-01)
name
@eslint/eslintrc
d58d93d
77f2da9
0462555
7983175
dd07e80
033de6e
e644392
d2f8406
0e835e9
0e434c7
Updates eslint-plugin-prettier from 5.1.3 to 5.2.1
eslint-plugin-prettier
Sourced from eslint-plugin-prettier's releases.
v5.2.1 Patch Changes #668 ac036cc Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1
ac036cc
@OrlovAlexei
Sourced from eslint-plugin-prettier's changelog.
5.2.1 Patch Changes #668 ac036cc Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1 5.2.0 Minor Changes #652 f170011 Thanks @Logicer16! - feat: support parsing html via @html-eslint/parser natively
f170011
@Logicer16
html
@html-eslint/parser
51324d9
24288c7
a1e6f4a
de9751c
02c21a5
Updates eslint-plugin-promise from 6.1.1 to 7.1.0
eslint-plugin-promise
Sourced from eslint-plugin-promise's releases.
v7.1.0 7.1.0 (2024-08-06) 🌟 Features catch-or-return, prefer-await-to-then: do not report Cypress commands (#495) (943f162) prefer-await-to-then: ignore constructor scope unless with strict option (#496) (7bffb7a) new rule spec-only to check for non-spec Promise methods (#502) (d6e9de1) 📚 Documentation fixes the CI readme badge (#511) (030a3be) supply missing docs (#503) (602d825) 🧹 Chores bump dev dependencies (#483) (197ae4e) deps-dev: bump husky from 9.1.1 to 9.1.2 (#516) (ab8e7a0) file extension missing (#519) (94c9834) fix format.yml (#507) (948c097) v7.0.0 7.0.0 (2024-07-24) feat!: Update node versions to align with eslint v9 (#505) (09d0650), closes #505 eslint-community/eslint-plugin-promise#484 eslint-community/eslint-plugin-promise#504 BREAKING CHANGES Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0 v6.6.0 6.6.0 (2024-07-21) Bug Fixes always-return: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a) Features add strict option to disallow then or catch following await or yield (#494) (fa482cc) v6.5.1 6.5.1 (2024-07-20)
catch-or-return
prefer-await-to-then
strict
spec-only
always-return
then
catch
await
yield
Sourced from eslint-plugin-promise's changelog.
7.1.0 (2024-08-06) 🌟 Features catch-or-return, prefer-await-to-then: do not report Cypress commands (#495) (943f162) prefer-await-to-then: ignore constructor scope unless with strict option (#496) (7bffb7a) new rule spec-only to check for non-spec Promise methods (#502) (d6e9de1) 📚 Documentation fixes the CI readme badge (#511) (030a3be) supply missing docs (#503) (602d825) 🧹 Chores bump dev dependencies (#483) (197ae4e) deps-dev: bump husky from 9.1.1 to 9.1.2 (#516) (ab8e7a0) file extension missing (#519) (94c9834) fix format.yml (#507) (948c097) 6.0.2 Added tests for @typescript-eslint/parser support 6.0.1 Fixed @typescript-eslint/parser issue #331, #205 6.0.0 Dropped node 10 from engines #231 Updated a ton of deps #236, #237, #235, #234 ESLint 8 support #219 5.2.0 Updated param-names rule to allow for unused params 5.1.1 Updated docs to include no-callback-in-promise reasons #215 5.1.0 Included catch() and finally() in prefer-await-to-then #196 Added some additional tests and upgraded some dev deps #196 Exempted array methods in prefer-await-to-callbacks
@typescript-eslint/parser
param-names
no-callback-in-promise
catch()
finally()
d0ff43f
adc4a85
release-please
94c9834
ab8e7a0
1e13293
030a3be
7bffb7a
d6e9de1
943f162
e1ce2ad
Updates eslint-plugin-react from 7.34.1 to 7.35.0
eslint-plugin-react
Sourced from eslint-plugin-react's releases.
v7.35.0 Added support eslint v9 (#3759[] @mdjermanovic) export flat configs from plugin root and fix flat config crash (#3694[] @bradzacher @mdjermanovic) add [jsx-props-no-spread-multi] (#3724[] @SimonSchick) [forbid-component-props]: add propNamePattern to allow / disallow prop name patterns (#3774[] @akulsr0) [jsx-handler-names]: support ignoring component names (#3772[] @akulsr0) version settings: Allow react defaultVersion to be configurable (#3771[] @onlywei) [jsx-closing-tag-location]: add line-aligned option (#3777 @kimtaejin3) [no-danger]: add customComponentNames option (#3748[] @akulsr0) Fixed [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @mdjermanovic) [sort-prop-types]: single line type ending without semicolon (#3784[] @akulsr0) [require-default-props]: report when required props have default value (#3785[] @akulsr0) Changed [Refactor] variableUtil: Avoid creating a single flat variable scope for each lookup (#3782[] @DanielRosenwasser) #3759: jsx-eslint/eslint-plugin-react#3759 #3694: jsx-eslint/eslint-plugin-react#3694 #3771: jsx-eslint/eslint-plugin-react#3771 #1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088
@mdjermanovic
@bradzacher
jsx-props-no-spread-multi
@SimonSchick
forbid-component-props
propNamePattern
@akulsr0
jsx-handler-names
@onlywei
jsx-closing-tag-location
line-aligned
@kimtaejin3
no-danger
customComponentNames
no-invalid-html-attribute
sort-prop-types
require-default-props
variableUtil
@DanielRosenwasser
#3759: jsx-eslint/eslint-plugin-react#3759 #3694: jsx-eslint/eslint-plugin-react#3694 #3771: jsx-eslint/eslint-plugin-react#3771
#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088
Sourced from eslint-plugin-react's changelog.
7.35.0 - 2024.07.19 Added support eslint v9 (#3759[] @mdjermanovic) export flat configs from plugin root and fix flat config crash (#3694[] @bradzacher @mdjermanovic) add [jsx-props-no-spread-multi] (#3724[] @SimonSchick) [forbid-component-props]: add propNamePattern to allow / disallow prop name patterns (#3774[] @akulsr0) [jsx-handler-names]: support ignoring component names (#3772[] @akulsr0) version settings: Allow react defaultVersion to be configurable (#3771[] @onlywei) [jsx-closing-tag-location]: add line-aligned option (#3777 @kimtaejin3) [no-danger]: add customComponentNames option (#3748[] @akulsr0) Fixed [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @mdjermanovic) [sort-prop-types]: single line type ending without semicolon (#3784[] @akulsr0) [require-default-props]: report when required props have default value (#3785[] @akulsr0) Changed [Refactor] variableUtil: Avoid creating a single flat variable scope for each lookup (#3782[] @DanielRosenwasser) #3785: jsx-eslint/eslint-plugin-react#3785 #3784: jsx-eslint/eslint-plugin-react#3784 #3782: jsx-eslint/eslint-plugin-react#3782 #3777: jsx-eslint/eslint-plugin-react#3777 #3774: jsx-eslint/eslint-plugin-react#3774 #3772: jsx-eslint/eslint-plugin-react#3772 #3771: jsx-eslint/eslint-plugin-react#3771 #3759: jsx-eslint/eslint-plugin-react#3759 #3748: jsx-eslint/eslint-plugin-react#3748 #3724: jsx-eslint/eslint-plugin-react#3724 #3694: jsx-eslint/eslint-plugin-react#3694 7.34.4 - 2024.07.13 Fixed [prop-types]: fix className missing in prop validation false negative (#3749[] @akulsr0) [sort-prop-types]: Check for undefined before accessing node.typeAnnotation.typeAnnotation (#3779[] @tylerlaprade) #3779: jsx-eslint/eslint-plugin-react#3779 #3749: jsx-eslint/eslint-plugin-react#3749 [7.34.3] - 2024.06.18 Fixed [prop-types]: null-check rootNode before calling getScope (#3762[] @crnhrv) [boolean-prop-naming]: avoid a crash with a spread prop (#3733[] @ljharb) [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#3757[] @6uliver)
#3785: jsx-eslint/eslint-plugin-react#3785 #3784: jsx-eslint/eslint-plugin-react#3784 #3782: jsx-eslint/eslint-plugin-react#3782 #3777: jsx-eslint/eslint-plugin-react#3777 #3774: jsx-eslint/eslint-plugin-react#3774 #3772: jsx-eslint/eslint-plugin-react#3772 #3771: jsx-eslint/eslint-plugin-react#3771 #3759: jsx-eslint/eslint-plugin-react#3759 #3748: jsx-eslint/eslint-plugin-react#3748 #3724: jsx-eslint/eslint-plugin-react#3724 #3694: jsx-eslint/eslint-plugin-react#3694
prop-types
className
node.typeAnnotation.typeAnnotation
@tylerlaprade
#3779: jsx-eslint/eslint-plugin-react#3779 #3749: jsx-eslint/eslint-plugin-react#3749
@crnhrv
boolean-prop-naming
@ljharb
jsx-boolean-value
assumeUndefinedIsFalse
never
true
@6uliver
c6fdccd
a4b0bbc
a08cb93
4b3209b
ca8b11e
@babel/core
@babel/eslint-parser
597553d
c58f04b
00b89fe
4d2fd86
6a83d67
Updates prettier from 3.2.5 to 3.3.3
prettier
Sourced from prettier's releases.
3.3.3 🔗 Changelog 3.3.2 🔗 Changelog 3.3.1 🔗 dependabot[bot] commented 2 months ago Looks like these dependencies are updatable in another way, so this is no longer needed.
🔗 Changelog
🔗 dependabot[bot] commented 2 months ago Looks like these dependencies are updatable in another way, so this is no longer needed.
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the development group with 6 updates in the / directory:
8.57.0
9.9.1
2.15.1
3.5.0
5.1.3
5.2.1
6.1.1
7.1.0
7.34.1
7.35.0
3.2.5
3.3.3
Updates
eslint
from 8.57.0 to 9.9.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
8781e6f
9.9.11503d03
Build: changelog update for 9.9.1b0c34d0
chore: upgrade to@eslint/js
@9
.9.1 (#18809)cd5a0da
chore: package.json update for@eslint/js
release4840930
docs: Update README with version support and clean up content (#18804)f61f40d
docs: Update globals examples (#18805)e112642
refactor: Extract parsing logic from Linter (#18790)241fcea
docs: Use and define languages (#18795)0f68a85
chore: use eslint-plugin-yml on yaml files only (#18801)5dbdd63
docs: eslint-plugin-markdown ->@eslint/markdown
(#18797)Updates
eslint-plugin-cypress
from 2.15.1 to 3.5.0Release notes
Sourced from eslint-plugin-cypress's releases.
... (truncated)
Commits
d58d93d
Merge pull request #216 from nicooprat/master77f2da9
Merge pull request #217 from MikeMcC399/deprecate-v70462555
docs: deprecate ESLint v77983175
Sort rules alphabetically in Readmedd07e80
Update README about no-pause033de6e
feat: add rule no-debuge644392
Merge pull request #214 from brettz9/named2f8406
feat: addname
to configs (for tooling)0e835e9
Merge pull request #212 from MikeMcC399/add/flat-config0e434c7
feat: add flat configurationsUpdates
eslint-plugin-prettier
from 5.1.3 to 5.2.1Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
51324d9
chore: fix CHANGELOG.md formatting issue24288c7
chore: release eslint-plugin-prettier (#669)ac036cc
build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)a1e6f4a
build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)de9751c
build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)02c21a5
chore: release eslint-plugin-prettier (#653)f170011
feat: support parsinghtml
via@html-eslint/parser
natively (#652)Updates
eslint-plugin-promise
from 6.1.1 to 7.1.0Release notes
Sourced from eslint-plugin-promise's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-promise's changelog.
... (truncated)
Commits
d0ff43f
chore(main): release 7.1.0 (#510)adc4a85
ci: fix feedback onrelease-please
(#531)94c9834
refactor: file extension missing (#519)ab8e7a0
chore(deps-dev): bump husky from 9.1.1 to 9.1.2 (#516)1e13293
ci: add pr title format validation (#509)030a3be
docs: fixes the CI readme badge (#511)7bffb7a
feat(prefer-await-to-then
): ignore constructor scope unless withstrict
o...d6e9de1
feat: new rulespec-only
to check for non-spec Promise methods (#502)943f162
feat(catch-or-return
,prefer-await-to-then
): do not report Cypress comman...e1ce2ad
ci: swap release process to release-please (#508)Updates
eslint-plugin-react
from 7.34.1 to 7.35.0Release notes
Sourced from eslint-plugin-react's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
... (truncated)
Commits
c6fdccd
Update CHANGELOG and bump versiona4b0bbc
[Fix]require-default-props
: report when required props have default valuea08cb93
[Fix]sort-prop-types
: single line type ending without semicolon4b3209b
[meta] no point in supporting eslint 9.0 - 9.6 initiallyca8b11e
[Dev Deps] update@babel/core
,@babel/eslint-parser
597553d
[New]no-danger
: addcustomComponentNames
optionc58f04b
[New]jsx-closing-tag-location
: addline-aligned
option00b89fe
[New] version settings: Allow react defaultVersion to be configurable4d2fd86
[Refactor]variableUtil
: Avoid creating a single flat variable scope for ea...6a83d67
[New]jsx-handler-names
: support ignoring component namesUpdates
prettier
from 3.2.5 to 3.3.3Release notes
Sourced from prettier's releases.