-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add 2024-01-25 meeting notes (#482)
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |