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

build(deps-dev): bump @electric-sql/pglite from 0.2.4 to 0.2.10 #337

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2024

Bumps @electric-sql/pglite from 0.2.4 to 0.2.10.

Release notes

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

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

Patch Changes

  • Updated dependencies [20008c2]
  • Updated dependencies [a5712a8]
    • @​electric-sql/pglite@​0.2.9

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

Patch Changes

  • Updated dependencies [3113d56]
  • Updated dependencies [23cd31a]
    • @​electric-sql/pglite@​0.2.10

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

Patch Changes

  • Updated dependencies [3113d56]
  • Updated dependencies [23cd31a]
    • @​electric-sql/pglite@​0.2.10
    • @​electric-sql/pglite-react@​0.2.10

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

Patch Changes

  • Updated dependencies [3113d56]
  • Updated dependencies [23cd31a]
    • @​electric-sql/pglite@​0.2.10

@​electric-sql/pglite@​0.2.10

Patch Changes

  • 3113d56: Add fs/promises: false to the browser config in package.json to exclude it from browser builds.
  • 23cd31a: Improve type serialization so it matches exceptions from other libraries

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

Patch Changes

  • 95b41a1: Clear uncommitted aggregated messages upon receiving must-refetch message

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

Patch Changes

  • Updated dependencies [20008c2]
  • Updated dependencies [a5712a8]
    • @​electric-sql/pglite@​0.2.9

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

Patch Changes

... (truncated)

Changelog

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

0.2.10

Patch Changes

  • 3113d56: Add fs/promises: false to the browser config in package.json to exclude it from browser builds.
  • 23cd31a: Improve type serialization so it matches exceptions from other libraries

0.2.9

Patch Changes

  • 20008c2: Fix an issue where extensions where given an oid in the builtin range and so skipped by pg_dump when run via pg_gateway #352
  • a5712a8: Fix a bug where Postgres would hang after a "DROP DATABASE" followed by an unclean shutdown and restart

0.2.8

Patch Changes

  • 53ec60e: Fix the sql tagged template method to correctly handle null values
  • 880b60d: Fix close() as it was not correctly shutting down Postgres
  • 058ed7c: Fix quoting of table and channel names with the live plugin and listen method. Fixes issue where the live plugin would not work when the table names were camel case.
  • 2831c34: Add wasmModule and fsBundle options to manually load the WASM module and FS bundle. Additionally cache the WASM module and FS bundle after the first download for a speedup on subsequent calls.
  • 880b60d: Fix DROP DATABASE so that it doesn't hang in a busy loop
  • 880b60d: Initial work towards a WASI build of PGlite
  • 4aeb677: Change parameter serialization to be driven by expected types from Postgres, rather than inferring from the JS type
  • 19b3529: Fix path alias for @electric-sql/pg-protocol to bundle types correctly

0.2.7

Patch Changes

  • 5e65236: Fix an issue where the protocol ready-for-query message was not returned after an error when using execProtocol.
  • 5e65236: Remove a double forward slash in bundled extension paths.

0.2.6

Patch Changes

  • 09b356c: Fixed extended query wire protocol
  • 4238595: Fix incrementalQuery and changes APIs not working when keyed on non-integer primary keys like TEXT and UUID.
  • ef57e10: Refactor PGliteWorker so parsing happens on the main thread, fixes query options with custom parser

0.2.5

Patch Changes

  • fcb101c: Add tx.sql`` API to PGliteWorker transactions.
  • 3ee5e60: Implement .create(dataDir: string, options: PGliteOptions) signature for factory method to match constructor.
  • 0dc34af: Enable event triggers like ddl_command_end.
Commits
  • 9e47a21 chore: publish new package versions (#361)
  • 23cd31a fix: Improve type serialization so it matches exceptions from other libraries...
  • 3113d56 fix: add fs/promises: false to the browser config in package.json to exclud...
  • 7a72da0 fix: deno pgvector test (#356)
  • e00f1cf Version Packages (#354)
  • 20008c2 fix: Extension OIDs in the correct range for dumping with pg_dump (#353)
  • a5712a8 fix: unclean shutdown and restart after a "drop database" (#351)
  • 83b757d Version Packages (#337)
  • 19b3529 fix: Use correct path alias for @electric-sql/pg-protocol to bundle it with...
  • 058ed7c fix: correctly quote table names in live extension and the listen method (#345)
  • Additional 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 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.4 to 0.2.10.
- [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/[email protected]/packages/pglite)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2024
Copy link

vercel bot commented Oct 3, 2024

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

Name Status Preview Comments Updated (UTC)
starter-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 3, 2024 8:25pm

@datadog-opengovsg
Copy link

datadog-opengovsg bot commented Oct 3, 2024

Datadog Report

Branch report: dependabot/npm_and_yarn/electric-sql/pglite-0.2.10
Commit report: 1040f98
Test service: starter-kit

✅ 0 Failed, 13 Passed, 0 Skipped, 15.55s Total Time

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #341.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electric-sql/pglite-0.2.10 branch October 14, 2024 20:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants