Version Packages - #920
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
PR SummaryLow Risk Overview 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 Reviewed by Cursor Bugbot for commit 3311a90. Bugbot is set up for automated code reviews on this repo. Configure here. |
d27dd74 to
4a29529
Compare
4a29529 to
15b9c8c
Compare
15b9c8c to
eeacf81
Compare
eeacf81 to
6a29c99
Compare
6a29c99 to
89d4e3a
Compare
89d4e3a to
22969f0
Compare
22969f0 to
3e086a4
Compare
3e086a4 to
abf4c47
Compare
abf4c47 to
2277acc
Compare
2277acc to
983f055
Compare
983f055 to
a99d9e5
Compare
a99d9e5 to
1c9970a
Compare
1c9970a to
6c93d3f
Compare
6c93d3f to
d10440d
Compare
d10440d to
74e66db
Compare
8ddfd3a to
238db9e
Compare
238db9e to
a422b0e
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ 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", |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit a422b0e. Configure here.
a422b0e to
2f32b9d
Compare
2f32b9d to
3311a90
Compare


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
#939
7bd1b5bThanks @avivkeller! - Discover and load configuration files withcosmiconfig.#911
ada6540Thanks @avivkeller! - Add banner opt-out#937
43a09f7Thanks @avivkeller! - Make thewebgenerator bundler-neutral through a custom adapter contract,with Vite 8.1 provided as the default adapter.
Patch Changes
#955
b80958fThanks @avivkeller! - Close Orama search when the target link is on the same page#889
68751afThanks @bmuenzenmeyer! - Fixrelative()URL resolution when the target path is a prefix of the currentpage's path (e.g.
/generatorsfrom/generators/web): the target's finalsegment was consumed as a common directory, producing
.instead of../generators. Unreachable in flat page layouts; surfaced by sites withnested input directories.
#945
70b7526Thanks @avivkeller! - Moved the package into apackages/coreworkspace.#946
9ab2840Thanks @btea! - Fix missing spaces in the riscv64 multithreading warning message, whichpreviously concatenated as "failures whenallocating" and "spaceon riscv64".
#933
b73b704Thanks @vsolano9! - Use shortDEPcodes for deprecation heading anchors.#942
cef45caThanks @btea! - Space union separators in type annotation values ({string|URL}is now rendered asstring | URL).#934
e6f1769Thanks @avivkeller! - Switchesoxc-parserfor@swc/wasm, sinceoxc-parserdoes not provide the needed bindings.#919
d0f0de0Thanks @MFA-G! - Preserve deprecation codes in generated table-of-contents labels.#955
b80958fThanks @avivkeller! - Render markdowncodesnippets in the sidebar