Skip to content

Bump SQLitePCLRaw.core from 2.1.9 to 3.0.2#263

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/src/Analyzer/SQLitePCLRaw.core-3.0.2
Open

Bump SQLitePCLRaw.core from 2.1.9 to 3.0.2#263
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/src/Analyzer/SQLitePCLRaw.core-3.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updated SQLitePCLRaw.core from 2.1.9 to 3.0.2.

Release notes

Sourced from SQLitePCLRaw.core's releases.

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.2
  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 4, 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

This PR proposes a major version upgrade for SQLitePCLRaw.core from 2.1.9 to 3.0.2. This transition is a critical path update that includes breaking changes, most notably the renaming of native library package IDs (e.g., from SQLitePCLRaw.lib.e_sqlite3 to SourceGear.sqlite3).

Currently, the review is blocked by the fact that the PR diff is empty, preventing any verification of the implementation. Furthermore, the upgrade to v3 requires careful handling of native dependencies to avoid runtime library loading failures, which is not evidenced here.

About this PR

  • This major version upgrade requires transitioning native library package IDs from SQLitePCLRaw.lib.e_sqlite3 to SourceGear.sqlite3 as per the v3.0.1 release notes. Please ensure these updates are included to prevent runtime failures.
  • The pull request diff appears to be empty. The actual implementation of the version bump and any necessary configuration changes cannot be verified.

Test suggestions

  • Verify successful connection to a SQLite database using the new core library version.
  • Verify that the project correctly resolves native library dependencies following the 'SourceGear.sqlite3' package renaming.
  • Confirm that existing SQLite CRUD operations remain functional under the major version upgrade.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify successful connection to a SQLite database using the new core library version.
2. Verify that the project correctly resolves native library dependencies following the 'SourceGear.sqlite3' package renaming.
3. Confirm that existing SQLite CRUD operations remain functional under the major version upgrade.

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