Skip to content

Version Packages - #920

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#920
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@node-core/doc-kit@1.5.0

Minor Changes

Patch Changes

  • #955 b80958f Thanks @avivkeller! - Close Orama search when the target link is on the same page

  • #889 68751af Thanks @bmuenzenmeyer! - Fix relative() URL resolution when the target path is a prefix of the current
    page's path (e.g. /generators from /generators/web): the target's final
    segment was consumed as a common directory, producing . instead of
    ../generators. Unreachable in flat page layouts; surfaced by sites with
    nested input directories.

  • #945 70b7526 Thanks @avivkeller! - Moved the package into a packages/core workspace.

  • #946 9ab2840 Thanks @btea! - Fix missing spaces in the riscv64 multithreading warning message, which
    previously concatenated as "failures whenallocating" and "spaceon riscv64".

  • #933 b73b704 Thanks @vsolano9! - Use short DEP codes for deprecation heading anchors.

  • #942 cef45ca Thanks @btea! - Space union separators in type annotation values ({string|URL} is now rendered as string | URL).

  • #934 e6f1769 Thanks @avivkeller! - Switches oxc-parser for @swc/wasm, since oxc-parser does not provide the needed bindings.

  • #919 d0f0de0 Thanks @MFA-G! - Preserve deprecation codes in generated table-of-contents labels.

  • #955 b80958f Thanks @avivkeller! - Render markdown code snippets in the sidebar

@github-actions
github-actions Bot requested a review from a team as a code owner July 19, 2026 02:13
@vercel

vercel Bot commented Jul 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-docs-tooling Ready Ready Preview Jul 31, 2026 2:52am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
nodejs-doc-kit Ignored Ignored Preview Jul 31, 2026 2:52am

Request Review

@cursor

cursor Bot commented Jul 19, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Release bookkeeping only (version, changelog, changeset cleanup); functional changes were already merged elsewhere and are not introduced in this diff.

Overview
Changesets release PR that publishes @node-core/doc-kit 1.5.0 by bumping packages/core/package.json from 1.4.3, appending a 1.5.0 section to packages/core/CHANGELOG.md, and removing the consumed .changeset/*.md entries.

There is no application source diff in this PR; it only records what will ship on merge. The changelog groups minor items (cosmiconfig-based config discovery, banner opt-out, bundler-neutral web generator with default Vite 8.1 adapter) and patch fixes (Orama same-page search close, relative() URL fix for nested paths, @swc/wasm instead of oxc-parser, deprecation TOC/anchor rendering, union type spacing, sidebar code rendering, riscv64 warning text, monorepo packages/core layout note).

Reviewed by Cursor Bugbot for commit 3311a90. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from d27dd74 to 4a29529 Compare July 19, 2026 18:56
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 4a29529 to 15b9c8c Compare July 19, 2026 19:11
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 15b9c8c to eeacf81 Compare July 20, 2026 06:20
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from eeacf81 to 6a29c99 Compare July 21, 2026 23:34
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 6a29c99 to 89d4e3a Compare July 23, 2026 23:25
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 89d4e3a to 22969f0 Compare July 24, 2026 14:04
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 22969f0 to 3e086a4 Compare July 24, 2026 19:59
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 3e086a4 to abf4c47 Compare July 25, 2026 21:43
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from abf4c47 to 2277acc Compare July 26, 2026 02:09
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 2277acc to 983f055 Compare July 26, 2026 17:06
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 983f055 to a99d9e5 Compare July 27, 2026 02:36
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from a99d9e5 to 1c9970a Compare July 27, 2026 02:44

@cursor cursor 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.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit a422b0e. Configure here.

"name": "@node-core/doc-kit",
"type": "module",
"version": "1.4.3",
"version": "1.5.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.

Stale workspace lockfile version

Medium Severity

@node-core/doc-kit was bumped to 1.5.0 in package.json, but package-lock.json still records packages/core as 1.4.3. That desync commonly makes npm ci reject the tree as out of sync, which can fail CI on this release PR and after merge. changeset:version currently runs only changeset version and does not refresh the lockfile.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a422b0e. Configure here.

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.

0 participants