script: Add script to update docs npm deps#1376
Merged
brianmcgillion merged 1 commit intotiiuae:mainfrom Sep 9, 2025
Merged
Conversation
8725ae3 to
098306e
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new script to automate the process of updating npm dependencies for the Ghaf documentation. The script handles the complete workflow from updating packages to preparing a branch for a pull request.
Key changes:
- Creates a new
update-docs-dependspackage that automates npm dependency updates - Integrates the script into the development environment for easy access
- Provides a complete workflow including dependency updates, hash generation, and branch preparation
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| packages/pkgs-by-name/update-docs-depends/package.nix | New script package that automates npm dependency updates for docs |
| packages/own-pkgs-overlay.nix | Adds the new update-docs-depends package to the overlay |
| nix/devshell.nix | Integrates the script into the development shell with a convenient command |
automate the process of updating the npm dependencies Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
098306e to
7623d60
Compare
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
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.
automate the process of updating the npm dependencies
Description of Changes
Type of Change
Related Issues / Tickets
Checklist
make-checksand it passesTesting Instructions
Applicable Targets
aarch64aarch64x86_64x86_64x86_64Installation Method
nixos-rebuild ... switchTest Steps To Verify: