Skip to content

chore(deps): bump the runtime group across 1 directory with 3 updates - #407

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-c98879f6f0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/runtime-c98879f6f0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the runtime group with 3 updates in the / directory: @electric-sql/pglite, solid-js and sass.

Updates @electric-sql/pglite from 0.5.4 to 0.5.8

Release notes

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

@​electric-sql/pglite@​0.5.8

Patch Changes

  • c771db3: Do not set process.exitCode at all

@​electric-sql/pglite-prepopulatedfs@​0.5.8

Patch Changes

  • Updated dependencies [c771db3]
    • @​electric-sql/pglite@​0.5.8

@​electric-sql/pglite-prepopulatedfs@​0.5.7

Patch Changes

  • Updated dependencies [2f9cf75]
    • @​electric-sql/pglite@​0.5.7

@​electric-sql/pglite@​0.5.7

Patch Changes

  • 2f9cf75: Fix convert_to

@​electric-sql/pglite-prepopulatedfs@​0.5.6

Patch Changes

  • Updated dependencies [69b7d87]
  • Updated dependencies [6c14380]
    • @​electric-sql/pglite@​0.5.6

@​electric-sql/pglite@​0.5.6

Patch Changes

  • 69b7d87: Apply the second options argument when calling PGlite.create(undefined, options).
  • 6c14380: fixes for process.exitCode

@​electric-sql/pglite-prepopulatedfs@​0.5.5

Patch Changes

  • Updated dependencies [a290741]
  • Updated dependencies [6b6f28d]
  • Updated dependencies [354f4ae]
  • Updated dependencies [219af1e]
  • Updated dependencies [20839a7]
  • Updated dependencies [7e784a4]
    • @​electric-sql/pglite@​0.5.5

@​electric-sql/pglite@​0.5.5

Patch Changes

  • a290741: Reset retained protocol parser state after a malformed backend message so later queries can recover.

... (truncated)

Changelog

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

0.5.8

Patch Changes

  • c771db3: Do not set process.exitCode at all

0.5.7

Patch Changes

  • 2f9cf75: Fix convert_to

0.5.6

Patch Changes

  • 69b7d87: Apply the second options argument when calling PGlite.create(undefined, options).
  • 6c14380: fixes for process.exitCode

0.5.5

Patch Changes

  • a290741: Reset retained protocol parser state after a malformed backend message so later queries can recover.
  • 6b6f28d: Fix PGlite.create({ fs }) on a fresh database calling the provided filesystem's init() twice: the inner initdb instance no longer inherits the user-provided fs and always runs on its own scratch filesystem. Previously any VFS holding exclusive resources (e.g. OPFS sync access handles) failed with a contention error on first create.
  • 354f4ae: Fix formatQuery (used by live.query/live.incrementalQuery to inline parameters) emitting %NL instead of the positional %N$L format specifier. A bare %NL is "min width N" and consumes format() arguments sequentially, so placeholders that are out of textual order silently bound the wrong values, and repeated placeholders failed with too few arguments for format().
  • 219af1e: Expose the fields node-postgres derives from the CommandComplete command tag on Results: command (e.g. SELECT, INSERT, CREATE), and rowCount (the per-statement count from the tag). The tag was already received and parsed internally to compute affectedRows, but these values were not surfaced. Matching node-postgres' command/rowCount result fields lets pg-compatible adapters report them without re-parsing SQL.
  • 20839a7: Preserve the host process.exitCode when closing a PGlite instance. close() calls _emscripten_force_exit(0), whose Emscripten runtime sets process.exitCode = 0, clobbering any exit code the host process had already set. This mirrors the existing save/restore guards in #init() and execProtocolRaw(), so closing a database no longer silently resets the host process's exit code.
  • 7e784a4: Reject operations performed through transaction handles after the transaction has closed.
Commits

Updates solid-js from 1.9.14 to 1.9.15

Commits

Updates sass from 1.102.0 to 1.103.1

Release notes

Sourced from sass's releases.

Dart Sass 1.103.1

To install Sass 1.103.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.103.0

To install Sass 1.103.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking compatibility fix: Colors now preserve "analogous sets" of missing channels during conversions, per the CSS spec. For example, color.to-space(lch(50% none none), lab) now returns lab(50% none none) instead of lab(50% 0 0).

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.103.1

  • No user-visible changes.

1.103.0

  • Potentially breaking compatibility fix: Colors now preserve "analogous sets" of missing channels during conversions, per the CSS spec. For example, color.to-space(lch(50% none none), lab) now returns lab(50% none none) instead of lab(50% 0 0).
Commits


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/runtime-c98879f6f0 branch 12 times, most recently from 8e955e1 to b6d6bfd Compare September 12, 2026 02:50
@coderabbitai

coderabbitai Bot commented Sep 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 11754789-73f0-4b72-abf5-85e656f09668

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

Bumps the runtime group with 3 updates in the / directory: [@electric-sql/pglite](https://github.com/electric-sql/pglite/tree/HEAD/packages/pglite), [solid-js](https://github.com/solidjs/solid) and [sass](https://github.com/sass/dart-sass).


Updates `@electric-sql/pglite` from 0.5.4 to 0.5.8
- [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.5.8/packages/pglite)

Updates `solid-js` from 1.9.14 to 1.9.15
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits/solid-js@1.9.15)

Updates `sass` from 1.102.0 to 1.103.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.102.0...1.103.1)

---
updated-dependencies:
- dependency-name: "@electric-sql/pglite"
  dependency-version: 0.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: sass
  dependency-version: 1.103.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: solid-js
  dependency-version: 1.9.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/runtime-c98879f6f0 branch from b6d6bfd to f23c182 Compare September 12, 2026 21:24
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.

0 participants