Skip to content

chore(deps): bump the npm-major group across 1 directory with 15 updates#5935

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/npm-major-dcd82afe87
Open

chore(deps): bump the npm-major group across 1 directory with 15 updates#5935
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/npm-major-dcd82afe87

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-major group with 15 updates in the / directory:

Package From To
pkg-pr-new 0.0.75 0.0.78
@supabase/supabase-js 2.110.5 2.110.6
@anthropic-ai/claude-agent-sdk 0.3.209 0.3.211
posthog-node 5.41.0 5.44.0
fumadocs-core 16.11.4 16.11.5
fumadocs-mdx 15.1.1 15.2.0
fumadocs-ui 16.11.4 16.11.5
@effect/atom-react 4.0.0-beta.97 4.0.0-beta.98
@effect/platform-bun 4.0.0-beta.97 4.0.0-beta.98
@effect/platform-node 4.0.0-beta.97 4.0.0-beta.98
@effect/sql-pg 4.0.0-beta.97 4.0.0-beta.98
@effect/vitest 4.0.0-beta.97 4.0.0-beta.98
effect 4.0.0-beta.97 4.0.0-beta.98
knip 6.26.0 6.27.0
oxfmt 0.58.0 0.59.0

Updates pkg-pr-new from 0.0.75 to 0.0.78

Commits

Updates @supabase/supabase-js from 2.110.5 to 2.110.6

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.110.6

2.110.6 (2026-07-15)

