Skip to content

Refactor ESLint configuration and update dependencies#261

Merged
rboixaderg merged 5 commits into
masterfrom
bump-deps
May 21, 2026
Merged

Refactor ESLint configuration and update dependencies#261
rboixaderg merged 5 commits into
masterfrom
bump-deps

Conversation

@rboixaderg
Copy link
Copy Markdown
Contributor

  • 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.

- 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.
@rboixaderg rboixaderg merged commit 95fe72c into master May 21, 2026
3 checks passed
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