From d799df0930d34fb5a49fc80131bac86ff84c3303 Mon Sep 17 00:00:00 2001 From: Samuel Roldan Date: Mon, 26 Feb 2024 12:45:34 -0500 Subject: [PATCH] docs: Add 2024-02-22 meeting notes (#488) --- notes/2024/2024-02-22.md | 63 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 notes/2024/2024-02-22.md diff --git a/notes/2024/2024-02-22.md b/notes/2024/2024-02-22.md new file mode 100644 index 0000000..60ee00b --- /dev/null +++ b/notes/2024/2024-02-22.md @@ -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`