-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps-dev): bump @anthropic-ai/claude-code from 2.1.259 to 2.1.268 #77
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |||||||||
| "format:check": "prettier --check ." | ||||||||||
| }, | ||||||||||
| "devDependencies": { | ||||||||||
| "@anthropic-ai/claude-code": "2.1.259", | ||||||||||
| "@anthropic-ai/claude-code": "2.1.268", | ||||||||||
|
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. 🟠 Should fix This bump orphans the "allowScripts": {
"@anthropic-ai/claude-code@2.1.259": true
}npm 12's lifecycle-script gate (this repo's own This field was added deliberately in
Suggested change
Please also update line 43:
Suggested change
|
||||||||||
| "@commitlint/cli": "21.2.2", | ||||||||||
| "@commitlint/config-conventional": "21.2.2", | ||||||||||
| "@eslint/json": "2.1.0", | ||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correction to my comment on line 20 above: please disregard both
suggestionblocks in that comment — a GitHub suggestion always replaces the exact line(s) the comment is anchored to (line 20), so the second block (showing theallowScriptsfix) would incorrectly overwrite thedevDependenciesversion line if applied, and the first is a no-op since line 20 already reads2.1.268. TheallowScriptsfix still needs to be applied by hand, since it's outside this diff's hunk and can't be anchored directly:"allowScripts": { - "@anthropic-ai/claude-code@2.1.259": true + "@anthropic-ai/claude-code@2.1.268": true }