Skip to content
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

chore: add yarn package manager and upgrade typescript version from 5.6.2 to 5.8.2 #13

Merged

Conversation

fadhilyori
Copy link
Member

@fadhilyori fadhilyori commented Mar 3, 2025

This pull request includes several changes to switch the project from using npm to yarn, update TypeScript, and modify the project's locale configuration. The most important changes are summarized below:

Migration from npm to yarn:

  • .github/workflows/deploy.yml: Changed the cache from npm to yarn and updated the commands to use yarn instead of npm for installing dependencies and building the website.
  • .github/workflows/test-deploy.yml: Updated the cache and commands to use yarn instead of npm for installing dependencies and testing the build.
  • package.json: Added the packageManager field to specify the yarn version.

TypeScript update:

  • package.json: Updated the TypeScript version from ~5.6.2 to ~5.8.2.

Locale configuration:

@fadhilyori fadhilyori self-assigned this Mar 3, 2025
@fadhilyori fadhilyori changed the title chore: update TypeScript version and enhance .gitignore for better dependency management chore: add yarn package manager and upgrade typescript version from 5.6.2 to 5.8.2 Mar 3, 2025
@fadhilyori fadhilyori merged commit 708c017 into mata-elang-stable:main Mar 3, 2025
1 check passed
@fadhilyori fadhilyori deleted the chore-update-typescript branch March 3, 2025 01:17
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.

1 participant