-
Notifications
You must be signed in to change notification settings - Fork 3
fix(devdeps): pin syncpack to 14.0.0 to fix pre-commit hang #820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,8 +51,8 @@ | |
| } | ||
| }, | ||
| "devDependencies": { | ||
| "@changesets/changelog-github": "^0.6.0", | ||
| "@changesets/cli": "^2.27.9", | ||
| "@changesets/changelog-github": "^1.0.1", | ||
| "@changesets/cli": "^3.0.2", | ||
| "@commitlint/cli": "^20.0.0", | ||
| "@commitlint/config-conventional": "^20.0.0", | ||
| "@commitlint/prompt": "^20.0.0", | ||
|
|
@@ -107,7 +107,7 @@ | |
| "prettier": "^3.2.5", | ||
| "shx": "^0.4.0", | ||
| "swc-loader": "0.2.7", | ||
| "syncpack": "^15.0.0", | ||
| "syncpack": "14.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win 🔎 Supported by static analysis🤖 get_repo_knowledge executed:
Length of output: 2302 🏁 Script executed: #!/bin/bash
set -eu
printf '%s\n' '--- package manifest ---'
cat -n package.json | sed -n '1,140p'
printf '%s\n' '--- workflow and toolchain references ---'
rg -n -S --glob '.github/**' --glob 'package.json' --glob 'pnpm-workspace.yaml' --glob '.npmrc' --glob '.node-version' --glob '.nvmrc' \
'syncpack|pnpm syncpack:lint|setup-node|node-version|engine-strict|packageManager|engines' .
printf '%s\n' '--- lockfile syncpack entries ---'
rg -n -A8 -B4 'syncpack(@|:)|deprecated' pnpm-lock.yaml | head -120Repository: ForgeRock/ping-javascript-sdk Length of output: 14218 🏁 Script executed: #!/bin/bash
set -eu
printf '%s\n' '--- relevant workflow files ---'
git ls-files '.github' | sort | while read -r f; do
if rg -q -S 'syncpack|pnpm syncpack:lint|setup-node|node-version|engine-strict|packageManager' "$f"; then
printf '\n--- %s ---\n' "$f"
cat -n "$f"
fi
done
printf '%s\n' '--- syncpack scripts and lock package metadata ---'
rg -n -A12 -B4 '"syncpack|syncpack:' package.json pnpm-lock.yamlRepository: ForgeRock/ping-javascript-sdk Length of output: 17637 Update 🤖 Prompt for AI Agents |
||
| "ts-node": "10.9.2", | ||
| "ts-patch": "3.3.0", | ||
| "tslib": "catalog:", | ||
|
|
@@ -124,7 +124,7 @@ | |
| }, | ||
| "packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40", | ||
| "engines": { | ||
| "node": "^20 || ^22 || ^24", | ||
| "node": "^22.11 || ^24 || >=26", | ||
| "pnpm": ">=10.17.1" | ||
| }, | ||
| "nx": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.