Skip to content

Conversation

stdavis
Copy link
Member

@stdavis stdavis commented May 12, 2025

See commit messages for highlights

@stdavis stdavis requested review from Copilot and steveoh May 12, 2025 22:39
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 promotes development practices by migrating the codebase from CommonJS to ES modules, updating dependency versions, and switching from npm to pnpm along with a transition from Jest to Vitest for testing. Key changes include:

  • Converting module exports/imports in utilities.js, index.js, and index.test.js.
  • Updating package.json scripts/dependencies and ESLint configuration.
  • Modifying CI workflows in .github/workflows/pull_request.yml to use pnpm.

Reviewed Changes

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

Show a summary per file
File Description
utilities.js Migrates from require/module.exports to ES module syntax
package.json Updates dependency versions and switches scripts to pnpm
index.test.js Converts from CommonJS to ES module syntax and switches to Vitest for testing
index.js Changes require statements to import and refactors actions core usage
eslint.config.js Simplifies ESLint configuration using the new @ugrc/eslint-config export
README.md Removes outdated package distribution instructions
.github/workflows/pull_request.yml Updates workflow steps to use pnpm instead of npm

@stdavis stdavis merged commit a662e5c into main May 12, 2025
10 of 11 checks passed
@stdavis stdavis deleted the dev branch May 12, 2025 22:45
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