Skip to content

chore(deps): update @actions/*#36

Closed
JamesSingleton wants to merge 4 commits into
mainfrom
chore/update-deps
Closed

chore(deps): update @actions/*#36
JamesSingleton wants to merge 4 commits into
mainfrom
chore/update-deps

Conversation

@JamesSingleton
Copy link
Copy Markdown
Owner

No description provided.

@JamesSingleton JamesSingleton requested a review from Copilot May 30, 2025 05:13
Copy link
Copy Markdown

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 updates the dependencies for @actions/* along with several development tools and configuration files. The key changes include updating package.json to use ES modules and adjust build script targets, adding a new flat ESLint configuration (eslint.config.js) while removing the legacy .eslintrc.json, and updating the checkout action version in GitHub workflows.

Reviewed Changes

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

File Description
package.json Updated dependencies, added "type": "module", and revised the build script to reference a .cjs file
eslint.config.js Introduced new flat ESLint configuration
.github/workflows/test.yml Upgraded checkout action version to v4
.eslintrc.json Removed legacy config in favor of the new ESLint config
Comments suppressed due to low confidence (1)

package.json:10

  • The package.json now sets the module type to 'module' while the build script targets a CommonJS file ('.cjs'). Please confirm that this inconsistency is intended and that the output aligns with the module system used in the project.
"build": "ncc build src/main.cjs"

@JamesSingleton JamesSingleton deleted the chore/update-deps branch May 30, 2025 05:16
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