apply 0.68.1 fixes to master

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-17 17:15:50 +01:00
parent 2191439d43
commit ba68ea4450
49 changed files with 592 additions and 1 deletions
+48 -1
View File
@@ -1,3 +1,50 @@
{
"currentReleaseVersion": {}
"currentReleaseVersion": {
"@backstage/backend-common": "0.10.9",
"@backstage/backend-tasks": "0.1.8",
"@backstage/catalog-client": "0.7.1",
"@backstage/catalog-model": "0.10.1",
"@backstage/cli-common": "0.1.8",
"@backstage/config": "0.1.15",
"@backstage/config-loader": "0.9.5",
"@backstage/errors": "0.2.2",
"@backstage/integration": "0.7.4",
"@backstage/search-common": "0.2.4",
"@backstage/techdocs-common": "0.11.9",
"@backstage/types": "0.1.3",
"@backstage/plugin-app-backend": "0.3.26",
"@backstage/plugin-auth-backend": "0.10.2",
"@backstage/plugin-auth-node": "0.1.2",
"@backstage/plugin-azure-devops-backend": "0.3.5",
"@backstage/plugin-azure-devops-common": "0.2.2",
"@backstage/plugin-badges-backend": "0.1.20",
"@backstage/plugin-catalog-backend": "0.21.5",
"@backstage/plugin-catalog-common": "0.1.4",
"@backstage/plugin-catalog-graphql": "0.3.3",
"@backstage/plugin-code-coverage-backend": "0.1.24",
"@backstage/plugin-graphql-backend": "0.1.16",
"@backstage/plugin-jenkins-backend": "0.1.15",
"@backstage/plugin-kafka-backend": "0.2.19",
"@backstage/plugin-kubernetes-backend": "0.4.9",
"@backstage/plugin-kubernetes-common": "0.2.4",
"@backstage/plugin-permission-backend": "0.5.1",
"@backstage/plugin-permission-common": "0.5.1",
"@backstage/plugin-permission-node": "0.5.1",
"@backstage/plugin-proxy-backend": "0.2.20",
"@backstage/plugin-rollbar-backend": "0.1.23",
"@backstage/plugin-scaffolder-backend": "0.16.1",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.1",
"@backstage/plugin-scaffolder-backend-module-rails": "0.3.1",
"@backstage/plugin-scaffolder-common": "0.2.1",
"@backstage/plugin-search-backend": "0.4.4",
"@backstage/plugin-search-backend-module-elasticsearch": "0.0.10",
"@backstage/plugin-search-backend-module-pg": "0.2.8",
"@backstage/plugin-search-backend-node": "0.4.7",
"@backstage/plugin-tech-insights-backend": "0.2.6",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.10",
"@backstage/plugin-tech-insights-common": "0.2.3",
"@backstage/plugin-tech-insights-node": "0.2.4",
"@backstage/plugin-techdocs-backend": "0.13.5",
"@backstage/plugin-todo-backend": "0.1.23"
}
}
+13
View File
@@ -1,5 +1,18 @@
# @backstage/backend-common
## 0.10.9
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/cli-common@0.1.8
- @backstage/config@0.1.15
- @backstage/config-loader@0.9.5
- @backstage/errors@0.2.2
- @backstage/integration@0.7.4
- @backstage/types@0.1.3
## 0.10.8
### Patch Changes
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-tasks
## 0.1.8
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/types@0.1.3
## 0.1.7
### Patch Changes
+39
View File
@@ -1,5 +1,44 @@
# example-backend
## 0.2.66
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/backend-tasks@0.1.8
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/integration@0.7.4
- @backstage/plugin-app-backend@0.3.26
- @backstage/plugin-auth-backend@0.10.2
- @backstage/plugin-auth-node@0.1.2
- @backstage/plugin-azure-devops-backend@0.3.5
- @backstage/plugin-badges-backend@0.1.20
- @backstage/plugin-catalog-backend@0.21.5
- @backstage/plugin-code-coverage-backend@0.1.24
- @backstage/plugin-graphql-backend@0.1.16
- @backstage/plugin-jenkins-backend@0.1.15
- @backstage/plugin-kafka-backend@0.2.19
- @backstage/plugin-kubernetes-backend@0.4.9
- @backstage/plugin-permission-backend@0.5.1
- @backstage/plugin-permission-common@0.5.1
- @backstage/plugin-permission-node@0.5.1
- @backstage/plugin-proxy-backend@0.2.20
- @backstage/plugin-rollbar-backend@0.1.23
- @backstage/plugin-scaffolder-backend@0.16.1
- @backstage/plugin-scaffolder-backend-module-rails@0.3.1
- @backstage/plugin-search-backend@0.4.4
- @backstage/plugin-search-backend-module-elasticsearch@0.0.10
- @backstage/plugin-search-backend-module-pg@0.2.8
- @backstage/plugin-search-backend-node@0.4.7
- @backstage/plugin-tech-insights-backend@0.2.6
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.10
- @backstage/plugin-tech-insights-node@0.2.4
- @backstage/plugin-techdocs-backend@0.13.5
- @backstage/plugin-todo-backend@0.1.23
## 0.2.65
### Patch Changes
+9
View File
@@ -1,5 +1,14 @@
# @backstage/catalog-client
## 0.7.1
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/catalog-model@0.10.1
- @backstage/errors@0.2.2
## 0.7.0
### Minor Changes
+10
View File
@@ -1,5 +1,15 @@
# @backstage/catalog-model
## 0.10.1
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/types@0.1.3
## 0.10.0
### Minor Changes
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli-common
## 0.1.8
### Patch Changes
- Fix for the previous release with missing type declarations.
## 0.1.7
### Patch Changes
+7
View File
@@ -1,5 +1,12 @@
# @backstage/codemods
## 0.1.35
### Patch Changes
- Updated dependencies
- @backstage/cli-common@0.1.8
## 0.1.34
### Patch Changes
+11
View File
@@ -1,5 +1,16 @@
# @backstage/config-loader
## 0.9.5
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/cli-common@0.1.8
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/types@0.1.3
## 0.9.4
### Patch Changes
+8
View File
@@ -1,5 +1,13 @@
# @backstage/config
## 0.1.15
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/types@0.1.3
## 0.1.14
### Patch Changes
+8
View File
@@ -1,5 +1,13 @@
# @backstage/errors
## 0.2.2
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/types@0.1.3
## 0.2.1
### Patch Changes
+8
View File
@@ -1,5 +1,13 @@
# @backstage/integration
## 0.7.4
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/config@0.1.15
## 0.7.3
### Patch Changes
+9
View File
@@ -1,5 +1,14 @@
# @backstage/search-common
## 0.2.4
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/types@0.1.3
- @backstage/plugin-permission-common@0.5.1
## 0.2.3
### Patch Changes
+13
View File
@@ -1,5 +1,18 @@
# @backstage/techdocs-common
## 0.11.9
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/integration@0.7.4
- @backstage/search-common@0.2.4
## 0.11.8
### Patch Changes
+6
View File
@@ -1,5 +1,11 @@
# @backstage/types
## 0.1.3
### Patch Changes
- Fix for the previous release with missing type declarations.
## 0.1.2
### Patch Changes
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-app-backend
## 0.3.26
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/config-loader@0.9.5
- @backstage/types@0.1.3
## 0.3.25
### Patch Changes
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-auth-backend
## 0.10.2
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/types@0.1.3
- @backstage/plugin-auth-node@0.1.2
## 0.10.1
### Patch Changes
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-node
## 0.1.2
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
## 0.1.1
### Patch Changes
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-azure-devops-backend
## 0.3.5
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/plugin-azure-devops-common@0.2.2
## 0.3.4
### Patch Changes
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-azure-devops-common
## 0.2.2
### Patch Changes
- Fix for the previous release with missing type declarations.
## 0.2.1
### Patch Changes
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-badges-backend
## 0.1.20
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
## 0.1.19
### Patch Changes
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-catalog-backend
## 0.21.5
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/integration@0.7.4
- @backstage/search-common@0.2.4
- @backstage/types@0.1.3
- @backstage/plugin-catalog-common@0.1.4
- @backstage/plugin-permission-common@0.5.1
- @backstage/plugin-permission-node@0.5.1
- @backstage/plugin-scaffolder-common@0.2.1
## 0.21.4
### Patch Changes
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-common
## 0.1.4
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/plugin-permission-common@0.5.1
## 0.1.3
### Patch Changes
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-graphql
## 0.3.3
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/types@0.1.3
## 0.3.2
### Patch Changes
@@ -1,5 +1,18 @@
# @backstage/plugin-code-coverage-backend
## 0.1.24
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/integration@0.7.4
## 0.1.23
### Patch Changes
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-graphql-backend
## 0.1.16
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/plugin-catalog-graphql@0.3.3
## 0.1.15
### Patch Changes
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-jenkins-backend
## 0.1.15
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
## 0.1.14
### Patch Changes
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-kafka-backend
## 0.2.19
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
## 0.2.18
### Patch Changes
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-kubernetes-backend
## 0.4.9
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/plugin-kubernetes-common@0.2.4
## 0.4.8
### Patch Changes
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-kubernetes-common
## 0.2.4
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/catalog-model@0.10.1
## 0.2.3
### Patch Changes
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-permission-backend
## 0.5.1
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/plugin-auth-node@0.1.2
- @backstage/plugin-permission-common@0.5.1
- @backstage/plugin-permission-node@0.5.1
## 0.5.0
### Minor Changes
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-permission-common
## 0.5.1
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
## 0.5.0
### Minor Changes
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-permission-node
## 0.5.1
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/plugin-auth-node@0.1.2
- @backstage/plugin-permission-common@0.5.1
## 0.5.0
### Minor Changes
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-proxy-backend
## 0.2.20
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
## 0.2.19
### Patch Changes
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-rollbar-backend
## 0.1.23
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
## 0.1.22
### Patch Changes
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-backend-module-cookiecutter
## 0.2.1
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/integration@0.7.4
- @backstage/types@0.1.3
- @backstage/plugin-scaffolder-backend@0.16.1
## 0.2.0
### Minor Changes
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-backend-module-rails
## 0.3.1
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/integration@0.7.4
- @backstage/types@0.1.3
- @backstage/plugin-scaffolder-backend@0.16.1
## 0.3.0
### Minor Changes
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-scaffolder-backend
## 0.16.1
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/integration@0.7.4
- @backstage/types@0.1.3
- @backstage/plugin-catalog-backend@0.21.5
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.1
- @backstage/plugin-scaffolder-common@0.2.1
## 0.16.0
### Minor Changes
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-scaffolder-common
## 0.2.1
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/catalog-model@0.10.1
- @backstage/types@0.1.3
## 0.2.0
### Minor Changes
@@ -1,5 +1,14 @@
# @backstage/plugin-search-backend-module-elasticsearch
## 0.0.10
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/config@0.1.15
- @backstage/search-common@0.2.4
## 0.0.9
### Patch Changes
@@ -1,5 +1,15 @@
# @backstage/plugin-search-backend-module-pg
## 0.2.8
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/search-common@0.2.4
- @backstage/plugin-search-backend-node@0.4.7
## 0.2.7
### Patch Changes
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-search-backend-node
## 0.4.7
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/search-common@0.2.4
## 0.4.6
### Patch Changes
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-search-backend
## 0.4.4
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/search-common@0.2.4
- @backstage/types@0.1.3
- @backstage/plugin-auth-node@0.1.2
- @backstage/plugin-permission-common@0.5.1
- @backstage/plugin-permission-node@0.5.1
- @backstage/plugin-search-backend-node@0.4.7
## 0.4.3
### Patch Changes
@@ -1,5 +1,17 @@
# @backstage/plugin-tech-insights-backend-module-jsonfc
## 0.1.10
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/plugin-tech-insights-common@0.2.3
- @backstage/plugin-tech-insights-node@0.2.4
## 0.1.9
### Patch Changes
@@ -1,5 +1,19 @@
# @backstage/plugin-tech-insights-backend
## 0.2.6
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/plugin-tech-insights-common@0.2.3
- @backstage/plugin-tech-insights-node@0.2.4
## 0.2.5
### Patch Changes
@@ -1,5 +1,13 @@
# @backstage/plugin-tech-insights-common
## 0.2.3
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/types@0.1.3
## 0.2.2
### Patch Changes
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-tech-insights-node
## 0.2.4
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/config@0.1.15
- @backstage/plugin-tech-insights-common@0.2.3
## 0.2.3
### Patch Changes
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-techdocs-backend
## 0.13.5
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/integration@0.7.4
- @backstage/search-common@0.2.4
- @backstage/techdocs-common@0.11.9
- @backstage/plugin-catalog-common@0.1.4
## 0.13.4
### Patch Changes
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-todo-backend
## 0.1.23
### Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/catalog-client@0.7.1
- @backstage/catalog-model@0.10.1
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
- @backstage/integration@0.7.4
## 0.1.22
### Patch Changes