Skip to content

chore(deps): bump @codemirror/state from 6.6.0 to 6.7.0 in /jvchat#69

Merged
eldonm merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jvchat/codemirror/state-6.7.0
Jul 7, 2026
Merged

chore(deps): bump @codemirror/state from 6.6.0 to 6.7.0 in /jvchat#69
eldonm merged 1 commit into
mainfrom
dependabot/npm_and_yarn/jvchat/codemirror/state-6.7.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @codemirror/state from 6.6.0 to 6.7.0.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot @github

dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, jvchat. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from eldonm as a code owner July 5, 2026 04:55
@eldonm eldonm merged commit 6e13788 into main Jul 7, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/jvchat/codemirror/state-6.7.0 branch July 7, 2026 05:46
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant