chore(deps): bump @codemirror/state from 6.6.0 to 6.7.0 in /jvchat#69
Merged
eldonm merged 1 commit intoJul 7, 2026
Merged
Conversation
Bumps [@codemirror/state](https://github.com/codemirror/state) from 6.6.0 to 6.7.0. - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/commits) --- updated-dependencies: - dependency-name: "@codemirror/state" dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
eldonm
pushed a commit
that referenced
this pull request
Jul 7, 2026
…-lock from check-yaml
- Rename tests/action/leadgen/test_thin_harness_guards.py ->
test_leadgen_thin_harness_guards.py: pytest imports test modules by basename
(no __init__), so it collided with tests/action/interview/ of the same name
and aborted full-suite collection ("import file mismatch"). Passed locally
only because the leadgen dir was run in isolation.
- black/isort the leadgen test files (missed in the first pass — only source +
cli were formatted).
- Exclude pnpm-lock.yaml from check-yaml: main's jvchat/pnpm-lock.yaml carries a
duplicate key (@codemirror/state@6.7.0) from the #69 lockfile merge that trips
the strict YAML parser; auto-generated lockfiles shouldn't be yaml-linted
(detect-secrets already excludes it). Unblocks check-yaml across all PRs.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
eldonm
pushed a commit
that referenced
this pull request
Jul 7, 2026
…ck-yaml - Regenerate package-lock.json cleanly (rm + npm install) so it's fully in sync — the incremental install left it missing a transitive dep, so `npm ci` (what CI runs) failed with EUSAGE. `npm ci` now installs clean. - Exclude auto-generated pnpm-lock.yaml from check-yaml (mirrors #74): main's pnpm-lock carries a duplicate key from the #69 merge that trips the strict parser; lockfiles shouldn't be yaml-linted. jvchat uses npm ci, not pnpm. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
eldonm
added a commit
that referenced
this pull request
Jul 7, 2026
* chore(jvchat): upgrade to React 19
Bump react / react-dom / @types/react / @types/react-dom to ^19 and regenerate
package-lock.json. Fixes the one React 19 breaking change in the tree: the
global `JSX` namespace was removed, so JsonViewer.tsx's `JSX.Element` return
types now import the type explicitly (`import type { JSX } from "react"`).
The @assistant-ui/*, radix-ui, @testing-library/react, lucide, etc. ecosystem
all dedupe cleanly onto react@19. jvchat build (tsc && vite build), lint
(eslint --max-warnings 0), and tests (vitest, 55 passing) are green under 19.
Supersedes dependabot #65 (partial bump — it missed @types/react-dom, causing the
install-time ERESOLVE). Closes #73.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* fix(react-19): sync package-lock (npm ci); exclude pnpm-lock from check-yaml
- Regenerate package-lock.json cleanly (rm + npm install) so it's fully in sync
— the incremental install left it missing a transitive dep, so `npm ci` (what
CI runs) failed with EUSAGE. `npm ci` now installs clean.
- Exclude auto-generated pnpm-lock.yaml from check-yaml (mirrors #74): main's
pnpm-lock carries a duplicate key from the #69 merge that trips the strict
parser; lockfiles shouldn't be yaml-linted. jvchat uses npm ci, not pnpm.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Eldon Marks <eldon.marks@v75inc.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
eldonm
pushed a commit
that referenced
this pull request
Jul 7, 2026
…-lock from check-yaml
- Rename tests/action/leadgen/test_thin_harness_guards.py ->
test_leadgen_thin_harness_guards.py: pytest imports test modules by basename
(no __init__), so it collided with tests/action/interview/ of the same name
and aborted full-suite collection ("import file mismatch"). Passed locally
only because the leadgen dir was run in isolation.
- black/isort the leadgen test files (missed in the first pass — only source +
cli were formatted).
- Exclude pnpm-lock.yaml from check-yaml: main's jvchat/pnpm-lock.yaml carries a
duplicate key (@codemirror/state@6.7.0) from the #69 lockfile merge that trips
the strict YAML parser; auto-generated lockfiles shouldn't be yaml-linted
(detect-secrets already excludes it). Unblocks check-yaml across all PRs.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @codemirror/state from 6.6.0 to 6.7.0.
Commits
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)