Bump @fission-ai/openspec from 1.5.0 to 1.7.0 - #494
Conversation
Bumps [@fission-ai/openspec](https://github.com/Fission-AI/OpenSpec) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/Fission-AI/OpenSpec/releases) - [Changelog](https://github.com/Fission-AI/OpenSpec/blob/main/CHANGELOG.md) - [Commits](Fission-AI/OpenSpec@v1.5.0...v1.7.0) --- updated-dependencies: - dependency-name: "@fission-ai/openspec" dependency-version: 1.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Greptile SummaryUpdates the pinned
Confidence Score: 5/5The PR appears safe to merge because the dependency and lockfile updates do not create a reachable repository failure. OpenSpec is not invoked by repository automation, and the regenerated lockfile retains compatible or separately nested dependency versions for existing consumers such as Mintlify. Reviews (1): Last reviewed commit: "Bump @fission-ai/openspec from 1.5.0 to ..." | Re-trigger Greptile |
Bumps @fission-ai/openspec from 1.5.0 to 1.7.0.
Release notes
Sourced from @fission-ai/openspec's releases.
... (truncated)
Changelog
Sourced from @fission-ai/openspec's changelog.
... (truncated)
Commits
4e16790Version Packages (#1380)8731290fix(telemetry): send the usage event directly instead of via posthog-node (#1...17af60cfix(archive): make the scenario-drift check fence-aware, plus release-audit f...1637856feat(adapters): follow the Windsurf rename to Devin Desktop (#1167)9a937cbfix(adapters): reference slash commands by the names each tool registers (#1471)10fa39bfix(update): refresh command files for tools configured without skills (#1442)6295515feat(update): offer to upgrade a stale CLI during openspec update (#1470)ec6cbb4docs: add anvil to Community Schemas table (#1469)fc886affix(templates): auto-select the only active change instead of always promptin...fb19699fix(adapters): escape YAML frontmatter values consistently across all command...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Dev-only dependency and lockfile update with no runtime product code changes; main follow-up is regenerating OpenSpec artifacts if you rely on pinned CLI output.
Overview
Bumps the root devDependency
@fission-ai/openspecfrom 1.5.0 to 1.7.0 inpackage.jsonand refreshesbun.lock.The lockfile shifts mainly because OpenSpec 1.7 drops
posthog-node(telemetry uses a direct fetch), which removes a large transitive tree and updates CLI-related packages such asora,log-symbols, andzodunder the OpenSpec dependency graph. No application source in this repo is changed—only how the repo pins the OpenSpec CLI used foropenspec/workflows andbun openspecper AGENTS.md.After merge, run
bun install(or your usual install) and considerbun openspec updateif you want generated agent commands/skills refreshed to match 1.7 behavior.Reviewed by Cursor Bugbot for commit 6ef2e3e. Bugbot is set up for automated code reviews on this repo. Configure here.