Skip to content

chore: publish new package versions - #788

Merged
tdrz merged 4 commits into
mainfrom
changeset-release/main
Sep 8, 2025
Merged

chore: publish new package versions#788
tdrz merged 4 commits into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@electric-sql/pglite@0.3.8

Minor Changes

  • f12a582: Ensure MessageContext and its children are actually cleared between queries

Patch Changes

@electric-sql/pglite-react@0.2.26

Patch Changes

  • Updated dependencies [f12a582]
  • Updated dependencies [bd263aa]
    • @electric-sql/pglite@0.3.8

@electric-sql/pglite-repl@0.2.26

Patch Changes

  • Updated dependencies [f12a582]
  • Updated dependencies [bd263aa]
    • @electric-sql/pglite@0.3.8
    • @electric-sql/pglite-react@0.2.26

@electric-sql/pglite-socket@0.0.13

Patch Changes

  • bd263aa: fix oom; other fixes
  • Updated dependencies [f12a582]
  • Updated dependencies [bd263aa]
    • @electric-sql/pglite@0.3.8

@electric-sql/pglite-sync@0.3.11

Patch Changes

  • Updated dependencies [f12a582]
  • Updated dependencies [bd263aa]
    • @electric-sql/pglite@0.3.8

@electric-sql/pglite-tools@0.2.13

Patch Changes

  • be677b4: fix pg_dump on Windows systems

    When calling pg_dump on Windows system the function fails with an error as the one bellow.
    ❗ Notice the double drive letter
    Error: ENOENT: no such file or directory, open 'E:\C:\Users\<USERNAME>\AppData\Local\npm-cache\_npx\ba4f1959e38407b5\node_modules\@electric-sql\pglite-tools\dist\pg_dump.wasm'

    The problem is in execPgDump function at line
    const blob = await fs.readFile(bin.toString().slice(7))
    I think the intention here was to remove file:// from the begging of the path. However this is not necesarry readFile can handle URL objects.
    Moreover this will fail on Windows becase the slice creates a path like '/C:/...' and the readFile function will add the extra drive letter

  • Updated dependencies [f12a582]

  • Updated dependencies [bd263aa]

    • @electric-sql/pglite@0.3.8

@electric-sql/pglite-vue@0.2.26

Patch Changes

  • Updated dependencies [f12a582]
  • Updated dependencies [bd263aa]
    • @electric-sql/pglite@0.3.8

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor Author

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor Author

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor Author

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor Author

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor Author

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor Author

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown
Contributor Author

@tdrz
tdrz self-requested a review September 8, 2025 15:35
@tdrz
tdrz merged commit 5856982 into main Sep 8, 2025
18 checks passed
@tdrz
tdrz deleted the changeset-release/main branch September 8, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant