Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 6 updates - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-15243ecaa0
Open

chore(deps): bump the production-dependencies group across 1 directory with 6 updates#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-15243ecaa0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
@agentskit/adapters 0.12.2 0.15.1
@agentskit/core 1.9.0 1.12.8
@agentskit/ink 0.9.0 0.10.9
@agentskit/runtime 0.7.3 0.10.15
@agentskit/tools 0.9.4 0.13.5
@agentskit/doc-bridge 1.1.1 1.4.3

Updates @agentskit/adapters from 0.12.2 to 0.15.1

Release notes

Sourced from @​agentskit/adapters's releases.

@​agentskit/adapters@​0.15.1

Changelog

@​agentskit/adapters@​0.15.0

Changelog

@​agentskit/adapters@​0.14.3

Changelog

@​agentskit/adapters@​0.14.2

Changelog

@​agentskit/adapters@​0.14.1

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/adapters since your current version.


Updates @agentskit/core from 1.9.0 to 1.12.8

Release notes

Sourced from @​agentskit/core's releases.

@​agentskit/core@​1.12.8

Changelog

@​agentskit/core@​1.12.7

Changelog

@​agentskit/core@​1.12.6

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/core since your current version.


Updates @agentskit/ink from 0.9.0 to 0.10.9

Release notes

Sourced from @​agentskit/ink's releases.

@​agentskit/ink@​0.10.9

Changelog

@​agentskit/ink@​0.10.8

Changelog

@​agentskit/ink@​0.10.7

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/ink since your current version.


Updates @agentskit/runtime from 0.7.3 to 0.10.15

Release notes

Sourced from @​agentskit/runtime's releases.

@​agentskit/runtime@​0.10.15

Changelog

@​agentskit/runtime@​0.10.14

Changelog

@​agentskit/runtime@​0.10.13

Changelog

@​agentskit/runtime@​0.10.10

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/runtime since your current version.


Updates @agentskit/tools from 0.9.4 to 0.13.5

Release notes

Sourced from @​agentskit/tools's releases.

@​agentskit/tools@​0.13.5

Changelog

@​agentskit/tools@​0.13.4

Changelog

@​agentskit/tools@​0.13.3

Changelog

@​agentskit/tools@​0.13.2

Changelog

@​agentskit/tools@​0.13.1

Changelog

@​agentskit/tools@​0.11.11

Changelog

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​agentskit/tools since your current version.


Updates @agentskit/doc-bridge from 1.1.1 to 1.4.3

Release notes

Sourced from @​agentskit/doc-bridge's releases.

Doc Bridge 1.4.3

What's Changed

Full Changelog: AgentsKit-io/doc-bridge@v1.4.2...v1.4.3

v1.4.1

What's Changed

Full Changelog: AgentsKit-io/doc-bridge@v1.4.0...v1.4.1

Doc Bridge v1.4.0 — Portable handoffs for coding agents

Portable handoffs for coding agents

Doc Bridge v1.4.0 makes the same deterministic, read-only handoff available across more agent environments without coupling your documentation workflow to one editor or runtime.

The portable skill resolves where an agent may start, what it must read, which roots it may edit, and which checks it must run. Resolution is fail-closed: if the target or authority cannot be established safely, the agent stops instead of guessing.

What is new

  • Pi discovery: install directly from npm with pi install npm:@agentskit/doc-bridge.
  • Cursor integration: the package now ships a Cursor plugin manifest and pinned MCP configuration.
  • Hermes compatibility: the published ClawHub skill is discoverable through Hermes' native ClawHub source.
  • Portable Agent Skill: one open skill shape for ClawHub-compatible clients, Hermes, Pi, and Cursor.
  • Version-safe distribution: package, Action, MCPB, Cursor, MCP, runtime, and portable resolver versions are synchronized automatically.

Install

npx @agentskit/doc-bridge@1.4.0 init --demo
npx @agentskit/doc-bridge@1.4.0 query package example --agent

For Pi:

pi install npm:@agentskit/doc-bridge

Distribution and integrity

  • Published to npm with SLSA provenance.
  • Portable skill fixtures contain synthetic public evidence only.

... (truncated)

Changelog

Sourced from @​agentskit/doc-bridge's changelog.

1.4.3

Patch Changes

  • Keep the release audit green by pinning the available nanoid fix and documenting the upstream extract-zip advisory exception until its patched npm release exists.

1.4.2

Patch Changes

  • df61b17: Accept managed ecosystem products without a public repository by supporting repo: null and declaration-backed claims in the canonical ecosystem contract.

1.4.1

Patch Changes

  • ef543f6: Publish the portable handoff skill through an Agent Plugins v1 manifest for GitHub Copilot.
  • 8b07f46: Package the portable handoff skill and credential-free MCP server as a Claude Code plugin.

