Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add 2023-09-21 meeting notes #457

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`