🩹 Fixes

  • postgrest: type hinted self-referencing embeds as arrays (#2520)
  • realtime: forward opts to send() in track() (#2490)
  • supabase: warn instead of throw for unrecognized sb_ API key subtypes (#2526)

❤️ Thank You

v2.110.6-canary.2

2.110.6-canary.2 (2026-07-15)

🩹 Fixes

  • supabase: warn instead of throw for unrecognized sb_ API key subtypes (#2526)

❤️ Thank You

v2.110.6-canary.1

2.110.6-canary.1 (2026-07-15)

🩹 Fixes

  • realtime: forward opts to send() in track() (#2490)

❤️ Thank You

v2.110.6-canary.0

2.110.6-canary.0 (2026-07-14)

🩹 Fixes

  • postgrest: type hinted self-referencing embeds as arrays (#2520)

❤️ Thank You

Changelog

Sourced from @​supabase/supabase-js's changelog.

2.110.6 (2026-07-15)

🩹 Fixes

  • supabase: warn instead of throw for unrecognized sb_ API key subtypes (#2526)

❤️ Thank You

Commits
  • c23e1ab fix(supabase): warn instead of throw for unrecognized sb_ API key subtypes (#...
  • 8af3c3a chore(release): version 2.110.5 changelogs (#2524)
  • See full diff in compare view

Updates @anthropic-ai/claude-agent-sdk from 0.3.209 to 0.3.211

Release notes

Sourced from @​anthropic-ai/claude-agent-sdk's releases.

v0.3.211

What's changed

  • Fixed --replay-user-messages with --include-partial-messages emitting the turn-start user replay after the first content block instead of before the turn's content events
  • Added SDKAssistantMessage.timestamp (ISO-8601) to the live stream, matching SDKUserMessage; older emitters omit it, consumers should fall back to receive time
  • Added rate-limit message prefix buckets (USAGE_LIMIT_ERROR_PREFIXES and siblings) as @alpha exports for classifying rate-limit messages without hand-mirrored lists
  • Improved process-exit errors to include the CLI's stderr output, so a failed child reports its actual cause instead of only an exit code

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.211
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.211
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.211
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.211

v0.3.210

What's changed

  • Added timedOutAfterMs to BashToolOutput, set when a command is auto-backgrounded on timeout

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.210
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.210
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.210
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.210
Changelog

Sourced from @​anthropic-ai/claude-agent-sdk's changelog.

0.3.211

  • Fixed --replay-user-messages with --include-partial-messages emitting the turn-start user replay after the first content block instead of before the turn's content events
  • Added SDKAssistantMessage.timestamp (ISO-8601) to the live stream, matching SDKUserMessage; older emitters omit it, consumers should fall back to receive time
  • Added rate-limit message prefix buckets (USAGE_LIMIT_ERROR_PREFIXES and siblings) as @alpha exports for classifying rate-limit messages without hand-mirrored lists
  • Improved process-exit errors to include the CLI's stderr output, so a failed child reports its actual cause instead of only an exit code

0.3.210

  • Added timedOutAfterMs to BashToolOutput, set when a command is auto-backgrounded on timeout
Commits

Updates posthog-node from 5.41.0 to 5.44.0

Release notes

Sourced from posthog-node's releases.

posthog-node@5.44.0

5.44.0

Minor Changes

  • #4153 fc2cb2e Thanks @​eli-r-ph! - Raise the default maxQueueSize from 1000 to 10000. Backend workloads are more likely to burst-enqueue events synchronously ahead of a flush than browser/mobile clients, so the previous default risked silently dropping events under bursty load. An explicit maxQueueSize option still overrides this default. (2026-07-15)

Patch Changes

  • Updated dependencies [fc2cb2e]:
    • @​posthog/core@​1.42.1

posthog-node@5.43.0

5.43.0

Minor Changes

  • #4117 1eddff7 Thanks @​DanielVisca! - add the posthog.metrics API (count, gauge, histogram) to posthog-node — alpha

    Backend services can now record metrics through the same statsd-style pre-aggregating client the browser SDK ships, with no OpenTelemetry setup:

    const client = new PostHog('phc_...', { metrics: { serviceName: 'billing-worker' } })
    client.metrics.count('invoices.processed', 1, { attributes: { plan: 'pro' } })
    client.metrics.gauge('queue.depth', 42)
    client.metrics.histogram('job.duration', 187, { unit: 'ms' })

    Samples aggregate in memory and flush as OTLP/JSON to /i/v1/metrics (one data point per series per window). Pending metrics are flushed on shutdown(). Core gains _sendMetricsBatch on PostHogCoreStateless (same outcome contract as _sendLogsBatch) and a shared resolveMetricsConfig, so any core-based SDK can host PostHogMetrics. (2026-07-15)

Patch Changes

  • Updated dependencies [1eddff7]:
    • @​posthog/core@​1.42.0

posthog-node@5.42.0

5.42.0

Minor Changes

  • #4101 dc2aa5b Thanks @​posthog! - Expose the error tracking rate-limiter config via the new exceptionRateLimiterRefillRate and exceptionRateLimiterBucketSize options. Burst protection is scoped per exception type (each distinct $exception type gets its own token bucket, with no aggregate cap across types), so these let customers with high-cardinality exception types tune the per-type allowance. (2026-07-14)

Patch Changes

  • Updated dependencies [dc2aa5b]:
    • @​posthog/core@​1.41.0
Changelog

Sourced from posthog-node's changelog.

5.44.0

Minor Changes

  • #4153 fc2cb2e Thanks @​eli-r-ph! - Raise the default maxQueueSize from 1000 to 10000. Backend workloads are more likely to burst-enqueue events synchronously ahead of a flush than browser/mobile clients, so the previous default risked silently dropping events under bursty load. An explicit maxQueueSize option still overrides this default. (2026-07-15)

Patch Changes

  • Updated dependencies [fc2cb2e]:
    • @​posthog/core@​1.42.1

5.43.0

Minor Changes

  • #4117 1eddff7 Thanks @​DanielVisca! - add the posthog.metrics API (count, gauge, histogram) to posthog-node — alpha

    Backend services can now record metrics through the same statsd-style pre-aggregating client the browser SDK ships, with no OpenTelemetry setup:

    const client = new PostHog('phc_...', { metrics: { serviceName: 'billing-worker' } })
    client.metrics.count('invoices.processed', 1, { attributes: { plan: 'pro' } })
    client.metrics.gauge('queue.depth', 42)
    client.metrics.histogram('job.duration', 187, { unit: 'ms' })

    Samples aggregate in memory and flush as OTLP/JSON to /i/v1/metrics (one data point per series per window). Pending metrics are flushed on shutdown(). Core gains _sendMetricsBatch on PostHogCoreStateless (same outcome contract as _sendLogsBatch) and a shared resolveMetricsConfig, so any core-based SDK can host PostHogMetrics. (2026-07-15)

Patch Changes

  • Updated dependencies [1eddff7]:
    • @​posthog/core@​1.42.0

5.42.0

Minor Changes

  • #4101 dc2aa5b Thanks @​posthog! - Expose the error tracking rate-limiter config via the new exceptionRateLimiterRefillRate and exceptionRateLimiterBucketSize options. Burst protection is scoped per exception type (each distinct $exception type gets its own token bucket, with no aggregate cap across types), so these let customers with high-cardinality exception types tune the per-type allowance. (2026-07-14)

Patch Changes

  • Updated dependencies [dc2aa5b]:
    • @​posthog/core@​1.41.0
Commits
  • 004d79e chore: update versions and lockfile [version bump]
  • fc2cb2e feat(node): raise default maxQueueSize and drop-log severity (#4153)
  • 54b017c chore: update versions and lockfile [version bump]
  • 1eddff7 feat(metrics): wire posthog.metrics into posthog-node (#4117)
  • 6d9c314 chore: update versions and lockfile [version bump]
  • 6dd8827 fix(react-native): repeating surveys show again when a new iteration starts (...
  • d35f5f1 chore: update versions and lockfile [version bump]
  • dc2aa5b feat(error-tracking): first-class exception rate-limiter config shared across...
  • 629e6c4 chore: delete eslint-disable comments that suppress nothing (#4146)
  • See full diff in compare view

Updates fumadocs-core from 16.11.4 to 16.11.5

Commits
  • 52af6cf Merge pull request #3416 from fuma-nama/tegami/version-packages
  • efc9d18 chore(mdx): bake passthroughs into runtime module
  • 368a92e feat(mdx): macro collection-level last modified time
  • 13dfdbc feat(mdx): no longer require include for macros
  • 6362332 test macro API on vite
  • 126a74d fix(ui): fix accessibility of sidebar components
  • 430254c fix(mdx): fix file check
  • 1862822 feat(mdx): redesign macro infrastructure
  • d3710a9 fix(openapi): fix invalid generated request
  • ba78b01 fix(ui): correct prop types
  • Additional commits viewable in compare view

Updates fumadocs-mdx from 15.1.1 to 15.2.0

Release notes

Sourced from fumadocs-mdx's releases.

fumadocs-mdx@15.2.0

Support Macro API

Use fumadocs-mdx/macro to define collections, and enable the macro-style API from bundler plugin (e.g. createMDX) using the include option.

Commits
  • 52af6cf Merge pull request #3416 from fuma-nama/tegami/version-packages
  • efc9d18 chore(mdx): bake passthroughs into runtime module
  • 368a92e feat(mdx): macro collection-level last modified time
  • 13dfdbc feat(mdx): no longer require include for macros
  • 6362332 test macro API on vite
  • 126a74d fix(ui): fix accessibility of sidebar components
  • 430254c fix(mdx): fix file check
  • 1862822 feat(mdx): redesign macro infrastructure
  • d3710a9 fix(openapi): fix invalid generated request
  • ba78b01 fix(ui): correct prop types
  • Additional commits viewable in compare view

Updates fumadocs-ui from 16.11.4 to 16.11.5

Commits
  • 52af6cf Merge pull request #3416 from fuma-nama/tegami/version-packages
  • efc9d18 chore(mdx): bake passthroughs into runtime module
  • 368a92e feat(mdx): macro collection-level last modified time
  • 13dfdbc feat(mdx): no longer require include for macros
  • 6362332 test macro API on vite
  • 126a74d fix(ui): fix accessibility of sidebar components
  • 430254c fix(mdx): fix file check
  • 1862822 feat(mdx): redesign macro infrastructure
  • d3710a9 fix(openapi): fix invalid generated request
  • ba78b01 fix(ui): correct prop types
  • Additional commits viewable in compare view

Updates @effect/atom-react from 4.0.0-beta.97 to 4.0.0-beta.98

Changelog

Sourced from @​effect/atom-react's changelog.

4.0.0-beta.98

Patch Changes

Commits

Updates @effect/platform-bun from 4.0.0-beta.97 to 4.0.0-beta.98

Changelog

Sourced from @​effect/platform-bun's changelog.

4.0.0-beta.98

Patch Changes

Commits

Updates @effect/platform-node from 4.0.0-beta.97 to 4.0.0-beta.98

Changelog

Sourced from @​effect/platform-node's changelog.

4.0.0-beta.98

Patch Changes

Commits

Updates @effect/sql-pg from 4.0.0-beta.97 to 4.0.0-beta.98

Commits

Updates @effect/vitest from 4.0.0-beta.97 to 4.0.0-beta.98

Changelog

Sourced from @​effect/vitest's changelog.

4.0.0-beta.98

Patch Changes

Commits

Updates effect from 4.0.0-beta.97 to 4.0.0-beta.98

Changelog

Sourced from effect's changelog.

4.0.0-beta.98

Patch Changes

  • #2587 989603b Thanks @​gcanti! - Expose SchemaError as a public module and re-export Schema.isSchemaError.

    This gives consumers a stable import path and guard for schema failures without depending on the internal schema implementation, while preserving the existing Schema.SchemaError surface.

  • #2592 214c458 Thanks @​gcanti! - Apply transformClient when building an individual HttpApi endpoint client, preserving the supplied client's error and service channels.

  • #2598 a037273 Thanks @​gcanti! - Preserve __proto__ group and endpoint identifiers in HTTP APIs, generated clients, and URL builders.

  • #2578 97fdaa9 Thanks @​tim-smart! - Fix Atom.kvs async mode to retain its AsyncResult value shape after writes.

  • #2612 b24d248 Thanks @​gptguy! - Fix replay of persisted DurableDeferred.raceAll results.

  • #2580 19c222c Thanks @​gcanti! - Fix HttpApi authorization decoding.

    Previously, HttpApiBuilder.securityDecode removed the expected scheme length and one following character from the Authorization header without verifying either value. A Bearer decoder could therefore pass credentials from a different scheme such as Basic, accept a malformed header without a separating space, or retain leading spaces when more than one separator was present.

    The decoder now validates the declared scheme before returning credentials, matches it case-insensitively as required by RFC 9110 section 11.1, and consumes one or more separating spaces. Missing, malformed, or mismatched headers produce the existing empty credential value so security middleware can reject them consistently.

    Basic authentication previously split the decoded user-pass value at every colon, causing otherwise valid passwords containing : to be discarded. It now uses only the first colon as the separator and preserves the rest of the password, following RFC 7617 section 2.

  • #2581 eec85dd Thanks @​gcanti! - Fix HttpApi client error decoding.

    Generated clients previously combined every error schema for a status into one union decoder. When schemas used different encodings, their declaration order could determine the decoded error instead of the response Content-Type; for example, a text decoder could accept a JSON response before the JSON decoder was tried.

    Error responses are now grouped and selected by normalized content type, matching buffered success responses. Normalization happens before grouping, so declarations that differ only by casing or parameters such as charset share one union decoder instead of making later schemas unreachable.

    No-content schemas are represented by a headerless alternative, allowing empty error responses without a Content-Type header to decode correctly. Unsupported content types preserve the existing combination of StatusCodeError and the response decoding failure.

  • #2605 0082f4f Thanks @​gcanti! - Fix Number.remainder for very small and large values formatted in scientific notation.

  • #2611 8849052 Thanks @​tim-smart! - Fix PersistedQueue to count schema decoding and malformed SQL payload failures as processing attempts.

  • #2500 c15e16a Thanks @​hsubra89! - Fix Redis-backed PersistedQueue reset and failed-item handling.

  • #2602 01d00a3 Thanks @​gcanti! - Fix a bug where decoding bracket paths from FormData or URLSearchParams could mutate inherited object prototypes.

  • #2588 8bd4589 Thanks @​gcanti! - Fix SchemaAST.isJson to reject class instances and other non-record objects.

  • #2605 0082f4f Thanks @​gcanti! - Fix JSON Schema allOf imports for tuple intersections and preserve primitive refinements when combining literal constraints.

  • #2604 6e08428 Thanks @​gcanti! - Fix Schema.toFormatter and Schema.toEquivalence indexing for tuples with multiple post-rest elements.

  • #2603 388dcf9 Thanks @​gcanti! - Fix union candidate selection and decoding order so that unions now:

    • consider matches from every sentinel key instead of dropping valid members after the first match;

... (truncated)

Commits
  • 3e4abbc Version Packages (beta) (#2577)
  • 0082f4f Fix JSON Schema tuple allOf intersections (#2605)
  • 72ac585 Add HttpApiError for status 422 (#2613)A
  • b24d248 Fix durable race result replay (#2612)
  • 8849052 Ensure PersistedQueue decoding failures are processing attempts (#2611)
  • c15e16a fix(PersistedQueue): Fix Redis-backed PersistedQueue script handling (#2500)
  • 87bea7e Handle large millis passed to sleep (#2583)
  • 2b7ce2b Fix SQL-backed persisted queues to refresh locks for actively acquired elemen...
  • 5b2a0bc ensure WithTransaction wraps entire rpc handler (#2607)
  • 6e08428 Fix Schema tuple post-rest indexing (#2604)
  • Additional commits viewable in compare view

Updates knip from 6.26.0 to 6.27.0

Release notes

Sourced from knip's releases.

Release 6.27.0

  • Add Temporal plugin (98191a04aad0572bead191b101bfecef75067b0c)
  • Handle -d alias for react-email dir argument (53d1fec3213db8d6a84dfa7a82050b122782e065)
  • Expand pnpm script references with forwarded arguments (33e9799df39450033061b9c4c07daf22f5d15721)
  • Treat path-shaped script tokens as file references, extend known global binaries (d9508c282ab81351beda4b2f859435b49f142c51)
  • Mark tsdown neverBundle dependencies as referenced (5fd863ba12e68842f91ab1a94e7e30d1e571da92)
  • Support TanStack Start in tanstack-router plugin (bd63cd8af88dac03a98aa17f1add322f7bdf4a94)
  • Mark vite ssr.external dependencies as referenced (91de938032062cb667bced0eadef9e67d1e20b1f)
  • Expand bun, npm, and yarn script references with forwarded arguments (b5a31767a83e2cec3fb20c3b146d94c0412a4fd6)
  • Add Latitude as sponsor (42676759cad5fb10ac96fd7c0457037e906f4b68)
  • Regenerate plugin list in docs (1d2cdffb4d4151f848c44e066eff43e9efbf44fe)
  • Support Vue 2 template auto-imports (close #1881) (2157f3913f77216d268b2255899b6fc58609f9bb)
  • Ignore block-commented stylesheet imports (resolve #1880, close #1882) (a627f53221547d5397d70722fcc2fd723889e579)
  • Support TypeScript 5.0 narrowing for ssr.external (989292f79b9d19028bfc7ba988b74ba691041a45)
  • Resolve local binaries from bun run (5e9a7f0286e2c2175bb299c514cc7b67a7cf24f1)
  • Support Vitest inline project config extensions (f682327f6181f44e3924715efa7404aa39e532f0)
  • Resolve package names from aliased node_modules paths (c273d5fbc1b0d3eaf27b38c3f31d3a2a4b6b184a)
  • Support Tailwind CSS URL imports (57a4770447cc4c8f9ea4ffb9171c0c92eed4f255)
  • Resolve unbuilt workspace package exports (close #1877) (1b0a2c0ee784db165c7f92fe10397a6cb513c1cf)
  • Skip unresolved imports of gitignored generated files (605c9049f73838beb1c6fee83c6a5421ae1a6d07)
  • Attribute imports of aliased packages to the declared dependency (d05e775c9a3a5676dc9eadcc1093f7d9983efd06)
  • Flag unresolvable imports of transitive peer deps as unlisted (resolve #1883) (18f0bff4ea683837f75ca744d3fbde52df49b297)
  • Don't count ambient module declarations in script files as imports (e52aecfd7c022cbe72b1c11dde3f4968579ac409)
  • Update rolldown snapshot (a63e92788239062682603a5727ede371db7845c8)
  • Remove obsolete workarounds from ecosystem tests (a521cf790d726c18e644e2e316cdc09eb654f607)
  • Handle snapshotSerializers in Vitest plugin (resolve #1884) (b597de951f6f0e897afdbbbb8a7d0c06c8d2437d)
  • Set the stage (c059c2be5803609924b852c2bf0cd90906a6a831)
Commits
  • e463b61 Release knip@6.27.0
  • b597de9 Handle snapshotSerializers in Vitest plugin (resolve #1884)
  • e52aecf Don't count ambient module declarations in script files as imports
  • 18f0bff Flag unresolvable imports of transitive peer deps as unlisted (resolve #1883)
  • d05e775 Attribute imports of aliased packages to the declared dependency
  • 605c904 Skip unresolved imports of gitignored generated files
  • 1b0a2c0 Resolve unbuilt workspace package exports (close #1877)
  • 57a4770 Support Tailwind CSS URL imports
  • c273d5f Resolve package names from aliased node_modules paths
  • f682327 Support Vitest inline project config extensions
  • Additional commits viewable in compare view

Updates oxfmt from 0.58.0 to 0.59.0

Changelog

Sourced from oxfmt's changelog.

[0.59.0] - 2026-07-13

🐛 Bug Fixes

  • 415fe1e oxfmt: Error on ignorePatterns that cannot match files outside the config directory (#24286) (leaysgur)

[0.55.0] - 2026-06-15

🚀 Features

  • 9a2788b linter/unicorn: Implement prefer-export-from rule (#22935) (AliceLanniste)

[0.54.0] - 2026-06-08

📚 Documentation

  • dadafe3 oxlint, oxfmt: Mention migrate skills in npm READMEs (#22965) (Boshen)
  • f88961a oxfmt: Annotate each config option with supported languages (#22953) (leaysgur)

[0.52.0] - 2026-05-26

🚀 Features

  • 16b8058 oxfmt: Support vite-plus/resolveConfig for vite.config.ts (#22454) (leaysgur)

[0.50.0] - 2026-05-15

🐛 Bug Fixes

  • 43b9978 formatter/sort_imports: Treat subpath imports as internal (#22440) (leaysgur)

[0.49.0] - 2026-05-11

🚀 Features

  • 6e8e818 oxfmt: Experimental .svelte support (#21700) (leaysgur)

[0.45.0] - 2026-04-13

🐛 Bug Fixes

  • 50c389b oxfmt: Support .editorconfig quote_type (#20989) (leaysgur)

[0.44.0] - 2026-04-06

🐛 Bug Fixes

  • dd2df87 npm: Export package.json for oxlint and oxfmt (#20784) (kazuya kawaguchi)
  • 4216380 oxfmt: Support .editorconfig tab_width fallback (#20988) (leaysgur)

... (truncated)

Commits
  • Description has been truncated

Bumps the npm-major group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pkg-pr-new](https://github.com/stackblitz-labs/pkg.pr.new/tree/HEAD/packages/cli) | `0.0.75` | `0.0.78` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.110.5` | `2.110.6` |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.3.209` | `0.3.211` |
| [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.41.0` | `5.44.0` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.11.4` | `16.11.5` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `15.1.1` | `15.2.0` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.11.4` | `16.11.5` |
| [@effect/atom-react](https://github.com/Effect-TS/effect/tree/HEAD/packages/atom/react) | `4.0.0-beta.97` | `4.0.0-beta.98` |
| [@effect/platform-bun](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-bun) | `4.0.0-beta.97` | `4.0.0-beta.98` |
| [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) | `4.0.0-beta.97` | `4.0.0-beta.98` |
| [@effect/sql-pg](https://github.com/Effect-TS/effect/tree/HEAD/packages/sql-pg) | `4.0.0-beta.97` | `4.0.0-beta.98` |
| [@effect/vitest](https://github.com/Effect-TS/effect/tree/HEAD/packages/vitest) | `4.0.0-beta.97` | `4.0.0-beta.98` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `4.0.0-beta.97` | `4.0.0-beta.98` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.26.0` | `6.27.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.58.0` | `0.59.0` |



Updates `pkg-pr-new` from 0.0.75 to 0.0.78
- [Commits](https://github.com/stackblitz-labs/pkg.pr.new/commits/v0.0.78/packages/cli)

Updates `@supabase/supabase-js` from 2.110.5 to 2.110.6
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.110.6/packages/core/supabase-js)

Updates `@anthropic-ai/claude-agent-sdk` from 0.3.209 to 0.3.211
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-typescript@v0.3.209...v0.3.211)

Updates `posthog-node` from 5.41.0 to 5.44.0
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.44.0/packages/node)

Updates `fumadocs-core` from 16.11.4 to 16.11.5
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs@16.11.4...fumadocs@16.11.5)

Updates `fumadocs-mdx` from 15.1.1 to 15.2.0
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@15.1.1...fumadocs-mdx@15.2.0)

Updates `fumadocs-ui` from 16.11.4 to 16.11.5
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs@16.11.4...fumadocs@16.11.5)

Updates `@effect/atom-react` from 4.0.0-beta.97 to 4.0.0-beta.98
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/atom/react/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/atom-react@4.0.0-beta.98/packages/atom/react)

Updates `@effect/platform-bun` from 4.0.0-beta.97 to 4.0.0-beta.98
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform-bun/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform-bun@4.0.0-beta.98/packages/platform-bun)

Updates `@effect/platform-node` from 4.0.0-beta.97 to 4.0.0-beta.98
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform-node/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform-node@4.0.0-beta.98/packages/platform-node)

Updates `@effect/sql-pg` from 4.0.0-beta.97 to 4.0.0-beta.98
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/sql-pg@4.0.0-beta.98/packages/sql-pg)

Updates `@effect/vitest` from 4.0.0-beta.97 to 4.0.0-beta.98
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/vitest/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/vitest@4.0.0-beta.98/packages/vitest)

Updates `effect` from 4.0.0-beta.97 to 4.0.0-beta.98
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@4.0.0-beta.98/packages/effect)

Updates `knip` from 6.26.0 to 6.27.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.27.0/packages/knip)

Updates `oxfmt` from 0.58.0 to 0.59.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.59.0/npm/oxfmt)

---
updated-dependencies:
- dependency-name: pkg-pr-new
  dependency-version: 0.0.78
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.110.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.211
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: posthog-node
  dependency-version: 5.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: fumadocs-core
  dependency-version: 16.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: fumadocs-mdx
  dependency-version: 15.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: fumadocs-ui
  dependency-version: 16.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@effect/atom-react"
  dependency-version: 4.0.0-beta.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@effect/platform-bun"
  dependency-version: 4.0.0-beta.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@effect/platform-node"
  dependency-version: 4.0.0-beta.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@effect/sql-pg"
  dependency-version: 4.0.0-beta.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@effect/vitest"
  dependency-version: 4.0.0-beta.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: effect
  dependency-version: 4.0.0-beta.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: knip
  dependency-version: 6.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: oxfmt
  dependency-version: 0.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Supabase CLI preview

npx --yes https://pkg.pr.new/supabase/cli/supabase@2c3ea634842f3d8967e36120a074aa639652dbe4

Preview package for commit 2c3ea63.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2c3ea63484

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread pnpm-workspace.yaml
Comment on lines +16 to +17
"@effect/platform-bun": "4.0.0-beta.98"
"@effect/platform-node": "4.0.0-beta.98"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Bump the shared Effect platform package too

When installing the CLI or stack workspaces after this bump, the root override still pins @effect/platform-node-shared to 4.0.0-beta.97, and the lockfile now resolves @effect/platform-bun@4.0.0-beta.98 / @effect/platform-node@4.0.0-beta.98 against that older shared package. The beta.98 platform releases expect the matching shared beta.98 package, so this leaves production runtime layers on mixed Effect internals and can miss shared fixes or APIs that the bumped packages rely on. Please bump or remove the override together with this catalog update.

Useful? React with 👍 / 👎.

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