Skip to content

Commit 7604826

Browse files
committed
chore(release): 9.8.6
1 parent a79c334 commit 7604826

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [9.8.6](https://github.com/JamieMason/syncpack/compare/9.8.4...9.8.6) (2023-04-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **config:** prevent default source overriding rcfile ([1d6a4ba](https://github.com/JamieMason/syncpack/commit/1d6a4bab953ceee90461d8f85ece44bd384d9cd7)), closes [#123](https://github.com/JamieMason/syncpack/issues/123)
7+
* **npm:** update minor dependencies ([91f4967](https://github.com/JamieMason/syncpack/commit/91f496767d834b7372565a094599ece935bb346d))
8+
9+
10+
111
## [9.8.4](https://github.com/JamieMason/syncpack/compare/9.7.4...9.8.4) (2023-02-21)
212

313

DEPENDENCIES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syncpack
22

3-
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
3+
Consistent dependency versions in large JavaScript Monorepos
44

55
## Installation
66

@@ -24,16 +24,15 @@ npm test
2424

2525
## Dependencies
2626

27-
- [@mobily/ts-belt](https://ghub.io/@mobily/ts-belt): 🔧 Fast, modern, and practical utility library for FP in TypeScript.
2827
- [chalk](https://ghub.io/chalk): Terminal string styling done right
2928
- [commander](https://ghub.io/commander): the complete solution for node.js command-line programs
3029
- [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module
31-
- [expect-more](https://ghub.io/expect-more): Curried JavaScript Type Testing Library with Zero Dependencies
3230
- [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.
3331
- [glob](https://ghub.io/glob): a little globber
3432
- [minimatch](https://ghub.io/minimatch): a glob matcher in javascript
3533
- [read-yaml-file](https://ghub.io/read-yaml-file): Read and parse a YAML file
3634
- [semver](https://ghub.io/semver): The semantic version parser used by npm.
35+
- [tightrope](https://ghub.io/tightrope): Point-free functional utility library
3736
- [zod](https://ghub.io/zod): TypeScript-first schema declaration and validation library with static type inference
3837

3938
## Dev Dependencies

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": "9.8.4",
4+
"version": "9.8.6",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)