From 509a8ceaa1bf0e223b7f8a26598fdae7e460b086 Mon Sep 17 00:00:00 2001 From: Samuel Roldan Date: Mon, 29 Jan 2024 12:49:18 -0500 Subject: [PATCH] docs: Add 2024-01-25 meeting notes (#482) --- notes/2024/2024-01-25.md | 55 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 notes/2024/2024-01-25.md diff --git a/notes/2024/2024-01-25.md b/notes/2024/2024-01-25.md new file mode 100644 index 0000000..8250db9 --- /dev/null +++ b/notes/2024/2024-01-25.md @@ -0,0 +1,55 @@ +# 2024-01-25 ESLint TSC Meeting Notes + +## Transcript + +[`2024-01-25-transcript.md`](2024-01-25-transcript.md) + +## Attending + +- Nicholas C. Zakas (@nzakas) - TSC +- Milos Djermanovic (@mdjermanovic) - TSC + +@nzakas moderated, and @sam3k took notes. + +## Topics + +### [Rule Change: Change default for no-unused-var's caughtErrors option to "all"](https://github.com/eslint/eslint/issues/17974) + +**TSC Summary:** This issue seeks to change the default value of caughtErrors on no-unused-vars to "all". It's currently "none". + +**TSC Question:** Do we want to change this option's default value? + +**Resolution:** we've agreed to change the default of caughtErrors to "all". + +### [Request: backporting flat config bug fixes to v8](https://github.com/eslint/eslint/issues/17966) + +**TSC Summary:** We've made several bug fixes to flat config in the v9 branch that aren't in the v8 branch, which makes it difficult for plugins to support both v8 and v9 at the same time. This issue requests backporting those changes into v8 and then doing one last release in v8. At the moment, we don't have a way to release from any branch other than main, and we generate other artifacts (docs, release notes, blog posts) that all assume on branch. + +**TSC Question:** Do we want to backport flat config fixes into v8? If so, how can we go about this in the least disruptive way possible? + +**Resolution:** we've decided to: + +- Do a backport release for the flat config changes +- The backport v8.x release will happen prior to the final v9.0.0 release +- We've agreed to publish to the `latest` tag +- The branch should be named `v8.x` + +_Pending technical investigation._ + +**Action Items:** @mdjermanovic will investigate. + +### [v9.0.0](https://github.com/orgs/eslint/projects/4/views/2) + +We are just waiting on a couple of issues for beta: + +- [Rule Change: Change default for no-unused-var's caughtErrors option to "all"](https://github.com/eslint/eslint/issues/17974) +- [Change Request: Stricter rule test validation](https://github.com/eslint/eslint/issues/15104) +- [Bug: Incorrect code path analysis for return in try blocks with catch clause](https://github.com/eslint/eslint/issues/17579) + +### Scheduled release for January 26th, 2024 + +**Action Items:** @mdjermanovic will release: + +- `espree` v10.0.0 +- `@eslint/js` +- `eslint` v9.0.0-alpha.2