Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
pkg-pr-new 0.0.75 0.0.79
@supabase/supabase-js 2.110.7 2.110.8
jose 6.2.3 6.2.4
@anthropic-ai/claude-agent-sdk 0.3.216 0.3.218
@anthropic-ai/sdk 0.112.4 0.114.0
posthog-node 5.46.0 5.46.1
react 19.2.7 19.2.8
fumadocs-core 16.11.5 16.12.1
fumadocs-ui 16.11.5 16.12.1
next 16.3.0-preview.6 16.3.0-preview.9
react-dom 19.2.7 19.2.8
@effect/atom-react 4.0.0-beta.97 4.0.0-beta.101
@effect/platform-bun 4.0.0-beta.97 4.0.0-beta.101
@effect/platform-node 4.0.0-beta.97 4.0.0-beta.101
@effect/sql-pg 4.0.0-beta.97 4.0.0-beta.101
@effect/vitest 4.0.0-beta.97 4.0.0-beta.101
effect 4.0.0-beta.97 4.0.0-beta.101
knip 6.27.0 6.29.0
oxfmt 0.59.0 0.60.0
oxlint-tsgolint 0.25.0 7.0.2001
oxlint 1.74.0 1.75.0
tldts 6.1.86 7.4.9

Updates pkg-pr-new from 0.0.75 to 0.0.79

Commits

Updates @supabase/supabase-js from 2.110.7 to 2.110.8

Release notes

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

v2.110.8

2.110.8 (2026-07-21)

