Skip to content

Commit

Permalink
chore(release): 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed May 28, 2023
1 parent dc6c23c commit b485565
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [10.0.0](https://github.com/JamieMason/syncpack/compare/9.8.6...10.0.0) (2023-05-28)


### Bug Fixes

* **core:** rewrite core architecture ([dc9355f](https://github.com/JamieMason/syncpack/commit/dc9355f987bd39588fb611d3152c5af9ee875cc4)), closes [#124](https://github.com/JamieMason/syncpack/issues/124) [#124](https://github.com/JamieMason/syncpack/issues/124) [#130](https://github.com/JamieMason/syncpack/issues/130) [#131](https://github.com/JamieMason/syncpack/issues/131) [#130](https://github.com/JamieMason/syncpack/issues/130) [#131](https://github.com/JamieMason/syncpack/issues/131) [#109](https://github.com/JamieMason/syncpack/issues/109) [#114](https://github.com/JamieMason/syncpack/issues/114) [#125](https://github.com/JamieMason/syncpack/issues/125) [#114](https://github.com/JamieMason/syncpack/issues/114) [#111](https://github.com/JamieMason/syncpack/issues/111) [#132](https://github.com/JamieMason/syncpack/issues/132) [#48](https://github.com/JamieMason/syncpack/issues/48) [#3](https://github.com/JamieMason/syncpack/issues/3)
* **npm:** update typescript ([2c5cd7f](https://github.com/JamieMason/syncpack/commit/2c5cd7f83cc46f0a95e4bfc09b80f6bd37181cae))


### BREAKING CHANGES

* **core:** - `fix-mismatches` will now exit with a status code of 1 if there are mismatches among unsupported versions which syncpack cannot auto-fix.
- Although they are still not auto-fixable, unsupported versions which were previously ignored are now acknowledged, which may introduce mismatches which previously would have been considered valid.
- This release was also a huge rewrite of Syncpack's internals and, while there is a large amount of tests, some scenarios may have been missed.
- If you run into any problems, please create an issue.



## [9.8.6](https://github.com/JamieMason/syncpack/compare/9.8.4...9.8.6) (2023-04-23)


Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm test
- [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
- [ts-toolbelt](https://ghub.io/ts-toolbelt): TypeScript's largest utility library

## 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.6",
"version": "10.0.0",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit b485565

Please sign in to comment.