Skip to content

Commit

Permalink
Prepare release 17.1.0 (#1908)
Browse files Browse the repository at this point in the history
* Prepare release 17.1.0

* Downgrade to `eslint-plugin-n` to avoid breaking

Else would need to drop Node <16
  • Loading branch information
voxpelli committed May 30, 2023
1 parent 0e531b3 commit a4049f8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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!
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion test/external/test.json
Expand Up @@ -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",
Expand Down

0 comments on commit a4049f8

Please sign in to comment.