Bump xote from 6.4.0 to 7.0.0#8515
Conversation
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>
There was a problem hiding this comment.
💡 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" |
There was a problem hiding this comment.
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 👍 / 👎.
Bumps xote from 6.4.0 to 7.0.0.
Release notes
Sourced from xote's releases.
... (truncated)
Changelog
Sourced from xote's changelog.
Commits
3a72c02chore(release): 7.0.0 [skip ci]268a411docs: update README1169075docs: update README2a5012ddocs: update xote logo and other updates to the websited4b101bchore: update docs websitebfe6de4docs: prioritize rescript usagec57294ddocs: restore interactive examplese59d5e8docs: make AGENTS.md the primary reference, point CLAUDE.md to it6745b54refactor!: remove deprecated modules and redundant API aliasesc8f2b45fix(docs): resolve accessibility issuesDependabot 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)