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: Publish v8.23.1 release notes #343

Merged
merged 1 commit into from
Sep 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 3 additions & 13 deletions src/content/blog/2022-09-12-eslint-v8.23.1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,17 @@ layout: post
title: ESLint v8.23.1 released
teaser: "We just pushed ESLint v8.23.1, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release."
image: release-notes-patch.png
draft: true
authors:
- eslintbot
- btmills
categories:
- Release Notes
tags:
- Release
---

## Highlights










This release includes a [significant performance improvement](https://github.com/eslint/eslint/issues/16255#issuecomment-1233037364) in the `indent` rule as well as some bug fixes for the [new `eslint.config.js` config system](https://deploy-preview-343--new-eslint.netlify.app/docs/latest/user-guide/configuring/configuration-files-new).

## Bug Fixes

Expand Down Expand Up @@ -57,5 +49,3 @@ tags:
* [`1c388fb`](https://github.com/eslint/eslint/commit/1c388fb37739cc09dbd0b4aa59e9d45674280ad5) chore: switch nyc to c8 ([#16263](https://github.com/eslint/eslint/issues/16263)) (唯然)
* [`67db10c`](https://github.com/eslint/eslint/commit/67db10c51dbb871a201eab444f6a73fbc1e4fc75) chore: enable linting `.eleventy.js` again ([#16274](https://github.com/eslint/eslint/issues/16274)) (Milos Djermanovic)
* [`42bfbd7`](https://github.com/eslint/eslint/commit/42bfbd7b7b91106e5f279a05f40c20769e3cd29f) chore: fix `npm run perf` crashes ([#16258](https://github.com/eslint/eslint/issues/16258)) (唯然)