Skip to content

Migrate to npm#8991

Open
tagliala wants to merge 2 commits intomasterfrom
feature/npm
Open

Migrate to npm#8991
tagliala wants to merge 2 commits intomasterfrom
feature/npm

Conversation

@tagliala
Copy link
Copy Markdown
Contributor

@tagliala tagliala commented Apr 1, 2026

No description provided.

@tagliala tagliala force-pushed the feature/npm branch 2 times, most recently from 35d301e to ee22861 Compare April 1, 2026 17:38
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.08%. Comparing base (68f4b57) to head (f483f7b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8991   +/-   ##
=======================================
  Coverage   99.08%   99.08%           
=======================================
  Files         139      139           
  Lines        4046     4046           
=======================================
  Hits         4009     4009           
  Misses         37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tagliala tagliala requested a review from Copilot April 1, 2026 17:45
@tagliala tagliala marked this pull request as ready for review April 1, 2026 17:48
Copy link
Copy Markdown
Contributor

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 migrates the repository’s JavaScript tooling from Yarn to npm by removing the Yarn lockfile and updating developer docs, build/test automation, and CI workflows to use npm commands.

Changes:

  • Remove yarn.lock and standardize installs/builds on npm (npm install / npm ci, npm run …).
  • Update contributor and upgrade documentation to reference npm instead of Yarn.
  • Adjust GitHub Actions workflows and release/test scripts to use npm caching and commands.

Reviewed changes

Copilot reviewed 9 out of 12 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
yarn.lock Removes Yarn lockfile as part of npm migration.
UPGRADING.md Updates upgrade instructions from Yarn to npm.
tasks/test_application.rb Updates test app generation to use npm commands.
tasks/dependencies.rake Updates missing node_modules message to reference npm.
CONTRIBUTING.md Updates contributor setup instructions to use npm install.
bin/prep-release Switches release prep steps to npm ci and npm run build.
.npmrc Adds npm configuration (ignore-scripts=true).
.node-version Introduces a node version file for workflows to consume.
.github/workflows/gherkin-lint.yml Switches gherkin-lint workflow from Yarn to npm.
.github/workflows/eslint.yml Updates ESLint workflow Node setup/caching (now npm-oriented).
.github/workflows/docs-deployment.yml Updates docs deployment workflow to npm install/build.
.github/workflows/ci.yaml Updates docs-build job in CI to use npm and node-version-file.

Comment thread .github/workflows/eslint.yml
Comment thread .github/workflows/docs-deployment.yml
Comment thread .github/workflows/ci.yaml Outdated
Comment thread tasks/test_application.rb Outdated
Comment thread UPGRADING.md Outdated
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 9 out of 12 changed files in this pull request and generated 3 comments.

Comment thread .npmrc
Comment thread CONTRIBUTING.md
Comment thread tasks/test_application.rb Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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