From 60fa69e8ea514131bda35b2f613de2c3890bee13 Mon Sep 17 00:00:00 2001 From: Abhijeet Singh Date: Tue, 24 Dec 2024 01:40:11 +0530 Subject: [PATCH] docs: changeset --- .changeset/funny-actors-share.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .changeset/funny-actors-share.md diff --git a/.changeset/funny-actors-share.md b/.changeset/funny-actors-share.md new file mode 100644 index 0000000..34c5dba --- /dev/null +++ b/.changeset/funny-actors-share.md @@ -0,0 +1,24 @@ +--- +"blog": patch +--- + +ci: migrate to pnpm + +## Summary by CodeRabbit + +- **New Features** + + - Introduced a new GitHub Actions workflow for validating source code during pull requests. + - Added a script for TypeScript type checking in the project. + +- **Improvements** + + - Updated workflows to streamline dependency installation and caching processes. + - Upgraded action versions for improved performance and compatibility. + +- **Bug Fixes** + + - Removed outdated entries from `.gitignore` and `README.md`, allowing for better tracking and clarity. + +- **Chores** + - Enhanced configuration in `package.json` to enforce specific engine requirements for package management.