Skip to content

Bump SQLitePCLRaw.core from 2.1.9 to 3.0.3#266

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/src/Analyzer/SQLitePCLRaw.core-3.0.3
Open

Bump SQLitePCLRaw.core from 2.1.9 to 3.0.3#266
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/src/Analyzer/SQLitePCLRaw.core-3.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Updated SQLitePCLRaw.core from 2.1.9 to 3.0.3.

Release notes

Sourced from SQLitePCLRaw.core's releases.

3.0.3

Fixes for some fairly obscure memory corruption bugs, thanks for PR #​663 and related

3.0.2

Update SourceGear.lib dependency to 3.50.4.2

3.0.1

  • Change package ID of SQLitePCLRaw.lib.e_sqlite3 to SourceGear.sqlite3
  • Minor changes to readmes and such

3.0.0

v3 release notes

2.1.11

  • Update sqlite3 and sqlite3mc builds to SQLite 3.49.1

2.1.10

  • Wasm assets for .NET 9
  • Update sqlite3 and sqlite3mc builds to SQLite 3.46.1
  • Update Android builds to add support for 16kb page size

Commits viewable in compare view.

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: SQLitePCLRaw.core
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 15, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

While the PR title indicates a dependency bump for SQLitePCLRaw.core, the provided change set is empty. No project files or configuration files have been modified to reflect this upgrade.\n\nFurthermore, moving from v2.x to v3.x is a major version bump. This transition includes package renaming (e.g., SQLitePCLRaw.lib.e_sqlite3 to SourceGear.sqlite3) and potential API shifts that are not addressed in the current PR. Verification of database initialization and basic operations is required before this can be considered safe for merging.

About this PR

  • The PR does not contain any file changes. The project configuration files (e.g., .csproj) must be updated to reflect the version bump from 2.1.9 to 3.0.3.
  • This is a major version upgrade (v2 to v3). The release notes for 3.0.1 indicate a package ID change for 'SQLitePCLRaw.lib.e_sqlite3' to 'SourceGear.sqlite3'. Ensure this rename is handled if the package is referenced directly in the project.

Test suggestions

  • Verify SQLite database initialization and basic CRUD operations with the new major version (v3.x).\n- [ ] Confirm that the package ID change for SQLitePCLRaw.lib.e_sqlite3 (renamed to SourceGear.sqlite3 in 3.0.1) does not break dependency resolution.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify SQLite database initialization and basic CRUD operations with the new major version (v3.x).\n- [ ] Confirm that the package ID change for SQLitePCLRaw.lib.e_sqlite3 (renamed to SourceGear.sqlite3 in 3.0.1) does not break dependency resolution.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants