Skip to content

Commit 128e6c0

Browse files
andrewh0claude
andauthored
Upgrade auto packages to fix GitHub Actions release error (#21)
Updates auto and all @auto-it packages from v10 to v11.3.6 to resolve the "9007199254740991" integer overflow bug in git log parsing during releases. Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 117ca26 commit 128e6c0

2 files changed

Lines changed: 81 additions & 262 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"serve": "^11.3.2"
1818
},
1919
"devDependencies": {
20-
"@auto-it/git-tag": "^10.27.0",
21-
"@auto-it/pr-body-labels": "^10.29.2",
22-
"@auto-it/released": "^10.29.2",
23-
"@auto-it/upload-assets": "^10.29.2",
24-
"auto": "^10.27.0"
20+
"@auto-it/git-tag": "^11.3.6",
21+
"@auto-it/pr-body-labels": "^11.3.6",
22+
"@auto-it/released": "^11.3.6",
23+
"@auto-it/upload-assets": "^11.3.6",
24+
"auto": "^11.3.6"
2525
}
2626
}

0 commit comments

Comments
 (0)