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 2024-02-22 meeting notes #488

Merged
merged 1 commit into from
Feb 26, 2024
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
63 changes: 63 additions & 0 deletions notes/2024/2024-02-22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# 2024-02-22 ESLint TSC Meeting Notes

## Transcript

[`2024-02-22-transcript.md`](2024-02-22-transcript.md)

## Attending

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

@nzakas moderated, and @sam3k took notes.

## Topics

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

**Status:** we've agreed that what's on the v9 board is the final group of breaking changes we'll consider for v9, excluding an emergency of some sort.

#### [Bug: Incorrect code path analysis for return in try blocks with catch clause](https://github.com/eslint/eslint/issues/17579)

**Status:** waiting for final design. Moved to `rc.0` board.

#### [Docs: Show v9.0.0-alpha.0 in dropdown instead of NEXT](https://github.com/eslint/eslint/issues/17943)

**Status:** completed.

**Action Items:** @nzakas will add to the `v8.x` branch.

#### [Change Request: Add API for integrators to easily swap between flat config and eslintrc APIs](https://github.com/eslint/eslint/issues/18075)

**Status:** completed.

#### [Change Request: Flat Config does not support FileEnumerator](https://github.com/eslint/eslint/issues/18087)

**Status:** waiting on feedback from @ljharb.

**Action Items:** @nzakas moving it to `rc.0` board.

#### [feat: Add support for TS config files](https://github.com/eslint/eslint/pull/18134)

**Action Items:** before accepting request, @mdjermanovic will find out if adding a TypeScript config can cause any side effects

#### [Change Request: Disallow multiple configuration comments for the same rule](https://github.com/eslint/eslint/issues/18132)

**Status:** accepted.

**Action Items:** @nzakas moving it to `rc.0` board.

### [ESLint's 2023 year in review](https://eslint.org/blog/2024/02/eslint-2023-year-review/)

**Action Items:** @nzakas will:

- Update the post with a list of the top 10 sponsors
- Update the post for 2022 to match the 2023 format

### Scheduled release for February 23rd, 2024

**Action Items:** @mdjermanovic will release the following:

- `eslint` `v8.57.0` and `9.0.0-beta.1`
- `@eslint/eslintrc` `v3.0.2`
- `@eslint/js` `v8.57.0` and `9.0.0-beta.1`
Loading