Commit 8526a44
chore: bump omni to pick up trailing-comma tolerance (#30)
* chore: bump omni to v0.0.0-20260509021101-01140a7b9722
Picks up bytebase/omni#127 — the mongo parser now accepts a single
trailing comma in argument lists (matching mongosh / JS ES2017+
behavior). With this bump, statements of the form
`db.coll.find({…},).sort({…})` parse cleanly through gomongo instead
of erroring with `expected ,, got ")"`.
No gomongo source changes — go.mod / go.sum bump only.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore: bump go directive to 1.25.7 to satisfy new omni transitive deps
The omni bump in the previous commit pulls in a transitive closure that
requires Go ≥ 1.25.7. `go mod tidy` raises the main module's go directive
accordingly, which CI verifies. Reverting it manually to 1.25.5 caused
both the test job's tidy-diff check and the golangci-lint context loader
to fail.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c7fe133 commit 8526a44
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments