Skip to content

Commit

Permalink
chore(release): 9.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Apr 23, 2023
1 parent a79c334 commit 7604826
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [9.8.6](https://github.com/JamieMason/syncpack/compare/9.8.4...9.8.6) (2023-04-23)


### Bug Fixes

* **config:** prevent default source overriding rcfile ([1d6a4ba](https://github.com/JamieMason/syncpack/commit/1d6a4bab953ceee90461d8f85ece44bd384d9cd7)), closes [#123](https://github.com/JamieMason/syncpack/issues/123)
* **npm:** update minor dependencies ([91f4967](https://github.com/JamieMason/syncpack/commit/91f496767d834b7372565a094599ece935bb346d))



## [9.8.4](https://github.com/JamieMason/syncpack/compare/9.7.4...9.8.4) (2023-02-21)


Expand Down
5 changes: 2 additions & 3 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syncpack

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

## Installation

Expand All @@ -24,16 +24,15 @@ npm test

## Dependencies

- [@mobily/ts-belt](https://ghub.io/@mobily/ts-belt): 🔧 Fast, modern, and practical utility library for FP in TypeScript.
- [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
- [expect-more](https://ghub.io/expect-more): Curried JavaScript Type Testing Library with Zero Dependencies
- [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
- [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.
- [tightrope](https://ghub.io/tightrope): Point-free functional utility library
- [zod](https://ghub.io/zod): TypeScript-first schema declaration and validation library with static type inference

## Dev Dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncpack",
"description": "Consistent dependency versions in large JavaScript Monorepos",
"version": "9.8.4",
"version": "9.8.6",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 7604826

Please sign in to comment.