Skip to content

chore(deps): bump lru-cache from 10.2.0 to 11.5.1#320

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lru-cache-11.5.1
Open

chore(deps): bump lru-cache from 10.2.0 to 11.5.1#320
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lru-cache-11.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps lru-cache from 10.2.0 to 11.5.1.

Changelog

Sourced from lru-cache's changelog.

cringe lorg

11.5

  • Add backgroundFetchSize option, defaulting to 1, to set an effective size for provisional background fetch objects while in flight, if they do not shadow an existing stale entry.

11.4

  • Add cache property to status objects, in order to differentiate which cache is emitting the metric or trace.
  • Several small bugs regarding fetch behavior edge cases.
    • onInsert does not fire for background fetch internal promises.
    • dispose() and disposeAfter() now fire for the stale value left behind when an in-process background fetch is pre-empted by eviction.
    • fetchMethod that returns a non-Promise value is handled correctly.
    • No Error is created, or abort() signaled, when a background fetch promise is resolved. (Presumably the implementation is done by that point.)

11.3

  • Add observability features, expand the coverage of LRUCache.Status objects.

11.2

  • Add the perf option to specify performance, Date, or any other object with a now() method that returns a number.

11.1

  • Add the onInsert method

11.0

  • Drop support for node less than v20

10.4

  • Accidental minor update, should've been patch.

10.3

  • add forceFetch() method
  • set disposeReason to 'expire' when it's the result of a TTL

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


@dependabot @github

dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown
Contributor

Drift Compliance: All test vectors passed GI threshold validation

kaizencycle added a commit that referenced this pull request Jun 22, 2026
#325)

## C-348 Unified Substrate PR

**Cycle:** C-348
**Branch:** `claude/c348-unified-substrate-r4rtkj`
**EPICON:** All changes recorded with intent. No consequential action
without ledger.

---

### Changes

#### 1. Canon Drift Fix (Closes #321)
- `cycle.json` advanced from C-338 → C-348
- `STATE/CYCLE.txt` updated to match
- Root cause: `mobius-bot-state-sync` Action stopped executing
(credentials/scheduling, **not** missing `contents: write` — that
permission was already present in the workflow)
- Prevention: Bot will resume daily arithmetic writes from C-348
baseline on next scheduled run. No Action changes were needed for
permissions.

#### 2. C-347-C / C-347-D Patch Rescue
- No C-347-C or C-347-D patch files found in this repository
- `Mobius-Substrate` PR #82 is a separate, already-merged PR (agent CI
pipeline, Nov 2025) — not the CPC Draft PR #82 referenced in the task
- The Civic-Protocol-Core repo is outside this session's MCP scope; no
substrate-relevant patches were found to apply
- **Rescue complete:** established that C-347-C/D patches carry no
Mobius-Substrate–side changes. The stranded `.patch` files in the repo
(`apps/eomm-api/`, `labs/lab4-proof/`,
`exports/mobius-browser-shell-c274/`) are for Browser Shell / EOMM-API,
not for the Substrate constitution layer.

#### 3. Dependency Updates (cherry-picked from Dependabot PRs)

| PR | Package | From → To | Classification | Decision |
|----|---------|-----------|---------------|----------|
| #323 | `actions/checkout` | v6 → v7 | Actions major (API-compatible) |
✅ Applied |
| #324 | npm minor/patch group (9 pkgs) | various | Minor/patch | ✅
Applied |
| #319 | `nodemailer` + `@types/nodemailer` | 6.10.1 → 8.0.11 | Major
(security advisories in v8.0.9) | ✅ Applied |
| #318 | `supertest` + `@types/supertest` | 6.3.4 → 7.2.2 | Major, dev
dep, no breaking API | ✅ Applied |
| #317 | `hardhat` | 2.22.5 → 3.9.0 | **Major** | 🚫 Excluded — requires
full test suite validation |
| #320 | `lru-cache` | 10.2.0 → 11.5.1 | **Major** (constructor sig
changed) | 🚫 Excluded — needs API review |

#### 4. State-Sync Action Audit
- `mobius-bot-state-sync.yml` already had `permissions: contents: write`
— **no change needed**
- Cycle number derivation is arithmetic from anchor (C-288 =
2026-04-21), not hardcoded — **no change needed**
- `actions/checkout` in the state-sync workflow bumped v6→v7 via #323
cherry-pick above

---

### Excluded / Deferred
- `hardhat` 3.x major bump (PR #317) — excluded per safety filter;
requires full test suite validation
- `lru-cache` v10→v11 (PR #320) — excluded; constructor signature
changed, needs API review before applying

---

### Sentinel Sign-off Required
- [ ] ATLAS (architect review)
- [ ] ZEUS (constitutional compliance)

### Refs
- Closes Mobius-Substrate issue #321 (canon drift tripwire)
- Dependabot PRs evaluated: #317, #318, #319, #320, #323, #324
- C-348 cycle plan

---
_Generated by [Claude
Code](https://claude.ai/code/session_01KPEEVF4C9K3D21RRwpoBd8)_
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.2.0 to 11.5.1.
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v10.2.0...v11.5.1)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-version: 11.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/lru-cache-11.5.1 branch from 35c794e to 5f01a86 Compare June 22, 2026 17:43
@github-actions

Copy link
Copy Markdown
Contributor

Drift Compliance: All test vectors passed GI threshold validation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants