Skip to content

Commit

Permalink
Added release blog post for v9.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 1, 2024
1 parent 8a253d9 commit 09037ca
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions src/content/blog/2024-11-01-eslint-v9.14.0-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
layout: post
title: ESLint v9.14.0 released
teaser: "We just pushed ESLint v9.14.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


* [`3fa009f`](https://github.com/eslint/eslint/commit/3fa009f25992d3d305437205be0ca145a0fb53f4) feat: add support for Import Attributes and RegExp Modifiers ([#19076](https://github.com/eslint/eslint/issues/19076)) (Milos Djermanovic)
* [`b0faee3`](https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541) feat: add types for the `@eslint/js` package ([#19010](https://github.com/eslint/eslint/issues/19010)) (Nitin Kumar)






## Bug Fixes


* [`24d0172`](https://github.com/eslint/eslint/commit/24d0172bbfb92cac663cb1631bd04e7539262066) fix: enable retry concurrency limit for readFile() ([#19077](https://github.com/eslint/eslint/issues/19077)) (Nicholas C. Zakas)
* [`b442067`](https://github.com/eslint/eslint/commit/b44206725247d30b10cd58859c388949f5489087) fix: Don't crash when directory is deleted during traversal. ([#19067](https://github.com/eslint/eslint/issues/19067)) (Nicholas C. Zakas)
* [`d474443`](https://github.com/eslint/eslint/commit/d474443109762f3b92811df0411965cf64f595c2) fix: avoid call stack overflow while processing globs ([#19035](https://github.com/eslint/eslint/issues/19035)) (Livia Medeiros)




## Documentation


* [`151c965`](https://github.com/eslint/eslint/commit/151c965aec1c46000ac7dfc67a1c04802112aafc) docs: update `context.languageOptions.parser` description ([#19084](https://github.com/eslint/eslint/issues/19084)) (Nitin Kumar)
* [`dc34f94`](https://github.com/eslint/eslint/commit/dc34f94a2ed25b37ac4aafcabed7bfae582db77e) docs: Update README (GitHub Actions Bot)
* [`f16e846`](https://github.com/eslint/eslint/commit/f16e846ac004bc32e52cd3991d14d7a89374bbb5) docs: Update README (GitHub Actions Bot)
* [`ee0a77e`](https://github.com/eslint/eslint/commit/ee0a77ea3caa5838bab704b54a577eefbed58f68) docs: change link from @types/eslint to lib/types ([#19049](https://github.com/eslint/eslint/issues/19049)) (Karl Horky)
* [`50f03a1`](https://github.com/eslint/eslint/commit/50f03a119e6827c03b1d6c86d3aa1f4820b609e8) docs: Clarify global ignores in config migration guide ([#19032](https://github.com/eslint/eslint/issues/19032)) (Milos Djermanovic)






## Build Related


* [`37c9177`](https://github.com/eslint/eslint/commit/37c9177aa07296a7a794c4b4ef5333e16fa22415) build: update `@wdio/*` dependencies ([#19068](https://github.com/eslint/eslint/issues/19068)) (Francesco Trotta)
* [`35a8858`](https://github.com/eslint/eslint/commit/35a8858d62cb050fa0b56702e55c94ffaaf6956d) build: exclude flawed dendency versions ([#19065](https://github.com/eslint/eslint/issues/19065)) (Francesco Trotta)




## Chores


* [`f36cb16`](https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061) chore: upgrade @eslint/js@9.14.0 ([#19086](https://github.com/eslint/eslint/issues/19086)) (Milos Djermanovic)
* [`28be447`](https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe) chore: package.json update for @eslint/js release (Jenkins)
* [`f48a2a0`](https://github.com/eslint/eslint/commit/f48a2a0e9bf4a659b9af5e70e873fb631430c1ba) test: add [`no-invalid-regexp`](/docs/rules/no-invalid-regexp) tests with RegExp Modifiers ([#19075](https://github.com/eslint/eslint/issues/19075)) (Milos Djermanovic)
* [`425202e`](https://github.com/eslint/eslint/commit/425202ed49a1372c1719d4e7b48d0fbdda8af9fa) perf: Fix caching in config loaders ([#19042](https://github.com/eslint/eslint/issues/19042)) (Milos Djermanovic)
* [`3d44b3c`](https://github.com/eslint/eslint/commit/3d44b3c4751e4c44c32b879b65a723faee9c1c29) ci: run tests in Node.js 23 ([#19055](https://github.com/eslint/eslint/issues/19055)) (Francesco Trotta)
* [`7259627`](https://github.com/eslint/eslint/commit/725962731538eaa38d5d78b9e82ce3fccc9762d0) test: ensure tmp directory cleanup in `check-emfile-handling.js` ([#19036](https://github.com/eslint/eslint/issues/19036)) (Livia Medeiros)


0 comments on commit 09037ca

Please sign in to comment.