#6049August 7, 2024by danstarnsNo answers
The codebase currently relies on outdated dependencies. This ticket aims to: Update all existing dependencies to their latest stable versions. Set up Dependabot to automatically check for and update dependencies in the future. Keeping dependencies up to date will improve security, performance, and compatibility with o...
#6048August 7, 2024by danstarnsNo answers
The codebase currently uses outdated versions of TypeScript. This ticket aims to: Upgrade to the latest version of TypeScript. Ensure consistent TypeScript configurations across all projects. Integrate TypeScript into the development and CI pipelines for automated type checking. Updating and standardizing TypeScript w...
#6045August 7, 2024by danstarnsNo answers
The codebase currently uses outdated linting tools and formatting libraries. This ticket aims to: Upgrade to the latest versions of linting tools and formatting libraries. Ensure consistent linting and formatting rules across all projects. Integrate these tools into the development and CI pipelines for automated enfor...
#2761May 9, 2020by supershwa1 answer
Regarding the (closed) thread here: https://github.com/artf/grapesjs/issues/1693 I had the same problem with "Â" characters replacing tabs, and creating havoc each time I saved the content. I realized that the server I had it on was on an outdated version of PHP (version 5-ish). I promptly upgraded PHP to the latest (...
artf
Great, thanks @supershwa for the reference