chore: update project configuration#22
Open
amirabbas-gh wants to merge 3 commits into
Open
Conversation
Collaborator
amirabbas-gh
commented
May 21, 2026
- Enhanced .gitattributes for better text file handling and language detection.
- Expanded .gitignore to include temporary files and system files.
- Updated lint-staged configuration to exclude lockfiles and adjusted file patterns.
- Changed Node version in .nvmrc and updated local development instructions in CONTRIBUTING.md.
- Added TypeScript configuration file (tsconfig.json) for codemod development.
- Updated package.json dependencies to use catalog references and adjusted devDependencies versions.
- Modified CI workflows for improved handling of changesets and publishing processes.
- Removed deprecated scripts and improved codemod package.json structures.
- Enhanced .gitattributes for better text file handling and language detection. - Expanded .gitignore to include temporary files and system files. - Updated lint-staged configuration to exclude lockfiles and adjusted file patterns. - Changed Node version in .nvmrc and updated local development instructions in CONTRIBUTING.md. - Added TypeScript configuration file (tsconfig.json) for codemod development. - Updated package.json dependencies to use catalog references and adjusted devDependencies versions. - Modified CI workflows for improved handling of changesets and publishing processes. - Removed deprecated scripts and improved codemod package.json structures.
mohebifar
reviewed
May 21, 2026
| - uses: pnpm/action-setup@v4 | ||
| with: | ||
| version: 9.14.2 | ||
| - uses: pnpm/action-setup@d15e628ca66d93ee5f352c71671a7bc6a97af5c9 # v6.0.8 |
Member
There was a problem hiding this comment.
why do we need to pin all github actions to a specific commit? both this and setup-node
Collaborator
Author
There was a problem hiding this comment.
There wasn’t really a specific reason for it, and now that I think about it, it wasn’t the most logical decision. The previous approach was actually better and more proper.
I’ve edited the workflows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.