Skip to main content

Deprecations

Deprecation alerting for developers

Linting for deprecations

Improve visibility for developers by improving linting output to warn about deprecation useage. This helps developers tackle these changes prior to Gesso upgrades making migrations smoother.

Follow the guide eslint-plugin-deprecations for existing projects.

New projects will have this configuration setup out of the box.

(Coming soon!) React component deprecations

Improved alerts for usage of deprecated React components. Due to the nature of React the eslint-plugin-deprecations will not be able to alert you of usages of deprecated React components in your codebase. In order to improve the Gesso team has put for the following feature request GESSO-2077 Once complete developers will receive warnings at build, and inside the developer console when using deprecated components.