Skip to content

Commit

Permalink
chore(release): 12.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Nov 5, 2023
1 parent 46a0143 commit 3afefb3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [12.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/11.2.1...12.0.0-alpha.0) (2023-11-05)


### Bug Fixes

* **local:** do not replace version with workspace:* ([d8a4eaa](https://github.com/JamieMason/syncpack/commit/d8a4eaa23819ccba72c454f90f79914ca1903ebe))
* **npm:** update dependencies ([f016552](https://github.com/JamieMason/syncpack/commit/f016552c618df84e4a05527589f8380ce921534d))


### Features

* **cli:** throw if command is not found ([0608605](https://github.com/JamieMason/syncpack/commit/0608605cce74352a4d66177ef70876e0e376ee48))
* **core:** broaden version specifier support ([46a0143](https://github.com/JamieMason/syncpack/commit/46a0143fc260f0f4cb55c13f8eec3478290641ac)), closes [#161](https://github.com/JamieMason/syncpack/issues/161) [#162](https://github.com/JamieMason/syncpack/issues/162) [#157](https://github.com/JamieMason/syncpack/issues/157) [/github.com/user/project.git#0](https://github.com//github.com/user/project.git/issues/0)



## [11.2.1](https://github.com/JamieMason/syncpack/compare/10.9.3...11.2.1) (2023-08-14)


Expand Down
7 changes: 4 additions & 3 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ npm test

## Dependencies

- [@effect/data](https://ghub.io/@effect/data): Consistent dependency versions in large JavaScript Monorepos
- [@effect/io](https://ghub.io/@effect/io): Functional programming in TypeScript
- [@effect/match](https://ghub.io/@effect/match): Pattern matching for TypeScript
- [@effect/schema](https://ghub.io/@effect/schema): Modeling the schema of data structures as first-class values
- [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
- [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, TypeScript module, and more!
- [effect](https://ghub.io/effect): Functional programming in TypeScript
- [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.
- [globby](https://ghub.io/globby): User-friendly glob matching
- [minimatch](https://ghub.io/minimatch): a glob matcher in javascript
Expand All @@ -56,7 +55,9 @@ npm test
- [eslint-plugin-import](https://ghub.io/eslint-plugin-import): Import with sanity.
- [eslint-plugin-jest](https://ghub.io/eslint-plugin-jest): ESLint rules for Jest
- [expect-more-jest](https://ghub.io/expect-more-jest): Write Beautiful Specs with Custom Matchers for Jest
- [immer](https://ghub.io/immer): Create your next immutable state by mutating the current one
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
- [memfs](https://ghub.io/memfs): In-memory file-system with Node's fs API.
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`)
- [ts-jest](https://ghub.io/ts-jest): A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
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": "11.2.1",
"version": "12.0.0-alpha.0",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/bin.js",
Expand Down

0 comments on commit 3afefb3

Please sign in to comment.