From c78b370a0136dd6268d3ce867f3657e6f0d5099c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:26:40 +0800 Subject: [PATCH] chore(master): release 17.12.0 (#361) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index b5cbe54b..67f60818 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{ ".": "17.11.1" } +{".":"17.12.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 320eaf93..8efdbbd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [17.12.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.11.1...v17.12.0) (2024-10-30) + + +### ๐ŸŒŸ Features + +* **no-unsupported:** Support node 23.0.0 and 22.10.0 ([#358](https://github.com/eslint-community/eslint-plugin-n/issues/358)) ([0fd0350](https://github.com/eslint-community/eslint-plugin-n/commit/0fd0350ee1aa7825fb52c172342dd419f79a21f7)) +* **no-unsupported:** Support node 23.1.0 ([#370](https://github.com/eslint-community/eslint-plugin-n/issues/370)) ([06d60ae](https://github.com/eslint-community/eslint-plugin-n/commit/06d60aef21a01ac8a77101d1e983d3b4c31822c1)) + + +### ๐Ÿฉน Fixes + +* **no-unsupported:** `getCallSite` is experimental ([#363](https://github.com/eslint-community/eslint-plugin-n/issues/363)) ([d15c63a](https://github.com/eslint-community/eslint-plugin-n/commit/d15c63a9a874e5d0becc7d213d354ae3c8231b21)) +* **no-unsupported:** support missing `process.features` ([#362](https://github.com/eslint-community/eslint-plugin-n/issues/362)) ([9552a4a](https://github.com/eslint-community/eslint-plugin-n/commit/9552a4a4c9001c6b5f51620d68a3b2cbaa392cd4)) +* update dependencies ([#365](https://github.com/eslint-community/eslint-plugin-n/issues/365)) ([bf34ca5](https://github.com/eslint-community/eslint-plugin-n/commit/bf34ca53864e059e3fbf632f33429ba10a75ee9b)) + + +### ๐Ÿงน Chores + +* Improve typescript types and strictness ([#367](https://github.com/eslint-community/eslint-plugin-n/issues/367)) ([18cdd53](https://github.com/eslint-community/eslint-plugin-n/commit/18cdd53b8bc520e84cc1edbf0e21fd26357ce8a2)) + ## [17.11.1](https://github.com/eslint-community/eslint-plugin-n/compare/v17.11.0...v17.11.1) (2024-10-09) diff --git a/package.json b/package.json index 4efefc84..b520429a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-n", - "version": "17.11.1", + "version": "17.12.0", "description": "Additional ESLint's rules for Node.js", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0"