Skip to content

Conversation

@lserra-iov
Copy link
Contributor

  • Created .npmrc to enforce exact package version saving.
  • Added .pnpm-workspace.yaml to set minimum release age for packages.
  • Updated lint command in package.json to include linting for GitHub actions.
  • Modified CI workflows to use --frozen-lockfile during dependency installation for consistency.

…lows

- Created .npmrc to enforce exact package version saving.
- Added .pnpm-workspace.yaml to set minimum release age for packages.
- Updated lint command in package.json to include linting for GitHub actions.
- Modified CI workflows to use --frozen-lockfile during dependency installation for consistency.
@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link

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 implements repository-level improvements to enhance package management consistency and CI reliability. The changes enforce stricter dependency management practices and expand linting coverage to include GitHub Actions workflows.

Key changes:

  • Added package manager configuration files (.npmrc and .pnpm-workspace.yaml) to control dependency versioning behavior
  • Enhanced the lint command to include GitHub Actions workflow files
  • Updated CI workflows to use frozen lockfiles during installation

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.npmrc Enforces exact version saving for new dependencies
.pnpm-workspace.yaml Sets minimum package release age requirement to 1 day (1440 minutes)
package.json Integrates GitHub Actions linting into the main lint command
.github/workflows/ci.yml Adds --frozen-lockfile flag to ensure consistent dependency installation
.github/workflows/publish_npm.yml Adds --frozen-lockfile flag and removes unnecessary quotes from step name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants