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.29.0 release highlights #375

Merged
merged 2 commits into from
Dec 2, 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
9 changes: 6 additions & 3 deletions src/content/blog/2022-12-02-eslint-v8.29.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ layout: post
title: ESLint v8.29.0 released
teaser: "We just pushed ESLint v8.29.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release."
image: release-notes-minor.png
draft: true
authors:
- eslintbot
- mdjermanovic
categories:
- Release Notes
tags:
- Release
---


## Highlights

* The [no-extra-parens](/docs/latest/rules/no-extra-parens) rule has a new option `allowParensAfterCommentPattern`.
* The [prefer-named-capture-group](/docs/latest/rules/prefer-named-capture-group) rule now provides [suggestions](/docs/latest/developer-guide/working-with-rules#providing-suggestions) for some of the problems reported by this rule.



Expand Down Expand Up @@ -42,7 +45,7 @@ tags:
* [`6380c87`](https://github.com/eslint/eslint/commit/6380c87c563be5dc78ce0ddd5c7409aaf71692bb) docs: fix sitemap and feed ([#16592](https://github.com/eslint/eslint/issues/16592)) (Milos Djermanovic)
* [`ade621d`](https://github.com/eslint/eslint/commit/ade621dd12fcd3b65644bb3468248cc040db756c) docs: perf debounce the search query ([#16586](https://github.com/eslint/eslint/issues/16586)) (Shanmughapriyan S)
* [`fbcf3ab`](https://github.com/eslint/eslint/commit/fbcf3abd54dd20aec3c695cacece56493633c97f) docs: fix searchbar clear button ([#16585](https://github.com/eslint/eslint/issues/16585)) (Shanmughapriyan S)
* [`f894035`](https://github.com/eslint/eslint/commit/f89403553b31d24f4fc841424cc7dcb8c3ef689f) docs: HTTPS link to yeoman.io ([#16582](https://github.com/eslint/eslint/issues/16582)) (Christian Oliff)
* [`f894035`](https://github.com/eslint/eslint/commit/f89403553b31d24f4fc841424cc7dcb8c3ef689f) docs: HTTPS link to [yeoman.io](https://yeoman.io) ([#16582](https://github.com/eslint/eslint/issues/16582)) (Christian Oliff)
* [`de12b26`](https://github.com/eslint/eslint/commit/de12b266f2aa6f063d0af888b8f0de41d09ec33f) docs: Update configuration file pages ([#16509](https://github.com/eslint/eslint/issues/16509)) (Ben Perlmutter)
* [`1ae9f20`](https://github.com/eslint/eslint/commit/1ae9f2067442434c6ccc6b41703624b302d17c67) docs: update correct code examples for [`no-extra-parens`](/docs/rules/no-extra-parens) rule ([#16560](https://github.com/eslint/eslint/issues/16560)) (Nitin Kumar)

Expand Down