Skip to content

chore(deps): bump gitsheets to ^1.2.0#55

Merged
themightychris merged 1 commit into
mainfrom
chore/bump-gitsheets
May 17, 2026
Merged

chore(deps): bump gitsheets to ^1.2.0#55
themightychris merged 1 commit into
mainfrom
chore/bump-gitsheets

Conversation

@themightychris
Copy link
Copy Markdown
Member

Summary

Updates the explicit range in apps/api/package.json from ^1.0.3 to ^1.2.0. The previous range already permitted 1.x.y resolution but the lockfile was pinned to a specific 1.0.x build. Implicitly tested against 1.1.x and 1.2.x via npm install resolution across every plan in this session — explicit bump lets future readers see the intended floor.

What's in 1.0.x → 1.2.0 (already-tracked follow-ups)

npm install regenerated package-lock.json to pin gitsheets@1.2.0 and pull in the new transitives (rfc6902, csv-parse, csv-stringify, markdownlint).

Test plan

  • npm run lint clean
  • npm run type-check clean
  • npm test — 213 api + 30 web + 52 shared, all green

🤖 Generated with Claude Code

Updates the explicit range in apps/api/package.json to ^1.2.0 (was ^1.0.3,
which already permitted 1.x.y resolution but pinned the lockfile to a
specific 1.0.x build). Implicitly tested against 1.1.x and 1.2.x via npm
install resolution across every plan in this session — explicit bump lets
future readers see the intended floor.

What 1.0.5 / 1.1.0 / 1.2.0 added (release notes for context, no code
changes here):

- 1.0.5: PushDaemon non-FF detection + startup-backlog; Sheet.query
  AbortSignal support. Both are forward-useful but not yet wired into
  our codebase — tracked in #34 (AbortSignal) and #37 (startPushDaemon
  wiring with NFF discrimination).
- 1.1.0: Sheet.diffFrom, Sheet.attachments iterator + deleteAttachment,
  Repository.openSheet({prefix}), CLI buildout. The new attachment APIs
  matter for the deferred avatar route — tracked in #32.
- 1.2.0: Content-typed records (markdown + frontmatter), lazy body
  loading, pluggable format module. Tracked in #44 (broad migration)
  and #45 (blog-post revival).

`npm install` regenerates package-lock.json to pin gitsheets@1.2.0 and
its new transitives (rfc6902, csv-parse, csv-stringify, markdownlint).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@themightychris themightychris merged commit df18c0e into main May 17, 2026
1 check passed
@themightychris themightychris deleted the chore/bump-gitsheets branch May 17, 2026 03:48
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.

1 participant