Version Packages
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- af5eaa87f4: **BREAKING**: Removed deprecated `auth0AuthApiRef`, `oauth2ApiRef`, `samlAuthApiRef` and `oidcAuthApiRef` as these APIs are too generic to be useful. Instructions for how to migrate can be found at [https://backstage.io/docs/api/deprecations#generic-auth-api-refs](https://backstage.io/docs/api/deprecations#generic-auth-api-refs).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.0
|
||||
- @backstage/core-app-api@0.6.0
|
||||
- @backstage/core-plugin-api@0.8.0
|
||||
- @backstage/plugin-permission-react@0.3.3
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"version": "0.1.9",
|
||||
"version": "0.2.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -33,10 +33,10 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.8.10",
|
||||
"@backstage/core-app-api": "^0.5.4",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/plugin-permission-react": "^0.3.2",
|
||||
"@backstage/core-components": "^0.9.0",
|
||||
"@backstage/core-app-api": "^0.6.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/plugin-permission-react": "^0.3.3",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -46,8 +46,8 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@types/jest": "^26.0.7",
|
||||
|
||||
@@ -1,5 +1,58 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.67
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@0.12.0
|
||||
- @backstage/core-components@0.9.0
|
||||
- @backstage/plugin-search@0.7.2
|
||||
- @backstage/plugin-techdocs@0.15.0
|
||||
- @backstage/plugin-api-docs@0.8.1
|
||||
- @backstage/plugin-catalog@0.9.1
|
||||
- @backstage/plugin-catalog-graph@0.2.13
|
||||
- @backstage/plugin-catalog-import@0.8.4
|
||||
- @backstage/plugin-catalog-react@0.8.0
|
||||
- @backstage/plugin-explore@0.3.32
|
||||
- @backstage/plugin-rollbar@0.4.1
|
||||
- @backstage/plugin-catalog-common@0.2.0
|
||||
- @backstage/plugin-org@0.5.1
|
||||
- @backstage/plugin-scaffolder@0.14.0
|
||||
- @backstage/core-app-api@0.6.0
|
||||
- @backstage/core-plugin-api@0.8.0
|
||||
- @backstage/cli@0.15.0
|
||||
- @backstage/app-defaults@0.2.0
|
||||
- @backstage/plugin-user-settings@0.4.0
|
||||
- @backstage/plugin-airbrake@0.3.1
|
||||
- @backstage/search-common@0.3.0
|
||||
- @backstage/plugin-jenkins@0.7.0
|
||||
- @backstage/plugin-code-coverage@0.1.28
|
||||
- @backstage/plugin-tech-insights@0.1.11
|
||||
- @backstage/plugin-azure-devops@0.1.17
|
||||
- @backstage/plugin-badges@0.2.25
|
||||
- @backstage/plugin-circleci@0.3.1
|
||||
- @backstage/plugin-cloudbuild@0.3.1
|
||||
- @backstage/plugin-cost-insights@0.11.23
|
||||
- @backstage/plugin-github-actions@0.5.1
|
||||
- @backstage/plugin-gocd@0.1.7
|
||||
- @backstage/plugin-home@0.4.17
|
||||
- @backstage/plugin-kafka@0.3.1
|
||||
- @backstage/plugin-kubernetes@0.6.1
|
||||
- @backstage/plugin-lighthouse@0.3.1
|
||||
- @backstage/plugin-newrelic-dashboard@0.1.9
|
||||
- @backstage/plugin-pagerduty@0.3.28
|
||||
- @backstage/plugin-sentry@0.3.39
|
||||
- @backstage/plugin-todo@0.2.3
|
||||
- @backstage/integration-react@0.1.24
|
||||
- @backstage/plugin-apache-airflow@0.1.9
|
||||
- @backstage/plugin-gcp-projects@0.3.20
|
||||
- @backstage/plugin-graphiql@0.2.33
|
||||
- @backstage/plugin-newrelic@0.3.19
|
||||
- @backstage/plugin-shortcuts@0.2.2
|
||||
- @backstage/plugin-tech-radar@0.5.8
|
||||
- @backstage/plugin-permission-react@0.3.3
|
||||
|
||||
## 0.2.66
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+50
-50
@@ -1,59 +1,59 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.66",
|
||||
"version": "0.2.67",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
"bundled": true,
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^0.1.9",
|
||||
"@backstage/catalog-model": "^0.11.0",
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/core-app-api": "^0.5.4",
|
||||
"@backstage/core-components": "^0.8.10",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/integration-react": "^0.1.23",
|
||||
"@backstage/plugin-airbrake": "^0.3.0",
|
||||
"@backstage/plugin-api-docs": "^0.8.0",
|
||||
"@backstage/plugin-azure-devops": "^0.1.16",
|
||||
"@backstage/plugin-apache-airflow": "^0.1.8",
|
||||
"@backstage/plugin-badges": "^0.2.24",
|
||||
"@backstage/plugin-catalog": "^0.9.0",
|
||||
"@backstage/plugin-catalog-common": "^0.1.4",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.12",
|
||||
"@backstage/plugin-catalog-import": "^0.8.3",
|
||||
"@backstage/plugin-catalog-react": "^0.7.0",
|
||||
"@backstage/plugin-circleci": "^0.3.0",
|
||||
"@backstage/plugin-cloudbuild": "^0.3.0",
|
||||
"@backstage/plugin-code-coverage": "^0.1.27",
|
||||
"@backstage/plugin-cost-insights": "^0.11.22",
|
||||
"@backstage/plugin-explore": "^0.3.31",
|
||||
"@backstage/plugin-gcp-projects": "^0.3.19",
|
||||
"@backstage/plugin-github-actions": "^0.5.0",
|
||||
"@backstage/plugin-gocd": "^0.1.6",
|
||||
"@backstage/plugin-graphiql": "^0.2.32",
|
||||
"@backstage/plugin-home": "^0.4.16",
|
||||
"@backstage/plugin-jenkins": "^0.6.0",
|
||||
"@backstage/plugin-kafka": "^0.3.0",
|
||||
"@backstage/plugin-kubernetes": "^0.6.0",
|
||||
"@backstage/plugin-lighthouse": "^0.3.0",
|
||||
"@backstage/plugin-newrelic": "^0.3.18",
|
||||
"@backstage/plugin-newrelic-dashboard": "^0.1.8",
|
||||
"@backstage/plugin-org": "^0.5.0",
|
||||
"@backstage/plugin-pagerduty": "0.3.27",
|
||||
"@backstage/plugin-permission-react": "^0.3.2",
|
||||
"@backstage/plugin-rollbar": "^0.4.0",
|
||||
"@backstage/plugin-scaffolder": "^0.13.0",
|
||||
"@backstage/plugin-search": "^0.7.1",
|
||||
"@backstage/plugin-sentry": "^0.3.38",
|
||||
"@backstage/plugin-shortcuts": "^0.2.1",
|
||||
"@backstage/plugin-tech-radar": "^0.5.7",
|
||||
"@backstage/plugin-techdocs": "^0.14.0",
|
||||
"@backstage/plugin-todo": "^0.2.2",
|
||||
"@backstage/plugin-user-settings": "^0.3.21",
|
||||
"@backstage/search-common": "^0.2.4",
|
||||
"@backstage/plugin-tech-insights": "^0.1.10",
|
||||
"@backstage/app-defaults": "^0.2.0",
|
||||
"@backstage/catalog-model": "^0.12.0",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/core-app-api": "^0.6.0",
|
||||
"@backstage/core-components": "^0.9.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/integration-react": "^0.1.24",
|
||||
"@backstage/plugin-airbrake": "^0.3.1",
|
||||
"@backstage/plugin-api-docs": "^0.8.1",
|
||||
"@backstage/plugin-azure-devops": "^0.1.17",
|
||||
"@backstage/plugin-apache-airflow": "^0.1.9",
|
||||
"@backstage/plugin-badges": "^0.2.25",
|
||||
"@backstage/plugin-catalog": "^0.9.1",
|
||||
"@backstage/plugin-catalog-common": "^0.2.0",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.13",
|
||||
"@backstage/plugin-catalog-import": "^0.8.4",
|
||||
"@backstage/plugin-catalog-react": "^0.8.0",
|
||||
"@backstage/plugin-circleci": "^0.3.1",
|
||||
"@backstage/plugin-cloudbuild": "^0.3.1",
|
||||
"@backstage/plugin-code-coverage": "^0.1.28",
|
||||
"@backstage/plugin-cost-insights": "^0.11.23",
|
||||
"@backstage/plugin-explore": "^0.3.32",
|
||||
"@backstage/plugin-gcp-projects": "^0.3.20",
|
||||
"@backstage/plugin-github-actions": "^0.5.1",
|
||||
"@backstage/plugin-gocd": "^0.1.7",
|
||||
"@backstage/plugin-graphiql": "^0.2.33",
|
||||
"@backstage/plugin-home": "^0.4.17",
|
||||
"@backstage/plugin-jenkins": "^0.7.0",
|
||||
"@backstage/plugin-kafka": "^0.3.1",
|
||||
"@backstage/plugin-kubernetes": "^0.6.1",
|
||||
"@backstage/plugin-lighthouse": "^0.3.1",
|
||||
"@backstage/plugin-newrelic": "^0.3.19",
|
||||
"@backstage/plugin-newrelic-dashboard": "^0.1.9",
|
||||
"@backstage/plugin-org": "^0.5.1",
|
||||
"@backstage/plugin-pagerduty": "0.3.28",
|
||||
"@backstage/plugin-permission-react": "^0.3.3",
|
||||
"@backstage/plugin-rollbar": "^0.4.1",
|
||||
"@backstage/plugin-scaffolder": "^0.14.0",
|
||||
"@backstage/plugin-search": "^0.7.2",
|
||||
"@backstage/plugin-sentry": "^0.3.39",
|
||||
"@backstage/plugin-shortcuts": "^0.2.2",
|
||||
"@backstage/plugin-tech-radar": "^0.5.8",
|
||||
"@backstage/plugin-techdocs": "^0.15.0",
|
||||
"@backstage/plugin-todo": "^0.2.3",
|
||||
"@backstage/plugin-user-settings": "^0.4.0",
|
||||
"@backstage/search-common": "^0.3.0",
|
||||
"@backstage/plugin-tech-insights": "^0.1.11",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -74,8 +74,8 @@
|
||||
"zen-observable": "^0.8.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/plugin-permission-react": "^0.3.2",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/plugin-permission-react": "^0.3.3",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@rjsf/core": "^3.2.1",
|
||||
"@testing-library/cypress": "^8.0.2",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9a0510144f: **BREAKING**: The connection string for `redis` cache store now requires a protocol prefix.
|
||||
|
||||
```diff
|
||||
backend:
|
||||
cache:
|
||||
store: redis
|
||||
- connection: user:pass@cache.example.com:6379
|
||||
+ connection: redis://user:pass@cache.example.com:6379
|
||||
```
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0df6077ab5: DockerContainerRunner.runContainer now automatically removes the container when its execution terminates
|
||||
- 34af86517c: ensure `apiBaseUrl` being set for Bitbucket integrations, replace hardcoded defaults
|
||||
- b838717e92: Export FetchUrlReader to facilitate more flexible configuration of the backend.
|
||||
- Updated dependencies
|
||||
- @backstage/integration@0.8.0
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -38,7 +38,7 @@
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/config-loader": "^0.9.6",
|
||||
"@backstage/errors": "^0.2.2",
|
||||
"@backstage/integration": "^0.7.5",
|
||||
"@backstage/integration": "^0.8.0",
|
||||
"@backstage/types": "^0.1.3",
|
||||
"@google-cloud/storage": "^5.8.0",
|
||||
"@manypkg/get-packages": "^1.1.3",
|
||||
@@ -89,8 +89,8 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@types/archiver": "^5.1.0",
|
||||
"@types/compression": "^1.7.0",
|
||||
"@types/concat-stream": "^2.0.0",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/backend-tasks
|
||||
|
||||
## 0.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.12.0
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-tasks",
|
||||
"description": "Common distributed task management library for Backstage backends",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -33,7 +33,7 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.11.0",
|
||||
"@backstage/backend-common": "^0.12.0",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/errors": "^0.2.2",
|
||||
"@backstage/types": "^0.1.3",
|
||||
@@ -47,8 +47,8 @@
|
||||
"zod": "^3.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.19",
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/backend-test-utils": "^0.1.20",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"jest": "^26.0.1",
|
||||
"wait-for-expect": "^3.0.2"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 0.1.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.12.0
|
||||
- @backstage/cli@0.15.0
|
||||
|
||||
## 0.1.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"version": "0.1.19",
|
||||
"version": "0.1.20",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -34,8 +34,8 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.11.0",
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/backend-common": "^0.12.0",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@vscode/sqlite3": "^5.0.7",
|
||||
"knex": "^1.0.2",
|
||||
@@ -45,7 +45,7 @@
|
||||
"uuid": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"jest": "^26.0.1"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,44 @@
|
||||
# example-backend
|
||||
|
||||
## 0.2.67
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@0.12.0
|
||||
- @backstage/catalog-client@0.8.0
|
||||
- @backstage/plugin-catalog-backend@0.23.0
|
||||
- @backstage/backend-common@0.12.0
|
||||
- @backstage/plugin-scaffolder-backend@0.17.3
|
||||
- @backstage/plugin-techdocs-backend@0.14.1
|
||||
- @backstage/plugin-auth-backend@0.12.0
|
||||
- @backstage/plugin-badges-backend@0.1.22
|
||||
- @backstage/plugin-code-coverage-backend@0.1.26
|
||||
- @backstage/plugin-jenkins-backend@0.1.17
|
||||
- @backstage/plugin-todo-backend@0.1.25
|
||||
- @backstage/integration@0.8.0
|
||||
- @backstage/plugin-permission-common@0.5.2
|
||||
- @backstage/plugin-permission-node@0.5.3
|
||||
- @backstage/plugin-search-backend-node@0.5.0
|
||||
- @backstage/plugin-search-backend-module-pg@0.3.0
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@0.1.0
|
||||
- @backstage/plugin-tech-insights-backend@0.2.8
|
||||
- example-app@0.2.67
|
||||
- @backstage/plugin-auth-node@0.1.4
|
||||
- @backstage/plugin-kafka-backend@0.2.21
|
||||
- @backstage/plugin-kubernetes-backend@0.4.11
|
||||
- @backstage/backend-tasks@0.1.10
|
||||
- @backstage/plugin-app-backend@0.3.28
|
||||
- @backstage/plugin-azure-devops-backend@0.3.7
|
||||
- @backstage/plugin-graphql-backend@0.1.18
|
||||
- @backstage/plugin-permission-backend@0.5.3
|
||||
- @backstage/plugin-proxy-backend@0.2.22
|
||||
- @backstage/plugin-rollbar-backend@0.1.25
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.3.3
|
||||
- @backstage/plugin-search-backend@0.4.6
|
||||
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.12
|
||||
- @backstage/plugin-tech-insights-node@0.2.6
|
||||
|
||||
## 0.2.66
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.2.66",
|
||||
"version": "0.2.67",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -27,39 +27,39 @@
|
||||
"migrate:create": "knex migrate:make -x ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.11.0",
|
||||
"@backstage/backend-tasks": "^0.1.9",
|
||||
"@backstage/catalog-client": "^0.7.2",
|
||||
"@backstage/catalog-model": "^0.11.0",
|
||||
"@backstage/backend-common": "^0.12.0",
|
||||
"@backstage/backend-tasks": "^0.1.10",
|
||||
"@backstage/catalog-client": "^0.8.0",
|
||||
"@backstage/catalog-model": "^0.12.0",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/integration": "^0.7.5",
|
||||
"@backstage/plugin-app-backend": "^0.3.27",
|
||||
"@backstage/plugin-auth-backend": "^0.11.0",
|
||||
"@backstage/plugin-auth-node": "^0.1.3",
|
||||
"@backstage/plugin-azure-devops-backend": "^0.3.6",
|
||||
"@backstage/plugin-badges-backend": "^0.1.21",
|
||||
"@backstage/plugin-catalog-backend": "^0.22.0",
|
||||
"@backstage/plugin-code-coverage-backend": "^0.1.25",
|
||||
"@backstage/plugin-graphql-backend": "^0.1.17",
|
||||
"@backstage/plugin-jenkins-backend": "^0.1.16",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.4.10",
|
||||
"@backstage/plugin-kafka-backend": "^0.2.20",
|
||||
"@backstage/plugin-permission-backend": "^0.5.2",
|
||||
"@backstage/plugin-permission-common": "^0.5.1",
|
||||
"@backstage/plugin-permission-node": "^0.5.2",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.21",
|
||||
"@backstage/plugin-rollbar-backend": "^0.1.24",
|
||||
"@backstage/plugin-scaffolder-backend": "^0.17.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "^0.3.2",
|
||||
"@backstage/plugin-search-backend": "^0.4.5",
|
||||
"@backstage/plugin-search-backend-node": "^0.4.7",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "^0.0.10",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.2.9",
|
||||
"@backstage/plugin-techdocs-backend": "^0.14.0",
|
||||
"@backstage/plugin-tech-insights-backend": "^0.2.7",
|
||||
"@backstage/plugin-tech-insights-node": "^0.2.5",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.11",
|
||||
"@backstage/plugin-todo-backend": "^0.1.24",
|
||||
"@backstage/integration": "^0.8.0",
|
||||
"@backstage/plugin-app-backend": "^0.3.28",
|
||||
"@backstage/plugin-auth-backend": "^0.12.0",
|
||||
"@backstage/plugin-auth-node": "^0.1.4",
|
||||
"@backstage/plugin-azure-devops-backend": "^0.3.7",
|
||||
"@backstage/plugin-badges-backend": "^0.1.22",
|
||||
"@backstage/plugin-catalog-backend": "^0.23.0",
|
||||
"@backstage/plugin-code-coverage-backend": "^0.1.26",
|
||||
"@backstage/plugin-graphql-backend": "^0.1.18",
|
||||
"@backstage/plugin-jenkins-backend": "^0.1.17",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.4.11",
|
||||
"@backstage/plugin-kafka-backend": "^0.2.21",
|
||||
"@backstage/plugin-permission-backend": "^0.5.3",
|
||||
"@backstage/plugin-permission-common": "^0.5.2",
|
||||
"@backstage/plugin-permission-node": "^0.5.3",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.22",
|
||||
"@backstage/plugin-rollbar-backend": "^0.1.25",
|
||||
"@backstage/plugin-scaffolder-backend": "^0.17.3",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "^0.3.3",
|
||||
"@backstage/plugin-search-backend": "^0.4.6",
|
||||
"@backstage/plugin-search-backend-node": "^0.5.0",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "^0.1.0",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.3.0",
|
||||
"@backstage/plugin-techdocs-backend": "^0.14.1",
|
||||
"@backstage/plugin-tech-insights-backend": "^0.2.8",
|
||||
"@backstage/plugin-tech-insights-node": "^0.2.6",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.12",
|
||||
"@backstage/plugin-todo-backend": "^0.1.25",
|
||||
"@gitbeaker/node": "^35.1.0",
|
||||
"@octokit/rest": "^18.5.3",
|
||||
"@vscode/sqlite3": "^5.0.7",
|
||||
@@ -76,7 +76,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5"
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/catalog-client
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bb2ba5f10d: **BREAKING**: Removed the old deprecated request/response types:
|
||||
|
||||
- `CatalogEntitiesRequest` - please use `GetEntitiesRequest` instead
|
||||
- `CatalogEntityAncestorsRequest` - please use `GetEntityAncestorsRequest` instead
|
||||
- `CatalogEntityAncestorsResponse` - please use `GetEntityAncestorsResponse` instead
|
||||
- `CatalogListResponse` - please use `GetEntitiesResponse` instead
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a52f69987a: **DEPRECATION**: Deprecated `getEntityByName` from `CatalogApi` and added `getEntityByRef` instead, which accepts both string and compound ref forms.
|
||||
- 36aa63022b: Use `CompoundEntityRef` instead of `EntityName`, and `getCompoundEntityRef` instead of `getEntityName`, from `@backstage/catalog-model`.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@0.12.0
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/catalog-client",
|
||||
"description": "An isomorphic client for the catalog backend",
|
||||
"version": "0.7.2",
|
||||
"version": "0.8.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,12 +33,12 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^0.11.0",
|
||||
"@backstage/catalog-model": "^0.12.0",
|
||||
"@backstage/errors": "^0.2.2",
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"msw": "^0.35.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,38 @@
|
||||
# @backstage/catalog-model
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ac7b1161a6: **BREAKING**: The following changes are all breaking changes.
|
||||
|
||||
Removed `EDIT_URL_ANNOTATION` and `VIEW_URL_ANNOTATION`, `LOCATION_ANNOTATION`, `ORIGIN_LOCATION_ANNOTATION`, `LOCATION_ANNOTATION`, `SOURCE_LOCATION_ANNOTATION`. All of these constants have been prefixed with ANNOTATION to be easier to find meaning `SOURCE_LOCATION_ANNOTATION` is available as `ANNOTATION_SOURCE_LOCATION`.
|
||||
|
||||
Removed `parseLocationReference`, replaced by `parseLocationRef`.
|
||||
|
||||
Removed `stringifyLocationReference`, replaced by `stringifyLocationRef`.
|
||||
|
||||
Removed `Location` type which has been moved to `catalog-client`.
|
||||
|
||||
Removed `ENTITY_DEFAULT_NAMESPACE`, replaced by `DEFAULT_NAMESPACE`.
|
||||
|
||||
Removed `compareEntityToRef` compare using `stringifyEntityRef` instead.
|
||||
|
||||
Removed `JSONSchema` type which should be imported from `json-schema` package instead.
|
||||
|
||||
Removed utility methods: `entityHasChanges`, `generateEntityEtag`, `generateEntityUid`, `generateUpdatedEntity`.
|
||||
|
||||
Removed `ENTITY_META_GENERATED_FIELDS` and `EntityRefContext`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- debfcd9515: Move `@types/json-schema` to be a dev dependency
|
||||
- 36aa63022b: **DEPRECATION**: Deprecated the `EntityName` type, and added the better-named `CompoundEntityRef` to replace it.
|
||||
|
||||
**DEPRECATION**: Deprecated the `getEntityName` function, and added the better-named `getCompoundEntityRef` to replace it.
|
||||
|
||||
Please switch over to using the new symbols, as the old ones may be removed in a future release.
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/catalog-model",
|
||||
"description": "Types and validators that help describe the model of a Backstage Catalog",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -43,7 +43,7 @@
|
||||
"uuid": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/json-schema": "^7.0.5",
|
||||
"@types/lodash": "^4.14.151",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.15.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 8c3f30cb28: **BREAKING**: Removed the deprecated `app.<key>` template variables from the `index.html` templating. These should be replaced by using `config.getString("app.<key>")` instead.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 46a19c599f: The CLI now bundles both version 16 and 17 of the patched `@hot-loader/react-dom` dependency, and selects the appropriate one based on what version of `react-dom` is installed within the app.
|
||||
|
||||
## 0.14.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.14.1",
|
||||
"version": "0.15.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -122,13 +122,13 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.11.0",
|
||||
"@backstage/backend-common": "^0.12.0",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/core-components": "^0.8.10",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/core-app-api": "^0.5.4",
|
||||
"@backstage/dev-utils": "^0.2.23",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/core-components": "^0.9.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/core-app-api": "^0.6.0",
|
||||
"@backstage/dev-utils": "^0.2.24",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@types/diff": "^5.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^0.2.5",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^14.14.32"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/core-app-api
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bb2bb36651: **BREAKING**: Removed the deprecated `get` method from `StorageAPI` and its implementations, this method has been replaced by the `snapshot` method. The return value from snapshot no longer includes `newValue` which has been replaced by `value`. For getting notified when a value changes, use `observe# @backstage/core-app-api.
|
||||
- f3cce3dcf7: **BREAKING**: Removed export of `GithubSession` and `SamlSession` which are only used internally.
|
||||
- af5eaa87f4: **BREAKING**: Removed deprecated `auth0AuthApiRef`, `oauth2ApiRef`, `samlAuthApiRef` and `oidcAuthApiRef` as these APIs are too generic to be useful. Instructions for how to migrate can be found at [https://backstage.io/docs/api/deprecations#generic-auth-api-refs](https://backstage.io/docs/api/deprecations#generic-auth-api-refs).
|
||||
- dbf84eee55: **BREAKING**: Removed the deprecated `GithubAuth.normalizeScopes` method.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@0.8.0
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-app-api",
|
||||
"description": "Core app API used by Backstage apps",
|
||||
"version": "0.5.4",
|
||||
"version": "0.6.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/types": "^0.1.3",
|
||||
"@backstage/version-bridge": "^0.1.2",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
@@ -49,8 +49,8 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/react-hooks": "^7.0.2",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- af5eaa87f4: **BREAKING**: Removed deprecated `auth0AuthApiRef`, `oauth2ApiRef`, `samlAuthApiRef` and `oidcAuthApiRef` as these APIs are too generic to be useful. Instructions for how to migrate can be found at [https://backstage.io/docs/api/deprecations#generic-auth-api-refs](https://backstage.io/docs/api/deprecations#generic-auth-api-refs).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 64b430f80d: chore(deps): bump `react-text-truncate` from 0.17.0 to 0.18.0
|
||||
- bb2bb36651: Updated usage of `StorageApi` to use `snapshot` method instead of `get`
|
||||
- 689840dcbe: Added ability for SidebarSubmenuItem to handle external links correctly via the "to" prop
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@0.8.0
|
||||
|
||||
## 0.8.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.8.10",
|
||||
"version": "0.9.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/errors": "^0.2.2",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-table/core": "^3.1.0",
|
||||
@@ -78,9 +78,9 @@
|
||||
"react-dom": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/core-app-api": "^0.5.4",
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/core-app-api": "^0.6.0",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/react-hooks": "^7.0.2",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/core-plugin-api
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bb2bb36651: **BREAKING**: Removed the deprecated `get` method from `StorageAPI` and its implementations, this method has been replaced by the `snapshot` method. The return value from snapshot no longer includes `newValue` which has been replaced by `value`. For getting notified when a value changes, use `observe# @backstage/core-plugin-api.
|
||||
- af5eaa87f4: **BREAKING**: Removed deprecated `auth0AuthApiRef`, `oauth2ApiRef`, `samlAuthApiRef` and `oidcAuthApiRef` as these APIs are too generic to be useful. Instructions for how to migrate can be found at [https://backstage.io/docs/api/deprecations#generic-auth-api-refs](https://backstage.io/docs/api/deprecations#generic-auth-api-refs).
|
||||
- a480f670c7: **BREAKING**: OAuth provider id is now required when passing a provider to `createAuthRequester`.
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-plugin-api",
|
||||
"description": "Core API used by Backstage plugins",
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -46,9 +46,9 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/core-app-api": "^0.5.4",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/core-app-api": "^0.6.0",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/react-hooks": "^7.0.2",
|
||||
|
||||
@@ -1,5 +1,86 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.4.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ee3d6c6f10: Update the template to reflect the renaming of `DocsResultListItem` to `TechDocsSearchResultListItem` from `@backstage/plugin-techdocs`.
|
||||
|
||||
To apply this change to an existing app, make the following change to `packages/app/src/components/search/SearchPage.tsx`:
|
||||
|
||||
```diff
|
||||
-import { DocsResultListItem } from '@backstage/plugin-techdocs';
|
||||
+import { TechDocsSearchResultListItem } from '@backstage/plugin-techdocs';
|
||||
```
|
||||
|
||||
```diff
|
||||
case 'techdocs':
|
||||
return (
|
||||
- <DocsResultListItem
|
||||
+ <TechDocsSearchResultListItem
|
||||
key={document.location}
|
||||
result={document}
|
||||
/>
|
||||
```
|
||||
|
||||
The `TechDocsIndexPage` now uses `DefaultTechDocsHome` as fall back if no children is provided as `LegacyTechDocsHome` is marked as deprecated. If you do not use a custom techdocs homepage, you can therefore update your app to the following:
|
||||
|
||||
```diff
|
||||
- <Route path="/docs" element={<TechDocsIndexPage />}>
|
||||
- <DefaultTechDocsHome />
|
||||
- </Route>
|
||||
+ <Route path="/docs" element={<TechDocsIndexPage />} />
|
||||
```
|
||||
|
||||
- 617a132871: Update import location of catalogEntityCreatePermission.
|
||||
|
||||
To apply this change to an existing app, make the following change to `packages/app/src/App.tsx`:
|
||||
|
||||
```diff
|
||||
-import { catalogEntityCreatePermission } from '@backstage/plugin-catalog-common';
|
||||
+import { catalogEntityCreatePermission } from '@backstage/plugin-catalog-common/alpha';
|
||||
```
|
||||
|
||||
- 022507c860: The Backstage Search Platform's indexing process has been rewritten as a stream
|
||||
pipeline in order to improve efficiency and performance on large document sets.
|
||||
|
||||
To take advantage of this, upgrade to the latest version of
|
||||
`@backstage/plugin-search-backend-node`, as well as any backend plugins whose
|
||||
collators you are using. Then, make the following changes to your
|
||||
`/packages/backend/src/plugins/search.ts` file:
|
||||
|
||||
```diff
|
||||
-import { DefaultCatalogCollator } from '@backstage/plugin-catalog-backend';
|
||||
-import { DefaultTechDocsCollator } from '@backstage/plugin-techdocs-backend';
|
||||
+import { DefaultCatalogCollatorFactory } from '@backstage/plugin-catalog-backend';
|
||||
+import { DefaultTechDocsCollatorFactory } from '@backstage/plugin-techdocs-backend';
|
||||
|
||||
// ...
|
||||
|
||||
const indexBuilder = new IndexBuilder({ logger, searchEngine });
|
||||
|
||||
indexBuilder.addCollator({
|
||||
defaultRefreshIntervalSeconds: 600,
|
||||
- collator: DefaultCatalogCollator.fromConfig(config, { discovery }),
|
||||
+ factory: DefaultCatalogCollatorFactory.fromConfig(config, { discovery }),
|
||||
});
|
||||
|
||||
indexBuilder.addCollator({
|
||||
defaultRefreshIntervalSeconds: 600,
|
||||
- collator: DefaultTechDocsCollator.fromConfig(config, {
|
||||
+ factory: DefaultTechDocsCollatorFactory.fromConfig(config, {
|
||||
discovery,
|
||||
logger,
|
||||
}),
|
||||
});
|
||||
```
|
||||
|
||||
If you've written custom collators, decorators, or search engines in your
|
||||
Backstage backend instance, you will need to re-implement them as readable,
|
||||
transform, and writable streams respectively (including factory classes for
|
||||
instantiating them). [A how-to guide for refactoring](https://backstage.io/docs/features/search/how-to-guides#rewriting-alpha-style-collators-for-beta)
|
||||
existing implementations is available.
|
||||
|
||||
## 0.4.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.4.21",
|
||||
"version": "0.4.22",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 0.2.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@0.12.0
|
||||
- @backstage/core-components@0.9.0
|
||||
- @backstage/plugin-catalog-react@0.8.0
|
||||
- @backstage/core-app-api@0.6.0
|
||||
- @backstage/core-plugin-api@0.8.0
|
||||
- @backstage/test-utils@0.3.0
|
||||
- @backstage/app-defaults@0.2.0
|
||||
- @backstage/integration-react@0.1.24
|
||||
|
||||
## 0.2.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "0.2.23",
|
||||
"version": "0.2.24",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -33,14 +33,14 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^0.1.9",
|
||||
"@backstage/core-app-api": "^0.5.4",
|
||||
"@backstage/core-components": "^0.8.10",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/catalog-model": "^0.11.0",
|
||||
"@backstage/integration-react": "^0.1.23",
|
||||
"@backstage/plugin-catalog-react": "^0.7.0",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/app-defaults": "^0.2.0",
|
||||
"@backstage/core-app-api": "^0.6.0",
|
||||
"@backstage/core-components": "^0.9.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/catalog-model": "^0.12.0",
|
||||
"@backstage/integration-react": "^0.1.24",
|
||||
"@backstage/plugin-catalog-react": "^0.8.0",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -59,7 +59,7 @@
|
||||
"react-dom": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^14.14.32"
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"serialize-error": "^8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.0",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@types/jest": "^26.0.7"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/integration-react
|
||||
|
||||
## 0.1.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.0
|
||||
- @backstage/integration@0.8.0
|
||||
- @backstage/core-plugin-api@0.8.0
|
||||
|
||||
## 0.1.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration-react",
|
||||
"description": "Frontend package for managing integrations towards external systems",
|
||||
"version": "0.1.23",
|
||||
"version": "0.1.24",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -25,9 +25,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/core-components": "^0.8.10",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/integration": "^0.7.5",
|
||||
"@backstage/core-components": "^0.9.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/integration": "^0.8.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -38,9 +38,9 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/dev-utils": "^0.2.23",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/dev-utils": "^0.2.24",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/user-event": "^13.1.8",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/integration
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 34af86517c: ensure `apiBaseUrl` being set for Bitbucket integrations, replace hardcoded defaults
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 33d5e79822: Fix Bitbucket Cloud and Bitbucket Server line number reference.
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration",
|
||||
"description": "Helpers for managing integrations towards external systems",
|
||||
"version": "0.7.5",
|
||||
"version": "0.8.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -42,9 +42,9 @@
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/config-loader": "^0.9.6",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/luxon": "^2.0.4",
|
||||
"msw": "^0.35.0"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^0.2.5",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"msw": "^0.35.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^14.14.32"
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @backstage/search-common
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 022507c860: **BREAKING**
|
||||
|
||||
The Backstage Search Platform's indexing process has been rewritten as a stream
|
||||
pipeline in order to improve efficiency and performance on large document sets.
|
||||
|
||||
The concepts of `Collator` and `Decorator` have been replaced with readable and
|
||||
transform object streams (respectively), as well as factory classes to
|
||||
instantiate them. Accordingly, the `SearchEngine.index()` method has also been
|
||||
replaced with a `getIndexer()` factory method that resolves to a writable
|
||||
object stream.
|
||||
|
||||
Check [this upgrade guide](https://backstage.io/docs/features/search/how-to-guides#how-to-migrate-from-search-alpha-to-beta)
|
||||
for further details.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-permission-common@0.5.2
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/search-common",
|
||||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins",
|
||||
"version": "0.2.4",
|
||||
"version": "0.3.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -40,10 +40,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/types": "^0.1.3",
|
||||
"@backstage/plugin-permission-common": "^0.5.1"
|
||||
"@backstage/plugin-permission-common": "^0.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.0"
|
||||
"@backstage/cli": "^0.15.0"
|
||||
},
|
||||
"jest": {
|
||||
"roots": [
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.66
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@0.12.0
|
||||
- @backstage/core-components@0.9.0
|
||||
- @backstage/plugin-techdocs@0.15.0
|
||||
- @backstage/plugin-catalog@0.9.1
|
||||
- @backstage/core-app-api@0.6.0
|
||||
- @backstage/core-plugin-api@0.8.0
|
||||
- @backstage/test-utils@0.3.0
|
||||
- @backstage/cli@0.15.0
|
||||
- @backstage/app-defaults@0.2.0
|
||||
- @backstage/integration-react@0.1.24
|
||||
|
||||
## 0.2.65
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.65",
|
||||
"version": "0.2.66",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
"bundled": true,
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^0.1.9",
|
||||
"@backstage/catalog-model": "^0.11.0",
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/app-defaults": "^0.2.0",
|
||||
"@backstage/catalog-model": "^0.12.0",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/core-app-api": "^0.5.4",
|
||||
"@backstage/core-components": "^0.8.10",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/integration-react": "^0.1.23",
|
||||
"@backstage/plugin-catalog": "^0.9.0",
|
||||
"@backstage/plugin-techdocs": "^0.14.0",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/core-app-api": "^0.6.0",
|
||||
"@backstage/core-components": "^0.9.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/integration-react": "^0.1.24",
|
||||
"@backstage/plugin-catalog": "^0.9.1",
|
||||
"@backstage/plugin-techdocs": "^0.15.0",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -29,7 +29,7 @@
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/user-event": "^13.1.8",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 0.8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 853efd42bd: Bump `@backstage/techdocs-common` to `0.11.10` to use `spotify/techdocs:v0.3.7` which upgrades `mkdocs-theme` as a dependency of `mkdocs-techdocs-core`.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@0.12.0
|
||||
- @backstage/backend-common@0.12.0
|
||||
- @backstage/techdocs-common@0.11.11
|
||||
|
||||
## 0.8.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "0.8.15",
|
||||
"version": "0.8.16",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -37,7 +37,7 @@
|
||||
"techdocs-cli": "bin/techdocs-cli"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@types/commander": "^2.12.2",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/http-proxy": "^1.17.4",
|
||||
@@ -62,11 +62,11 @@
|
||||
"ext": "ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.11.0",
|
||||
"@backstage/catalog-model": "^0.11.0",
|
||||
"@backstage/backend-common": "^0.12.0",
|
||||
"@backstage/catalog-model": "^0.12.0",
|
||||
"@backstage/cli-common": "^0.1.8",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/techdocs-common": "^0.11.10",
|
||||
"@backstage/techdocs-common": "^0.11.11",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"commander": "^6.1.0",
|
||||
"dockerode": "^3.3.1",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/techdocs-common
|
||||
|
||||
## 0.11.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 955be6bc7d: adds passing projectID to the Storage client
|
||||
- ff0a16fb1a: Modify techdocs builder to automatically append techdocs-core plugin to mkdocs.yaml file if it is missing. Adds an optional configuration item if this plugin needs to be omitted.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@0.12.0
|
||||
- @backstage/backend-common@0.12.0
|
||||
- @backstage/integration@0.8.0
|
||||
- @backstage/search-common@0.3.0
|
||||
|
||||
## 0.11.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -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.10",
|
||||
"version": "0.11.11",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -42,12 +42,12 @@
|
||||
"dependencies": {
|
||||
"@azure/identity": "^2.0.1",
|
||||
"@azure/storage-blob": "^12.5.0",
|
||||
"@backstage/backend-common": "^0.11.0",
|
||||
"@backstage/catalog-model": "^0.11.0",
|
||||
"@backstage/backend-common": "^0.12.0",
|
||||
"@backstage/catalog-model": "^0.12.0",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/errors": "^0.2.2",
|
||||
"@backstage/search-common": "^0.2.4",
|
||||
"@backstage/integration": "^0.7.5",
|
||||
"@backstage/search-common": "^0.3.0",
|
||||
"@backstage/integration": "^0.8.0",
|
||||
"@google-cloud/storage": "^5.6.0",
|
||||
"@trendyol-js/openstack-swift-sdk": "^0.0.5",
|
||||
"@types/express": "^4.17.6",
|
||||
@@ -64,7 +64,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@types/fs-extra": "^9.0.5",
|
||||
"@types/js-yaml": "^4.0.0",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/test-utils
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bb2bb36651: **BREAKING**: Removed the deprecated `get` method from `StorageAPI` and its implementations, this method has been replaced by the `snapshot` method. The return value from snapshot no longer includes `newValue` which has been replaced by `value`. For getting notified when a value changes, use `observe# @backstage/test-utils.
|
||||
- af5eaa87f4: **BREAKING**: Removed deprecated `auth0AuthApiRef`, `oauth2ApiRef`, `samlAuthApiRef` and `oidcAuthApiRef` as these APIs are too generic to be useful. Instructions for how to migrate can be found at [https://backstage.io/docs/api/deprecations#generic-auth-api-refs](https://backstage.io/docs/api/deprecations#generic-auth-api-refs).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-app-api@0.6.0
|
||||
- @backstage/core-plugin-api@0.8.0
|
||||
- @backstage/plugin-permission-common@0.5.2
|
||||
- @backstage/plugin-permission-react@0.3.3
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/test-utils",
|
||||
"description": "Utilities to test Backstage plugins and apps.",
|
||||
"version": "0.2.6",
|
||||
"version": "0.3.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,10 +34,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/core-app-api": "^0.5.4",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/plugin-permission-common": "^0.5.1",
|
||||
"@backstage/plugin-permission-react": "^0.3.2",
|
||||
"@backstage/core-app-api": "^0.6.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/plugin-permission-common": "^0.5.2",
|
||||
"@backstage/plugin-permission-react": "^0.3.3",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/types": "^0.1.3",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -55,7 +55,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^14.14.32",
|
||||
"msw": "^0.35.0"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"@material-ui/core": "^4.12.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.0"
|
||||
"@backstage/cli": "^0.15.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.0",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@types/zen-observable": "^0.8.0",
|
||||
"zen-observable": "^0.8.15"
|
||||
},
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.0",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/react-hooks": "^7.0.2"
|
||||
|
||||
Reference in New Issue
Block a user