1.4.0

Minor Changes

  • 14a9075: Add a portable, fail-closed Doc Bridge handoff skill with a zero-credential resolver and synthetic compatibility fixture for Agent Skills runtimes.

Patch Changes

  • 5133bda: Expose the portable Doc Bridge handoff skill as a discoverable Pi package.
  • 14a9075: Add a Cursor plugin manifest, pinned MCP configuration, and handoff skill.

1.3.0

Minor Changes

  • 319605e: Add read-only Nx project inference for Doc Bridge ownership, handoffs, and available test and lint checks.
  • e0db193: Add first-party VitePress and Astro Starlight human-documentation adapters.
  • 03c17bc: Add a first-party Nextra human-documentation adapter for deterministic content-directory routes.

1.2.6

Patch Changes

  • Restore the stable release security gate with patched Next.js and Sharp versions and pnpm 11-compatible dependency overrides.

1.2.5

Patch Changes

  • d2429f4: Add read-only MCP tool annotations, a public privacy policy, and deterministic MCPB packaging for local Claude Desktop installation.

... (truncated)

Commits
  • 9a03016 chore(release): prepare Doc Bridge 1.4.3
  • 12b28cf fix(conformance): support managed products and canonical llms urls (#95)
  • d0c4e31 chore: prepare Doc Bridge 1.4.1 release (#94)
  • ef543f6 feat: add GitHub Copilot plugin support (#93)
  • 8b07f46 feat: package Doc Bridge for Claude Code (#92)
  • a71c737 chore: prepare Cursor marketplace metadata (#90)
  • 5d8c30f docs: update Doc Bridge references to 1.4.0 (#88)
  • 666b990 chore: prepare Doc Bridge 1.4.0 release (#87)
  • 5133bda feat: expose portable skill to Pi (#86)
  • 7cdeee4 docs: link published ClawHub skill (#85)
  • 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 29, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the production-dependencies group with 6 updates chore(deps): bump the production-dependencies group across 1 directory with 6 updates Aug 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-15243ecaa0 branch 2 times, most recently from ab40167 to 9a21d67 Compare August 9, 2026 01:38
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-15243ecaa0 branch from 9a21d67 to 46480d9 Compare August 12, 2026 01:34
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-15243ecaa0 branch 3 times, most recently from beb75b5 to f0d34d7 Compare August 26, 2026 13:28
…y with 6 updates

Bumps the production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@agentskit/adapters](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/adapters) | `0.12.2` | `0.15.1` |
| [@agentskit/core](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/core) | `1.9.0` | `1.12.8` |
| [@agentskit/ink](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/ink) | `0.9.0` | `0.10.9` |
| [@agentskit/runtime](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/runtime) | `0.7.3` | `0.10.15` |
| [@agentskit/tools](https://github.com/AgentsKit-io/agentskit/tree/HEAD/packages/tools) | `0.9.4` | `0.13.5` |
| [@agentskit/doc-bridge](https://github.com/AgentsKit-io/doc-bridge) | `1.1.1` | `1.4.3` |



Updates `@agentskit/adapters` from 0.12.2 to 0.15.1
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/adapters@0.15.1/packages/adapters)

Updates `@agentskit/core` from 1.9.0 to 1.12.8
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/core@1.12.8/packages/core)

Updates `@agentskit/ink` from 0.9.0 to 0.10.9
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/ink@0.10.9/packages/ink)

Updates `@agentskit/runtime` from 0.7.3 to 0.10.15
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/runtime@0.10.15/packages/runtime)

Updates `@agentskit/tools` from 0.9.4 to 0.13.5
- [Release notes](https://github.com/AgentsKit-io/agentskit/releases)
- [Changelog](https://github.com/AgentsKit-io/agentskit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AgentsKit-io/agentskit/commits/@agentskit/tools@0.13.5/packages/tools)

Updates `@agentskit/doc-bridge` from 1.1.1 to 1.4.3
- [Release notes](https://github.com/AgentsKit-io/doc-bridge/releases)
- [Changelog](https://github.com/AgentsKit-io/doc-bridge/blob/master/CHANGELOG.md)
- [Commits](AgentsKit-io/doc-bridge@v1.1.1...v1.4.3)

---
updated-dependencies:
- dependency-name: "@agentskit/adapters"
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/core"
  dependency-version: 1.12.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/doc-bridge"
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/ink"
  dependency-version: 0.10.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/runtime"
  dependency-version: 0.10.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@agentskit/tools"
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-15243ecaa0 branch from f0d34d7 to 0b4b6d7 Compare August 26, 2026 13:36
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