Skip to content

Commit 90e5490

Browse files
committed
chore: update syncpack to v14
1 parent 6a8cfa5 commit 90e5490

File tree

4 files changed

+204
-315
lines changed

4 files changed

+204
-315
lines changed

.syncpackrc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"dependencyTypes": [
3-
"dev",
4-
"overrides",
5-
"prod",
6-
"resolutions"
7-
],
2+
"$schema": "./node_modules/syncpack/schema.json",
83
"versionGroups": [
4+
{
5+
"label": "Ignored",
6+
"dependencyTypes": [
7+
"peer"
8+
],
9+
"isIgnored": true
10+
},
911
{
1012
"label": "Local",
1113
"dependencies": [
@@ -45,4 +47,4 @@
4547
"pinVersion": "catalog:"
4648
}
4749
]
48-
}
50+
}

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
"lint-staged": "lint-staged",
2727
"lint:fix": "oxlint --type-aware --fix",
2828
"preview": "nr turbo run preview",
29-
"syncpack": "syncpack",
30-
"syncpack:fix": "syncpack fix-mismatches",
31-
"syncpack:lint": "syncpack list-mismatches",
29+
"syncpack:fix": "syncpack fix",
30+
"syncpack:lint": "syncpack lint",
3231
"test": "cross-env COVERAGE=true nr turbo run test",
3332
"turbo": "cross-env CI=true FORCE_COLOR=1 turbo",
3433
"update": "taze",
@@ -51,7 +50,7 @@
5150
"oxlint-tsgolint": "catalog:",
5251
"syncpack": "catalog:",
5352
"taze": "catalog:",
54-
"turbo": "2.8.7",
53+
"turbo": "2.8.9",
5554
"vitest": "catalog:"
5655
},
5756
"lint-staged": {

0 commit comments

Comments
 (0)