Files
backstage/packages/eslint-plugin/CHANGELOG.md
T
github-actions[bot] 185d5ea0b0 Version Packages (next)
2024-01-23 13:57:50 +00:00

1.6 KiB

@backstage/eslint-plugin

0.1.5-next.0

Patch Changes

  • 995d280: Added new @backstage/no-top-level-material-ui-4-imports rule that forbids top level imports from Material UI v4 packages

0.1.4

Patch Changes

  • 107dc46: The no-undeclared-imports rule will now prefer using version queries that already exist en the repo for the same dependency type when installing new packages.

0.1.4-next.0

Patch Changes

  • 107dc46ab1: The no-undeclared-imports rule will now prefer using version queries that already exist en the repo for the same dependency type when installing new packages.

0.1.3

Patch Changes

  • 911c25de59: Add support for auto-fixing missing imports detected by the no-undeclared-imports rule.

0.1.3-next.0

Patch Changes

  • 911c25de59: Add support for auto-fixing missing imports detected by the no-undeclared-imports rule.

0.1.2

Patch Changes

  • a061c466d6: Fixing a bug that we should check internal dependencies too

0.1.2-next.0

Patch Changes

  • a061c466d6: Fixing a bug that we should check internal dependencies too

0.1.0

Minor Changes

  • 179d301518: Added a new ESLint plugin with common rules for Backstage projects. See the README for more details.

0.1.0-next.0

Minor Changes

  • 179d301518: Added a new ESLint plugin with common rules for Backstage projects. See the README for more details.