-
Notifications
You must be signed in to change notification settings - Fork 7
Prep v3.2.0 #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prep v3.2.0 #147
Conversation
stoe
commented
Sep 26, 2025
- ⬆️ Upgrade dependencies
- 🔒️ Add CodeQL configuration and workflow
- 🎨 Update Prettier configuration
- 🎨 Update ESLint configuration
- 🎨 Update Husky configuration
- 📝 Update README and ActionPolicy.js
Add lint-staged
- Revised the README to enhance the formatting of action inputs for better readability. - Streamlined the initialization of MyOctokit in ActionPolicy.js by consolidating request options. - Removed unnecessary line breaks and comments in ActionPolicy.js for cleaner code. - Simplified API request calls in ActionPolicy.js to improve code conciseness.
There was a problem hiding this 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 prepares version 3.2.0 by upgrading dependencies and modernizing the project's configuration. The changes include migrating to ES modules, updating linting/formatting tools, and adding CodeQL security analysis.
- Migrated project to ES modules and updated Node.js configuration
- Upgraded dependencies including GitHub Actions packages and development tools
- Replaced legacy ESLint/Prettier configurations with modern equivalents
Reviewed Changes
Copilot reviewed 15 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| utils/ActionPolicy.js | Removed ESLint disable comment and reformatted code for consistency |
| readme.md | Minor formatting fix to table alignment |
| prettier.config.js | New ES module-based Prettier configuration |
| package.json | Added ES module type, upgraded dependencies, updated Husky and lint-staged config |
| eslint.config.js | New flat ESLint configuration replacing legacy .eslintrc.json |
| .prettierrc.cjs | Removed legacy CommonJS Prettier config |
| .prettierignore | Updated ignore patterns for build artifacts |
| .husky/pre-push | Removed deprecated husky.sh sourcing |
| .husky/pre-commit | New pre-commit hook using lint-staged |
| .github/workflows/codeql.yml | Added CodeQL security analysis workflow |
| .github/husky/pre-commit | Removed old Husky pre-commit hook |
| .github/husky/.gitignore | Removed old Husky gitignore |
| .github/codeql/codeql-config.yml | Added CodeQL configuration |
| .eslintrc.json | Removed legacy ESLint configuration |
| .eslintignore | Removed legacy ESLint ignore file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
We rely on the GitHub default CodeQL setup