chore(actions): Bump pnpm/action-setup from 4 to 6#1
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
jamesyong-42
added a commit
that referenced
this pull request
Apr 17, 2026
remove() was reading its vis/size contribution from the descendant cache slot, which holds the subtree TOTAL (self + all descendants). Subtracting the total from ancestors while leaving children's cache entries intact made ancestor summaries silently wrong under repeated remove-dir-without-remove-children sequences. Fix: compute self contribution directly from the Entry being removed (+1 if visible, +entry.size). Children's cache entries, if any, are unchanged and remain reachable for later individual removal. saturating_sub was masking the drift. rename() was updating path_to_id only; Entry.name stayed stale. Now rename clones the Entry, updates its name, reinserts the Arc, and re-sorts the affected parent's children slot (since sibling order is by name). Directory rename still returns EUNSUPPORTED until Phase 2's deferred walker-driven recursive rename lands. path_to_id update now happens AFTER snapshot publish, matching insert()'s ordering. Audit findings: Critical #1, Critical #3. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
jamesyong-42
added a commit
that referenced
this pull request
Apr 18, 2026
Previously record() refreshed last_breach on every event hitting an already-volatile dir, regardless of the current sample count. So any trickle of events — even a single event every few seconds — kept the cooldown clock at zero and the dir never released. Common editor behavior (sparse typing) would leave every touched dir permanently flagged volatile, starving the delta stream of subtreeResynced signals. Fix: only refresh last_breach when the in-window count still exceeds threshold. Below-threshold events are tracked in the sliding window (so bursts still detect) but don't reset the cooldown clock. Audit finding: Phase 3/4 review #1 (Critical). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pnpm/action-setup from 4 to 6.
Release notes
Sourced from pnpm/action-setup's releases.
Commits
08c4be7docs(README): update action-setup version5798914chore: update .gitignoreddffd66fix: remove accidentally committed fileb43f991fix: update pnpm to 11.0.0-rc.03852509README.md: bring versions up-to-date (#222)6e7bdbdchore: bump bootstrap pnpm to 11.0.0-beta.4-1 and add update script6b87c46fix: Windows standalone mode — bypass broken npm shims (#217)994d756feat: read pnpm version from devEngines.packageManager (#211)738f428docs: upgrade pnpm/action-setup from v4 to v562bce64fix: extract pnpm version from packageManager field instead of returning unde...You can trigger a rebase of this PR 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)