Skip to content

chore: update project configuration#22

Open
amirabbas-gh wants to merge 3 commits into
mainfrom
chore/improve-structure
Open

chore: update project configuration#22
amirabbas-gh wants to merge 3 commits into
mainfrom
chore/improve-structure

Conversation

@amirabbas-gh
Copy link
Copy Markdown
Collaborator

  • 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.
@amirabbas-gh amirabbas-gh requested a review from mohebifar May 21, 2026 22:20
Comment thread .github/workflows/ci.yml Outdated
- uses: pnpm/action-setup@v4
with:
version: 9.14.2
- uses: pnpm/action-setup@d15e628ca66d93ee5f352c71671a7bc6a97af5c9 # v6.0.8
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to pin all github actions to a specific commit? both this and setup-node

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@amirabbas-gh amirabbas-gh requested a review from mohebifar May 22, 2026 08:55
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