Skip to content

Commit

Permalink
Update peerDependencies to commander@12.0.x and (#52)
Browse files Browse the repository at this point in the history
package versions to 12.0.0-0
  • Loading branch information
shadowspawn authored Nov 12, 2023
1 parent 6cff318 commit 1e72dc3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The version numbering does not follow semantic versioning but instead aligns wit
<!-- markdownlint-disable MD024 -->
<!-- markdownlint-disable MD004 -->

## [12.0.0-0] (2023-11-11)

### Changed

- update `peerDependencies` to `commander@12.0.x`, which requires Node.js v18 or higher

## [11.0.0] (2023-06-16)

### Changed
Expand Down Expand Up @@ -113,6 +119,7 @@ The version numbering does not follow semantic versioning but instead aligns wit
- inferred types for `.action()`
- inferred types for `.opts()`

[12.0.0-0]: https://github.com/commander-js/extra-typings/compare/v11.0.0...v12.0.0-0
[11.0.0]: https://github.com/commander-js/extra-typings/compare/v10.0.3...v11.0.0
[10.0.3]: https://github.com/commander-js/extra-typings/compare/v10.0.2...v10.0.3
[10.0.2]: https://github.com/commander-js/extra-typings/compare/v10.0.1...v10.0.2
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commander-js/extra-typings",
"version": "11.0.0",
"version": "12.0.0-0",
"description": "Infer strong typings for commander options and action handlers",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -45,12 +45,12 @@
]
},
"peerDependencies": {
"commander": "11.0.x"
"commander": "12.0.x"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/node": "^18.7.16",
"commander": "~11.0.0",
"commander": "~12.0.0-0",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"tsd": "^0.22.0",
Expand Down

0 comments on commit 1e72dc3

Please sign in to comment.