Skip to content

2.2.15

Choose a tag to compare

@francescopagnamenta francescopagnamenta released this 25 Jun 13:40
· 64 commits to main since this release
99f2c37

Changelog

Dependency Updates

  • Upgraded Remix and related packages to latest compatible versions
  • Updated ESLint to v9.29.0 with Flat Config support
  • Aligned other devDependencies with current ecosystem and Yarn 4 best practices

ESLint Configuration

  • Migrated from legacy .eslintrc.js to ESLint v9+ using the new eslint.config.js Flat Config format
  • Removed unsupported header/header rule due to incompatibility with Flat Config (see License Header Enforcement)

Lint Cleanup

  • Resolved all ESLint errors and warnings project-wide

CI Integration

  • Adapted CI pipeline to run full project checks:
  • Ensures that any pushed code meets linting and licensing standards

License Header Enforcement

  • Implemented custom header check via scripts/check-license.mjs
  • Pre-commit Hook Setup - Installed husky and lint-staged for automated local checks