Skip to content

Commit 3afefb3

Browse files
committed
chore(release): 12.0.0-alpha.0
1 parent 46a0143 commit 3afefb3

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [12.0.0-alpha.0](https://github.com/JamieMason/syncpack/compare/11.2.1...12.0.0-alpha.0) (2023-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **local:** do not replace version with workspace:* ([d8a4eaa](https://github.com/JamieMason/syncpack/commit/d8a4eaa23819ccba72c454f90f79914ca1903ebe))
7+
* **npm:** update dependencies ([f016552](https://github.com/JamieMason/syncpack/commit/f016552c618df84e4a05527589f8380ce921534d))
8+
9+
10+
### Features
11+
12+
* **cli:** throw if command is not found ([0608605](https://github.com/JamieMason/syncpack/commit/0608605cce74352a4d66177ef70876e0e376ee48))
13+
* **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)
14+
15+
16+
117
## [11.2.1](https://github.com/JamieMason/syncpack/compare/10.9.3...11.2.1) (2023-08-14)
218

319

DEPENDENCIES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ npm test
2424

2525
## Dependencies
2626

27-
- [@effect/data](https://ghub.io/@effect/data): Consistent dependency versions in large JavaScript Monorepos
28-
- [@effect/io](https://ghub.io/@effect/io): Functional programming in TypeScript
2927
- [@effect/match](https://ghub.io/@effect/match): Pattern matching for TypeScript
3028
- [@effect/schema](https://ghub.io/@effect/schema): Modeling the schema of data structures as first-class values
3129
- [chalk](https://ghub.io/chalk): Terminal string styling done right
3230
- [commander](https://ghub.io/commander): the complete solution for node.js command-line programs
33-
- [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, or CommonJS module
31+
- [cosmiconfig](https://ghub.io/cosmiconfig): Find and load configuration from a package.json property, rc file, TypeScript module, and more!
32+
- [effect](https://ghub.io/effect): Functional programming in TypeScript
3433
- [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.
3534
- [globby](https://ghub.io/globby): User-friendly glob matching
3635
- [minimatch](https://ghub.io/minimatch): a glob matcher in javascript
@@ -56,7 +55,9 @@ npm test
5655
- [eslint-plugin-import](https://ghub.io/eslint-plugin-import): Import with sanity.
5756
- [eslint-plugin-jest](https://ghub.io/eslint-plugin-jest): ESLint rules for Jest
5857
- [expect-more-jest](https://ghub.io/expect-more-jest): Write Beautiful Specs with Custom Matchers for Jest
58+
- [immer](https://ghub.io/immer): Create your next immutable state by mutating the current one
5959
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
60+
- [memfs](https://ghub.io/memfs): In-memory file-system with Node's fs API.
6061
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code formatter
6162
- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like `rm -rf`)
6263
- [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

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": "11.2.1",
4+
"version": "12.0.0-alpha.0",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bin": {
77
"syncpack": "dist/bin.js",

0 commit comments

Comments
 (0)