Skip to content

Conversation

Copy link

Copilot AI commented Nov 6, 2025

Closes: Issue requesting dependency updates

Description

Updated all project dependencies to their latest stable versions, including major version bumps for csv-parse (5.6.0 → 6.1.0) and pdf2json (3.1.6 → 4.0.0).

Updated Dependencies

@podley packages (0.0.7 → 0.0.30):

  • cli, job-queue, sqlite, storage, task-graph, tasks, util

Other packages:

  • csv-parse: 5.6.0 → 6.1.0
  • pdf2json: 3.1.6 → 4.0.0
  • cheerio: 1.0.0 → 1.1.2
  • typescript: 5.8.3 → 5.9.3
  • @sinclair/typebox, commander, concurrently, fast-xml-parser (minor/patch updates)

Breaking Changes Fixed

@podley/task-graph API changes:

  • TaskIOTaskOutput
  • NamedGraphResultGraphResultArray

csv-parse v6:

  • on_record callback now requires returning the record:
// Before (v5)
on_record: (record: any[]) => {
  processRecord(record);
}

// After (v6)
on_record: (record: any[]) => {
  processRecord(record);
  return record;  // Must return the record
}

Verification

  • 232 tests pass
  • No security vulnerabilities (CodeQL, GitHub Advisory DB)
Original prompt

Update all dependencies to latest version


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@changeset-bot
Copy link

changeset-bot bot commented Nov 6, 2025

⚠️ No Changeset found

Latest commit: 2b97a2e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copilot AI changed the title [WIP] Update all dependencies to latest version Update all dependencies to latest versions Nov 6, 2025
Copilot AI requested a review from sroussey November 6, 2025 22:09
Copilot finished work on behalf of sroussey November 6, 2025 22:09
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.

2 participants