Skip to content

Commit

Permalink
docs: Add 2023-09-21 meeting notes (eslint#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam3k committed Sep 23, 2023
1 parent 77cad32 commit 175bc27
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions notes/2023/2023-09-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# 2023-09-21 ESLint TSC Meeting Notes

## Transcript

[`2023-09-21-transcript.md`](2023-09-21-transcript.md)

## Attending

* Nicholas C. Zakas (@nzakas) - TSC
* Milos Djermanovic (@mdjermanovic) - TSC

@nzakas moderated, and @sam3k took notes.

## Topics

### [New v9.0.0 Candidates](https://github.com/orgs/eslint/projects/4)

| Feature | 👍 | 👎 | 🤷‍♂️ | Notes |
| ------- | -- | -- | - | ----- |
| [Bug: Incorrect code path analysis for return in try blocks with catch clause](https://github.com/eslint/eslint/issues/17579) | 2 | | | |
| [Implement Language Plugins](https://github.com/eslint/eslint/issues/16999) | 2 | | | |
| [Change Request: Drop Node v12/v14/v16/v17/v19 support](https://github.com/eslint/eslint/issues/17595) | 2 | | | |
| [Change Request: Add new rules to eslint:recommended for v9.0.0](https://github.com/eslint/eslint/issues/17596) | 2 | | | |
| [Implement Flat Config](https://github.com/eslint/eslint/issues/13481) | 2 | | | |

#### Regarding issue [#16999](https://github.com/eslint/eslint/issues/16999)

**Summary:** Looks like Phase 7 calls for warning about `getCwd()` and on `context` in `RuleTester` then removal on Phase 8.

**Resolution:** Non-critical changes will be left for [v10.0.0](https://github.com/orgs/eslint/projects/6/).

#### Regarding issue [#13481](https://github.com/eslint/eslint/issues/13481)

**Summary:** Should we remove `context.parserPath` and `context.parserOptions` in v9?.

**Resolution:** We will leave them in v9 and remove them in v10. That will avoid any eslintrc compatibility issues between now and when we remove eslintrc.

**Action Items:**
* @nzakas will update the blog post.

### Scheduled release for September 21st, 2023

**Action Items:** @mdjermanovic will handle the release:
* `eslint`
* `eslint/js`

0 comments on commit 175bc27

Please sign in to comment.