Version Packages

This commit is contained in:
github-actions[bot]
2025-06-17 12:45:56 +00:00
parent 5775552ff9
commit 58558ef2c1
468 changed files with 5707 additions and 1492 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/eslint-plugin
## 0.1.11
### Patch Changes
- 098ef95: Fix custom rules package scanning performance.
- 063b2d3: Added new eslint rule to restrict mixed plugin imports.
New rule `@backstage/no-mixed-plugin-imports` disallows mixed imports between plugins that are mixing
the backstage architecture. This rule forces that:
- No imports from frontend plugins to backend plugins or other frontend plugins.
- No imports from backend plugins to frontend plugins or other backend plugins.
- No imports from common plugins to frontend or backend plugins.
The current recommended configuration is giving a warning for mixed imports. This is to be changed in
the future to an error so please adjust your workspace accordingly.
## 0.1.11-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/eslint-plugin",
"version": "0.1.11-next.0",
"version": "0.1.11",
"description": "Backstage ESLint plugin",
"publishConfig": {
"access": "public"