From fc139bcdc1c5796e336dc55a1802df508e520a85 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Sun, 2 Jul 2023 22:49:12 +0100 Subject: [PATCH] chore(release): 10.7.2 --- CHANGELOG.md | 14 ++++++++++++++ DEPENDENCIES.md | 6 +++++- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc2386a..f35faaed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [10.7.2](https://github.com/JamieMason/syncpack/compare/10.6.1...10.7.2) (2023-07-02) + + +### Bug Fixes + +* **npm:** update dependencies ([bf432a7](https://github.com/JamieMason/syncpack/commit/bf432a7b75acf95e49d9faccb432fbdff176bb42)) + + +### Features + +* **cli:** add command to update dependencies ([1c1be99](https://github.com/JamieMason/syncpack/commit/1c1be99461c9fccea66a3f0a0568b99577d1ffed)) + + + ## [10.6.1](https://github.com/JamieMason/syncpack/compare/10.5.1...10.6.1) (2023-06-18) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 32144363..164cd6bf 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -27,6 +27,7 @@ npm test - [@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 +- [@effect/schema](https://ghub.io/@effect/schema): 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 @@ -34,6 +35,8 @@ npm test - [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. - [globby](https://ghub.io/globby): User-friendly glob matching - [minimatch](https://ghub.io/minimatch): a glob matcher in javascript +- [ora](https://ghub.io/ora): Elegant terminal spinner +- [prompts](https://ghub.io/prompts): Lightweight, beautiful and user-friendly prompts - [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. - [tightrope](https://ghub.io/tightrope): Point-free functional utility library @@ -41,10 +44,11 @@ npm test ## Dev Dependencies -- [@tsconfig/node14](https://ghub.io/@tsconfig/node14): A base TSConfig for working with Node 14. +- [@tsconfig/node18](https://ghub.io/@tsconfig/node18): A base TSConfig for working with Node 18. - [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra - [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest - [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js +- [@types/prompts](https://ghub.io/@types/prompts): TypeScript definitions for prompts - [@types/semver](https://ghub.io/@types/semver): TypeScript definitions for semver - [@typescript-eslint/eslint-plugin](https://ghub.io/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint - [@typescript-eslint/parser](https://ghub.io/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree diff --git a/package.json b/package.json index f9379d1a..4f42cd98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Consistent dependency versions in large JavaScript Monorepos", - "version": "10.6.1", + "version": "10.7.2", "author": "Jamie Mason (https://github.com/JamieMason)", "bin": { "syncpack": "dist/bin.js",