Conversation
Included Fossa workflow to test licensing
updated Super Linter configuration updated dependencies to latest versions
There was a problem hiding this comment.
Pull request overview
This PR migrates the project's package manager from npm to pnpm and updates various dependencies and workflows. The main changes include introducing a pnpm workspace configuration, updating GitHub Actions to use pnpm for dependency management, removing npm-specific configurations (like Dependabot and the Licensed workflow), and updating multiple dependencies to their latest versions.
Key Changes
- Migration from npm to pnpm as the package manager
- Updated multiple dependencies including @actions/core, @actions/http-client, and various development tools
- Replaced GitHub workflows to use a new composite setup-node action
- Added FOSSA compliance checking workflow
Reviewed changes
Copilot reviewed 25 out of 33 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | New pnpm workspace configuration with build dependencies |
| package.json | Updated dependencies including @actions/core (^2.0.1), @github/local-action (^6.0.2), and npm-run-all2 |
| .github/setup-node/action.yaml | New composite action for Node.js and pnpm setup |
| .github/workflows/*.yaml | Updated workflows to use the new setup-node composite action and actions/checkout@v6 |
| .github/workflows/fossa.yaml | New workflow for FOSSA compliance checking |
| .github/workflows/licensed.yml | Removed Licensed workflow |
| .github/dependabot.yml | Removed Dependabot configuration |
| eslint.config.mjs | Changed tsconfigRootDir from string '.' to __dirname |
| .gitignore | Added package-lock.json to gitignore |
| dist/* | Regenerated bundled JavaScript files from updated TypeScript sources |
| README.md | Updated workflow badge URLs from .yml to .yaml |
| DEPLOYMENT.md | New deployment documentation |
| secrets/SECRETS.md, deploy-app/DEPLOY-APP.md | Updated release documentation with corrected URLs and numbering |
| .licenses/npm/*.dep.yml | Removed old license cache files |
qrdl
previously approved these changes
Jan 8, 2026
update pnpm action and caching
d9cdfc9 to
0b2ef5d
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.
No description provided.