Skip to content

Commit

Permalink
docs: Publish v8.29.0 release highlights (#375)
Browse files Browse the repository at this point in the history
* docs: Publish v8.29.0 release highlights

* yeoman link
  • Loading branch information
mdjermanovic committed Dec 2, 2022
1 parent 73168bd commit 6980c69
Showing 1 changed file with 6 additions and 3 deletions.
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

0 comments on commit 6980c69

Please sign in to comment.