-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump backstage to 1.20.x and fix type errors there is still one TODO type error that is needs to be dealt with * coerce field types * change file
- Loading branch information
Showing
33 changed files
with
1,923 additions
and
1,381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
'@frontside/backstage-plugin-graphql-backend-module-catalog': minor | ||
'@frontside/backstage-plugin-incremental-ingestion-backend': minor | ||
'@frontside/backstage-plugin-scaffolder-workflow': minor | ||
'@frontside/scaffolder-yaml-actions': minor | ||
'@frontside/backstage-ingestion-tests': minor | ||
'@frontside/backstage-plugin-batch-loader': minor | ||
'backend': minor | ||
'app': minor | ||
'@frontside/backstage-plugin-incremental-ingestion-github': patch | ||
'@frontside/backstage-plugin-effection-inspector-backend': patch | ||
'@frontside/backstage-plugin-graphql-backend-node': patch | ||
'@frontside/backstage-plugin-effection-inspector': patch | ||
'@frontside/backstage-plugin-humanitec-backend': patch | ||
'@frontside/backstage-plugin-humanitec-common': patch | ||
'@frontside/backstage-plugin-graphql-backend': patch | ||
'@internal/plugin-healthcheck': patch | ||
'@frontside/graphgen-backstage': patch | ||
'@frontside/backstage-plugin-humanitec': patch | ||
--- | ||
|
||
Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "1.18.4" | ||
"version": "1.20.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { characterTextField } from './AsyncFieldExtension'; | ||
import { scaffolderPlugin } from '@backstage/plugin-scaffolder'; | ||
import { createNextScaffolderFieldExtension } from '@backstage/plugin-scaffolder-react/alpha'; | ||
import { createScaffolderFieldExtension } from '@backstage/plugin-scaffolder-react'; | ||
|
||
export const configuredFieldExtensions = [characterTextField].map(extension => | ||
scaffolderPlugin.provide(createNextScaffolderFieldExtension(extension)), | ||
scaffolderPlugin.provide(createScaffolderFieldExtension(extension)), | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.