From 87be648ad65e0ddc2c8c90aad25e3ce1497ee047 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Sun, 4 Jun 2023 18:04:48 +0100 Subject: [PATCH] chore(release): 10.5.1 --- CHANGELOG.md | 16 ++++++++++++++++ DEPENDENCIES.md | 3 ++- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3db20f8..7523b707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [10.5.1](https://github.com/JamieMason/syncpack/compare/10.2.0...10.5.1) (2023-06-04) + + +### Bug Fixes + +* **cli:** add missing syncpack-lint binary ([ae265cb](https://github.com/JamieMason/syncpack/commit/ae265cbded2764f1f94ffad4e5fd528ed642add3)) + + +### Features + +* **cli:** add prompt to fix unsupported mismatches ([296fad5](https://github.com/JamieMason/syncpack/commit/296fad5b7ba29e5a1476285dad9320de199f4131)) +* **format:** sort bin property alphabetically ([f7c87a8](https://github.com/JamieMason/syncpack/commit/f7c87a87557379612e638d621822430e0d8e27d6)) +* **groups:** manage intersecting range versions ([96d6c6d](https://github.com/JamieMason/syncpack/commit/96d6c6d7837526c1e1dac603959b199d9d0b0f7d)) + + + # [10.2.0](https://github.com/JamieMason/syncpack/compare/10.1.0...10.2.0) (2023-06-03) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 365df74c..f94239a3 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -27,8 +27,9 @@ npm test - [chalk](https://ghub.io/chalk): Terminal string styling done right - [commander](https://ghub.io/commander): the complete solution for node.js command-line programs - [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module +- [enquirer](https://ghub.io/enquirer): Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases. - [fs-extra](https://ghub.io/fs-extra): fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. -- [glob](https://ghub.io/glob): a little globber +- [glob](https://ghub.io/glob): the most correct and second fastest glob implementation in JavaScript - [minimatch](https://ghub.io/minimatch): a glob matcher in javascript - [read-yaml-file](https://ghub.io/read-yaml-file): Read and parse a YAML file - [semver](https://ghub.io/semver): The semantic version parser used by npm. diff --git a/package.json b/package.json index bea418ce..dabb55e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Consistent dependency versions in large JavaScript Monorepos", - "version": "10.2.0", + "version": "10.5.1", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",