Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 17.1.0 #1908

Merged
merged 2 commits into from May 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we bump/allow 16.x here?

Suggested change
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-n": "^15.7.0 || ^16.0.0",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LinusU We can't without bumping the required Node to 16, and that would require us to release as Standard 18

"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