From 85f464f72d5398e7502b9888e3aad3738b272b89 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Mon, 29 May 2023 18:17:23 +0200 Subject: [PATCH 1/2] Prepare release 17.1.0 --- CHANGELOG.md | 4 ++++ package.json | 20 ++++++++++---------- test/external/test.json | 3 ++- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5874eea3..ec881361d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [17.1.0] - 2023-05-29 + +- Update [`eslint-config-standard`](https://github.com/standard/eslint-config-standard) from `17.0.0` to `17.1.0` + ## [17.0.0] - 2022-04-20 We're super excited to announce `standard` 17! diff --git a/package.json b/package.json index 4015ec36e..4746e59e7 100644 --- a/package.json +++ b/package.json @@ -15,24 +15,24 @@ "url": "https://github.com/standard/standard/issues" }, "dependencies": { - "eslint": "^8.13.0", - "eslint-config-standard": "17.0.0", + "eslint": "^8.41.0", + "eslint-config-standard": "17.1.0", "eslint-config-standard-jsx": "^11.0.0", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-n": "^15.5.1", - "eslint-plugin-promise": "^6.0.0", - "eslint-plugin-react": "^7.28.0", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-n": "^16.0.0", + "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-react": "^7.32.2", "standard-engine": "^15.0.0", - "version-guard": "^1.1.0" + "version-guard": "^1.1.1" }, "devDependencies": { "cross-spawn": "^7.0.3", - "hallmark": "^4.1.0", - "minimist": "^1.2.6", + "hallmark": "^4.2.0", + "minimist": "^1.2.8", "run-parallel-limit": "^1.1.0", "run-series": "^1.1.9", "simple-get": "^4.0.1", - "tape": "^5.5.3" + "tape": "^5.6.3" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" diff --git a/test/external/test.json b/test/external/test.json index 92adb1018..70b79bbf7 100644 --- a/test/external/test.json +++ b/test/external/test.json @@ -325,7 +325,8 @@ "name": "simple-bin-help", "repo": "https://github.com/bahmutov/simple-bin-help", "description": "Simple help and sanity checks for Node CLI bin scripts", - "dependents": 10 + "dependents": 10, + "disable": true }, { "name": "supertest-koa-agent", From e3ca26ba0bb430a48b71e430239c1c8842e88ecb Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Mon, 29 May 2023 18:20:43 +0200 Subject: [PATCH 2/2] Downgrade to `eslint-plugin-n` to avoid breaking Else would need to drop Node <16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4746e59e7..d39648c0a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-config-standard": "17.1.0", "eslint-config-standard-jsx": "^11.0.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-n": "^16.0.0", + "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "standard-engine": "^15.0.0",