Merge pull request #15854 from backstage/freben/scaffolder-node

create new package scaffolder-node
This commit is contained in:
Fredrik Adelöw
2023-01-23 10:56:28 +01:00
committed by GitHub
83 changed files with 504 additions and 178 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
'@backstage/plugin-scaffolder-backend-module-sentry': patch
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
'@backstage/plugin-scaffolder-backend-module-rails': patch
---
Internal refactor to use the new `@backstage/plugin-scaffolder-node` package for some functionality
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-node': minor
---
New package that takes over some of the types and functionality from `@backstage/plugin-scaffolder-backend` that are shared with other modules
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
**Deprecations**: The following are deprecated and should instead be imported from the new package `@backstage/plugin-scaffolder-node`:
- `ActionContext`
- `createTemplateAction`
- `TaskSecrets`
- `TemplateAction`