Version Packages

This commit is contained in:
github-actions[bot]
2022-02-03 09:42:25 +00:00
parent 379427cbbf
commit a12bb7b065
238 changed files with 1675 additions and 1306 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/app-defaults
## 0.1.6
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.7
- @backstage/core-app-api@0.5.2
## 0.1.6-next.1
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/app-defaults",
"description": "Provides the default wiring of a Backstage App",
"version": "0.1.6-next.1",
"version": "0.1.6",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,8 +29,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.8.7-next.1",
"@backstage/core-app-api": "^0.5.2-next.0",
"@backstage/core-components": "^0.8.7",
"@backstage/core-app-api": "^0.5.2",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/plugin-permission-react": "^0.3.0",
"@backstage/theme": "^0.2.14",
@@ -42,8 +42,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/cli": "^0.13.1",
"@backstage/test-utils": "^0.2.4",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.7",
+49
View File
@@ -1,5 +1,54 @@
# example-app
## 0.2.63
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.7
- @backstage/plugin-catalog-react@0.6.13
- @backstage/plugin-code-coverage@0.1.24
- @backstage/plugin-catalog-common@0.1.2
- @backstage/cli@0.13.1
- @backstage/plugin-scaffolder@0.12.1
- @backstage/integration-react@0.1.20
- @backstage/plugin-org@0.4.1
- @backstage/plugin-pagerduty@0.3.24
- @backstage/plugin-catalog-import@0.8.0
- @backstage/core-app-api@0.5.2
- @backstage/plugin-techdocs@0.13.2
- @backstage/app-defaults@0.1.6
- @backstage/plugin-airbrake@0.1.2
- @backstage/plugin-apache-airflow@0.1.5
- @backstage/plugin-api-docs@0.7.1
- @backstage/plugin-azure-devops@0.1.13
- @backstage/plugin-badges@0.2.21
- @backstage/plugin-catalog@0.7.11
- @backstage/plugin-catalog-graph@0.2.9
- @backstage/plugin-circleci@0.2.36
- @backstage/plugin-cloudbuild@0.2.34
- @backstage/plugin-cost-insights@0.11.19
- @backstage/plugin-explore@0.3.28
- @backstage/plugin-gcp-projects@0.3.16
- @backstage/plugin-github-actions@0.4.34
- @backstage/plugin-gocd@0.1.3
- @backstage/plugin-graphiql@0.2.29
- @backstage/plugin-home@0.4.13
- @backstage/plugin-jenkins@0.5.19
- @backstage/plugin-kafka@0.2.27
- @backstage/plugin-kubernetes@0.5.6
- @backstage/plugin-lighthouse@0.2.36
- @backstage/plugin-newrelic@0.3.15
- @backstage/plugin-newrelic-dashboard@0.1.5
- @backstage/plugin-rollbar@0.3.25
- @backstage/plugin-search@0.6.1
- @backstage/plugin-sentry@0.3.35
- @backstage/plugin-shortcuts@0.1.21
- @backstage/plugin-tech-insights@0.1.7
- @backstage/plugin-tech-radar@0.5.4
- @backstage/plugin-todo@0.1.21
- @backstage/plugin-user-settings@0.3.18
## 0.2.63-next.1
### Patch Changes
+45 -45
View File
@@ -1,56 +1,56 @@
{
"name": "example-app",
"version": "0.2.63-next.1",
"version": "0.2.63",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.6-next.1",
"@backstage/app-defaults": "^0.1.6",
"@backstage/catalog-model": "^0.9.10",
"@backstage/cli": "^0.13.1-next.1",
"@backstage/core-app-api": "^0.5.2-next.0",
"@backstage/core-components": "^0.8.7-next.1",
"@backstage/cli": "^0.13.1",
"@backstage/core-app-api": "^0.5.2",
"@backstage/core-components": "^0.8.7",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/integration-react": "^0.1.20-next.0",
"@backstage/plugin-airbrake": "^0.1.2-next.0",
"@backstage/plugin-api-docs": "^0.7.1-next.0",
"@backstage/plugin-azure-devops": "^0.1.13-next.0",
"@backstage/plugin-apache-airflow": "^0.1.5-next.0",
"@backstage/plugin-badges": "^0.2.21-next.0",
"@backstage/plugin-catalog": "^0.7.11-next.1",
"@backstage/plugin-catalog-common": "^0.1.2-next.0",
"@backstage/plugin-catalog-graph": "^0.2.9-next.0",
"@backstage/plugin-catalog-import": "^0.8.0-next.0",
"@backstage/plugin-catalog-react": "^0.6.13-next.1",
"@backstage/plugin-circleci": "^0.2.36-next.0",
"@backstage/plugin-cloudbuild": "^0.2.34-next.0",
"@backstage/plugin-code-coverage": "^0.1.24-next.1",
"@backstage/plugin-cost-insights": "^0.11.19-next.0",
"@backstage/plugin-explore": "^0.3.28-next.0",
"@backstage/plugin-gcp-projects": "^0.3.16-next.0",
"@backstage/plugin-github-actions": "^0.4.34-next.0",
"@backstage/plugin-gocd": "^0.1.3-next.0",
"@backstage/plugin-graphiql": "^0.2.29-next.0",
"@backstage/plugin-home": "^0.4.13-next.0",
"@backstage/plugin-jenkins": "^0.5.19-next.0",
"@backstage/plugin-kafka": "^0.2.27-next.0",
"@backstage/plugin-kubernetes": "^0.5.6-next.0",
"@backstage/plugin-lighthouse": "^0.2.36-next.0",
"@backstage/plugin-newrelic": "^0.3.15-next.0",
"@backstage/plugin-newrelic-dashboard": "^0.1.5-next.0",
"@backstage/plugin-org": "^0.4.1-next.0",
"@backstage/plugin-pagerduty": "0.3.24-next.0",
"@backstage/integration-react": "^0.1.20",
"@backstage/plugin-airbrake": "^0.1.2",
"@backstage/plugin-api-docs": "^0.7.1",
"@backstage/plugin-azure-devops": "^0.1.13",
"@backstage/plugin-apache-airflow": "^0.1.5",
"@backstage/plugin-badges": "^0.2.21",
"@backstage/plugin-catalog": "^0.7.11",
"@backstage/plugin-catalog-common": "^0.1.2",
"@backstage/plugin-catalog-graph": "^0.2.9",
"@backstage/plugin-catalog-import": "^0.8.0",
"@backstage/plugin-catalog-react": "^0.6.13",
"@backstage/plugin-circleci": "^0.2.36",
"@backstage/plugin-cloudbuild": "^0.2.34",
"@backstage/plugin-code-coverage": "^0.1.24",
"@backstage/plugin-cost-insights": "^0.11.19",
"@backstage/plugin-explore": "^0.3.28",
"@backstage/plugin-gcp-projects": "^0.3.16",
"@backstage/plugin-github-actions": "^0.4.34",
"@backstage/plugin-gocd": "^0.1.3",
"@backstage/plugin-graphiql": "^0.2.29",
"@backstage/plugin-home": "^0.4.13",
"@backstage/plugin-jenkins": "^0.5.19",
"@backstage/plugin-kafka": "^0.2.27",
"@backstage/plugin-kubernetes": "^0.5.6",
"@backstage/plugin-lighthouse": "^0.2.36",
"@backstage/plugin-newrelic": "^0.3.15",
"@backstage/plugin-newrelic-dashboard": "^0.1.5",
"@backstage/plugin-org": "^0.4.1",
"@backstage/plugin-pagerduty": "0.3.24",
"@backstage/plugin-permission-react": "^0.3.0",
"@backstage/plugin-rollbar": "^0.3.25-next.0",
"@backstage/plugin-scaffolder": "^0.12.1-next.1",
"@backstage/plugin-search": "^0.6.1-next.0",
"@backstage/plugin-sentry": "^0.3.35-next.0",
"@backstage/plugin-shortcuts": "^0.1.21-next.0",
"@backstage/plugin-tech-radar": "^0.5.4-next.0",
"@backstage/plugin-techdocs": "^0.13.2-next.1",
"@backstage/plugin-todo": "^0.1.21-next.0",
"@backstage/plugin-user-settings": "^0.3.18-next.0",
"@backstage/plugin-rollbar": "^0.3.25",
"@backstage/plugin-scaffolder": "^0.12.1",
"@backstage/plugin-search": "^0.6.1",
"@backstage/plugin-sentry": "^0.3.35",
"@backstage/plugin-shortcuts": "^0.1.21",
"@backstage/plugin-tech-radar": "^0.5.4",
"@backstage/plugin-techdocs": "^0.13.2",
"@backstage/plugin-todo": "^0.1.21",
"@backstage/plugin-user-settings": "^0.3.18",
"@backstage/search-common": "^0.2.2",
"@backstage/plugin-tech-insights": "^0.1.7-next.0",
"@backstage/plugin-tech-insights": "^0.1.7",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -72,7 +72,7 @@
},
"devDependencies": {
"@backstage/plugin-permission-react": "^0.3.0",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/test-utils": "^0.2.4",
"@rjsf/core": "^3.2.1",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.10.1",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-common
## 0.10.6
### Patch Changes
- 50d039577a: Added a `Context` type for the backend, that can propagate an abort signal, a
deadline, and contextual values through the call stack. The main entrypoint is
the `Contexts` utility class that provides a root context creator and commonly
used decorators.
These are marked as `@alpha` for now, and are therefore only accessible via
`@backstage/backend-common/alpha`.
## 0.10.6-next.0
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.10.6-next.0",
"version": "0.10.6",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -84,8 +84,8 @@
}
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/cli": "^0.13.1",
"@backstage/test-utils": "^0.2.4",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^1.6.0",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/backend-tasks
## 0.1.5
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.10.6
## 0.1.5-next.0
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.1.5-next.0",
"version": "0.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -29,7 +29,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.6-next.0",
"@backstage/backend-common": "^0.10.6",
"@backstage/config": "^0.1.13",
"@backstage/errors": "^0.2.0",
"@backstage/types": "^0.1.1",
@@ -43,8 +43,8 @@
"zod": "^3.9.5"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.16-next.1",
"@backstage/cli": "^0.13.1-next.1",
"@backstage/backend-test-utils": "^0.1.16",
"@backstage/cli": "^0.13.1",
"jest": "^26.0.1",
"wait-for-expect": "^3.0.2"
},
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-test-utils
## 0.1.16
### Patch Changes
- Updated dependencies
- @backstage/cli@0.13.1
- @backstage/backend-common@0.10.6
## 0.1.16-next.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
"version": "0.1.16-next.1",
"version": "0.1.16",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -30,8 +30,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.6-next.0",
"@backstage/cli": "^0.13.1-next.1",
"@backstage/backend-common": "^0.10.6",
"@backstage/cli": "^0.13.1",
"@backstage/config": "^0.1.13",
"knex": "^0.95.1",
"mysql2": "^2.2.5",
@@ -41,7 +41,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/cli": "^0.13.1",
"jest": "^26.0.1"
},
"files": [
+32
View File
@@ -1,5 +1,37 @@
# example-backend
## 0.2.63
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.9.0
- @backstage/plugin-rollbar-backend@0.1.20
- @backstage/plugin-catalog-backend@0.21.2
- @backstage/plugin-scaffolder-backend@0.15.23
- @backstage/plugin-proxy-backend@0.2.17
- @backstage/backend-common@0.10.6
- example-app@0.2.63
- @backstage/backend-tasks@0.1.5
- @backstage/plugin-app-backend@0.3.23
- @backstage/plugin-azure-devops-backend@0.3.2
- @backstage/plugin-badges-backend@0.1.17
- @backstage/plugin-code-coverage-backend@0.1.21
- @backstage/plugin-graphql-backend@0.1.13
- @backstage/plugin-jenkins-backend@0.1.12
- @backstage/plugin-kafka-backend@0.2.16
- @backstage/plugin-kubernetes-backend@0.4.6
- @backstage/plugin-permission-backend@0.4.2
- @backstage/plugin-permission-node@0.4.2
- @backstage/plugin-scaffolder-backend-module-rails@0.2.5
- @backstage/plugin-search-backend@0.4.1
- @backstage/plugin-search-backend-module-pg@0.2.5
- @backstage/plugin-tech-insights-backend@0.2.3
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.7
- @backstage/plugin-tech-insights-node@0.2.1
- @backstage/plugin-techdocs-backend@0.13.2
- @backstage/plugin-todo-backend@0.1.20
## 0.2.63-next.1
### Patch Changes
+27 -27
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.63-next.1",
"version": "0.2.63",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,38 +24,38 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
"@backstage/backend-common": "^0.10.6-next.0",
"@backstage/backend-tasks": "^0.1.5-next.0",
"@backstage/backend-common": "^0.10.6",
"@backstage/backend-tasks": "^0.1.5",
"@backstage/catalog-client": "^0.5.5",
"@backstage/catalog-model": "^0.9.10",
"@backstage/config": "^0.1.13",
"@backstage/integration": "^0.7.2",
"@backstage/plugin-app-backend": "^0.3.23-next.0",
"@backstage/plugin-auth-backend": "^0.9.0-next.1",
"@backstage/plugin-azure-devops-backend": "^0.3.2-next.0",
"@backstage/plugin-badges-backend": "^0.1.17-next.0",
"@backstage/plugin-catalog-backend": "^0.21.2-next.1",
"@backstage/plugin-code-coverage-backend": "^0.1.21-next.0",
"@backstage/plugin-graphql-backend": "^0.1.13-next.0",
"@backstage/plugin-jenkins-backend": "^0.1.12-next.0",
"@backstage/plugin-kubernetes-backend": "^0.4.6-next.0",
"@backstage/plugin-kafka-backend": "^0.2.16-next.0",
"@backstage/plugin-permission-backend": "^0.4.2-next.1",
"@backstage/plugin-app-backend": "^0.3.23",
"@backstage/plugin-auth-backend": "^0.9.0",
"@backstage/plugin-azure-devops-backend": "^0.3.2",
"@backstage/plugin-badges-backend": "^0.1.17",
"@backstage/plugin-catalog-backend": "^0.21.2",
"@backstage/plugin-code-coverage-backend": "^0.1.21",
"@backstage/plugin-graphql-backend": "^0.1.13",
"@backstage/plugin-jenkins-backend": "^0.1.12",
"@backstage/plugin-kubernetes-backend": "^0.4.6",
"@backstage/plugin-kafka-backend": "^0.2.16",
"@backstage/plugin-permission-backend": "^0.4.2",
"@backstage/plugin-permission-common": "^0.4.0",
"@backstage/plugin-permission-node": "^0.4.2-next.1",
"@backstage/plugin-proxy-backend": "^0.2.17-next.1",
"@backstage/plugin-rollbar-backend": "^0.1.20-next.1",
"@backstage/plugin-scaffolder-backend": "^0.15.23-next.1",
"@backstage/plugin-scaffolder-backend-module-rails": "^0.2.5-next.1",
"@backstage/plugin-search-backend": "^0.4.1-next.1",
"@backstage/plugin-permission-node": "^0.4.2",
"@backstage/plugin-proxy-backend": "^0.2.17",
"@backstage/plugin-rollbar-backend": "^0.1.20",
"@backstage/plugin-scaffolder-backend": "^0.15.23",
"@backstage/plugin-scaffolder-backend-module-rails": "^0.2.5",
"@backstage/plugin-search-backend": "^0.4.1",
"@backstage/plugin-search-backend-node": "^0.4.5",
"@backstage/plugin-search-backend-module-elasticsearch": "^0.0.8",
"@backstage/plugin-search-backend-module-pg": "^0.2.5-next.0",
"@backstage/plugin-techdocs-backend": "^0.13.2-next.0",
"@backstage/plugin-tech-insights-backend": "^0.2.3-next.0",
"@backstage/plugin-tech-insights-node": "^0.2.1-next.0",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.7-next.0",
"@backstage/plugin-todo-backend": "^0.1.20-next.0",
"@backstage/plugin-search-backend-module-pg": "^0.2.5",
"@backstage/plugin-techdocs-backend": "^0.13.2",
"@backstage/plugin-tech-insights-backend": "^0.2.3",
"@backstage/plugin-tech-insights-node": "^0.2.1",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.7",
"@backstage/plugin-todo-backend": "^0.1.20",
"@gitbeaker/node": "^35.1.0",
"@octokit/rest": "^18.5.3",
"azure-devops-node-api": "^11.0.1",
@@ -72,7 +72,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/cli": "^0.13.1",
"@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/cli
## 0.13.1
### Patch Changes
- 5bd0ce9e62: chore(deps): bump `inquirer` from 7.3.3 to 8.2.0
- 80f510caee: Log warning if unable to parse yarn.lock
## 0.13.1-next.1
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.13.1-next.1",
"version": "0.13.1",
"private": false,
"publishConfig": {
"access": "public"
@@ -115,13 +115,13 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.10.6-next.0",
"@backstage/backend-common": "^0.10.6",
"@backstage/config": "^0.1.13",
"@backstage/core-components": "^0.8.7-next.1",
"@backstage/core-components": "^0.8.7",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/core-app-api": "^0.5.2-next.0",
"@backstage/dev-utils": "^0.2.20-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/core-app-api": "^0.5.2",
"@backstage/dev-utils": "^0.2.20",
"@backstage/test-utils": "^0.2.4",
"@backstage/theme": "^0.2.14",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/codemods
## 0.1.32
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.7
- @backstage/core-app-api@0.5.2
## 0.1.32-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/codemods",
"description": "A collection of codemods for Backstage projects",
"version": "0.1.32-next.1",
"version": "0.1.32",
"private": false,
"publishConfig": {
"access": "public",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/core-app-api
## 0.5.2
### Patch Changes
- 40775bd263: Switched out the `GithubAuth` implementation to use the common `OAuth2` implementation. This relies on the simultaneous change in `@backstage/plugin-auth-backend` that enabled access token storage in cookies rather than the current solution that's based on `LocalStorage`.
> **NOTE:** Make sure you upgrade the `auth-backend` deployment before or at the same time as you deploy this change.
## 0.5.2-next.0
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-app-api",
"description": "Core app API used by Backstage apps",
"version": "0.5.2-next.0",
"version": "0.5.2",
"private": false,
"publishConfig": {
"access": "public",
@@ -45,8 +45,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/cli": "^0.13.1",
"@backstage/test-utils": "^0.2.4",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/core-components
## 0.8.7
### Patch Changes
- f7257dff6f: The `<Link />` component now accepts a `noTrack` prop, which prevents the `click` event from being captured by the Analytics API. This can be used if tracking is explicitly not warranted, or in order to use custom link tracking in specific situations.
- 4c773ed25c: Change subtitle of Header style to use palette.bursts.fontColor
- f465b63b7f: Fix an issue where changes related to the `MobileSidebar` prevented scrolling pages. Additionally improve the menu of the `MobileSidebar` to not overlay the `BottomNavigation`.
- 064e750a50: Adding hover message to the Gauge and an info icon to the GaugeCard.
- a681cb9c2f: Make linkTarget configurable for MarkdownContent component
## 0.8.7-next.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.8.7-next.1",
"version": "0.8.7",
"private": false,
"publishConfig": {
"access": "public",
@@ -73,9 +73,9 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/core-app-api": "^0.5.2-next.0",
"@backstage/cli": "^0.13.1-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/core-app-api": "^0.5.2",
"@backstage/cli": "^0.13.1",
"@backstage/test-utils": "^0.2.4",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
+76
View File
@@ -1,5 +1,81 @@
# @backstage/create-app
## 0.4.18
### Patch Changes
- 5bd0ce9e62: chore(deps): bump `inquirer` from 7.3.3 to 8.2.0
- f27f5197e2: Apply the fix from `0.4.16`, which is part of the `v0.65.1` release of Backstage.
- 2687029a67: Update backend-to-backend auth link in configuration file comment
- 24ef62048c: Adds missing `/catalog-graph` route to `<CatalogGraphPage/>`.
To fix this problem for a recently created app please update your `app/src/App.tsx`
```diff
+ import { CatalogGraphPage } from '@backstage/plugin-catalog-graph';
... omitted ...
</Route>
<Route path="/settings" element={<UserSettingsPage />} />
+ <Route path="/catalog-graph" element={<CatalogGraphPage />} />
</FlatRoutes>
```
- ba59832aed: Permission the `catalog-import` route
The following changes are **required** if you intend to add permissions to your existing app.
Use the `PermissionedRoute` for `CatalogImportPage` instead of the normal `Route`:
```diff
// packages/app/src/App.tsx
...
+ import { PermissionedRoute } from '@backstage/plugin-permission-react';
+ import { catalogEntityCreatePermission } from '@backstage/plugin-catalog-common';
...
- <Route path="/catalog-import" element={<CatalogImportPage />} />
+ <PermissionedRoute
+ path="/catalog-import"
+ permission={catalogEntityCreatePermission}
+ element={<CatalogImportPage />}
+ />
```
- cef64b1561: Added `tokenManager` as a required property for the auth-backend `createRouter` function. This dependency is used to issue server tokens that are used by the `CatalogIdentityClient` when looking up users and their group membership during authentication.
These changes are **required** to `packages/backend/src/plugins/auth.ts`:
```diff
export default async function createPlugin({
logger,
database,
config,
discovery,
+ tokenManager,
}: PluginEnvironment): Promise<Router> {
return await createRouter({
logger,
config,
database,
discovery,
+ tokenManager,
});
}
```
- e39d88bd84: Switched the `app` dependency in the backend to use a file target rather than version.
To apply this change to an existing app, make the following change to `packages/backend/package.json`:
```diff
"dependencies": {
- "app": "0.0.0",
+ "app": "file:../app",
```
## 0.4.18-next.1
### 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.18-next.1",
"version": "0.4.18",
"private": false,
"publishConfig": {
"access": "public"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/dev-utils
## 0.2.20
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.7
- @backstage/plugin-catalog-react@0.6.13
- @backstage/integration-react@0.1.20
- @backstage/core-app-api@0.5.2
- @backstage/app-defaults@0.1.6
- @backstage/test-utils@0.2.4
## 0.2.20-next.1
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "0.2.20-next.1",
"version": "0.2.20",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,14 +29,14 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/app-defaults": "^0.1.6-next.1",
"@backstage/core-app-api": "^0.5.2-next.0",
"@backstage/core-components": "^0.8.7-next.1",
"@backstage/app-defaults": "^0.1.6",
"@backstage/core-app-api": "^0.5.2",
"@backstage/core-components": "^0.8.7",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/catalog-model": "^0.9.10",
"@backstage/integration-react": "^0.1.20-next.0",
"@backstage/plugin-catalog-react": "^0.6.13-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/integration-react": "^0.1.20",
"@backstage/plugin-catalog-react": "^0.6.13",
"@backstage/test-utils": "^0.2.4",
"@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.13.1-next.1",
"@backstage/cli": "^0.13.1",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
@@ -1,5 +1,19 @@
# embedded-techdocs-app
## 0.2.62
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.7
- @backstage/cli@0.13.1
- @backstage/integration-react@0.1.20
- @backstage/core-app-api@0.5.2
- @backstage/plugin-techdocs@0.13.2
- @backstage/app-defaults@0.1.6
- @backstage/test-utils@0.2.4
- @backstage/plugin-catalog@0.7.11
## 0.2.62-next.1
### Patch Changes
+10 -10
View File
@@ -1,20 +1,20 @@
{
"name": "embedded-techdocs-app",
"version": "0.2.62-next.1",
"version": "0.2.62",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.6-next.1",
"@backstage/app-defaults": "^0.1.6",
"@backstage/catalog-model": "^0.9.10",
"@backstage/cli": "^0.13.1-next.1",
"@backstage/cli": "^0.13.1",
"@backstage/config": "^0.1.13",
"@backstage/core-app-api": "^0.5.2-next.0",
"@backstage/core-components": "^0.8.7-next.1",
"@backstage/core-app-api": "^0.5.2",
"@backstage/core-components": "^0.8.7",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/integration-react": "^0.1.20-next.0",
"@backstage/plugin-catalog": "^0.7.11-next.1",
"@backstage/plugin-techdocs": "^0.13.2-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/integration-react": "^0.1.20",
"@backstage/plugin-catalog": "^0.7.11",
"@backstage/plugin-techdocs": "^0.13.2",
"@backstage/test-utils": "^0.2.4",
"@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.13.1-next.1",
"@backstage/cli": "^0.13.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/integration-react
## 0.1.20
### Patch Changes
- cee44ad289: Added the ability to collect users `oauth` token from the `RepoUrlPicker` for use in the template manifest
- Updated dependencies
- @backstage/core-components@0.8.7
## 0.1.20-next.0
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration-react",
"description": "Frontend package for managing integrations towards external systems",
"version": "0.1.20-next.0",
"version": "0.1.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,7 +22,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.13",
"@backstage/core-components": "^0.8.7-next.1",
"@backstage/core-components": "^0.8.7",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/integration": "^0.7.2",
"@backstage/theme": "^0.2.14",
@@ -35,9 +35,9 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/dev-utils": "^0.2.20-next.1",
"@backstage/test-utils": "^0.2.4-next.0",
"@backstage/cli": "^0.13.1",
"@backstage/dev-utils": "^0.2.20",
"@backstage/test-utils": "^0.2.4",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
+9
View File
@@ -1,5 +1,14 @@
# @techdocs/cli
## 0.8.12
### Patch Changes
- 14472509a3: Use a local file dependency for embedded-techdocs-app, to ensure that it's always pulled out of the workspace
- Updated dependencies
- @backstage/backend-common@0.10.6
- @backstage/techdocs-common@0.11.6
## 0.8.12-next.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "0.8.12-next.1",
"version": "0.8.12",
"private": false,
"publishConfig": {
"access": "public"
@@ -32,7 +32,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/cli": "^0.13.1",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^9.0.6",
"@types/http-proxy": "^1.17.4",
@@ -55,10 +55,10 @@
"ext": "ts"
},
"dependencies": {
"@backstage/backend-common": "^0.10.6-next.0",
"@backstage/backend-common": "^0.10.6",
"@backstage/catalog-model": "^0.9.10",
"@backstage/config": "^0.1.13",
"@backstage/techdocs-common": "^0.11.6-next.0",
"@backstage/techdocs-common": "^0.11.6",
"@types/dockerode": "^3.3.0",
"commander": "^6.1.0",
"dockerode": "^3.3.1",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/techdocs-common
## 0.11.6
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.10.6
## 0.11.6-next.0
### Patch Changes
+3 -3
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.6-next.0",
"version": "0.11.6",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -38,7 +38,7 @@
"dependencies": {
"@azure/identity": "^2.0.1",
"@azure/storage-blob": "^12.5.0",
"@backstage/backend-common": "^0.10.6-next.0",
"@backstage/backend-common": "^0.10.6",
"@backstage/catalog-model": "^0.9.10",
"@backstage/config": "^0.1.13",
"@backstage/errors": "^0.2.0",
@@ -60,7 +60,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/cli": "^0.13.1",
"@types/fs-extra": "^9.0.5",
"@types/js-yaml": "^4.0.0",
"@types/mime-types": "^2.1.0",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/test-utils
## 0.2.4
### Patch Changes
- Updated dependencies
- @backstage/core-app-api@0.5.2
## 0.2.4-next.0
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "0.2.4-next.0",
"version": "0.2.4",
"private": false,
"publishConfig": {
"access": "public",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.13",
"@backstage/core-app-api": "^0.5.2-next.0",
"@backstage/core-app-api": "^0.5.2",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/plugin-permission-common": "^0.4.0",
"@backstage/plugin-permission-react": "^0.3.0",
@@ -51,7 +51,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/cli": "^0.13.1",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"msw": "^0.35.0"