build(deps-dev): bump @anthropic-ai/claude-code from 2.1.259 to 2.1.267 - #74
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) from 2.1.259 to 2.1.267. - [Release notes](https://github.com/anthropics/claude-code/releases) - [Changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md) - [Commits](anthropics/claude-code@v2.1.259...v2.1.267) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-code" dependency-version: 2.1.267 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Straightforward dependency bump (@anthropic-ai/claude-code 2.1.259 → 2.1.267), correctly typed build(deps-dev): for a patch-level release. package-lock.json is fully and consistently updated across the root entry and all 8 platform-specific optional-dependency entries — no stray 2.1.259 references left anywhere in the lockfile.
One finding to fix before merge: package.json's allowScripts entry (line 43) is still pinned to the old version string "@anthropic-ai/claude-code@2.1.259", so this bump silently orphans the lifecycle-script approval that npm 12's install gate requires — see the inline comment for why that specifically matters in this repo.
Nothing else to flag: no other open PR touches this dependency, the PR title/description are Dependabot's own accurate standard template, and this is a first review of this PR so there are no prior threads or verdicts to reconcile.
There was a problem hiding this comment.
This run's head commit (0271908) is identical to the one already reviewed by this bot (review submitted 2026-09-17T15:01:57Z, state CHANGES_REQUESTED) — no new commit has landed since, so this is not treated as a fresh review and no new inline comments are being added to avoid duplicating that one.
I re-verified the prior review's single finding rather than assuming it still holds:
[policy] Should fix — package.json's allowScripts entry is stale for this bump. Line 20 correctly bumps the @anthropic-ai/claude-code devDependency to 2.1.267, but the allowScripts map (line ~43) still reads "@anthropic-ai/claude-code@2.1.259": true and was not updated alongside it.
I confirmed this is a real, load-bearing project mechanism rather than a hallucinated or inert field: @lavamoat/allow-scripts is not installed in this lockfile, but commit 2d35b3f ("build(deps): adopt @exadev/eslint-config and bump to npm 12.0.2") introduced both the npm@12.0.2 packageManager pin and this allowScripts map in the same change, with a commit message stating explicitly that npm 12's own lifecycle-script gate blocks unapproved postinstall scripts by default, and that the entry exists specifically so @anthropic-ai/claude-code's postinstall script keeps running. The gate is keyed by exact name@version, so leaving the old version pinned here means the approval will not match once this bump lands, and .github/workflows/dependabot.yml's own "Investigate and adapt" job invokes this exact CLI via npx claude after npm ci — the job that reviews bumps like this one depends on the script this stale entry would leave unapproved.
Net: the prior CHANGES_REQUESTED review remains accurate and is the operative one for this commit — package.json line ~43 needs "@anthropic-ai/claude-code@2.1.267": true before this merges. No new findings from this pass. PR title/description (Dependabot's standard template) remain accurate and need no change.
|
🗜️ Headroom context compression
|
Bumps @anthropic-ai/claude-code from 2.1.259 to 2.1.267.
Release notes
Sourced from @anthropic-ai/claude-code's releases.
... (truncated)
Changelog
Sourced from @anthropic-ai/claude-code's changelog.
... (truncated)
Commits
9cdc2a4chore: Update CHANGELOG.md and feed.xml347b38echore: Update CHANGELOG.md and feed.xml8e02f6dchore: Update CHANGELOG.md and feed.xmlab9b2cfchore: Update CHANGELOG.md and feed.xmld7dbd9achore: Update CHANGELOG.md and feed.xmlb3f0e50chore: Update CHANGELOG.md and feed.xmlee2a058Merge pull request #91894 from williamqian12/frontend-design-skill-updatedbdd79cUpdate /frontend-design SKILL.mdDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)