Apply suggestions from code review

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-02 19:41:24 +01:00
committed by GitHub
parent fcaea9208d
commit 5d71d7e0b4
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/frontend-plugin-api': minor
---
new deprecation warning will be thrown by the framework `pluginId` should have letters, digits, and dashes, starting with a letter
Plugin IDs that do not match the standard format are deprecated (letters, digits, and dashes only, starting with a letter). Plugin IDs that do no match this format will be rejected in a future release.
+3 -1
View File
@@ -2,4 +2,6 @@
'@backstage/backend-plugin-api': minor
---
The backend will now throw an error if a plugin or a module doesn't have a valid ID
Plugin IDs that do not match the standard format are deprecated (letters, digits, and dashes only, starting with a letter). Plugin IDs that do no match this format will be rejected in a future release.
In addition, plugin IDs that don't match the legacy pattern that also allows underscores, with be rejected.