-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# 2024-03-21 ESLint TSC Meeting Notes | ||
|
||
## Transcript | ||
|
||
[`2024-03-21-transcript.md`](2024-03-21-transcript.md) | ||
|
||
## Attending | ||
|
||
- Nicholas C. Zakas (@nzakas) - TSC | ||
- Milos Djermanovic (@mdjermanovic) - TSC | ||
- Francesco Trotta (@fasttime) - TSC | ||
|
||
@nzakas moderated, and @sam3k took notes. | ||
|
||
## Topics | ||
|
||
### [v9.0.0](https://github.com/orgs/eslint/projects/4/views/2) | ||
|
||
#### [feat!: move AST traversal into SourceCode](https://github.com/eslint/eslint/pull/18167) | ||
|
||
**Resolution:** We've agreed to merge the changes and revisit any rule updates afterwards. | ||
|
||
#### [Bug: Incorrect code path analysis for return in try blocks with catch clause](https://github.com/eslint/eslint/issues/17579) | ||
|
||
**Status:** @fasttime suggested moving to v10 as this will take some time. | ||
|
||
**Resolution:** Moving to v10 so we have time to dig in. | ||
|
||
#### [feat: support the new flat config](https://github.com/eslint/create-config/issues/51) | ||
|
||
**Status:** @fasttime has been reviewing this the few last days and it looks good now. There are just of couple of questions he's not 100% sure about. | ||
|
||
**Action Items:** @nzakas will take a look at outstanding questions. | ||
|
||
#### [Switch Playground to flat config](https://github.com/eslint/eslint.org/issues/507) | ||
|
||
**Status:** There are a few things to address. Looks like @snitin315 will be away for some time so I could take over the PR to finish if he can't at the moment. | ||
|
||
**Action Items:** @mdjermanovic will drive this to completion. | ||
|
||
### Scheduled release for March 821st, 2024 | ||
|
||
**Action Items:** | ||
|
||
- @mdjermanovic will release the following: | ||
|
||
- `eslint` (rc.0) | ||
- `eslint/js` | ||
- `eslint-scope` | ||
|
||
- @mdjermanovic will work on a proposal to change `release-please` so it avoids generating releases if commits do not affect users | ||
|
||
### [Contributor Pool for March 2024](https://github.com/issues?q=org%3Aeslint+label%3A%22contributor+pool%22+merged%3A2024-02-01..2024-02-29+) | ||
|
||
- @MDartens: $600 for #17654, #18073, #18074 | ||
- @StyleShit: $250 for #18059, #18063 | ||
- @MichielPeter: $500 for #16196 |