🩹 Fixes

  • auth: downgrade aborted/transient fetch failures from console.error to warn (#2544)
  • functions: clean up cross-signal abort listener on invoke() return (#2487)
  • functions: match response Content-Type case-insensitively (#2515)
  • storage: url-encode object key in CDN purge methods (#2545)
  • supabase: skip Node warning in Deno (#2541)

❤️ Thank You

v2.110.8-canary.2

2.110.8-canary.2 (2026-07-21)

🩹 Fixes

  • storage: url-encode object key in CDN purge methods (#2545)

❤️ Thank You

v2.110.8-canary.1

2.110.8-canary.1 (2026-07-21)

🩹 Fixes

  • auth: downgrade aborted/transient fetch failures from console.error to warn (#2544)

❤️ Thank You

v2.110.8-canary.0

2.110.8-canary.0 (2026-07-21)

🩹 Fixes

  • functions: clean up cross-signal abort listener on invoke() return (#2487)
  • functions: match response Content-Type case-insensitively (#2515)
  • supabase: skip Node warning in Deno (#2541)

❤️ Thank You

... (truncated)

Changelog

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

2.110.8 (2026-07-21)

🩹 Fixes

  • supabase: skip Node warning in Deno (#2541)

❤️ Thank You

Commits

Updates jose from 6.2.3 to 6.2.4

Release notes

Sourced from jose's releases.

v6.2.4

Documentation

  • update README.md and SECURITY.md to reflect passed EOL dates (2a84032)

Refactor

  • normalize JWK export members from runtime quirks (386a3eb)
Changelog

Sourced from jose's changelog.

6.2.4 (2026-07-21)

Documentation

  • update README.md and SECURITY.md to reflect passed EOL dates (2a84032)

Refactor

  • normalize JWK export members from runtime quirks (386a3eb)
Commits
  • 3ced677 chore(release): 6.2.4
  • 9725456 chore: bump packages
  • 386a3eb refactor: normalize JWK export members from runtime quirks
  • f86dbef chore: bump packages
  • 990c670 test: update electron expectations
  • 0bbe2d0 chore: fix broken links for undici
  • 294c40c test: update electron expectations
  • a378068 chore(deps): bump the actions group with 2 updates
  • b299ce2 chore(deps-dev): bump undici
  • f261d84 chore(deps-dev): bump tar in the npm_and_yarn group across 1 directory
  • Additional commits viewable in compare view

Updates @anthropic-ai/claude-agent-sdk from 0.3.216 to 0.3.218

Release notes

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

v0.3.218

What's changed

  • SkillToolOutput now reports background: true when a forked skill was dispatched as a detached background agent
  • Fixed the result event's api_error_status reporting null for rate-limit and overloaded errors delivered mid-stream; it now reports 429/529
  • Added canonicalModel and provider to each modelUsage entry in result messages so downstream billing can look up the correct rate table for costUSD

Update

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

v0.3.217

What's changed

  • Changed subagents to no longer spawn nested subagents by default (depth cap lowered from 5 to 1); set CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH to allow deeper nesting
  • Added a cap on concurrently-running subagents (default 20, override with CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTS)
  • Fixed Remote Control sessions not re-sending pending permission prompts to clients that connect after the prompt appeared

Update

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

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

0.3.218

  • SkillToolOutput now reports background: true when a forked skill was dispatched as a detached background agent
  • Fixed the result event's api_error_status reporting null for rate-limit and overloaded errors delivered mid-stream; it now reports 429/529
  • Added canonicalModel and provider to each modelUsage entry in result messages so downstream billing can look up the correct rate table for costUSD

0.3.217

  • Changed subagents to no longer spawn nested subagents by default (depth cap lowered from 5 to 1); set CLAUDE_CODE_MAX_SUBAGENT_SPAWN_DEPTH to allow deeper nesting
  • Added a cap on concurrently-running subagents (default 20, override with CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTS)
  • Fixed Remote Control sessions not re-sending pending permission prompts to clients that connect after the prompt appeared
Commits

Updates @anthropic-ai/sdk from 0.112.4 to 0.114.0

Release notes

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

sdk: v0.114.0

0.114.0 (2026-07-23)

Full Changelog: sdk-v0.113.0...sdk-v0.114.0

Features

  • api: add new stop reason 'model_context_window_exceeded' (1ec71c1)

sdk: v0.113.0

0.113.0 (2026-07-22)

Full Changelog: sdk-v0.112.5...sdk-v0.113.0

Features

  • api: add support for Managed Agents model effort, initial session events, and threads delta streaming (83fef1e)

sdk: v0.112.5

0.112.5 (2026-07-21)

Full Changelog: sdk-v0.112.4...sdk-v0.112.5

Chores

  • api: add support for new refusal category (479efe8)
  • internal: codegen related update (830fb74)
Changelog

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

0.114.0 (2026-07-23)

Full Changelog: sdk-v0.113.0...sdk-v0.114.0

Features

  • api: add new stop reason 'model_context_window_exceeded' (1ec71c1)

0.113.0 (2026-07-22)

Full Changelog: sdk-v0.112.5...sdk-v0.113.0

Features

  • api: add support for Managed Agents model effort, initial session events, and threads delta streaming (83fef1e)

0.112.5 (2026-07-21)

Full Changelog: sdk-v0.112.4...sdk-v0.112.5

Chores

  • api: add support for new refusal category (479efe8)
  • internal: codegen related update (830fb74)
Commits
  • 2d314b4 chore: release main
  • 3d051df feat(api): add new stop reason 'model_context_window_exceeded'
  • 4414d47 chore: release main
  • 1ec5566 feat(api): add support for Managed Agents model effort, initial session event...
  • c58a55b chore: release main
  • 2fb7da5 chore(api): add support for new refusal category
  • d6ffc3c chore(internal): codegen related update
  • See full diff in compare view

Updates posthog-node from 5.46.0 to 5.46.1

Release notes

Sourced from posthog-node's releases.

posthog-node@5.46.1

5.46.1

Patch Changes

  • #4234 6c8fde0 Thanks @​hpouillot! - Normalize V8 Promise combinator stack frames so input indexes are not treated as source filenames. (2026-07-23)
  • Updated dependencies [6c8fde0]:
    • @​posthog/core@​1.45.1
Changelog

Sourced from posthog-node's changelog.

5.46.1

Patch Changes

  • #4234 6c8fde0 Thanks @​hpouillot! - Normalize V8 Promise combinator stack frames so input indexes are not treated as source filenames. (2026-07-23)
  • Updated dependencies [6c8fde0]:
    • @​posthog/core@​1.45.1
Commits

Updates react from 19.2.7 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates fumadocs-core from 16.11.5 to 16.12.1

Commits
  • 31435c9 Merge pull request #3432 from fuma-nama/tegami/version-packages
  • e7de9a4 fix(obsidian): fix bugs for v1
  • d70abf9 feat(obsidian): supply a content source & drop old usage
  • 882aa53 fix(base-ui): bugs in flux layout
  • 4fa6e7d docs: add preview image for glass layout
  • 746ded3 refactor: improve routing utils in templates
  • 67aaef3 feat(cli): improve hints
  • 6fd0975 docs: add missing docs for waku
  • f2e6679 fix types
  • 1a1e6d1 docs: default layout
  • Additional commits viewable in compare view

Updates fumadocs-ui from 16.11.5 to 16.12.1

Commits
  • 31435c9 Merge pull request #3432 from fuma-nama/tegami/version-packages
  • e7de9a4 fix(obsidian): fix bugs for v1
  • d70abf9 feat(obsidian): supply a content source & drop old usage
  • 882aa53 fix(base-ui): bugs in flux layout
  • 4fa6e7d docs: add preview image for glass layout
  • 746ded3 refactor: improve routing utils in templates
  • 67aaef3 feat(cli): improve hints
  • 6fd0975 docs: add missing docs for waku
  • f2e6679 fix types
  • 1a1e6d1 docs: default layout
  • Additional commits viewable in compare view

Updates next from 16.3.0-preview.6 to 16.3.0-preview.9

Release notes

Sourced from next's releases.

v16.3.0-preview.9

Misc Changes

  • [Bench] Add client-trace attribution pass and document metrics to render-pipeline: #95828
  • Turbopack: Split up turbo-tasks-fs/src/lib.rs into smaller modules: #96030
  • Turbopack: Use Arc and Box to make InvalidatorMap slightly more efficient: #95987
  • Turbopack: Use swc_core::ecma::utils::prop_name_eq for a couple of the next-custom-transforms: #96035
  • [Cache Components] Exclude dynamic params from prerenders when no generateStaticParams values is provided: #95872
  • Gate partialFallback behavior behind partialPrefetching flag: #96074
  • [turbopack] Fix deployment skew protection for component chunks: #96079
  • Turbopack: stop copying sourcesContent into every serialized source map: #95934
  • Upgrade React from 81e442ea-20260721 to 711c445b-20260722: #96066
  • fix: cache miss in App Shell for cached pages with gSP: #95665
  • skill(cc-adoption): add dev-only validation sweep reference: #96057
  • Refine Cache Components and Partial Prefetching adoption skills: #95817
  • [test] Move the dev-only use cache test suite to test/development: #96023
  • Fix stale dev 'use cache' for cookieless requests and route handlers: #96022
  • [test] Add failing tests for stale route handler and page cached data: #96021
  • Add a dedicated HMR message for static params changes: #96020
  • Emit the static paths HMR update after updating the cache: #96019
  • [test] Add source-mapping coverage of React's fake stack frame scripts in use cache: #95945
  • Fix basePath fallback parameter parsing: #95966
  • Restore canary version 16.3.0-canary.93 after v16.3.0-preview.8 preview release

Credits

Huge thanks to @​gaearon, @​bgw, @​gnoff, @​acdlite, @​sampoder, @​vercel-release-bot, @​lubieowoce, @​aurorascharff, @​unstubbable, and @​timneutkens for helping!

v16.3.0-preview.8

Misc Changes

  • Always consult npm_config_user_agent first: #95879
  • Rewrite next-cache-components-optimizer around a test-driven instant() loop: #94721
  • docs: attribute App Shell prefetch to Partial Prefetching: #96003
  • Turbopack: Remove chunk group id from value of chunk groups map: #95142
  • [ci] Enforce minimumReleaseAge in e2e tests that install external dependencies: #95628
  • Turbopack: Fix missing canonicalization of paths and always use verbatim paths internally for Windows: #95668
  • Revert "[turbopack] Don't SSR on pages only navigated to through a soft nav (#95539)": #96028
  • Turbopack: Use Arc<PathBuf> for keys in turbo-task-fs's per-path MutexMap: #95951
  • chore(deps): bump sharp@0.35.3: #95507
  • [turbopack] Tree-shake CJS exports that use the Object.defineProperty syntax: #95994
  • Restore canary version 16.3.0-canary.92 after v16.3.0-preview.7 preview release

Credits

Huge thanks to @​eps1lon, @​gaojude, @​icyJoseph, @​bgw, @​sampoder, and @​styfle for helping!

v16.3.0-preview.7

Example Changes

... (truncated)

Commits
  • 838bd19 v16.3.0-preview.9
  • 5f688d2 [Bench] Add client-trace attribution pass and document metrics to render-pipe...
  • 89c9487 Turbopack: Split up turbo-tasks-fs/src/lib.rs into smaller modules (#96030)
  • 8882653 Turbopack: Use Arc<PathMap> and Box<Path> to make InvalidatorMap slightly mor...
  • 5639c4e Turbopack: Use swc_core::ecma::utils::prop_name_eq for a couple of the `nex...
  • b2144dd v16.3.0-canary.94
  • 6a39e9d [Cache Components] Exclude dynamic params from prerenders when no generateSta...
  • 203177b Gate partialFallback behavior behind partialPrefetching flag (#96074)
  • 5b9d43b [turbopack] Fix deployment skew protection for component chunks (#96079)
  • 3d01800 Turbopack: stop copying sourcesContent into every serialized source map (#95934)
  • Additional commits viewable in compare view

Updates react-dom from 19.2.7 to 19.2.8

Release notes

Sourced from react-dom's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

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

Release notes

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

@​effect/atom-react@​4.0.0-beta.101

Patch Changes

@​effect/atom-react@​4.0.0-beta.100

Patch Changes

Changelog

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

4.0.0-beta.101

Patch Changes

4.0.0-beta.100

Patch Changes

4.0.0-beta.99

Patch Changes

4.0.0-beta.98

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​effect/atom-react since your current version.


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

Release notes

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

@​effect/platform-bun@​4.0.0-beta.101

Patch Changes

@​effect/platform-bun@​4.0.0-beta.100

Patch Changes

Changelog

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

4.0.0-beta.101

Patch Changes

4.0.0-beta.100

Patch Changes

4.0.0-beta.99

Patch Changes

Bumps the npm-major group with 22 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.79` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.110.7` | `2.110.8` |
| [jose](https://github.com/panva/jose) | `6.2.3` | `6.2.4` |
| [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.3.216` | `0.3.218` |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.112.4` | `0.114.0` |
| [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.46.0` | `5.46.1` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.11.5` | `16.12.1` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.11.5` | `16.12.1` |
| [next](https://github.com/vercel/next.js) | `16.3.0-preview.6` | `16.3.0-preview.9` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
| [@effect/atom-react](https://github.com/Effect-TS/effect/tree/HEAD/packages/atom/react) | `4.0.0-beta.97` | `4.0.0-beta.101` |
| [@effect/platform-bun](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-bun) | `4.0.0-beta.97` | `4.0.0-beta.101` |
| [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) | `4.0.0-beta.97` | `4.0.0-beta.101` |
| [@effect/sql-pg](https://github.com/Effect-TS/effect/tree/HEAD/packages/sql-pg) | `4.0.0-beta.97` | `4.0.0-beta.101` |
| [@effect/vitest](https://github.com/Effect-TS/effect/tree/HEAD/packages/vitest) | `4.0.0-beta.97` | `4.0.0-beta.101` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `4.0.0-beta.97` | `4.0.0-beta.101` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.27.0` | `6.29.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.59.0` | `0.60.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.25.0` | `7.0.2001` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.74.0` | `1.75.0` |
| [tldts](https://github.com/remusao/tldts) | `6.1.86` | `7.4.9` |



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

Updates `@supabase/supabase-js` from 2.110.7 to 2.110.8
- [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.8/packages/core/supabase-js)

Updates `jose` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.3...v6.2.4)

Updates `@anthropic-ai/claude-agent-sdk` from 0.3.216 to 0.3.218
- [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.216...v0.3.218)

Updates `@anthropic-ai/sdk` from 0.112.4 to 0.114.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.112.4...sdk-v0.114.0)

Updates `posthog-node` from 5.46.0 to 5.46.1
- [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.46.1/packages/node)

Updates `react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

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

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

Updates `next` from 16.3.0-preview.6 to 16.3.0-preview.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.3.0-preview.6...v16.3.0-preview.9)

Updates `react-dom` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

Updates `@effect/atom-react` from 4.0.0-beta.97 to 4.0.0-beta.101
- [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.101/packages/atom/react)

Updates `@effect/platform-bun` from 4.0.0-beta.97 to 4.0.0-beta.101
- [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.101/packages/platform-bun)

Updates `@effect/platform-node` from 4.0.0-beta.97 to 4.0.0-beta.101
- [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.101/packages/platform-node)

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

Updates `@effect/vitest` from 4.0.0-beta.97 to 4.0.0-beta.101
- [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.101/packages/vitest)

Updates `effect` from 4.0.0-beta.97 to 4.0.0-beta.101
- [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.101/packages/effect)

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

Updates `oxfmt` from 0.59.0 to 0.60.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.60.0/npm/oxfmt)

Updates `oxlint-tsgolint` from 0.25.0 to 7.0.2001
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.25.0...v7.0.2001)

Updates `oxlint` from 1.74.0 to 1.75.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.75.0/npm/oxlint)

Updates `tldts` from 6.1.86 to 7.4.9
- [Release notes](https://github.com/remusao/tldts/releases)
- [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
- [Commits](remusao/tldts@v6.1.86...v7.4.9)

---
updated-dependencies:
- dependency-name: pkg-pr-new
  dependency-version: 0.0.79
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.110.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: jose
  dependency-version: 6.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.3.218
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.114.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: posthog-node
  dependency-version: 5.46.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: fumadocs-core
  dependency-version: 16.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: fumadocs-ui
  dependency-version: 16.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: next
  dependency-version: 16.3.0-preview.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: react-dom
  dependency-version: 19.2.8
  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.101
  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.101
  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.101
  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.101
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: "@effect/vitest"
  dependency-version: 4.0.0-beta.101
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: effect
  dependency-version: 4.0.0-beta.101
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-major
- dependency-name: knip
  dependency-version: 6.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: oxfmt
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: oxlint-tsgolint
  dependency-version: 7.0.2001
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: oxlint
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-major
- dependency-name: tldts
  dependency-version: 7.4.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Supabase CLI preview

npx --yes https://pkg.pr.new/supabase/cli/supabase@71114489f8963b8bd7a05db72106bfe7ebe7b582

Preview package for commit 7111448.

@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: 71114489f8

ℹ️ 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.101"
"@effect/platform-node": "4.0.0-beta.101"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Bump the shared Effect platform package too

When these catalog entries move @effect/platform-bun and @effect/platform-node to 4.0.0-beta.101, the existing override at pnpm-workspace.yaml:39 still forces @effect/platform-node-shared to 4.0.0-beta.97; the lockfile now installs @effect/platform-node@4.0.0-beta.101 with @effect/platform-node-shared@4.0.0-beta.97. Because the CLI and stack packages import BunServices/NodeServices from these platform packages, this mixes beta.101 platform code with beta.97 shared internals instead of the beta.101 shared package released with it, which can break imports or runtime behavior whenever those services are loaded. Please update or remove the override as part of this bump.

Useful? React with 👍 / 👎.

@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 1, 2026
auto-merge was automatically disabled August 1, 2026 00:15

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-major-d34b91131f branch August 1, 2026 00:15
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