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..d39648c0a 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": "^15.7.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",