Skip to content

chore(deps): bump cdb-converter to ^0.4.0 - #48

Open
mpicciolli wants to merge 2 commits into
mainfrom
chore/bump-cdb-converter-0.4.0
Open

chore(deps): bump cdb-converter to ^0.4.0#48
mpicciolli wants to merge 2 commits into
mainfrom
chore/bump-cdb-converter-0.4.0

Conversation

@mpicciolli

@mpicciolli mpicciolli commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Bump cdb-converter from ^0.3.0 to ^0.4.0 and sync package-lock.json.
  • Refresh the STA_race schema snapshots: the new converter reports several columns as INTEGER instead of NUMERIC and shifts a few column offsets.

Test plan

  • npm test — 180 tests passing across 13 files.

Copilot AI lite review requested due to automatic review settings August 17, 2026 18:14

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the PCM database conversion layer by bumping cdb-converter to ^0.4.0, and refreshes the affected Vitest snapshots for pcm_get_table_schema where the converter now reports some STA_race columns with different SQLite type strings and updated offsets.

Changes:

  • Bump cdb-converter from ^0.3.0 to ^0.4.0.
  • Sync package-lock.json to the new dependency resolution.
  • Update get-table-schema snapshot expectations for STA_race across fixtures (type/offset changes).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
test/tools/snapshots/get-table-schema.test.ts.snap Refreshes STA_race schema snapshots to match new converter-reported column types/offsets.
package.json Updates runtime dependency cdb-converter to ^0.4.0.
package-lock.json Locks cdb-converter@0.4.0 (and transitive changes) to keep installs reproducible.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 8 to 12
"name": "IDrace",
"notNull": false,
"primaryKey": false,
"type": "INTEGER 499717",
"type": "INTEGER 499712",
},
Update the lockfile and refresh the STA_race schema snapshots: the new
converter reports the affected columns as INTEGER instead of NUMERIC and
shifts a few column offsets.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@mpicciolli
mpicciolli force-pushed the chore/bump-cdb-converter-0.4.0 branch from e3b0d15 to ee77a7d Compare August 17, 2026 18:34
Update the get-table-schema snapshot accordingly.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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