Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 4 updates#1045

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/minor-and-patch-7d8cf1408f
Open

build(deps): bump the minor-and-patch group across 1 directory with 4 updates#1045
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/minor-and-patch-7d8cf1408f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 4 updates in the /backend directory: @electric-sql/pglite, @opentelemetry/exporter-trace-otlp-proto, @electric-sql/pglite-socket and @react-email/ui.

Updates @electric-sql/pglite from 0.4.6 to 0.5.4

Release notes

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

@​electric-sql/pglite@​0.5.4

Patch Changes

  • 7e0d6d1: Detect the Node environment via process.type instead of process.versions.electron. The previous Electron guard (#951) also treated the Electron main and utility processes as non-Node, which broke PGlite's filesystem code path there. process.type only excludes Electron's web contexts (renderer, web worker, service worker), so PGlite keeps using the Node.js path in the Electron main and utility processes. Follow-up to #951 / #813.

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

Patch Changes

  • Updated dependencies [7e0d6d1]
    • @​electric-sql/pglite@​0.5.4

@​electric-sql/pglite@​0.5.3

Patch Changes

  • 2ccbb4c: Improve parsing/raw results handling

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

Patch Changes

  • Updated dependencies [2ccbb4c]
    • @​electric-sql/pglite@​0.5.3

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

Patch Changes

  • Updated dependencies [21fc995]
  • Updated dependencies [0720cb6]
  • Updated dependencies [e09535f]
  • Updated dependencies [a4e163a]
    • @​electric-sql/pglite@​0.5.2

@​electric-sql/pglite@​0.5.2

Patch Changes

  • 21fc995: fix serializing arrays of BigInts
  • 0720cb6: Alow serializing untyped parameters
  • e09535f: add pg_stat_statements.tar.gz to main package
  • a4e163a: fix process exit code set/restore

@​electric-sql/pglite@​0.5.1

Patch Changes

  • 930e2d0: fix PGlite version; redeploy external extensions

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

Patch Changes

  • Updated dependencies [930e2d0]
    • @​electric-sql/pglite@​0.5.1

... (truncated)

Changelog

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

0.5.4

Patch Changes

  • 7e0d6d1: Detect the Node environment via process.type instead of process.versions.electron. The previous Electron guard (#951) also treated the Electron main and utility processes as non-Node, which broke PGlite's filesystem code path there. process.type only excludes Electron's web contexts (renderer, web worker, service worker), so PGlite keeps using the Node.js path in the Electron main and utility processes. Follow-up to #951 / #813.

0.5.3

Patch Changes

  • 2ccbb4c: Improve parsing/raw results handling

0.5.2

Patch Changes

  • 21fc995: fix serializing arrays of BigInts
  • 0720cb6: Alow serializing untyped parameters
  • e09535f: add pg_stat_statements.tar.gz to main package
  • a4e163a: fix process exit code set/restore

0.5.1

Patch Changes

  • 930e2d0: fix PGlite version; redeploy external extensions

0.5.0

Minor Changes

  • 93d50aa: Upgrade to Postgres 18.3; move other extensions to their own npm packages;
Commits

Updates @opentelemetry/exporter-trace-otlp-proto from 0.218.0 to 0.220.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-proto's releases.

experimental/v0.220.0

0.220.0

💥 Breaking Changes

  • refactor(sdk-logs)!: refactor BatchLogRecordProcessor constructor signature #6817 @​trentm
    • (user-facing): BatchLogRecordProcessor now takes a single options object with all possible properties, instead of two separate arguments. For example, before new BatchLogRecordProcessor(exporter, { maxQueueSize: 1000 }), after new BatchLogRecordProcessor({ exporter, maxQueueSize: 1000 }).
    • interface BufferConfig -> interface BatchLogRecordProcessorOptions, and now includes the exporter property
    • interface BatchLogRecordProcessorBrowserConfig -> interface BatchLogRecordProcessorBrowserOptions
    • (user-facing): SimpleLogRecordProcessor now takes a single options object with all possible properties. For example, before new SimpleLogRecordProcessor(exporter), after new SimpleLogRecordProcessor({ exporter }). #6836
  • refactor(configuration)!: change config file parsing to not add default values, nor merge *_list fields #6765 @​trentm
  • docs(shim-opencensus): Notice: The @opentracing/shim-opencensus package will be removed in SDK 3.x, planned for approximately September 2026.
    • The OpenCensus and OpenTracing compatibility requirements in the OpenTelemetry specification have been deprecated.
  • chore(sdk-node)!: Drop support for deprecated OpenCensusMetricProducer from declarative config

🚀 Features

  • feat(configuration): bump config schema to v1.1.0; rename without_scope_infoscope_info_enabled and without_target_info/developmenttarget_info_enabled/development on the Prometheus pull exporter (semantics inverted), rename with_resource_constant_labelsresource_constant_labels. Validate file_format per the configuration versioning spec: accept any minor version of major 1 (e.g. 1.0, 1.1), warn when the minor version is newer than supported, and reject other major versions. #6781 @​MikeGoldsmith
  • feat(sdk-node): wire up id_generator from declarative config #6782 @​MikeGoldsmith
  • feat(sdk-node): wire up tracer_provider.sampler from declarative config (always_on, always_off, trace_id_ratio_based, parent_based); unrecognized variants warn and fall back to ParentBased(AlwaysOn) #6506 @​MikeGoldsmith
  • feat(propagator-env-carrier): empty name normalization #6827 @​pellared
  • feat(propagator-env-carrier): make EnvironmentGetter read the current process.env #6853 @​pellared

🐛 Bug Fixes

  • fix(sdk-logs): stop Logger.emit() doing work (record construction, metrics, processor onEmit) after the LoggerProvider has shut down #6826 @​anneheartrecord
  • fix(sdk-node): pass all config properties (endpoint, headers, timeout, TLS, compression, temporality preference, default histogram aggregation) to OTLP metric exporters in declarative config #6814 @​MikeGoldsmith
  • fix(sdk-logs): default BatchLogRecordProcessor scheduleDelayMillis is 1000 #6796 @​trentm
  • fix(configuration): percent-decode keys and values in resource.attributes_list per spec #6787 @​MikeGoldsmith
  • fix(configuration): default log_level to info in env-based config initialization for consistency with file-based config #6788 @​MikeGoldsmith
  • fix(sdk-node): fail-fast on LoggerProvider creation with startNodeSDK() and declarative config #6785 @​trentm

📚 Documentation

  • docs(configuration): link the configuration README to the cross-SDK declarative config language support status doc #6809 @​MikeGoldsmith

🏠 Internal

  • chore(sdk-node): migrate to use the new sdk-trace package #6828 @​trentm
    • The node re-export of @opentelemetry/sdk-trace-node and tracing re-export of @opentelemetry/sdk-trace-base have been deprecated. (Historically the @opentelemetry/sdk-node package has re-exported from a number of core packages. It is now recommended that users directly import from those other packages.)
  • chore(*): migrate use of sdk-trace-base and sdk-trace-node to sdk-trace #6851 @​trentm
  • fix(instrumentation,instrumentation-http): fix codecov coverage under-reporting by merging coverage across CJS/ESM test runs #6867 @​mwear

experimental/v0.219.0

0.219.0

💥 Breaking Changes

... (truncated)

Commits
  • 40d67b7 chore: prepare next release (#6869)
  • b1c196d Merge commit from fork
  • d375c08 fix(instrumentation,instrumentation-http): fix codecov under-reporting (#6867)
  • d61ab5f perf(sdk-metrics): optionally capture active context for sync instruments (#6...
  • 9e6475e fix(core): guard timeInputToHrTime against clock-skew misclassification (#677...
  • c989308 feat(sdk-node): wire up tracer_provider.sampler from declarative config (#6847)
  • dddbc0e feat(sdk-trace): add AlwaysRecordSampler (#6168)
  • 991434c chore(deps): update dependency @​bufbuild/buf to v1.71.0 (#6863)
  • 69303d0 chore(deps): update all patch versions (#6862)
  • 6690b03 chore(sdk-node)!: Drop support for deprecated OpenCensusMetricProducer from d...
  • Additional commits viewable in compare view

Updates @electric-sql/pglite-socket from 0.1.6 to 0.2.7

Release notes

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

@​electric-sql/pglite-socket@​0.2.7

Patch Changes

  • Updated dependencies [7e0d6d1]
    • @​electric-sql/pglite@​0.5.4
    • @​electric-sql/pglite-age@​0.0.5
    • @​electric-sql/pglite-pg_hashids@0.0.5
    • @​electric-sql/pglite-pg_ivm@0.0.5
    • @​electric-sql/pglite-pg_textsearch@0.0.6
    • @​electric-sql/pglite-pg_uuidv7@0.0.5
    • @​electric-sql/pglite-pgtap@​0.0.5
    • @​electric-sql/pglite-pgvector@​0.0.5

@​electric-sql/pglite-socket@​0.2.6

Patch Changes

  • 29f5617: Handle PostgreSQL CancelRequest wire protocol messages

    Added support for the CancelRequest message that some clients and connection proxies send during the connection startup phase. PGlite has no backend process to cancel, so the request is consumed and silently ignored (the protocol expects no response), which prevents it from being misinterpreted as a malformed startup/typed message. This complements the existing SSLRequest handling.

@​electric-sql/pglite-socket@​0.2.5

Patch Changes

  • Updated dependencies [14ba7bf]
    • @​electric-sql/pglite-pg_textsearch@0.0.5

@​electric-sql/pglite-socket@​0.2.4

Patch Changes

  • Updated dependencies [2ccbb4c]
    • @​electric-sql/pglite@​0.5.3
    • @​electric-sql/pglite-age@​0.0.4
    • @​electric-sql/pglite-pg_hashids@0.0.4
    • @​electric-sql/pglite-pg_ivm@0.0.4
    • @​electric-sql/pglite-pg_textsearch@0.0.4
    • @​electric-sql/pglite-pg_uuidv7@0.0.4
    • @​electric-sql/pglite-pgtap@​0.0.4
    • @​electric-sql/pglite-pgvector@​0.0.4

@​electric-sql/pglite-socket@​0.2.3

Patch Changes

  • 7f6ee05: Handle the SSLRequest startup packet per the PostgreSQL wire protocol: when SSL is not available, respond with N so the client may continue with a cleartext StartupMessage. Improves interoperability with JDBC clients such as DBeaver that probe TLS first without requiring manual SSL mode tweaks. See https://www.postgresql.org/docs/current/protocol-message-formats.html .

@​electric-sql/pglite-socket@​0.2.2

Patch Changes

  • Updated dependencies [21fc995]
  • Updated dependencies [0720cb6]
  • Updated dependencies [e09535f]

... (truncated)

Changelog

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

0.2.7

Patch Changes

  • Updated dependencies [7e0d6d1]
    • @​electric-sql/pglite@​0.5.4
    • @​electric-sql/pglite-age@​0.0.5
    • @​electric-sql/pglite-pg_hashids@0.0.5
    • @​electric-sql/pglite-pg_ivm@0.0.5
    • @​electric-sql/pglite-pg_textsearch@0.0.6
    • @​electric-sql/pglite-pg_uuidv7@0.0.5
    • @​electric-sql/pglite-pgtap@​0.0.5
    • @​electric-sql/pglite-pgvector@​0.0.5

0.2.6

Patch Changes

  • 29f5617: Handle PostgreSQL CancelRequest wire protocol messages

    Added support for the CancelRequest message that some clients and connection proxies send during the connection startup phase. PGlite has no backend process to cancel, so the request is consumed and silently ignored (the protocol expects no response), which prevents it from being misinterpreted as a malformed startup/typed message. This complements the existing SSLRequest handling.

0.2.5

Patch Changes

  • Updated dependencies [14ba7bf]
    • @​electric-sql/pglite-pg_textsearch@0.0.5

0.2.4

Patch Changes

  • Updated dependencies [2ccbb4c]
    • @​electric-sql/pglite@​0.5.3
    • @​electric-sql/pglite-age@​0.0.4
    • @​electric-sql/pglite-pg_hashids@0.0.4
    • @​electric-sql/pglite-pg_ivm@0.0.4
    • @​electric-sql/pglite-pg_textsearch@0.0.4
    • @​electric-sql/pglite-pg_uuidv7@0.0.4
    • @​electric-sql/pglite-pgtap@​0.0.4
    • @​electric-sql/pglite-pgvector@​0.0.4

0.2.3

Patch Changes

  • 7f6ee05: Handle the SSLRequest startup packet per the PostgreSQL wire protocol: when SSL is not available, respond with N so the client may continue with a cleartext StartupMessage. Improves interoperability with JDBC clients such as DBeaver that probe TLS first without requiring manual SSL mode tweaks. See https://www.postgresql.org/docs/current/protocol-message-formats.html .

0.2.2

... (truncated)

Commits

Updates @react-email/ui from 6.1.5 to 6.6.8

Release notes

Sourced from @​react-email/ui's releases.

@​react-email/ui@​6.6.8

Patch Changes

  • cb2e3d0: Fix out-of-memory crashes when saving a shared component during email dev. Hot reload now re-renders only the preview you have open and invalidates the cache for the other affected templates, instead of eagerly re-rendering every dependent template on each save.

@​react-email/ui@​6.6.7

No release notes provided.

@​react-email/ui@​6.6.6

Patch Changes

  • b68009f: Stop failing email build when the spam check API errors or times out — the build now logs a warning and continues without a baked-in spam score.

@​react-email/ui@​6.6.5

Patch Changes

  • 1213e82: fix mismatch between motion dependencies causing problems in build for some users

@​react-email/ui@​6.6.4

No release notes provided.

@​react-email/ui@​6.6.3

Patch Changes

  • 5ad1d79: Update the existing Resend template on upload instead of always creating a new one. The "Upload to Resend" and "Bulk Upload" actions now look the template up by name and update it in place when exactly one matches, so re-uploading no longer produces duplicates (welcome, welcome (1), ...).

@​react-email/ui@​6.6.2

No release notes provided.

@​react-email/ui@​6.6.1

Patch Changes

  • 1dd2bff: Fix line and column calculation for CRLF line endings in the email validation diagnostics. A \r\n was being counted as two line breaks, so line and column numbers reported for templates authored with Windows line endings were off.

@​react-email/ui@​6.6.0

No release notes provided.

@​react-email/ui@​6.5.0

Minor Changes

  • 3875d2a: add a --clients option to email dev and a COMPATIBILITY_EMAIL_CLIENTS environment variable to narrow which email clients trigger compatibility warnings. By default the preview still warns for gmail, apple-mail, outlook, and yahoo. Teams that only target one or two clients can now skip the noise: email dev --clients outlook,apple-mail. The CLI flag wins over the env var; an empty or fully-invalid list falls back to the defaults so warnings can't be silently switched off. Builds on #2797 by @​ReemX.

@​react-email/ui@​6.4.0

No release notes provided.

@​react-email/ui@​6.3.3

Patch Changes

  • 86745ec: reject paths that resolve outside the configured emails directory in renderEmailByPath and getEmailPathFromSlug to close a path-traversal vector in the preview server

... (truncated)

Changelog

Sourced from @​react-email/ui's changelog.

6.6.8

Patch Changes

  • cb2e3d0: Fix out-of-memory crashes when saving a shared component during email dev. Hot reload now re-renders only the preview you have open and invalidates the cache for the other affected templates, instead of eagerly re-rendering every dependent template on each save.

6.6.7

6.6.6

Patch Changes

  • b68009f: Stop failing email build when the spam check API errors or times out — the build now logs a warning and continues without a baked-in spam score.

6.6.5

Patch Changes

  • 1213e82: fix mismatch between motion dependencies causing problems in build for some users

6.6.4

6.6.3

Patch Changes

  • 5ad1d79: Update the existing Resend template on upload instead of always creating a new one. The "Upload to Resend" and "Bulk Upload" actions now look the template up by name and update it in place when exactly one matches, so re-uploading no longer produces duplicates (welcome, welcome (1), ...).

6.6.2

6.6.1

Patch Changes

  • 1dd2bff: Fix line and column calculation for CRLF line endings in the email validation diagnostics. A \r\n was being counted as two line breaks, so line and column numbers reported for templates authored with Windows line endings were off.

6.6.0

6.5.0

Minor Changes

  • 3875d2a: add a --clients option to email dev and a COMPATIBILITY_EMAIL_CLIENTS environment variable to narrow which email clients trigger compatibility warnings. By default the preview still warns for gmail, apple-mail, outlook, and yahoo. Teams that only target one or two clients can now skip the noise: email dev --clients outlook,apple-mail. The CLI flag wins over the env var; an empty or fully-invalid list falls back to the defaults so warnings can't be silently switched off. Builds on #2797 by @​ReemX.

6.4.0

6.3.3

Patch Changes

... (truncated)

Commits
  • 9a1c62f chore(root): version packages (#3631)
  • cb2e3d0 fix(preview): avoid OOM when hot-reloading a shared component (#3633)
  • f04df4d chore(root): version packages (#3625)
  • 1ee38d8 fix: replace deprecated React form event types (#3624)
  • 7792c3d chore(root): version packages (#3615)
  • b4ac0d5 fix(button): add px unit to mso-text-raise on Outlook spacer (#3591)
  • b68009f fix: stop spam check failures from breaking email build (#3621)
  • a4fef38 chore(ui): raise timeout for combined tailwind css-configs test (#3617)
  • c300cfb fix(render): strip auto-injected image preload links from rendered HTML (#3577)
  • d5651cf chore(root): version packages (#3602)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

PR Metrics

Metric Value
Lines changed (prod code) +4 / -4
JS bundle size (gzipped) 🟢 639.0 KB → 638.8 KB (-198 B, -0.0%)
Test coverage 🟢 78.08% → 78.08% (+0.0%)
Performance (preview) Preview not ready — Render deploy may have timed out
Accessibility
Best Practices
SEO

Updated Wed, 15 Jul 2026 19:41:26 GMT · run #2314

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/backend/minor-and-patch-7d8cf1408f branch from 4457df5 to 8bd6ee3 Compare July 8, 2026 19:34
… updates

Bumps the minor-and-patch group with 4 updates in the /backend directory: [@electric-sql/pglite](https://github.com/electric-sql/pglite/tree/HEAD/packages/pglite), [@opentelemetry/exporter-trace-otlp-proto](https://github.com/open-telemetry/opentelemetry-js), [@electric-sql/pglite-socket](https://github.com/electric-sql/pglite/tree/HEAD/packages/pglite-socket) and [@react-email/ui](https://github.com/resend/react-email/tree/HEAD/packages/ui).


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

Updates `@opentelemetry/exporter-trace-otlp-proto` from 0.218.0 to 0.220.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.218.0...experimental/v0.220.0)

Updates `@electric-sql/pglite-socket` from 0.1.6 to 0.2.7
- [Release notes](https://github.com/electric-sql/pglite/releases)
- [Changelog](https://github.com/electric-sql/pglite/blob/main/packages/pglite-socket/CHANGELOG.md)
- [Commits](https://github.com/electric-sql/pglite/commits/@electric-sql/pglite-socket@0.2.7/packages/pglite-socket)

Updates `@react-email/ui` from 6.1.5 to 6.6.8
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/ui/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/ui@6.6.8/packages/ui)

---
updated-dependencies:
- dependency-name: "@electric-sql/pglite"
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@electric-sql/pglite-socket"
  dependency-version: 0.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@opentelemetry/exporter-trace-otlp-proto"
  dependency-version: 0.219.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@react-email/ui"
  dependency-version: 6.6.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/backend/minor-and-patch-7d8cf1408f branch from 8bd6ee3 to 6a33ce0 Compare July 15, 2026 19:35
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants