Skip to content

Commit fc139bc

Browse files
committed
chore(release): 10.7.2
1 parent bf432a7 commit fc139bc

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [10.7.2](https://github.com/JamieMason/syncpack/compare/10.6.1...10.7.2) (2023-07-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **npm:** update dependencies ([bf432a7](https://github.com/JamieMason/syncpack/commit/bf432a7b75acf95e49d9faccb432fbdff176bb42))
7+
8+
9+
### Features
10+
11+
* **cli:** add command to update dependencies ([1c1be99](https://github.com/JamieMason/syncpack/commit/1c1be99461c9fccea66a3f0a0568b99577d1ffed))
12+
13+
14+
115
## [10.6.1](https://github.com/JamieMason/syncpack/compare/10.5.1...10.6.1) (2023-06-18)
216

317

DEPENDENCIES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,28 @@ npm test
2727
- [@effect/data](https://ghub.io/@effect/data): Consistent dependency versions in large JavaScript Monorepos
2828
- [@effect/io](https://ghub.io/@effect/io): Consistent dependency versions in large JavaScript Monorepos
2929
- [@effect/match](https://ghub.io/@effect/match): Consistent dependency versions in large JavaScript Monorepos
30+
- [@effect/schema](https://ghub.io/@effect/schema): Consistent dependency versions in large JavaScript Monorepos
3031
- [chalk](https://ghub.io/chalk): Terminal string styling done right
3132
- [commander](https://ghub.io/commander): the complete solution for node.js command-line programs
3233
- [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module
3334
- [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.
3435
- [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.
3536
- [globby](https://ghub.io/globby): User-friendly glob matching
3637
- [minimatch](https://ghub.io/minimatch): a glob matcher in javascript
38+
- [ora](https://ghub.io/ora): Elegant terminal spinner
39+
- [prompts](https://ghub.io/prompts): Lightweight, beautiful and user-friendly prompts
3740
- [read-yaml-file](https://ghub.io/read-yaml-file): Read and parse a YAML file
3841
- [semver](https://ghub.io/semver): The semantic version parser used by npm.
3942
- [tightrope](https://ghub.io/tightrope): Point-free functional utility library
4043
- [ts-toolbelt](https://ghub.io/ts-toolbelt): TypeScript's largest utility library
4144

4245
## Dev Dependencies
4346

44-
- [@tsconfig/node14](https://ghub.io/@tsconfig/node14): A base TSConfig for working with Node 14.
47+
- [@tsconfig/node18](https://ghub.io/@tsconfig/node18): A base TSConfig for working with Node 18.
4548
- [@types/fs-extra](https://ghub.io/@types/fs-extra): TypeScript definitions for fs-extra
4649
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
4750
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
51+
- [@types/prompts](https://ghub.io/@types/prompts): TypeScript definitions for prompts
4852
- [@types/semver](https://ghub.io/@types/semver): TypeScript definitions for semver
4953
- [@typescript-eslint/eslint-plugin](https://ghub.io/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint
5054
- [@typescript-eslint/parser](https://ghub.io/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
33
"description": "Consistent dependency versions in large JavaScript Monorepos",
4-
"version": "10.6.1",
4+
"version": "10.7.2",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)