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

chore(deps): bump @electric-sql/pglite from 0.2.15 to 0.2.16 #12

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps @electric-sql/pglite from 0.2.15 to 0.2.16.

Release notes

Sourced from @​electric-sql/pglite's releases.

@​electric-sql/pglite-sync@​0.2.16

Patch Changes

  • d1dd12b: Bump the supported version of the ElectricSQL sync server to the latest version
  • Updated dependencies [6547374]
  • Updated dependencies [6547374]
  • Updated dependencies [df5c290]
  • Updated dependencies [1784d04]
  • Updated dependencies [ae36974]
  • Updated dependencies [75f9f6d]
  • Updated dependencies [ce212cf]
    • @​electric-sql/pglite@​0.2.14

@​electric-sql/pglite-react@​0.2.16

Patch Changes

  • 514943b: Bump versions of React, React DOM, and related testing libraries to v19 on pglite-react. pglite-react now supports React v18 and v19 projects.
  • Updated dependencies [c36fd09]
  • Updated dependencies [e037883]
  • Updated dependencies [d6b981b]
  • Updated dependencies [17e7664]
  • Updated dependencies [118ba3e]
  • Updated dependencies [d93c1bb]
  • Updated dependencies [ddd4a68]
  • Updated dependencies [f3f1103]
  • Updated dependencies [67fb2aa]
    • @​electric-sql/pglite@​0.2.16

@​electric-sql/pglite-repl@​0.2.16

Patch Changes

  • 514943b: Bump versions of React, React DOM, and related testing libraries to v19 on pglite-repl. The PGlite REPL now supports React v18 and v19 projects.
  • Updated dependencies [c36fd09]
  • Updated dependencies [e037883]
  • Updated dependencies [d6b981b]
  • Updated dependencies [17e7664]
  • Updated dependencies [118ba3e]
  • Updated dependencies [d93c1bb]
  • Updated dependencies [ddd4a68]
  • Updated dependencies [514943b]
  • Updated dependencies [f3f1103]
  • Updated dependencies [67fb2aa]
    • @​electric-sql/pglite@​0.2.16
    • @​electric-sql/pglite-react@​0.2.16

@​electric-sql/pglite-vue@​0.2.16

Patch Changes

  • 7ce9f04: Fix Vue useLiveQuery to allow no parameters to be provided
  • Updated dependencies [c36fd09]

... (truncated)

Changelog

Sourced from @​electric-sql/pglite's changelog.

0.2.16

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
Commits
  • 6b60fbc chore: Publish release (#492)
  • d93c1bb feat: Add refreshArrayTypes() call to re-sync newly created complex array c...
  • 67fb2aa feat: add support for loading compressed dumps via loadDataDir that are not (...
  • d6b981b fix: incorrect return type for the .transaction method (#497)
  • c36fd09 Message parsing optimization (#495)
  • 358b8eb Update the packages/pglite/README.md detailing the build and contribute proce...
  • 17e7664 chore: Export the base filesystem to enable creating custom file systems (#493)
  • 118ba3e fix: Add affectedRows for COPY command (#482)
  • f3f1103 refactor(parse): Simplify message filtering and processing logic `parseResult...
  • e037883 fix: PGliteWorkerOptions type (#463)
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [@electric-sql/pglite](https://github.com/electric-sql/pglite/tree/HEAD/packages/pglite) from 0.2.15 to 0.2.16.
- [Release notes](https://github.com/electric-sql/pglite/releases)
- [Changelog](https://github.com/electric-sql/pglite/blob/main/packages/pglite/CHANGELOG.md)
- [Commits](https://github.com/electric-sql/pglite/commits/@electric-sql/pglite@0.2.16/packages/pglite)

---
updated-dependencies:
- dependency-name: "@electric-sql/pglite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the automerge label Jan 22, 2025
@mergify mergify bot merged commit c00a6be into master Jan 22, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electric-sql/pglite-0.2.16 branch January 22, 2025 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants