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.12 #341

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

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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

Patch Changes

  • Updated dependencies [2aed553]
    • @​electric-sql/pglite@​0.2.11

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

Patch Changes

  • d3905cf: Enable the number of useLiveQuery params to change between renders, and for there to be none.
  • Updated dependencies [1495625]
  • Updated dependencies [d3905cf]
  • Updated dependencies [1f036dc]
  • Updated dependencies [52ddcb0]
    • @​electric-sql/pglite@​0.2.12

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

Patch Changes

  • Updated dependencies [1495625]
  • Updated dependencies [d3905cf]
  • Updated dependencies [d3905cf]
  • Updated dependencies [1f036dc]
  • Updated dependencies [52ddcb0]
    • @​electric-sql/pglite@​0.2.12
    • @​electric-sql/pglite-react@​0.2.12

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

Patch Changes

  • Updated dependencies [1495625]
  • Updated dependencies [d3905cf]
  • Updated dependencies [1f036dc]
  • Updated dependencies [52ddcb0]
    • @​electric-sql/pglite@​0.2.12

@​electric-sql/pglite@​0.2.12

Patch Changes

  • 1495625: add util to package.json browser config to exclude it in browser builds
  • d3905cf: Export LiveNamespace type from the live extension
  • 1f036dc: The VFS API has been refactored, along with the OPFS implementation, in order to prepare it for becoming a public API.
  • 52ddcb0: Fix issue where a string passed as a parameter expecting JSON would not treat the string as a json encoded string

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

Patch Changes

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

... (truncated)

Changelog

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

0.2.12

Patch Changes

  • 1495625: add util to package.json browser config to exclude it in browser builds
  • d3905cf: Export LiveNamespace type from the live extension
  • 1f036dc: The VFS API has been refactored, along with the OPFS implementation, in order to prepare it for becoming a public API.
  • 52ddcb0: Fix issue where a string passed as a parameter expecting JSON would not treat the string as a json encoded string

0.2.11

Patch Changes

  • 2aed553: Bump Emscripten to 3.1.68. Fixes issue #328 where some bundlers would fail to build with a "Failed to resolve './' from './node_modules/@​electric-sql/pglite/dist/postgres.js'" error.

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

... (truncated)

Commits
  • 0c7a627 chore: publish new package versions (#371)
  • 52ddcb0 fix: string passed as param expecting JSON should be treated as string encode...
  • 1495625 Add util to package.json browser config to exclude it in browser builds (#372)
  • d3905cf fix: React plugin live query improvements, and export types (#367)
  • 1f036dc chore: refactor VFS interface and the OPFS implementation (#363)
  • 47e1ef5 Version Packages (#370)
  • 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)
  • 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.12.
- [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 14, 2024
Copy link

vercel bot commented Oct 14, 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 14, 2024 8:44pm

@datadog-opengovsg
Copy link

datadog-opengovsg bot commented Oct 14, 2024

Datadog Report

Branch report: dependabot/npm_and_yarn/electric-sql/pglite-0.2.12
Commit report: bc115f1
Test service: starter-kit

✅ 0 Failed, 13 Passed, 0 Skipped, 13.08s Total Time
➡️ Test Sessions change in coverage: 1 no change

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