Skip to content

Commit e596651

Browse files
committed
chore(release): 14.0.0-alpha.26
1 parent 436f945 commit e596651

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [14.0.0-alpha.26](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.25...14.0.0-alpha.26)
8+
9+
- chore(docs): update .cursorrules [`75fedae`](https://github.com/JamieMason/syncpack/commit/75fedaeba3df1560f3bcfe3581ea2ee5ca9e90e1)
10+
- docs(site): add v14 migration guide [`436f945`](https://github.com/JamieMason/syncpack/commit/436f945890fb0d251b8079f8a0bec5f74ce56c90)
11+
- feat(config): warn on deprecated values [`f5e91d7`](https://github.com/JamieMason/syncpack/commit/f5e91d78f701b480996d02eb2ff596cd93c103d9)
12+
713
#### [14.0.0-alpha.25](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.24...14.0.0-alpha.25)
814

15+
> 5 November 2025
16+
917
- fix(core): normalise windows backslashes [`#126`](https://github.com/JamieMason/syncpack/issues/126)
1018
- fix(core): handle specifiers like =9.0.0 [`#239`](https://github.com/JamieMason/syncpack/issues/239)
1119
- feat(config): default format[Bugs|Repository] to false [`#306`](https://github.com/JamieMason/syncpack/issues/306)
1220
- fix(config): auto enable custom types [`#307`](https://github.com/JamieMason/syncpack/issues/307)
1321
- fix(update): skip deprecated versions [`#292`](https://github.com/JamieMason/syncpack/issues/292)
1422
- fix(core): compare unresolved workspace: specifiers [`20319d7`](https://github.com/JamieMason/syncpack/commit/20319d7f0df32dd37f31d7e8cddb06d97dd76703)
23+
- chore(release): 14.0.0-alpha.25 [`67c1229`](https://github.com/JamieMason/syncpack/commit/67c122954ee3d6b1ef8d517286a67357a2623f17)
1524
- chore(github): update macos images [`3001bed`](https://github.com/JamieMason/syncpack/commit/3001bedcbc1fa23c9aec1397feeec5d4f9589023)
1625

1726
#### [14.0.0-alpha.24](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.23...14.0.0-alpha.24)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncpack"
3-
version = "14.0.0-alpha.25"
3+
version = "14.0.0-alpha.26"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
55
edition = "2021"
66
homepage = "https://jamiemason.github.io/syncpack"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "14.0.0-alpha.25",
4+
"version": "14.0.0-alpha.26",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/syncpack/issues",
77
"contributors": [

0 commit comments

Comments
 (0)