Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: honkit/honkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.4
Choose a base ref
...
head repository: honkit/honkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.4
Choose a head ref
  • 10 commits
  • 29 files changed
  • 4 contributors

Commits on Sep 8, 2025

  1. feat: migrate to npm trusted publishing with OIDC (#474)

    * feat: migrate to npm trusted publishing with OIDC
    
    - Replace NPM_TOKEN with OIDC authentication
    - Add id-token permission for GitHub Actions
    - Enable npm provenance for published packages
    - Add workflow to check package provenance status
    - Fix template injection vulnerabilities
    
    * Refactor code structure for improved readability and maintainability
    
    * ci: disable credential persistence for checkout actions
    
    * fix: change prepublish to prepublishOnly to prevent lib cleanup during install
    
    The prepublish script was running during pnpm install and cleaning the lib directory,
    causing "Cannot find module '../lib/bin.js'" error in CI.
    
    Changed to prepublishOnly so it only runs during actual npm publish.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    
    * fix: use double quotes for pnpm filter to support Windows
    
    The single quotes in pnpm filter commands were not working on Windows PowerShell,
    causing "No projects matched the filters" error in CI.
    
    Changed to escaped double quotes for cross-platform compatibility.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    
    * chore: remove unused commit-version script
    
    Removed commit-version script as it's no longer needed with the new CI workflow.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    
    ---------
    
    Co-authored-by: Claude <[email protected]>
    azu and claude authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    811beca View commit details
    Browse the repository at this point in the history
  2. chore: release v6.0.3 (#475)

    Co-authored-by: azu <[email protected]>
    github-actions[bot] and azu authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    f7b8d02 View commit details
    Browse the repository at this point in the history
  3. chore: release v6.1.0 (#477)

    Co-authored-by: azu <[email protected]>
    github-actions[bot] and azu authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    aaf14e1 View commit details
    Browse the repository at this point in the history
  4. fix: update release workflow for npm OIDC publishing (#478)

    - Add npm environment to release job for OIDC authentication
    - Separate build and publish steps in release workflow
    - Remove unused release script from package.json
    - Use npm commands directly for publishing with provenance
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Claude <[email protected]>
    azu and claude authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    c43f517 View commit details
    Browse the repository at this point in the history
  5. chore: release v6.1.1 (#479)

    Co-authored-by: azu <[email protected]>
    github-actions[bot] and azu authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    8540b4f View commit details
    Browse the repository at this point in the history
  6. fix: use pnpm for npm publish in release workflow (#480)

    - Switch from npm to pnpm for consistent package manager usage
    - Add --no-git-checks flag for CI environment
    - Properly handle private packages in workspace
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Claude <[email protected]>
    azu and claude authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    912e57f View commit details
    Browse the repository at this point in the history
  7. chore: release v6.1.2 (#481)

    Co-authored-by: azu <[email protected]>
    github-actions[bot] and azu authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    474fc68 View commit details
    Browse the repository at this point in the history
  8. chore: release v6.1.3 (#482)

    Co-authored-by: azu <[email protected]>
    github-actions[bot] and azu authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    bd6fde5 View commit details
    Browse the repository at this point in the history
  9. fix: Update repository URLs for npm OIDC publishing (#483)

    - Update @honkit/markup-it package.json repository URL from GitbookIO to honkit/honkit
    - Update font-awesome package.json for consistency (not published to npm)
    - Fixes npm publish error: repository.url must match GitHub Actions environment
    azu authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    c34a280 View commit details
    Browse the repository at this point in the history
  10. chore: release v6.1.4 (#484)

    Co-authored-by: azu <[email protected]>
    github-actions[bot] and azu authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    1ba1d73 View commit details
    Browse the repository at this point in the history
Loading