Version Packages#920
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
PR SummaryMedium Risk Overview The published 1.5.0 line bundles prior feature work (cosmiconfig config discovery, banner opt-out) with fixes and polish: Reviewed by Cursor Bugbot for commit 1c9970a. 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
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-outPatch Changes
#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.
#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.