Skip to content

chore(deps): update all non-major dependencies to >=0.14.5#274

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies to >=0.14.5#274
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
agents (source) >=0.14.4>=0.14.5 age confidence

Release Notes

cloudflare/agents (agents)

v0.14.5

Compare Source

Patch Changes
  • #​1613 124a47a Thanks @​threepointone! - Introduce the first Think framework layer for convention-driven agent apps.

    This release adds a manifest-driven Vite plugin that discovers agents from the
    agents/ directory, generates a Worker entrypoint and virtual framework
    modules, derives stable Durable Object class names, and merges framework-owned
    Worker config defaults with user Wrangler config. It also keeps the Think Vite
    plugin usable directly in normal Vite plugin arrays.

    The framework now supports optional app server entries, manifest-scoped friendly
    agent and sub-agent routing, deterministic route surfaces, colocated skill
    detection, Worker Loader requirement diagnostics, and explicit diagnostics for
    unsupported nested sub-agent conventions. Think currently supports top-level
    agents and one sub-agent layer; deeper nesting is rejected with guidance so that
    the routing and lifecycle model can be designed deliberately.

    This framework layer is experimental: both the Vite plugin (once, on build
    start) and the think CLI (on startup) emit a notice that the API may change
    or be removed in any release. The core Think agent runtime is unchanged.

    The Think CLI now includes think init, think inspect, and think types.
    think init scaffolds a minimal Workers/Vite Think app, safely handles prompted
    or named target directories, refuses unsafe migrations, and installs npm
    dependencies by default. think inspect exposes manifest/config diagnostics in
    text or JSON, while think types generates Think-owned declarations and can
    optionally compose with Wrangler type generation.

    This release also adds host-framework coverage for React Router and TanStack
    Start, updates examples to use the convention-first framework shape, and hardens
    Agents/worker-bundler virtual modules for bundled skill compatibility.

  • #​1613 124a47a Thanks @​threepointone! - Compile skill scripts ahead of time and remove the in-Worker bundler (drops ~14MB of esbuild-wasm from Worker bundles).

    Skill scripts are now always compiled to self-contained JavaScript before they run, and the runtime no longer ships an in-Worker bundler (@cloudflare/worker-bundler is no longer a dependency of agents):

    • The Agents Vite plugin compiles bundled skill scripts (scripts/*.ts/.tsx/.js/.mjs) with esbuild at build time — resolving sibling imports and stripping TypeScript — and marks them precompiled.
    • Skills served from R2 or other dynamic sources must be compiled before upload. A new compileSkillScript helper is exported from agents/skills/compile for use in your publish/upload tooling.
    • At runtime, a skill script that still needs compiling (raw TypeScript or a multi-file skill that wasn't bundled) throws a clear "must be compiled to a self-contained JavaScript module" error instead of silently bundling in-Worker.

    Breaking: if you ship raw TypeScript or multi-file skill scripts to R2 (or another dynamic source) and relied on the in-Worker bundler to compile them at runtime, bundle them ahead of time (e.g. with compileSkillScript) before upload. Bundled skills handled by the Vite plugin require no changes. The previously-added stubWorkerBundler option has been removed (there is nothing left to stub).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nuxt-mcp-toolkit-docs Error Error Jun 8, 2026 4:16pm

@renovate

renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 5 workspace projects
? Verifying lockfile against supply-chain policies (2035 entries)...
✓ Lockfile passes supply-chain policies (2035 entries in 12.7s)
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 40, reused 0, downloaded 0, added 0
Progress: resolved 47, reused 0, downloaded 0, added 0
Progress: resolved 229, reused 0, downloaded 0, added 0
Progress: resolved 361, reused 0, downloaded 0, added 0
Progress: resolved 573, reused 0, downloaded 0, added 0
Progress: resolved 659, reused 0, downloaded 0, added 0
Progress: resolved 712, reused 0, downloaded 0, added 0
Progress: resolved 827, reused 0, downloaded 0, added 0
Progress: resolved 852, reused 0, downloaded 0, added 0
Progress: resolved 974, reused 0, downloaded 0, added 0
Progress: resolved 1019, reused 0, downloaded 0, added 0
Progress: resolved 1077, reused 0, downloaded 0, added 0
Progress: resolved 1178, reused 0, downloaded 0, added 0
Progress: resolved 1202, reused 0, downloaded 0, added 0
Progress: resolved 1274, reused 0, downloaded 0, added 0
Progress: resolved 1351, reused 0, downloaded 0, added 0
Progress: resolved 1387, reused 0, downloaded 0, added 0
Progress: resolved 1433, reused 0, downloaded 0, added 0
Progress: resolved 1690, reused 0, downloaded 0, added 0
Progress: resolved 1878, reused 0, downloaded 2, added 0
Progress: resolved 2026, reused 0, downloaded 3, added 0
Progress: resolved 2030, reused 0, downloaded 3, added 0
[WARN] Request took 14424ms: https://registry.npmjs.org/drizzle-orm
[ERR_PNPM_NO_MATURE_MATCHING_VERSION] 1 version does not meet the minimumReleaseAge constraint:
  agents@0.14.5 was published at 2026-06-07T14:06:09.428Z, within the minimumReleaseAge cutoff (2026-06-06T16:15:33.270Z)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants