Refactor ESLint configuration and update dependencies#261
Merged
Conversation
- Replaced .eslintrc.cjs with a new eslint.config.js for improved configuration management. - Updated TypeScript version in AGENTS.md and related documentation. - Changed Babel plugin from 'formatjs' to '@formatjs/ts-transformer' in .babelrc. - Updated package.json to reflect new dependency versions and configurations, including TypeScript and ESLint plugins. - Refactored form handling in components to enhance type safety and consistency. - Improved error handling in image upload components. - Adjusted hooks and utility functions for better performance and readability. These changes enhance code quality, maintainability, and align with the latest development practices.
- Updated Bulma version from 0.9.4 to 1.0.4 in package.json and pnpm-lock.yaml for improved styling capabilities. - Modified build script in package.json to include node_modules in the Sass load path. - Introduced new SCSS files: _bulma-gmi.scss and _bulma-v09-theme.sass, to manage Bulma theming and styles more effectively. - Refactored existing SCSS files to utilize the new structure and ensure compatibility with the updated Bulma version. These changes improve the styling framework and maintainability of the SCSS codebase.
- Added esmExternalRequirePlugin to the Vite configuration to facilitate ESM imports for specified peer dependencies. - Updated rollupOptions to include the new plugin, improving compatibility for Vite 8 consumers. These changes enhance the build process and ensure better handling of external dependencies.
- Bumped the version in package.json from 0.35.0 to 0.35.2 for release. - Updated Vite configuration to change 'outDir' to 'outDirs' and 'rollupTypes' to 'bundleTypes' for improved clarity and consistency. These changes ensure the project is up-to-date and the configuration aligns with current standards.
- Bumped the version in package.json from 0.35.2 to 0.35.3 for the latest release. - Modified the installed addons mapping in addons.tsx to provide default values for missing addons, improving robustness. These changes ensure the project is up-to-date and enhances the handling of addons in the application.
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.
These changes enhance code quality, maintainability, and align with the latest development practices.