Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-01-18 13:49:07 +00:00
parent e9861467d0
commit a94a2b8b3f
232 changed files with 2828 additions and 875 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/app-defaults
## 0.1.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-permission-react@0.3.0-next.0
- @backstage/core-components@0.8.5-next.0
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/core-app-api@0.5.0-next.0
## 0.1.4
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/app-defaults",
"description": "Provides the default wiring of a Backstage App",
"version": "0.1.4",
"version": "0.1.5-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,10 +29,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.8.4",
"@backstage/core-app-api": "^0.4.0",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/plugin-permission-react": "^0.2.2",
"@backstage/core-components": "^0.8.5-next.0",
"@backstage/core-app-api": "^0.5.0-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"@backstage/plugin-permission-react": "^0.3.0-next.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -42,8 +42,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/test-utils": "^0.2.2",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.7",
+50
View File
@@ -1,5 +1,55 @@
# example-app
## 0.2.61-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-tech-radar@0.5.3-next.0
- @backstage/core-components@0.8.5-next.0
- @backstage/plugin-api-docs@0.6.23-next.0
- @backstage/cli@0.12.0-next.0
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/plugin-org@0.3.35-next.0
- @backstage/plugin-catalog@0.7.9-next.0
- @backstage/plugin-cost-insights@0.11.18-next.0
- @backstage/plugin-shortcuts@0.1.20-next.0
- @backstage/plugin-user-settings@0.3.17-next.0
- @backstage/core-app-api@0.5.0-next.0
- @backstage/plugin-catalog-react@0.6.12-next.0
- @backstage/plugin-azure-devops@0.1.11-next.0
- @backstage/plugin-badges@0.2.20-next.0
- @backstage/plugin-catalog-import@0.7.10-next.0
- @backstage/plugin-kafka@0.2.26-next.0
- @backstage/plugin-kubernetes@0.5.5-next.0
- @backstage/plugin-pagerduty@0.3.23-next.0
- @backstage/plugin-rollbar@0.3.24-next.0
- @backstage/plugin-scaffolder@0.11.19-next.0
- @backstage/plugin-search@0.5.6-next.0
- @backstage/plugin-sentry@0.3.34-next.0
- @backstage/plugin-tech-insights@0.1.6-next.0
- @backstage/plugin-techdocs@0.12.15-next.0
- @backstage/plugin-todo@0.1.19-next.0
- @backstage/catalog-model@0.9.10-next.0
- @backstage/app-defaults@0.1.5-next.0
- @backstage/integration-react@0.1.19-next.0
- @backstage/plugin-airbrake@0.1.1-next.0
- @backstage/plugin-apache-airflow@0.1.4-next.0
- @backstage/plugin-catalog-graph@0.2.7-next.0
- @backstage/plugin-circleci@0.2.35-next.0
- @backstage/plugin-cloudbuild@0.2.33-next.0
- @backstage/plugin-code-coverage@0.1.23-next.0
- @backstage/plugin-explore@0.3.26-next.0
- @backstage/plugin-gcp-projects@0.3.14-next.0
- @backstage/plugin-github-actions@0.4.32-next.0
- @backstage/plugin-gocd@0.1.2-next.0
- @backstage/plugin-graphiql@0.2.28-next.0
- @backstage/plugin-home@0.4.11-next.0
- @backstage/plugin-jenkins@0.5.18-next.0
- @backstage/plugin-lighthouse@0.2.35-next.0
- @backstage/plugin-newrelic@0.3.14-next.0
- @backstage/plugin-newrelic-dashboard@0.1.4-next.0
## 0.2.60
### Patch Changes
+46 -46
View File
@@ -1,54 +1,54 @@
{
"name": "example-app",
"version": "0.2.60",
"version": "0.2.61-next.0",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.4",
"@backstage/catalog-model": "^0.9.9",
"@backstage/cli": "^0.11.0",
"@backstage/core-app-api": "^0.4.0",
"@backstage/core-components": "^0.8.4",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/integration-react": "^0.1.18",
"@backstage/plugin-airbrake": "^0.1.0",
"@backstage/plugin-api-docs": "^0.6.22",
"@backstage/plugin-azure-devops": "^0.1.10",
"@backstage/plugin-apache-airflow": "^0.1.3",
"@backstage/plugin-badges": "^0.2.19",
"@backstage/plugin-catalog": "^0.7.8",
"@backstage/plugin-catalog-graph": "^0.2.6",
"@backstage/plugin-catalog-import": "^0.7.9",
"@backstage/plugin-catalog-react": "^0.6.11",
"@backstage/plugin-circleci": "^0.2.34",
"@backstage/plugin-cloudbuild": "^0.2.32",
"@backstage/plugin-code-coverage": "^0.1.22",
"@backstage/plugin-cost-insights": "^0.11.17",
"@backstage/plugin-explore": "^0.3.25",
"@backstage/plugin-gcp-projects": "^0.3.13",
"@backstage/plugin-github-actions": "^0.4.31",
"@backstage/plugin-gocd": "^0.1.1",
"@backstage/plugin-graphiql": "^0.2.27",
"@backstage/plugin-home": "^0.4.10",
"@backstage/plugin-jenkins": "^0.5.17",
"@backstage/plugin-kafka": "^0.2.25",
"@backstage/plugin-kubernetes": "^0.5.4",
"@backstage/plugin-lighthouse": "^0.2.34",
"@backstage/plugin-newrelic": "^0.3.13",
"@backstage/plugin-newrelic-dashboard": "^0.1.3",
"@backstage/plugin-org": "^0.3.34",
"@backstage/plugin-pagerduty": "0.3.22",
"@backstage/plugin-rollbar": "^0.3.23",
"@backstage/plugin-scaffolder": "^0.11.18",
"@backstage/plugin-search": "^0.5.5",
"@backstage/plugin-sentry": "^0.3.33",
"@backstage/plugin-shortcuts": "^0.1.19",
"@backstage/plugin-tech-radar": "^0.5.2",
"@backstage/plugin-techdocs": "^0.12.14",
"@backstage/plugin-todo": "^0.1.18",
"@backstage/plugin-user-settings": "^0.3.16",
"@backstage/app-defaults": "^0.1.5-next.0",
"@backstage/catalog-model": "^0.9.10-next.0",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/core-app-api": "^0.5.0-next.0",
"@backstage/core-components": "^0.8.5-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"@backstage/integration-react": "^0.1.19-next.0",
"@backstage/plugin-airbrake": "^0.1.1-next.0",
"@backstage/plugin-api-docs": "^0.6.23-next.0",
"@backstage/plugin-azure-devops": "^0.1.11-next.0",
"@backstage/plugin-apache-airflow": "^0.1.4-next.0",
"@backstage/plugin-badges": "^0.2.20-next.0",
"@backstage/plugin-catalog": "^0.7.9-next.0",
"@backstage/plugin-catalog-graph": "^0.2.7-next.0",
"@backstage/plugin-catalog-import": "^0.7.10-next.0",
"@backstage/plugin-catalog-react": "^0.6.12-next.0",
"@backstage/plugin-circleci": "^0.2.35-next.0",
"@backstage/plugin-cloudbuild": "^0.2.33-next.0",
"@backstage/plugin-code-coverage": "^0.1.23-next.0",
"@backstage/plugin-cost-insights": "^0.11.18-next.0",
"@backstage/plugin-explore": "^0.3.26-next.0",
"@backstage/plugin-gcp-projects": "^0.3.14-next.0",
"@backstage/plugin-github-actions": "^0.4.32-next.0",
"@backstage/plugin-gocd": "^0.1.2-next.0",
"@backstage/plugin-graphiql": "^0.2.28-next.0",
"@backstage/plugin-home": "^0.4.11-next.0",
"@backstage/plugin-jenkins": "^0.5.18-next.0",
"@backstage/plugin-kafka": "^0.2.26-next.0",
"@backstage/plugin-kubernetes": "^0.5.5-next.0",
"@backstage/plugin-lighthouse": "^0.2.35-next.0",
"@backstage/plugin-newrelic": "^0.3.14-next.0",
"@backstage/plugin-newrelic-dashboard": "^0.1.4-next.0",
"@backstage/plugin-org": "^0.3.35-next.0",
"@backstage/plugin-pagerduty": "0.3.23-next.0",
"@backstage/plugin-rollbar": "^0.3.24-next.0",
"@backstage/plugin-scaffolder": "^0.11.19-next.0",
"@backstage/plugin-search": "^0.5.6-next.0",
"@backstage/plugin-sentry": "^0.3.34-next.0",
"@backstage/plugin-shortcuts": "^0.1.20-next.0",
"@backstage/plugin-tech-radar": "^0.5.3-next.0",
"@backstage/plugin-techdocs": "^0.12.15-next.0",
"@backstage/plugin-todo": "^0.1.19-next.0",
"@backstage/plugin-user-settings": "^0.3.17-next.0",
"@backstage/search-common": "^0.2.0",
"@backstage/plugin-tech-insights": "^0.1.5",
"@backstage/plugin-tech-insights": "^0.1.6-next.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -69,7 +69,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/test-utils": "^0.2.2",
"@backstage/test-utils": "^0.2.3-next.0",
"@rjsf/core": "^3.2.1",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.10.1",
+25
View File
@@ -1,5 +1,30 @@
# @backstage/backend-common
## 0.10.4-next.0
### Patch Changes
- f685e1398f: Loading of app configurations now reference the `@deprecated` construct from
JSDoc to determine if a property in-use has been deprecated. Users are notified
of deprecated keys in the format:
```txt
The configuration key 'catalog.processors.githubOrg' of app-config.yaml is deprecated and may be removed soon. Configure a GitHub integration instead.
```
When the `withDeprecatedKeys` option is set to `true` in the `process` method
of `loadConfigSchema`, the user will be notified that deprecated keys have been
identified in their app configuration.
The `backend-common` and `plugin-app-backend` packages have been updated to set
`withDeprecatedKeys` to true so that users are notified of deprecated settings
by default.
- Updated dependencies
- @backstage/config@0.1.13-next.0
- @backstage/config-loader@0.9.3-next.0
- @backstage/integration@0.7.2-next.0
## 0.10.3
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.10.3",
"version": "0.10.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -30,10 +30,10 @@
},
"dependencies": {
"@backstage/cli-common": "^0.1.6",
"@backstage/config": "^0.1.12",
"@backstage/config-loader": "^0.9.2",
"@backstage/config": "^0.1.13-next.0",
"@backstage/config-loader": "^0.9.3-next.0",
"@backstage/errors": "^0.2.0",
"@backstage/integration": "^0.7.1",
"@backstage/integration": "^0.7.2-next.0",
"@backstage/types": "^0.1.1",
"@google-cloud/storage": "^5.8.0",
"@manypkg/get-packages": "^1.1.3",
@@ -81,8 +81,8 @@
}
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/test-utils": "^0.2.2",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^1.6.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-tasks
## 0.1.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.10.4-next.0
- @backstage/config@0.1.13-next.0
## 0.1.3
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.1.3",
"version": "0.1.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -29,8 +29,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.3",
"@backstage/config": "^0.1.12",
"@backstage/backend-common": "^0.10.4-next.0",
"@backstage/config": "^0.1.13-next.0",
"@backstage/errors": "^0.2.0",
"@backstage/types": "^0.1.1",
"@types/luxon": "^2.0.4",
@@ -43,8 +43,8 @@
"zod": "^3.9.5"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.13",
"@backstage/cli": "^0.11.0",
"@backstage/backend-test-utils": "^0.1.14-next.0",
"@backstage/cli": "^0.12.0-next.0",
"jest": "^26.0.1",
"wait-for-expect": "^3.0.2"
},
+9
View File
@@ -1,5 +1,14 @@
# @backstage/backend-test-utils
## 0.1.14-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli@0.12.0-next.0
- @backstage/backend-common@0.10.4-next.0
- @backstage/config@0.1.13-next.0
## 0.1.13
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
"version": "0.1.13",
"version": "0.1.14-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -30,9 +30,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.3",
"@backstage/cli": "^0.11.0",
"@backstage/config": "^0.1.12",
"@backstage/backend-common": "^0.10.4-next.0",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/config": "^0.1.13-next.0",
"knex": "^0.95.1",
"mysql2": "^2.2.5",
"pg": "^8.3.0",
@@ -41,7 +41,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"jest": "^26.0.1"
},
"files": [
+38
View File
@@ -1,5 +1,43 @@
# example-backend
## 0.2.61-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.7.0-next.0
- @backstage/plugin-permission-backend@0.4.0-next.0
- @backstage/plugin-catalog-backend@0.21.0-next.0
- @backstage/plugin-permission-common@0.4.0-next.0
- @backstage/backend-common@0.10.4-next.0
- @backstage/config@0.1.13-next.0
- @backstage/plugin-app-backend@0.3.22-next.0
- @backstage/plugin-permission-node@0.4.0-next.0
- @backstage/plugin-tech-insights-backend@0.2.0-next.0
- @backstage/plugin-tech-insights-node@0.2.0-next.0
- @backstage/catalog-model@0.9.10-next.0
- example-app@0.2.61-next.0
- @backstage/plugin-scaffolder-backend@0.15.21-next.0
- @backstage/backend-tasks@0.1.4-next.0
- @backstage/catalog-client@0.5.5-next.0
- @backstage/integration@0.7.2-next.0
- @backstage/plugin-azure-devops-backend@0.3.1-next.0
- @backstage/plugin-badges-backend@0.1.16-next.0
- @backstage/plugin-code-coverage-backend@0.1.20-next.0
- @backstage/plugin-graphql-backend@0.1.12-next.0
- @backstage/plugin-jenkins-backend@0.1.11-next.0
- @backstage/plugin-kafka-backend@0.2.15-next.0
- @backstage/plugin-kubernetes-backend@0.4.4-next.0
- @backstage/plugin-proxy-backend@0.2.16-next.0
- @backstage/plugin-rollbar-backend@0.1.19-next.0
- @backstage/plugin-scaffolder-backend-module-rails@0.2.4-next.0
- @backstage/plugin-search-backend@0.3.1-next.0
- @backstage/plugin-search-backend-module-elasticsearch@0.0.8-next.0
- @backstage/plugin-search-backend-module-pg@0.2.4-next.0
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.6-next.0
- @backstage/plugin-techdocs-backend@0.12.4-next.0
- @backstage/plugin-todo-backend@0.1.19-next.0
## 0.2.60
### Patch Changes
+34 -34
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.60",
"version": "0.2.61-next.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,43 +24,43 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
"@backstage/backend-common": "^0.10.3",
"@backstage/backend-tasks": "^0.1.3",
"@backstage/catalog-client": "^0.5.4",
"@backstage/catalog-model": "^0.9.9",
"@backstage/config": "^0.1.12",
"@backstage/integration": "^0.7.1",
"@backstage/plugin-app-backend": "^0.3.21",
"@backstage/plugin-auth-backend": "^0.6.2",
"@backstage/plugin-azure-devops-backend": "^0.3.0",
"@backstage/plugin-badges-backend": "^0.1.15",
"@backstage/plugin-catalog-backend": "^0.20.0",
"@backstage/plugin-code-coverage-backend": "^0.1.19",
"@backstage/plugin-graphql-backend": "^0.1.11",
"@backstage/plugin-jenkins-backend": "^0.1.10",
"@backstage/plugin-kubernetes-backend": "^0.4.3",
"@backstage/plugin-kafka-backend": "^0.2.14",
"@backstage/plugin-permission-backend": "^0.3.0",
"@backstage/plugin-permission-common": "^0.3.1",
"@backstage/plugin-permission-node": "^0.3.0",
"@backstage/plugin-proxy-backend": "^0.2.15",
"@backstage/plugin-rollbar-backend": "^0.1.18",
"@backstage/plugin-scaffolder-backend": "^0.15.20",
"@backstage/plugin-scaffolder-backend-module-rails": "^0.2.3",
"@backstage/plugin-search-backend": "^0.3.0",
"@backstage/backend-common": "^0.10.4-next.0",
"@backstage/backend-tasks": "^0.1.4-next.0",
"@backstage/catalog-client": "^0.5.5-next.0",
"@backstage/catalog-model": "^0.9.10-next.0",
"@backstage/config": "^0.1.13-next.0",
"@backstage/integration": "^0.7.2-next.0",
"@backstage/plugin-app-backend": "^0.3.22-next.0",
"@backstage/plugin-auth-backend": "^0.7.0-next.0",
"@backstage/plugin-azure-devops-backend": "^0.3.1-next.0",
"@backstage/plugin-badges-backend": "^0.1.16-next.0",
"@backstage/plugin-catalog-backend": "^0.21.0-next.0",
"@backstage/plugin-code-coverage-backend": "^0.1.20-next.0",
"@backstage/plugin-graphql-backend": "^0.1.12-next.0",
"@backstage/plugin-jenkins-backend": "^0.1.11-next.0",
"@backstage/plugin-kubernetes-backend": "^0.4.4-next.0",
"@backstage/plugin-kafka-backend": "^0.2.15-next.0",
"@backstage/plugin-permission-backend": "^0.4.0-next.0",
"@backstage/plugin-permission-common": "^0.4.0-next.0",
"@backstage/plugin-permission-node": "^0.4.0-next.0",
"@backstage/plugin-proxy-backend": "^0.2.16-next.0",
"@backstage/plugin-rollbar-backend": "^0.1.19-next.0",
"@backstage/plugin-scaffolder-backend": "^0.15.21-next.0",
"@backstage/plugin-scaffolder-backend-module-rails": "^0.2.4-next.0",
"@backstage/plugin-search-backend": "^0.3.1-next.0",
"@backstage/plugin-search-backend-node": "^0.4.4",
"@backstage/plugin-search-backend-module-elasticsearch": "^0.0.7",
"@backstage/plugin-search-backend-module-pg": "^0.2.3",
"@backstage/plugin-techdocs-backend": "^0.12.3",
"@backstage/plugin-tech-insights-backend": "^0.1.5",
"@backstage/plugin-tech-insights-node": "^0.1.2",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.5",
"@backstage/plugin-todo-backend": "^0.1.18",
"@backstage/plugin-search-backend-module-elasticsearch": "^0.0.8-next.0",
"@backstage/plugin-search-backend-module-pg": "^0.2.4-next.0",
"@backstage/plugin-techdocs-backend": "^0.12.4-next.0",
"@backstage/plugin-tech-insights-backend": "^0.2.0-next.0",
"@backstage/plugin-tech-insights-node": "^0.2.0-next.0",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.6-next.0",
"@backstage/plugin-todo-backend": "^0.1.19-next.0",
"@gitbeaker/node": "^34.6.0",
"@octokit/rest": "^18.5.3",
"azure-devops-node-api": "^11.0.1",
"dockerode": "^3.3.1",
"example-app": "^0.2.60",
"example-app": "^0.2.61-next.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"express-prom-bundle": "^6.3.6",
@@ -72,7 +72,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5"
+7
View File
@@ -1,5 +1,12 @@
# @backstage/catalog-client
## 0.5.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@0.9.10-next.0
## 0.5.4
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-client",
"description": "An isomorphic client for the catalog backend",
"version": "0.5.4",
"version": "0.5.5-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,12 +30,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.9.9",
"@backstage/catalog-model": "^0.9.10-next.0",
"@backstage/errors": "^0.2.0",
"cross-fetch": "^3.0.6"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/jest": "^26.0.7",
"msw": "^0.35.0"
},
+25
View File
@@ -1,5 +1,30 @@
# @backstage/catalog-model
## 0.9.10-next.0
### Patch Changes
- 8b5a7763d5: Added `alpha` release stage type declarations, accessible via `@backstage/catalog-model/alpha`.
**BREAKING**: The experimental entity `status` field was removed from the base `Entity` type and is now only available on the `AlphaEntity` type from the alpha release stage, along with all accompanying types that were previously marked as `UNSTABLE_`.
For example, the following import:
```ts
import { UNSTABLE_EntityStatusItem } from '@backstage/catalog-model';
```
Becomes this:
```ts
import { EntityStatusItem } from '@backstage/catalog-model/alpha';
```
Note that exports that are only available from the alpha release stage are considered unstable and do not adhere to the semantic versioning of the package.
- Updated dependencies
- @backstage/config@0.1.13-next.0
## 0.9.9
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-model",
"description": "Types and validators that help describe the model of a Backstage Catalog",
"version": "0.9.9",
"version": "0.9.10-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.12",
"@backstage/config": "^0.1.13-next.0",
"@backstage/errors": "^0.2.0",
"@backstage/types": "^0.1.1",
"@types/json-schema": "^7.0.5",
@@ -43,7 +43,7 @@
"yup": "^0.32.9"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/jest": "^26.0.7",
"@types/lodash": "^4.14.151",
"yaml": "^1.9.2"
+62
View File
@@ -1,5 +1,67 @@
# @backstage/cli
## 0.12.0-next.0
### Minor Changes
- 08fa6a604a: Removed the `typescript` dependency from the Backstage CLI in order to decouple the TypeScript version in Backstage projects. To keep using a specific TypeScript version, be sure to add an explicit dependency in your root `package.json`:
```json
"dependencies": {
...
"typescript": "~4.5.4",
}
```
We recommend using a `~` version range since TypeScript releases do not adhere to semver.
It may be the case that you end up with errors if you upgrade the TypeScript version. This is because there was a change to TypeScript not long ago that defaulted the type of errors caught in `catch` blocks to `unknown`. You can work around this by adding `"useUnknownInCatchVariables": false` to the `"compilerOptions"` in your `tsconfig.json`:
```json
"compilerOptions": {
...
"useUnknownInCatchVariables": false
}
```
Another option is to use the utilities from `@backstage/errors` to assert the type of errors caught in `catch` blocks:
```ts
import { assertError, isError } from '@backstage/errors';
try {
...
} catch (error) {
assertError(error);
...
// OR
if (isError(error)) {
...
}
}
```
### Patch Changes
- 6e34e2cfbf: Introduce `--deprecated` option to `config:check` to log all deprecated app configuration properties
```sh
$ yarn backstage-cli config:check --lax --deprecated
config:check --lax --deprecated
Loaded config from app-config.yaml
The configuration key 'catalog.processors.githubOrg' of app-config.yaml is deprecated and may be removed soon. Configure a GitHub integration instead.
```
- 2a42d573d2: Introduced a new `--experimental-type-build` option to the various package build commands. This option switches the type definition build to be executed using API Extractor rather than a `rollup` plugin. In order for this experimental switch to work, you must also have `@microsoft/api-extractor` installed within your project, as it is an optional peer dependency.
The biggest difference between the existing mode and the experimental one is that rather than just building a single `dist/index.d.ts` file, API Extractor will output `index.d.ts`, `index.beta.d.ts`, and `index.alpha.d.ts`, all in the `dist` directory. Each of these files will have exports from more unstable release stages stripped, meaning that `index.d.ts` will omit all exports marked with `@alpha` or `@beta`, while `index.beta.d.ts` will omit all exports marked with `@alpha`.
In addition, the `prepack` command now has support for `alphaTypes` and `betaTypes` fields in the `publishConfig` of `package.json`. These optional fields can be pointed to `dist/types.alpha.d.ts` and `dist/types.beta.d.ts` respectively, which will cause `<name>/alpha` and `<name>/beta` entry points to be generated for the package. See the [`@backstage/catalog-model`](https://github.com/backstage/backstage/blob/master/packages/catalog-model/package.json) package for an example of how this can be used in practice.
- Updated dependencies
- @backstage/config@0.1.13-next.0
- @backstage/config-loader@0.9.3-next.0
## 0.11.0
### Minor Changes
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.11.0",
"version": "0.12.0-next.0",
"private": false,
"publishConfig": {
"access": "public"
@@ -29,8 +29,8 @@
},
"dependencies": {
"@backstage/cli-common": "^0.1.6",
"@backstage/config": "^0.1.12",
"@backstage/config-loader": "^0.9.2",
"@backstage/config": "^0.1.13-next.0",
"@backstage/config-loader": "^0.9.3-next.0",
"@backstage/errors": "^0.2.0",
"@backstage/types": "^0.1.1",
"@hot-loader/react-dom": "^16.13.0",
@@ -114,13 +114,13 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.10.3",
"@backstage/config": "^0.1.12",
"@backstage/core-components": "^0.8.4",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/core-app-api": "^0.4.0",
"@backstage/dev-utils": "^0.2.17",
"@backstage/test-utils": "^0.2.2",
"@backstage/backend-common": "^0.10.4-next.0",
"@backstage/config": "^0.1.13-next.0",
"@backstage/core-components": "^0.8.5-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"@backstage/core-app-api": "^0.5.0-next.0",
"@backstage/dev-utils": "^0.2.18-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@backstage/theme": "^0.2.14",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/codemods
## 0.1.30-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.5-next.0
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/core-app-api@0.5.0-next.0
## 0.1.29
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/codemods",
"description": "A collection of codemods for Backstage projects",
"version": "0.1.29",
"version": "0.1.30-next.0",
"private": false,
"publishConfig": {
"access": "public",
+23
View File
@@ -1,5 +1,28 @@
# @backstage/config-loader
## 0.9.3-next.0
### Patch Changes
- f685e1398f: Loading of app configurations now reference the `@deprecated` construct from
JSDoc to determine if a property in-use has been deprecated. Users are notified
of deprecated keys in the format:
```txt
The configuration key 'catalog.processors.githubOrg' of app-config.yaml is deprecated and may be removed soon. Configure a GitHub integration instead.
```
When the `withDeprecatedKeys` option is set to `true` in the `process` method
of `loadConfigSchema`, the user will be notified that deprecated keys have been
identified in their app configuration.
The `backend-common` and `plugin-app-backend` packages have been updated to set
`withDeprecatedKeys` to true so that users are notified of deprecated settings
by default.
- Updated dependencies
- @backstage/config@0.1.13-next.0
## 0.9.2
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "0.9.2",
"version": "0.9.3-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,7 +31,7 @@
},
"dependencies": {
"@backstage/cli-common": "^0.1.6",
"@backstage/config": "^0.1.12",
"@backstage/config": "^0.1.13-next.0",
"@backstage/errors": "^0.2.0",
"@backstage/types": "^0.1.1",
"@types/json-schema": "^7.0.6",
+20
View File
@@ -1,5 +1,25 @@
# @backstage/config
## 0.1.13-next.0
### Patch Changes
- f685e1398f: Loading of app configurations now reference the `@deprecated` construct from
JSDoc to determine if a property in-use has been deprecated. Users are notified
of deprecated keys in the format:
```txt
The configuration key 'catalog.processors.githubOrg' of app-config.yaml is deprecated and may be removed soon. Configure a GitHub integration instead.
```
When the `withDeprecatedKeys` option is set to `true` in the `process` method
of `loadConfigSchema`, the user will be notified that deprecated keys have been
identified in their app configuration.
The `backend-common` and `plugin-app-backend` packages have been updated to set
`withDeprecatedKeys` to true so that users are notified of deprecated settings
by default.
## 0.1.12
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.1.12",
"version": "0.1.13-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -34,7 +34,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/test-utils": "^0.2.2",
"@backstage/test-utils": "^0.2.3-next.0",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
+12
View File
@@ -1,5 +1,17 @@
# @backstage/core-app-api
## 0.5.0-next.0
### Minor Changes
- ceebe25391: Removed deprecated `SignInResult` type, which was replaced with the new `onSignInSuccess` callback.
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/config@0.1.13-next.0
## 0.4.0
### Minor Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-app-api",
"description": "Core app API used by Backstage apps",
"version": "0.4.0",
"version": "0.5.0-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,8 +29,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.12",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/config": "^0.1.13-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"@backstage/types": "^0.1.1",
"@backstage/version-bridge": "^0.1.1",
"@types/prop-types": "^15.7.3",
@@ -45,8 +45,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/test-utils": "^0.2.2",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
+18
View File
@@ -1,5 +1,23 @@
# @backstage/core-components
## 0.8.5-next.0
### Patch Changes
- 306d879536: chore(deps): bump `react-syntax-highligher` and `swagger-ui-react`
- 6b05ad1265: Updated the `SignInPage`, `ProxiedSignInPage` and `UserIdentity` implementations to match the removals of the deprecated `IdentityApi` methods and types.
- 7ba416be78: The `Bar` component will now render a `MobileSidebar` instead of the current sidebar on smaller screens. The state of the `MobileSidebar` will be treated as always open.
***
**Add MobileSidebar:** A navigation component, which sticks to the bottom. If there is no content in the Sidebar, it won't be rendered. If there are `children` in the `Sidebar`, but no `SidebarGroup`s as `children`, it will render all `children` into a default overlay menu, which can be displayed by clicking a menu item. If `SidebarGroup`s are provided, it will render them in the bottom navigation. Additionally, a `MobileSidebarContext`, which wraps the component, will save the selected menu item.
**Add SidebarGroup:** Groups items of the `Sidebar` together. On bigger screens, this won't have any effect at the moment. On smaller screens, it will render a given icon into the `MobileSidebar`. If a route is provided, clicking the `SidebarGroup` in the `MobileSidebar` will route to the page. If no route is provided, it will add a provided icon to the `MobileSidebar` as a menu item & will render the children into an overlay menu, which will be displayed when the menu item is clicked.
- Updated dependencies
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/config@0.1.13-next.0
## 0.8.4
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.8.4",
"version": "0.8.5-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,8 +29,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.12",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/config": "^0.1.13-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"@backstage/errors": "^0.2.0",
"@backstage/theme": "^0.2.14",
"@material-table/core": "^3.1.0",
@@ -73,9 +73,9 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/core-app-api": "^0.4.0",
"@backstage/cli": "^0.11.0",
"@backstage/test-utils": "^0.2.2",
"@backstage/core-app-api": "^0.5.0-next.0",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
+38
View File
@@ -1,5 +1,43 @@
# @backstage/core-plugin-api
## 0.6.0-next.0
### Minor Changes
- ceebe25391: Removed deprecated `IdentityApi` methods: `getUserId`, `getIdToken`, and `getProfile`.
Existing usage of `getUserId` can be replaced by `getBackstageIdentity`, more precisely the equivalent of the previous `userId` can be retrieved like this:
```ts
import { parseEntityRef } from '@backstage/catalog-model';
const identity = await identityApi.getBackstageIdentity();
const { name: userId } = parseEntityRef(identity.userEntityRef);
```
Note that it is recommended to consume the entire `userEntityRef` rather than parsing out just the name, in order to support namespaces.
Existing usage of `getIdToken` can be replaced by `getCredentials`, like this:
```ts
const { token } = await identityApi.getCredentials();
```
And existing usage of `getProfile` is replaced by `getProfileInfo`, which returns the same profile object, but is now async.
- ceebe25391: Removed deprecated `SignInResult` type, which was replaced with the new `onSignInSuccess` callback.
- d879072b0c: Removed the deprecated `id` field of `BackstageIdentityResponse`.
Existing usage can be replaced by parsing the `name` of the `identity.userEntityRef` with `parseEntityRef` from `@backstage/catalog-model`, although note that it is recommended to consume the entire `userEntityRef` in order to support namespaces.
- 94c02b4246: Removed deprecated `BackstageIdentity` type, which was replaced by `BackstageIdentityResponse`.
- 234a36405b: Removed deprecated `OAuthRequestApi` types: `AuthProvider`, `AuthRequesterOptions`, `AuthRequester`, and `PendingAuthRequest`.
### Patch Changes
- Updated dependencies
- @backstage/config@0.1.13-next.0
## 0.5.0
### Minor Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-plugin-api",
"description": "Core API used by Backstage plugins",
"version": "0.5.0",
"version": "0.6.0-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.12",
"@backstage/config": "^0.1.13-next.0",
"@backstage/types": "^0.1.1",
"@backstage/version-bridge": "^0.1.1",
"history": "^5.0.0",
@@ -43,9 +43,9 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/core-app-api": "^0.4.0",
"@backstage/test-utils": "^0.2.2",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/core-app-api": "^0.5.0-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
+144
View File
@@ -1,5 +1,149 @@
# @backstage/create-app
## 1.0.0-next.0
### Patch Changes
- fb08e2f285: Updated the configuration of the `app-backend` plugin to enable the static asset store by passing on `database` from the plugin environment to `createRouter`.
To apply this change to an existing app, make the following change to `packages/backend/src/plugins/app.ts`:
```diff
export default async function createPlugin({
logger,
config,
+ database,
}: PluginEnvironment): Promise<Router> {
return await createRouter({
logger,
config,
+ database,
appPackageName: 'app',
});
}
```
- 7ba416be78: You can now add `SidebarGroup`s to the current `Sidebar`. This will not affect how the current sidebar is displayed, but allows a customization on how the `MobileSidebar` on smaller screens will look like. A `SidebarGroup` will be displayed with the given icon in the `MobileSidebar`.
A `SidebarGroup` can either link to an existing page (e.g. `/search` or `/settings`) or wrap components, which will be displayed in a full-screen overlay menu (e.g. `Menu`).
```diff
<Sidebar>
<SidebarLogo />
+ <SidebarGroup label="Search" icon={<SearchIcon />} to="/search">
<SidebarSearchModal />
+ </SidebarGroup>
<SidebarDivider />
+ <SidebarGroup label="Menu" icon={<MenuIcon />}>
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
<SidebarItem icon={CreateComponentIcon} to="create" text="Create..." />
<SidebarDivider />
<SidebarScrollWrapper>
<SidebarItem icon={MapIcon} to="tech-radar" text="Tech Radar" />
</SidebarScrollWrapper>
+ </SidebarGroup>
<SidebarSpace />
<SidebarDivider />
+ <SidebarGroup
+ label="Settings"
+ icon={<UserSettingsSignInAvatar />}
+ to="/settings"
+ >
<SidebarSettings />
+ </SidebarGroup>
</Sidebar>
```
Additionally, you can order the groups differently in the `MobileSidebar` than in the usual `Sidebar` simply by giving a group a priority. The groups will be displayed in descending order from left to right.
```diff
<SidebarGroup
label="Settings"
icon={<UserSettingsSignInAvatar />}
to="/settings"
+ priority={1}
>
<SidebarSettings />
</SidebarGroup>
```
If you decide against adding `SidebarGroup`s to your `Sidebar` the `MobileSidebar` will contain one default menu item, which will open a full-screen overlay menu displaying all the content of the current `Sidebar`.
More information on the `SidebarGroup` & the `MobileSidebar` component can be found in the changeset for the `core-components`.
- 08fa6a604a: The app template has been updated to add an explicit dependency on `typescript` in the root `package.json`. This is because it was removed as a dependency of `@backstage/cli` in order to decouple the TypeScript versioning in Backstage projects.
To apply this change in an existing app, add a `typescript` dependency to your `package.json` in the project root:
```json
"dependencies": {
...
"typescript": "~4.5.4",
}
```
We recommend using a `~` version range since TypeScript releases do not adhere to semver.
It may be the case that you end up with errors if you upgrade the TypeScript version. This is because there was a change to TypeScript not long ago that defaulted the type of errors caught in `catch` blocks to `unknown`. You can work around this by adding `"useUnknownInCatchVariables": false` to the `"compilerOptions"` in your `tsconfig.json`:
```json
"compilerOptions": {
...
"useUnknownInCatchVariables": false
}
```
Another option is to use the utilities from `@backstage/errors` to assert the type of errors caught in `catch` blocks:
```ts
import { assertError, isError } from '@backstage/errors';
try {
...
} catch (error) {
assertError(error);
...
// OR
if (isError(error)) {
...
}
}
```
- Updated dependencies
- @backstage/plugin-tech-radar@0.5.3-next.0
- @backstage/plugin-auth-backend@0.7.0-next.0
- @backstage/core-components@0.8.5-next.0
- @backstage/plugin-api-docs@0.6.23-next.0
- @backstage/plugin-catalog-backend@0.21.0-next.0
- @backstage/plugin-permission-common@0.4.0-next.0
- @backstage/cli@0.12.0-next.0
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/plugin-catalog@0.7.9-next.0
- @backstage/plugin-user-settings@0.3.17-next.0
- @backstage/backend-common@0.10.4-next.0
- @backstage/config@0.1.13-next.0
- @backstage/plugin-app-backend@0.3.22-next.0
- @backstage/core-app-api@0.5.0-next.0
- @backstage/plugin-catalog-import@0.7.10-next.0
- @backstage/plugin-scaffolder@0.11.19-next.0
- @backstage/plugin-search@0.5.6-next.0
- @backstage/plugin-techdocs@0.12.15-next.0
- @backstage/plugin-permission-node@0.4.0-next.0
- @backstage/catalog-model@0.9.10-next.0
- @backstage/integration-react@0.1.19-next.0
- @backstage/plugin-explore@0.3.26-next.0
- @backstage/plugin-github-actions@0.4.32-next.0
- @backstage/plugin-lighthouse@0.2.35-next.0
- @backstage/plugin-scaffolder-backend@0.15.21-next.0
- @backstage/backend-tasks@0.1.4-next.0
- @backstage/catalog-client@0.5.5-next.0
- @backstage/test-utils@0.2.3-next.0
- @backstage/plugin-proxy-backend@0.2.16-next.0
- @backstage/plugin-rollbar-backend@0.1.19-next.0
- @backstage/plugin-search-backend@0.3.1-next.0
- @backstage/plugin-techdocs-backend@0.12.4-next.0
## 0.4.12
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.4.12",
"version": "1.0.0-next.0",
"private": false,
"publishConfig": {
"access": "public"
+14
View File
@@ -1,5 +1,19 @@
# @backstage/dev-utils
## 0.2.18-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.5-next.0
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/core-app-api@0.5.0-next.0
- @backstage/plugin-catalog-react@0.6.12-next.0
- @backstage/catalog-model@0.9.10-next.0
- @backstage/app-defaults@0.1.5-next.0
- @backstage/integration-react@0.1.19-next.0
- @backstage/test-utils@0.2.3-next.0
## 0.2.17
### Patch Changes
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "0.2.17",
"version": "0.2.18-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,14 +29,14 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/app-defaults": "^0.1.4",
"@backstage/core-app-api": "^0.4.0",
"@backstage/core-components": "^0.8.4",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/catalog-model": "^0.9.9",
"@backstage/integration-react": "^0.1.18",
"@backstage/plugin-catalog-react": "^0.6.11",
"@backstage/test-utils": "^0.2.2",
"@backstage/app-defaults": "^0.1.5-next.0",
"@backstage/core-app-api": "^0.5.0-next.0",
"@backstage/core-components": "^0.8.5-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"@backstage/catalog-model": "^0.9.10-next.0",
"@backstage/integration-react": "^0.1.19-next.0",
"@backstage/plugin-catalog-react": "^0.6.12-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -55,7 +55,7 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
@@ -1,5 +1,22 @@
# embedded-techdocs-app
## 0.2.60-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.5-next.0
- @backstage/cli@0.12.0-next.0
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/plugin-catalog@0.7.9-next.0
- @backstage/config@0.1.13-next.0
- @backstage/core-app-api@0.5.0-next.0
- @backstage/plugin-techdocs@0.12.15-next.0
- @backstage/catalog-model@0.9.10-next.0
- @backstage/app-defaults@0.1.5-next.0
- @backstage/integration-react@0.1.19-next.0
- @backstage/test-utils@0.2.3-next.0
## 0.2.59
### Patch Changes
+13 -13
View File
@@ -1,20 +1,20 @@
{
"name": "embedded-techdocs-app",
"version": "0.2.59",
"version": "0.2.60-next.0",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.4",
"@backstage/catalog-model": "^0.9.9",
"@backstage/cli": "^0.11.0",
"@backstage/config": "^0.1.12",
"@backstage/core-app-api": "^0.4.0",
"@backstage/core-components": "^0.8.4",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/integration-react": "^0.1.18",
"@backstage/plugin-catalog": "^0.7.8",
"@backstage/plugin-techdocs": "^0.12.14",
"@backstage/test-utils": "^0.2.2",
"@backstage/app-defaults": "^0.1.5-next.0",
"@backstage/catalog-model": "^0.9.10-next.0",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/config": "^0.1.13-next.0",
"@backstage/core-app-api": "^0.5.0-next.0",
"@backstage/core-components": "^0.8.5-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"@backstage/integration-react": "^0.1.19-next.0",
"@backstage/plugin-catalog": "^0.7.9-next.0",
"@backstage/plugin-techdocs": "^0.12.15-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
@@ -26,7 +26,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
+1 -1
View File
@@ -35,7 +35,7 @@
"serialize-error": "^8.0.1"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/jest": "^26.0.7"
},
"files": [
+10
View File
@@ -1,5 +1,15 @@
# @backstage/integration-react
## 0.1.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.5-next.0
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/config@0.1.13-next.0
- @backstage/integration@0.7.2-next.0
## 0.1.18
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration-react",
"description": "Frontend package for managing integrations towards external systems",
"version": "0.1.18",
"version": "0.1.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,10 +21,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.12",
"@backstage/core-components": "^0.8.4",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/integration": "^0.7.1",
"@backstage/config": "^0.1.13-next.0",
"@backstage/core-components": "^0.8.5-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"@backstage/integration": "^0.7.2-next.0",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -35,9 +35,9 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/dev-utils": "^0.2.17",
"@backstage/test-utils": "^0.2.2",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/dev-utils": "^0.2.18-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/integration
## 0.7.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/config@0.1.13-next.0
## 0.7.1
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "0.7.1",
"version": "0.7.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.12",
"@backstage/config": "^0.1.13-next.0",
"cross-fetch": "^3.0.6",
"git-url-parse": "^11.6.0",
"@octokit/rest": "^18.5.3",
@@ -39,9 +39,9 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/config-loader": "^0.9.2",
"@backstage/test-utils": "^0.2.2",
"@backstage/cli": "^0.12.0-next.0",
"@backstage/config-loader": "^0.9.3-next.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",
"msw": "^0.35.0"
+1 -1
View File
@@ -39,7 +39,7 @@
"@backstage/types": "^0.1.1"
},
"devDependencies": {
"@backstage/cli": "^0.11.0"
"@backstage/cli": "^0.12.0-next.0"
},
"jest": {
"roots": [
+9
View File
@@ -1,5 +1,14 @@
# storybook
## 0.2.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/core-app-api@0.5.0-next.0
- @backstage/test-utils@0.2.3-next.0
## 0.2.1
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.2.1",
"version": "0.2.2-next.0",
"description": "Storybook build for components package",
"private": true,
"scripts": {
@@ -9,9 +9,9 @@
},
"dependencies": {
"@backstage/theme": "^0.2.0",
"@backstage/test-utils": "^0.2.2",
"@backstage/core-app-api": "^0.4.0",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/test-utils": "^0.2.3-next.0",
"@backstage/core-app-api": "^0.5.0-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
+10
View File
@@ -1,5 +1,15 @@
# @techdocs/cli
## 0.8.11-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.10.4-next.0
- @backstage/config@0.1.13-next.0
- @backstage/techdocs-common@0.11.4-next.0
- @backstage/catalog-model@0.9.10-next.0
## 0.8.10
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "0.8.10",
"version": "0.8.11-next.0",
"private": false,
"publishConfig": {
"access": "public"
@@ -32,7 +32,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^9.0.6",
"@types/http-proxy": "^1.17.4",
@@ -41,7 +41,7 @@
"@types/react-dev-utils": "^9.0.4",
"@types/serve-handler": "^6.1.0",
"@types/webpack-env": "^1.15.3",
"embedded-techdocs-app": "0.2.59",
"embedded-techdocs-app": "0.2.60-next.0",
"find-process": "^1.4.5",
"nodemon": "^2.0.2",
"ts-node": "^10.0.0"
@@ -56,10 +56,10 @@
"ext": "ts"
},
"dependencies": {
"@backstage/backend-common": "^0.10.3",
"@backstage/catalog-model": "^0.9.9",
"@backstage/config": "^0.1.12",
"@backstage/techdocs-common": "^0.11.3",
"@backstage/backend-common": "^0.10.4-next.0",
"@backstage/catalog-model": "^0.9.10-next.0",
"@backstage/config": "^0.1.13-next.0",
"@backstage/techdocs-common": "^0.11.4-next.0",
"@types/dockerode": "^3.3.0",
"commander": "^6.1.0",
"dockerode": "^3.3.1",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/techdocs-common
## 0.11.4-next.0
### Patch Changes
- 47277c0d8c: Updated the default version of the `@spotify/techdocs` container used when `techdocs.generator.runIn` is `docker` to `v0.3.6`, which includes an update to `mkdocs-monorepo-plugin` that allows glob-based wildcard includes.
- Updated dependencies
- @backstage/backend-common@0.10.4-next.0
- @backstage/config@0.1.13-next.0
- @backstage/catalog-model@0.9.10-next.0
- @backstage/integration@0.7.2-next.0
## 0.11.3
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/techdocs-common",
"description": "Common functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "0.11.3",
"version": "0.11.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -38,12 +38,12 @@
"dependencies": {
"@azure/identity": "^2.0.1",
"@azure/storage-blob": "^12.5.0",
"@backstage/backend-common": "^0.10.3",
"@backstage/catalog-model": "^0.9.9",
"@backstage/config": "^0.1.12",
"@backstage/backend-common": "^0.10.4-next.0",
"@backstage/catalog-model": "^0.9.10-next.0",
"@backstage/config": "^0.1.13-next.0",
"@backstage/errors": "^0.2.0",
"@backstage/search-common": "^0.2.1",
"@backstage/integration": "^0.7.1",
"@backstage/integration": "^0.7.2-next.0",
"@google-cloud/storage": "^5.6.0",
"@trendyol-js/openstack-swift-sdk": "^0.0.5",
"@types/express": "^4.17.6",
@@ -60,7 +60,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/fs-extra": "^9.0.5",
"@types/js-yaml": "^4.0.0",
"@types/mime-types": "^2.1.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/test-utils
## 0.2.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@0.6.0-next.0
- @backstage/config@0.1.13-next.0
- @backstage/core-app-api@0.5.0-next.0
## 0.2.2
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "0.2.2",
"version": "0.2.3-next.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,9 +29,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.12",
"@backstage/core-app-api": "^0.4.0",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/config": "^0.1.13-next.0",
"@backstage/core-app-api": "^0.5.0-next.0",
"@backstage/core-plugin-api": "^0.6.0-next.0",
"@backstage/theme": "^0.2.14",
"@backstage/types": "^0.1.1",
"@material-ui/core": "^4.12.2",
@@ -48,7 +48,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
+1 -1
View File
@@ -31,7 +31,7 @@
"@material-ui/core": "^4.12.2"
},
"devDependencies": {
"@backstage/cli": "^0.11.0"
"@backstage/cli": "^0.12.0-next.0"
},
"files": [
"dist"
+1 -1
View File
@@ -31,7 +31,7 @@
},
"dependencies": {},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@types/zen-observable": "^0.8.0",
"zen-observable": "^0.8.15"
},
+1 -1
View File
@@ -33,7 +33,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.12.0-next.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2"