chore(deps): bump modernc.org/sqlite from 1.47.0 to 1.48.0 in the minor-and-patch group#267
Conversation
Bumps the minor-and-patch group with 1 update: [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `modernc.org/sqlite` from 1.47.0 to 1.48.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.47.0...v1.48.0) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR is an automated dependency bump of Key changes in v1.48.0:
Impact on this codebase: Neither new DSN parameter is used. The existing connection string ( Confidence Score: 5/5Safe to merge — purely additive minor-version bump with no breaking changes and no impact on existing DSN configuration. Only go.mod and go.sum are changed. The new v1.48.0 features are opt-in DSN parameters not used anywhere in the codebase. Default behavior is unchanged. No P0 or P1 findings. No files require special attention.
|
| Filename | Overview |
|---|---|
| go.mod | Bumps modernc.org/sqlite from v1.47.0 to v1.48.0; no other changes. |
| go.sum | Updates checksums for modernc.org/sqlite v1.48.0; consistent with go.mod change. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[go.mod / go.sum] -->|modernc.org/sqlite 1.47.0 → 1.48.0| B[SQLiteGraphStore]
B --> C["DSN: dbPath?_pragma=foreign_keys(1)&_pragma=journal_mode(WAL)"]
C --> D[No _timezone or _time_format params used]
D --> E[Default time behavior unchanged]
Reviews (2): Last reviewed commit: "Merge branch 'main' into dependabot/go_m..." | Re-trigger Greptile
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #267 +/- ##
==========================================
+ Coverage 78.75% 78.79% +0.03%
==========================================
Files 186 186
Lines 18687 18687
==========================================
+ Hits 14717 14724 +7
+ Misses 2746 2739 -7
Partials 1224 1224 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps the minor-and-patch group with 1 update: modernc.org/sqlite.
Updates
modernc.org/sqlitefrom 1.47.0 to 1.48.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
19b8429update {CHANGELOG,README}.md78ddab8Merge branch 'datetime-format' into 'master'2e04523Merge branch 'add-timezone' into 'master'77706c1add _time_format=datetime support1895822add _timezone DSN query parameterc2c6272CHANGELOG.md: fix formatting2942e46restore logo.pngDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions