diff --git a/CHANGELOG.md b/CHANGELOG.md index 7523b707..ffc2386a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [10.6.1](https://github.com/JamieMason/syncpack/compare/10.5.1...10.6.1) (2023-06-18) + + +### Features + +* **core:** refactor and general improvements ([f35c486](https://github.com/JamieMason/syncpack/commit/f35c486ab51f697f6259c509ebd7e0c575ad2dac)), closes [#140](https://github.com/JamieMason/syncpack/issues/140) [#139](https://github.com/JamieMason/syncpack/issues/139) [#132](https://github.com/JamieMason/syncpack/issues/132) [#111](https://github.com/JamieMason/syncpack/issues/111) + + + ## [10.5.1](https://github.com/JamieMason/syncpack/compare/10.2.0...10.5.1) (2023-06-04) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index f94239a3..32144363 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -24,12 +24,15 @@ npm test ## Dependencies +- [@effect/data](https://ghub.io/@effect/data): Consistent dependency versions in large JavaScript Monorepos +- [@effect/io](https://ghub.io/@effect/io): Consistent dependency versions in large JavaScript Monorepos +- [@effect/match](https://ghub.io/@effect/match): Consistent dependency versions in large JavaScript Monorepos - [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): the most correct and second fastest glob implementation in JavaScript +- [globby](https://ghub.io/globby): User-friendly glob matching - [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. @@ -40,7 +43,6 @@ npm test - [@tsconfig/node14](https://ghub.io/@tsconfig/node14): A base TSConfig for working with Node 14. - [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra -- [@types/glob](https://ghub.io/@types/glob): TypeScript definitions for glob - [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest - [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js - [@types/semver](https://ghub.io/@types/semver): TypeScript definitions for semver diff --git a/package.json b/package.json index 37ceaf03..27bbbf3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Consistent dependency versions in large JavaScript Monorepos", - "version": "10.5.1", + "version": "10.6.1", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",