forked from htmldocs-js/htmldocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge canary into main to publish renamed packages to npm #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dportillo-ixs
merged 28 commits into
main
from
copilot/merge-canary-into-main-one-more-time
Dec 2, 2025
Merged
Merge canary into main to publish renamed packages to npm #28
dportillo-ixs
merged 28 commits into
main
from
copilot/merge-canary-into-main-one-more-time
Dec 2, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…xs/htmldocs Co-authored-by: dportillo-ixs <116919472+dportillo-ixs@users.noreply.github.com>
Configure @dportillo-ixs/htmldocs for npm publication and apply Windows path fix
Co-authored-by: dportillo-ixs <116919472+dportillo-ixs@users.noreply.github.com>
…-private Mark @htmldocs/render as private to prevent npm publication
…lish workflow Co-authored-by: dportillo-ixs <116919472+dportillo-ixs@users.noreply.github.com>
Co-authored-by: dportillo-ixs <116919472+dportillo-ixs@users.noreply.github.com>
…docs/react Co-authored-by: dportillo-ixs <116919472+dportillo-ixs@users.noreply.github.com>
…nt configs to .cjs Co-authored-by: dportillo-ixs <116919472+dportillo-ixs@users.noreply.github.com>
Co-authored-by: dportillo-ixs <116919472+dportillo-ixs@users.noreply.github.com>
Co-authored-by: dportillo-ixs <116919472+dportillo-ixs@users.noreply.github.com>
This merge brings the following critical changes from canary: - Package renaming from @htmldocs/* to htmldocs-v2-* prefix (PR #27) - Fixed publishConfig and private flags for npm publication - Various bug fixes and improvements made to canary since Nov 29th After this PR is merged to main: - The release.yml workflow will automatically execute - Packages will be published to npm with the correct names: - htmldocs-v2 (main CLI package) - htmldocs-v2-render (render package) - htmldocs-v2-react (react components package) - Users will be able to successfully run 'pnpx htmldocs-v2@latest init'
Copilot
AI
changed the title
[WIP] Merge canary branch into main to update package names
Merge canary into main to publish renamed packages to npm
Dec 2, 2025
Copilot finished work on behalf of
dportillo-ixs
December 2, 2025 01:16
dportillo-ixs
approved these changes
Dec 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
mainbranch is missing the package renaming changes from PR #27 (merged tocanaryon Dec 2nd). Sincerelease.ymlonly triggers onmain, the renamed packages (htmldocs-v2-*) have never been published to npm.Changes
This merge brings all commits from
canarysince Nov 29th:@htmldocs/*→htmldocs-v2-*prefixhtmldocs-v2-reacthtmldocs-v2-renderhtmldocs-v2-eslint-confightmldocs-v2-typescript-configprivate: falseandpublishConfig.access: "public"for publishable packagesMerge Conflicts Resolved
apps/examples/package.jsonpackages/htmldocs/public/template/package.jsonpackages/react/package.jsonpackages/render/package.jsonpnpm-lock.yamlAll conflicts resolved by accepting the canary (renamed) versions.
After Merge
The
release.ymlworkflow will automatically publish packages to npm, enablingpnpx htmldocs-v2@latest initto work.Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.