Skip to content

Bump xote from 6.4.0 to 7.0.0#8515

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/xote-7.0.0
Open

Bump xote from 6.4.0 to 7.0.0#8515
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/xote-7.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps xote from 6.4.0 to 7.0.0.

Release notes

Sourced from xote's releases.

v7.0.0

7.0.0 (2026-07-13)

  • refactor!: remove deprecated modules and redundant API aliases (6745b54)

Bug Fixes

  • docs: resolve accessibility issues (c8f2b45)
  • router: scroll hash targets after navigation (8652f27)
  • view: handle empty value primitive props (e9ccdb1)

Features

  • add focused package entries (e2ee407)
  • add mdx support to xote jsx runtime (e09d13f)
  • jsx: add conditional rendering primitives (ad7558f)
  • jsx: add list rendering primitives (d6958ec)
  • view: add JSX value primitives (bc704c4)
  • view: render primitive children (04305a3)
  • view: support keyed rendering in For (46be19f)

BREAKING CHANGES

    • Remove the deprecated Node module (use View)
  • Remove the deprecated ReactiveProp module (use Prop)
  • Remove View.list / View.keyedList aliases (use View.each / View.eachWithKey or the new View.For primitive)
  • Remove SSRState.make (use SSRState.signal) and SSRState.syncSignal (use SSRState.sync)

Also drops the Node/ReactiveProp entries from rescript.json sources.public and the ./node / ./reactive-prop package exports, migrates in-repo examples/tests to the canonical names, and refreshes the README (favouring the Router/Route/Link component APIs in the Router section), CLAUDE.md, AGENTS.md, and the technical overview.

v7.0.0-beta.1

7.0.0-beta.1 (2026-07-04)

  • refactor!: remove deprecated modules and redundant API aliases (6745b54)

... (truncated)

Changelog

Sourced from xote's changelog.

7.0.0 (2026-07-13)

  • refactor!: remove deprecated modules and redundant API aliases (6745b54)

Bug Fixes

  • docs: resolve accessibility issues (c8f2b45)
  • router: scroll hash targets after navigation (8652f27)
  • view: handle empty value primitive props (e9ccdb1)

Features

  • add focused package entries (e2ee407)
  • add mdx support to xote jsx runtime (e09d13f)
  • jsx: add conditional rendering primitives (ad7558f)
  • jsx: add list rendering primitives (d6958ec)
  • view: add JSX value primitives (bc704c4)
  • view: render primitive children (04305a3)
  • view: support keyed rendering in For (46be19f)

BREAKING CHANGES

    • Remove the deprecated Node module (use View)
  • Remove the deprecated ReactiveProp module (use Prop)
  • Remove View.list / View.keyedList aliases (use View.each / View.eachWithKey)
  • Remove SSRState.make (use SSRState.signal) and SSRState.syncSignal (use SSRState.sync)

Also drops the Node/ReactiveProp entries from rescript.json sources.public and the ./node / ./reactive-prop package exports, migrates in-repo examples/tests to the canonical names, and refreshes the README (favouring the Router/Route/Link component APIs in the Router section), CLAUDE.md, AGENTS.md, and the technical overview.

Commits
  • 3a72c02 chore(release): 7.0.0 [skip ci]
  • 268a411 docs: update README
  • 1169075 docs: update README
  • 2a5012d docs: update xote logo and other updates to the website
  • d4b101b chore: update docs website
  • bfe6de4 docs: prioritize rescript usage
  • c57294d docs: restore interactive examples
  • e59d5e8 docs: make AGENTS.md the primary reference, point CLAUDE.md to it
  • 6745b54 refactor!: remove deprecated modules and redundant API aliases
  • c8f2b45 fix(docs): resolve accessibility issues
  • Additional commits viewable in compare view

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 [xote](https://github.com/brnrdog/xote) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/brnrdog/xote/releases)
- [Changelog](https://github.com/brnrdog/xote/blob/main/docs/CHANGELOG.md)
- [Commits](brnrdog/xote@v6.4.0...v7.0.0)

---
updated-dependencies:
- dependency-name: xote
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 18, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3ee0028653

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"rescript": "12.3.0",
"vite": "^8.0.14",
"xote": "6.4.0"
"xote": "7.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Migrate removed Xote modules before bumping

With this bump to xote 7.0.0, packages/dev-playground still builds against the removed Xote Node and ReactiveProp modules: repo-wide search shows usages such as packages/dev-playground/src/Main.res:650, packages/dev-playground/src/Main.res:721, and packages/dev-playground/src/SourceHighlight.resi:1, and no in-repo replacement definitions. Since the v7 upgrade notes for this dependency remove those deprecated modules, npm run res:build/npm run build for the dev playground will fail until these references are migrated to the new View/Prop APIs or the dependency stays on v6.

Useful? React with 👍 / 👎.

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