Skip to content

Commit

Permalink
Added release blog post for v8.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Jun 16, 2023
1 parent 641b5a1 commit 7319dc9
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions src/content/blog/2023-06-16-eslint-v8.43.0-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
layout: post
title: ESLint v8.43.0 released
teaser: "We just pushed ESLint v8.43.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
categories:
- Release Notes
tags:
- Release
---








## Features


* [`14581ff`](https://github.com/eslint/eslint/commit/14581ff15aaee5a55c46bbf4983818ddc8dd7cb1) feat: directive prologue detection and autofix condition in [`quotes`](/docs/rules/quotes) ([#17284](https://github.com/eslint/eslint/issues/17284)) (Francesco Trotta)
* [`e50fac3`](https://github.com/eslint/eslint/commit/e50fac3f8f998f729e3080e256066db3a7827c67) feat: add declaration loc to message in [block-scoped-var](/docs/rules/block-scoped-var) ([#17252](https://github.com/eslint/eslint/issues/17252)) (Milos Djermanovic)
* [`1b7faf0`](https://github.com/eslint/eslint/commit/1b7faf0702b1af86b6a0ddafc37cf45d60f5d4d8) feat: add `skipJSXText` option to [`no-irregular-whitespace`](/docs/rules/no-irregular-whitespace) rule ([#17182](https://github.com/eslint/eslint/issues/17182)) (Azat S)






## Bug Fixes


* [`5338b56`](https://github.com/eslint/eslint/commit/5338b56fda7f47d16bdb23514f1e95b24de7b92f) fix: normalize `cwd` passed to `ESLint`/`FlatESLint` constructor ([#17277](https://github.com/eslint/eslint/issues/17277)) (Milos Djermanovic)
* [`54383e6`](https://github.com/eslint/eslint/commit/54383e69b092ef537d59a1f7799a85b1412f4e59) fix: Remove [`no-extra-parens`](/docs/rules/no-extra-parens) autofix for potential directives ([#17022](https://github.com/eslint/eslint/issues/17022)) (Francesco Trotta)




## Documentation


* [`8b855ea`](https://github.com/eslint/eslint/commit/8b855ea058992d5446d1d6dc6394ee683c3200a0) docs: resubmit pr17061 doc changes ([#17292](https://github.com/eslint/eslint/issues/17292)) (唯然)
* [`372722e`](https://github.com/eslint/eslint/commit/372722eac32ca9e3f31cf0d0bc10317c6f153369) docs: resubmit pr17012 doc changes ([#17293](https://github.com/eslint/eslint/issues/17293)) (唯然)
* [`67e7af3`](https://github.com/eslint/eslint/commit/67e7af3fdbdb4648b747dfd669be4decfe24086a) docs: resubmit custom-rules doc changes ([#17294](https://github.com/eslint/eslint/issues/17294)) (唯然)
* [`9e3d77c`](https://github.com/eslint/eslint/commit/9e3d77cba65d0e38e07996e57961fb04f30d9303) docs: Resubmit Fix formatting in Custom Rules docs ([#17281](https://github.com/eslint/eslint/issues/17281)) (Milos Djermanovic)
* [`503647a`](https://github.com/eslint/eslint/commit/503647a0b94ca8c776d7e7e8c54c8b1d32904467) docs: Resubmit markVariableAsUsed docs ([#17280](https://github.com/eslint/eslint/issues/17280)) (Nicholas C. Zakas)
* [`e0cf0d8`](https://github.com/eslint/eslint/commit/e0cf0d86d985ed2b2f901dd9aab5ccd2fff062ad) docs: Custom rule & plugin tutorial ([#17024](https://github.com/eslint/eslint/issues/17024)) (Ben Perlmutter)
* [`8e51ea9`](https://github.com/eslint/eslint/commit/8e51ea943c2fcd05bd8917cfa89e36b91209c7cd) docs: resubmit [`no-new`](/docs/rules/no-new) rule documentation ([#17264](https://github.com/eslint/eslint/issues/17264)) (Nitin Kumar)
* [`1b217f8`](https://github.com/eslint/eslint/commit/1b217f8de15961fd3c80389621080132f517a0fb) docs: resubmit `Custom Processors` documentation ([#17265](https://github.com/eslint/eslint/issues/17265)) (Nitin Kumar)
* [`428fc76`](https://github.com/eslint/eslint/commit/428fc76806dea1ac82484d628261a5385f928e6a) docs: resubmit `Create Plugins` documentation ([#17268](https://github.com/eslint/eslint/issues/17268)) (Nitin Kumar)
* [`bdca88c`](https://github.com/eslint/eslint/commit/bdca88cf4f8b7888cb72197bfe9c1d90b490a0dd) docs: resubmit `Configuration Files` documentation ([#17267](https://github.com/eslint/eslint/issues/17267)) (Nitin Kumar)
* [`f5c01f2`](https://github.com/eslint/eslint/commit/f5c01f281ad288b1a0ebddbf579230ae11587c6c) docs: resubmit `Manage Issues` documentation ([#17266](https://github.com/eslint/eslint/issues/17266)) (Nitin Kumar)
* [`b199295`](https://github.com/eslint/eslint/commit/b1992954591a3f4d8417013f52739b5fef4e0cd7) docs: Resubmit custom rules update docs ([#17273](https://github.com/eslint/eslint/issues/17273)) (Ben Perlmutter)
* [`0e9980c`](https://github.com/eslint/eslint/commit/0e9980c3a8a1e554fdb377305c0ebe9e94a354c9) docs: add new `omitLastInOneLineClassBody` option to the [`semi`](/docs/rules/semi) rule ([#17263](https://github.com/eslint/eslint/issues/17263)) (Nitin Kumar)
* [`cb2560f`](https://github.com/eslint/eslint/commit/cb2560f7a393e74b761faa9adad938fb1deb947d) docs: Resubmit getScope/getDeclaredVariables docs ([#17262](https://github.com/eslint/eslint/issues/17262)) (Nicholas C. Zakas)
* [`85d2b30`](https://github.com/eslint/eslint/commit/85d2b30bc318c1355e52ebb21c56cca32f0ab198) docs: explain how to include predefined globals ([#17261](https://github.com/eslint/eslint/issues/17261)) (Marcus Wyatt)
* [`de4d3c1`](https://github.com/eslint/eslint/commit/de4d3c14c30a88795b9075d59827d3fe63a42c5e) docs: update flat config default ignore patterns ([#17258](https://github.com/eslint/eslint/issues/17258)) (Milos Djermanovic)
* [`3912f3a`](https://github.com/eslint/eslint/commit/3912f3a225c12bfb5ce9b7ba26c2b5301e6275bd) docs: Improve `ignores` documentation ([#17239](https://github.com/eslint/eslint/issues/17239)) (Francesco Trotta)
* [`35e11d3`](https://github.com/eslint/eslint/commit/35e11d3248e00b711fd652836edc900f22af0ebd) docs: fix typos and missing info ([#17257](https://github.com/eslint/eslint/issues/17257)) (Ed Lucas)
* [`0bc257c`](https://github.com/eslint/eslint/commit/0bc257c290b12fcda85cb61b40d55fc2be0f938c) docs: Clarify [`no-div-regex`](/docs/rules/no-div-regex) rule docs ([#17051](https://github.com/eslint/eslint/issues/17051)) ([#17255](https://github.com/eslint/eslint/issues/17255)) (Francesco Trotta)
* [`788d836`](https://github.com/eslint/eslint/commit/788d83629a3790a7db6f52dcf0b4bddf51c6d063) docs: add references to MIT License ([#17248](https://github.com/eslint/eslint/issues/17248)) (Milos Djermanovic)
* [`58aab6b`](https://github.com/eslint/eslint/commit/58aab6b6c09996875418aefeeb0fd76c50caef7a) docs: Update README (GitHub Actions Bot)
* [`3ef5814`](https://github.com/eslint/eslint/commit/3ef58140550cf8ff34af35fc4d9a1f9a124fe0e6) docs: Revert all changes after the license change ([#17227](https://github.com/eslint/eslint/issues/17227)) (Milos Djermanovic)
* [`03fc4aa`](https://github.com/eslint/eslint/commit/03fc4aa847bd0445e7b3ea81bcc9523b1847facc) docs: Update README (GitHub Actions Bot)








## Chores


* [`78350f6`](https://github.com/eslint/eslint/commit/78350f63045c82b7990bb7bfe5080c5ad5e1c3f5) chore: upgrade @eslint/js@8.43.0 ([#17295](https://github.com/eslint/eslint/issues/17295)) (Milos Djermanovic)
* [`62bf759`](https://github.com/eslint/eslint/commit/62bf759124811b013ad7906c2536deb8b39c31a8) chore: package.json update for @eslint/js release (ESLint Jenkins)
* [`e0a2448`](https://github.com/eslint/eslint/commit/e0a2448e0c0ef354e69998858846630a3fce8ebe) chore: docs package.license ISC => MIT ([#17254](https://github.com/eslint/eslint/issues/17254)) (唯然)
* [`6a0196c`](https://github.com/eslint/eslint/commit/6a0196c51310630a0ff96a1e8d7f257c2c7adda9) chore: use eslint-plugin-eslint-plugin flat configs ([#17204](https://github.com/eslint/eslint/issues/17204)) (Milos Djermanovic)


0 comments on commit 7319dc9

Please sign in to comment.