Skip to content

Conversation

katspaugh
Copy link
Member

  • Add --immutable to all install commands
  • Explicitly install typedoc as a dev dependency instead of an ad-hoc install during the build

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR standardizes the project's dependency installation process by adding the --immutable flag to all yarn install commands and explicitly declaring typedoc as a dev dependency instead of installing it ad-hoc during builds.

  • Adds --immutable flag to all yarn install commands in CI workflows
  • Moves typedoc from ad-hoc installation to explicit dev dependency in package.json
  • Standardizes package manager usage from mixed npm/yarn to consistent yarn usage

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

File Description
package.json Adds typedoc as explicit dev dependency
.github/workflows/typedoc.yml Replaces npm commands with yarn install --immutable and removes ad-hoc typedoc install
.github/workflows/test.yml Updates npm install to yarn install --immutable
.github/workflows/lint.yml Adds --immutable flag to existing yarn install command

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@katspaugh katspaugh requested a review from 0xhexbyte September 9, 2025 08:03
@katspaugh katspaugh merged commit ca18e36 into main Sep 9, 2025
4 checks passed
@katspaugh katspaugh deleted the immutable branch September 9, 2025 09:10
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.

2 participants