Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @electric-sql/pglite to v0.2.16 #5592

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@electric-sql/pglite (source) 0.2.13 -> 0.2.16 age adoption passing confidence

Release Notes

electric-sql/pglite (@​electric-sql/pglite)

v0.2.16

Compare Source

Patch Changes
  • c36fd09: Improvements to parsing results received from pg
  • e037883: Fixed PGliteWorkerOptions type
  • d6b981b: Fix the return type of the .transaction method
  • 17e7664: Export the base filesystem to enable creating custom file systems. NOTE: This is a work-in-progress API, it is not stable, and may change significantly in future!
  • 118ba3e: Add affectedRows for COPY command
  • d93c1bb: Add refreshArrayTypes() call to re-sync newly created complex array columns, like enums
  • ddd4a68: Removes postgis extension which leads to a smaller build of the package
  • f3f1103: Refactor the protocol message parse code to be simpler and easer to follow
  • 67fb2aa: feat: add support for loading compressed dumps via loadDataDir that are not labeled with mimetype

v0.2.15

Compare Source

Patch Changes
  • fa13714: Remove a debug console.log from the live query plugin

v0.2.14

Compare Source

Patch Changes
  • 6547374: New runExclusive method on PGlite that allows you to hold an exclusive lock on the database, for use with execProtocol* methods
  • 6547374: A new execProtocolRawSync method that can execute a postgres wire protocol synchronously
  • df5c290: Make pglite compatible with @​jest-environment: node
  • 1784d04: Bump Emscripten to 3.1.72
  • ae36974: Fix a bug with pipelining prepared statements.
  • 75f9f6d: Add a offset and limit option to live queries, when used it will return the total count for the query along with efficient updating of the offset. This works well with windowed or virtualised scrolling components.
  • ce212cf: Use PG "WITH RECURSIVE" to traverse the live query dependencies

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 26, 2025
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jan 26, 2025
@lobehubbot
Copy link
Member

👍 @renovate[bot]

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link

vercel bot commented Jan 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-chat-database ✅ Ready (Inspect) Visit Preview Jan 26, 2025 0:44am
lobe-chat-preview ❌ Failed (Inspect) Jan 26, 2025 0:44am

Copy link

codecov bot commented Jan 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.01%. Comparing base (63c571b) to head (d7a4c3b).
Report is 99 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5592      +/-   ##
==========================================
+ Coverage   92.14%   98.01%   +5.86%     
==========================================
  Files         644       14     -630     
  Lines       57371     3622   -53749     
  Branches     4261      204    -4057     
==========================================
- Hits        52865     3550   -49315     
+ Misses       4506       72    -4434     
Flag Coverage Δ
app ?
server 98.01% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant