chore: add changesets for duplicate dependency cleanup

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
Made-with: Cursor
This commit is contained in:
Fredrik Adelöw
2026-04-16 10:27:10 +02:00
parent f0c27227cf
commit ead0ca27e5
9 changed files with 45 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app-backend': patch
---
Removed `@backstage/types` from `devDependencies` where it was already listed in `dependencies`.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-node': patch
---
Removed `lodash` from `devDependencies` where it was already listed in `dependencies`.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-oidc-provider': patch
---
Removed `@backstage/config` and `@backstage/types` from `devDependencies` where they were already listed in `dependencies`.
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
Removed `@backstage/backend-plugin-api` from `devDependencies` where it was already listed in `dependencies`.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Removed `@backstage/plugin-permission-common` and `luxon` from `devDependencies` where they were already listed in `dependencies`.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Moved `@backstage/plugin-catalog-common` from `dependencies` to `devDependencies` as it is only used in tests.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Removed `@backstage/errors` from `devDependencies` where it was already listed in `dependencies`.
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': patch
---
Removed `zod` from `dependencies` where it was only used in tests. Kept `@backstage/types` in `dependencies` as it is transitively required at runtime.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications-backend-module-slack': patch
---
Removed `@backstage/plugin-catalog-node` from `devDependencies` where it was already listed in `dependencies`.