* Update package dependencies and configurations
* Update GitHub Actions workflow to use Node.js 22 and adjust build command to utilize pnpm for improved consistency and performance.
* Remove specific pnpm version from GitHub Actions workflow to allow for more flexible dependency management.
* Remove specific pnpm version from GitHub Actions workflow for improved flexibility in dependency management.
* Add rsvg-convert availability check in convertIconsToImages function to prevent errors when the command is not found
* Update GitHub Actions workflow to use Node.js 22 for improved compatibility and performance.
* Remove push trigger from GitHub Actions workflow to streamline build process and focus on pull requests.
* Add system dependencies for canvas in GitHub Actions workflow and update package.json to include canvas dependency
* Update GitHub Actions workflow to install additional system dependencies for canvas and rsvg-convert
* Update pnpm-lock.yaml to add canvas dependency and remove optional flags from several packages
* Update package.json to upgrade pnpm from version 10.12.1 to 10.26.1 for improved performance and compatibility.
* Refactor Eleventy configuration to use Sass directly and update package dependencies for improved compatibility and performance. Added support for SCSS file compilation and updated various package versions in package.json and pnpm-lock.yaml.
* Reorganize GitHub Actions workflow to reposition the in-progress comment step for better clarity and execution flow during icon validation.
* Update GitHub Actions workflows to install pnpm version 10.26.2 for consistency across build and validation processes.
* Install additional system dependencies for canvas and rsvg-convert in GitHub Actions workflow to ensure proper build environment.
* Ensure canvas is loaded before jsdom by using require in utilities.mjs
* Update canvas and @napi-rs/canvas dependencies to version 3.2.0 and 0.1.88 respectively in package.json and pnpm-lock.yaml for improved compatibility. Add "onlyBuiltDependencies" field in package.json to specify required dependencies.
* Add 'generate-icons-comment' script to package.json and update PR validation workflow to include icon generation and commenting steps.
* Refactor icon comment generation to include inline SVGs in markdown tables and update workflow to handle output correctly.
* Refactor icon comment generation to use base64 data URIs for SVGs in markdown tables, improving compatibility and visual representation.
* Refactor icon comment generation to use GitHub raw file URLs instead of base64 data URIs, enhancing compatibility with GitHub comments.
* Update icon size in markdown table for improved visibility in GitHub comments.
* Enhance icon comment generation by adding category and tags to markdown table, improving organization and metadata visibility.
* Implement category validation for new icons and consolidate helper imports in icon generation scripts.
* Add workflow step to remove comment with added icons if no icons are present
* Remove unused SVG icon file 'a-b-2 copy 2.svg' to clean up the icon directory.
* Update PR validation workflow to change icon comment mode from 'recreate' to 'upsert', allowing for more efficient comment updates.
* Update icon name in markdown table to include file extension for clarity in generated comments.
* Remove unused SVG icon file 'a-b-2 copy.svg' to streamline the icon directory.