Version Packages

This commit is contained in:
github-actions[bot]
2022-02-24 13:54:37 +00:00
parent b6ba21487a
commit c9da151d84
338 changed files with 2783 additions and 2020 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/app-defaults
## 0.1.9
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.10
- @backstage/core-plugin-api@0.7.0
- @backstage/core-app-api@0.5.4
- @backstage/plugin-permission-react@0.3.2
## 0.1.8
### 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.8",
"version": "0.1.9",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,10 +33,10 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/core-components": "^0.8.9",
"@backstage/core-app-api": "^0.5.3",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/plugin-permission-react": "^0.3.1",
"@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/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.0",
"@backstage/test-utils": "^0.2.5",
"@backstage/cli": "^0.14.1",
"@backstage/test-utils": "^0.2.6",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.7",
+51
View File
@@ -1,5 +1,56 @@
# example-app
## 0.2.66
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@0.9.0
- @backstage/cli@0.14.1
- @backstage/core-components@0.8.10
- @backstage/plugin-api-docs@0.8.0
- @backstage/plugin-catalog-react@0.7.0
- @backstage/plugin-catalog-graph@0.2.12
- @backstage/plugin-jenkins@0.6.0
- @backstage/plugin-scaffolder@0.13.0
- @backstage/plugin-techdocs@0.14.0
- @backstage/plugin-airbrake@0.3.0
- @backstage/catalog-model@0.11.0
- @backstage/plugin-catalog-import@0.8.3
- @backstage/plugin-explore@0.3.31
- @backstage/core-plugin-api@0.7.0
- @backstage/plugin-circleci@0.3.0
- @backstage/plugin-cloudbuild@0.3.0
- @backstage/plugin-github-actions@0.5.0
- @backstage/plugin-kafka@0.3.0
- @backstage/plugin-kubernetes@0.6.0
- @backstage/plugin-lighthouse@0.3.0
- @backstage/plugin-org@0.5.0
- @backstage/plugin-rollbar@0.4.0
- @backstage/plugin-gocd@0.1.6
- @backstage/plugin-azure-devops@0.1.16
- @backstage/plugin-badges@0.2.24
- @backstage/plugin-code-coverage@0.1.27
- @backstage/plugin-home@0.4.16
- @backstage/plugin-newrelic-dashboard@0.1.8
- @backstage/plugin-pagerduty@0.3.27
- @backstage/plugin-search@0.7.1
- @backstage/plugin-sentry@0.3.38
- @backstage/plugin-tech-insights@0.1.10
- @backstage/plugin-todo@0.2.2
- @backstage/plugin-cost-insights@0.11.22
- @backstage/app-defaults@0.1.9
- @backstage/core-app-api@0.5.4
- @backstage/integration-react@0.1.23
- @backstage/plugin-apache-airflow@0.1.8
- @backstage/plugin-gcp-projects@0.3.19
- @backstage/plugin-graphiql@0.2.32
- @backstage/plugin-newrelic@0.3.18
- @backstage/plugin-permission-react@0.3.2
- @backstage/plugin-shortcuts@0.2.1
- @backstage/plugin-tech-radar@0.5.7
- @backstage/plugin-user-settings@0.3.21
## 0.2.65
### Patch Changes
+50 -50
View File
@@ -1,59 +1,59 @@
{
"name": "example-app",
"version": "0.2.65",
"version": "0.2.66",
"private": true,
"backstage": {
"role": "frontend"
},
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.8",
"@backstage/catalog-model": "^0.10.0",
"@backstage/cli": "^0.14.0",
"@backstage/core-app-api": "^0.5.3",
"@backstage/core-components": "^0.8.9",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/integration-react": "^0.1.22",
"@backstage/plugin-airbrake": "^0.2.0",
"@backstage/plugin-api-docs": "^0.7.3",
"@backstage/plugin-azure-devops": "^0.1.15",
"@backstage/plugin-apache-airflow": "^0.1.7",
"@backstage/plugin-badges": "^0.2.23",
"@backstage/plugin-catalog": "^0.8.0",
"@backstage/plugin-catalog-common": "^0.1.3",
"@backstage/plugin-catalog-graph": "^0.2.11",
"@backstage/plugin-catalog-import": "^0.8.2",
"@backstage/plugin-catalog-react": "^0.6.15",
"@backstage/plugin-circleci": "^0.2.38",
"@backstage/plugin-cloudbuild": "^0.2.36",
"@backstage/plugin-code-coverage": "^0.1.26",
"@backstage/plugin-cost-insights": "^0.11.21",
"@backstage/plugin-explore": "^0.3.30",
"@backstage/plugin-gcp-projects": "^0.3.18",
"@backstage/plugin-github-actions": "^0.4.36",
"@backstage/plugin-gocd": "^0.1.5",
"@backstage/plugin-graphiql": "^0.2.31",
"@backstage/plugin-home": "^0.4.15",
"@backstage/plugin-jenkins": "^0.5.21",
"@backstage/plugin-kafka": "^0.2.29",
"@backstage/plugin-kubernetes": "^0.5.8",
"@backstage/plugin-lighthouse": "^0.2.38",
"@backstage/plugin-newrelic": "^0.3.17",
"@backstage/plugin-newrelic-dashboard": "^0.1.7",
"@backstage/plugin-org": "^0.4.3",
"@backstage/plugin-pagerduty": "0.3.26",
"@backstage/plugin-permission-react": "^0.3.1",
"@backstage/plugin-rollbar": "^0.3.27",
"@backstage/plugin-scaffolder": "^0.12.3",
"@backstage/plugin-search": "^0.7.0",
"@backstage/plugin-sentry": "^0.3.37",
"@backstage/plugin-shortcuts": "^0.2.0",
"@backstage/plugin-tech-radar": "^0.5.6",
"@backstage/plugin-techdocs": "^0.13.4",
"@backstage/plugin-todo": "^0.2.1",
"@backstage/plugin-user-settings": "^0.3.20",
"@backstage/search-common": "^0.2.3",
"@backstage/plugin-tech-insights": "^0.1.9",
"@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/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.1",
"@backstage/test-utils": "^0.2.5",
"@backstage/plugin-permission-react": "^0.3.2",
"@backstage/test-utils": "^0.2.6",
"@rjsf/core": "^3.2.1",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.10.1",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/backend-common
## 0.11.0
### Minor Changes
- 7d12e4cf32: feat(backend-common): add Redis backed cache store
### Patch Changes
- b2f8bb99d3: Make backend.auth.keys optional in config schema. Previously backend.auth was optional but keys was not, which meant that if another plugin introduced additional properties under backend.auth, it would implicitly make backend.auth.keys mandatory.
- d64b8d3678: chore(deps): bump `minimatch` from 3.0.4 to 5.0.0
- Updated dependencies
- @backstage/config-loader@0.9.6
- @backstage/integration@0.7.5
## 0.10.9
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.10.8",
"version": "0.11.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -34,12 +34,12 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/cli-common": "^0.1.7",
"@backstage/config": "^0.1.14",
"@backstage/config-loader": "^0.9.4",
"@backstage/errors": "^0.2.1",
"@backstage/integration": "^0.7.3",
"@backstage/types": "^0.1.2",
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^0.1.15",
"@backstage/config-loader": "^0.9.6",
"@backstage/errors": "^0.2.2",
"@backstage/integration": "^0.7.5",
"@backstage/types": "^0.1.3",
"@google-cloud/storage": "^5.8.0",
"@manypkg/get-packages": "^1.1.3",
"@octokit/rest": "^18.5.3",
@@ -89,8 +89,8 @@
}
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/test-utils": "^0.2.5",
"@backstage/cli": "^0.14.1",
"@backstage/test-utils": "^0.2.6",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^2.0.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-tasks
## 0.1.9
### Patch Changes
- dc97845422: Only output janitor logs when actually timing out tasks
- Updated dependencies
- @backstage/backend-common@0.11.0
## 0.1.8
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.1.7",
"version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -33,10 +33,10 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.10.8",
"@backstage/config": "^0.1.14",
"@backstage/errors": "^0.2.1",
"@backstage/types": "^0.1.2",
"@backstage/backend-common": "^0.11.0",
"@backstage/config": "^0.1.15",
"@backstage/errors": "^0.2.2",
"@backstage/types": "^0.1.3",
"@types/luxon": "^2.0.4",
"knex": "^1.0.2",
"lodash": "^4.17.21",
@@ -47,8 +47,8 @@
"zod": "^3.9.5"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.18",
"@backstage/cli": "^0.14.0",
"@backstage/backend-test-utils": "^0.1.19",
"@backstage/cli": "^0.14.1",
"jest": "^26.0.1",
"wait-for-expect": "^3.0.2"
},
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-test-utils
## 0.1.19
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.11.0
- @backstage/cli@0.14.1
## 0.1.18
### 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.18",
"version": "0.1.19",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -34,9 +34,9 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.10.8",
"@backstage/cli": "^0.14.0",
"@backstage/config": "^0.1.14",
"@backstage/backend-common": "^0.11.0",
"@backstage/cli": "^0.14.1",
"@backstage/config": "^0.1.15",
"@vscode/sqlite3": "^5.0.7",
"knex": "^1.0.2",
"mysql2": "^2.2.5",
@@ -45,7 +45,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/cli": "^0.14.1",
"jest": "^26.0.1"
},
"files": [
+36
View File
@@ -4,6 +4,42 @@
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.11.0
- @backstage/plugin-catalog-backend@0.22.0
- @backstage/plugin-scaffolder-backend@0.17.0
- @backstage/plugin-graphql-backend@0.1.17
- @backstage/plugin-auth-backend@0.11.0
- @backstage/plugin-kubernetes-backend@0.4.10
- @backstage/plugin-code-coverage-backend@0.1.25
- @backstage/plugin-jenkins-backend@0.1.16
- @backstage/plugin-tech-insights-backend@0.2.7
- @backstage/plugin-todo-backend@0.1.24
- @backstage/catalog-model@0.11.0
- @backstage/catalog-client@0.7.2
- @backstage/plugin-badges-backend@0.1.21
- @backstage/backend-tasks@0.1.9
- @backstage/plugin-scaffolder-backend-module-rails@0.3.2
- @backstage/plugin-techdocs-backend@0.14.0
- @backstage/plugin-permission-node@0.5.2
- @backstage/integration@0.7.5
- example-app@0.2.66
- @backstage/plugin-app-backend@0.3.27
- @backstage/plugin-auth-node@0.1.3
- @backstage/plugin-azure-devops-backend@0.3.6
- @backstage/plugin-kafka-backend@0.2.20
- @backstage/plugin-permission-backend@0.5.2
- @backstage/plugin-proxy-backend@0.2.21
- @backstage/plugin-rollbar-backend@0.1.24
- @backstage/plugin-search-backend@0.4.5
- @backstage/plugin-search-backend-module-pg@0.2.9
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.11
- @backstage/plugin-tech-insights-node@0.2.5
## 0.2.66
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.10.9
- @backstage/backend-tasks@0.1.8
+35 -35
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.65",
"version": "0.2.66",
"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.10.8",
"@backstage/backend-tasks": "^0.1.7",
"@backstage/catalog-client": "^0.7.0",
"@backstage/catalog-model": "^0.10.0",
"@backstage/config": "^0.1.14",
"@backstage/integration": "^0.7.3",
"@backstage/plugin-app-backend": "^0.3.25",
"@backstage/plugin-auth-backend": "^0.10.1",
"@backstage/plugin-auth-node": "^0.1.1",
"@backstage/plugin-azure-devops-backend": "^0.3.4",
"@backstage/plugin-badges-backend": "^0.1.19",
"@backstage/plugin-catalog-backend": "^0.21.4",
"@backstage/plugin-code-coverage-backend": "^0.1.23",
"@backstage/plugin-graphql-backend": "^0.1.15",
"@backstage/plugin-jenkins-backend": "^0.1.14",
"@backstage/plugin-kubernetes-backend": "^0.4.8",
"@backstage/plugin-kafka-backend": "^0.2.18",
"@backstage/plugin-permission-backend": "^0.5.0",
"@backstage/plugin-permission-common": "^0.5.0",
"@backstage/plugin-permission-node": "^0.5.0",
"@backstage/plugin-proxy-backend": "^0.2.19",
"@backstage/plugin-rollbar-backend": "^0.1.22",
"@backstage/plugin-scaffolder-backend": "^0.16.0",
"@backstage/plugin-scaffolder-backend-module-rails": "^0.3.0",
"@backstage/plugin-search-backend": "^0.4.3",
"@backstage/plugin-search-backend-node": "^0.4.6",
"@backstage/plugin-search-backend-module-elasticsearch": "^0.0.9",
"@backstage/plugin-search-backend-module-pg": "^0.2.7",
"@backstage/plugin-techdocs-backend": "^0.13.4",
"@backstage/plugin-tech-insights-backend": "^0.2.5",
"@backstage/plugin-tech-insights-node": "^0.2.3",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.9",
"@backstage/plugin-todo-backend": "^0.1.22",
"@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/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",
"@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.0",
"@backstage/cli": "^0.14.1",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5"
+13
View File
@@ -1,5 +1,18 @@
# @backstage/catalog-client
## 0.7.2
### Patch Changes
- ed09ad8093: Updated usage of the `LocationSpec` type from `@backstage/catalog-model`, which is deprecated.
- 46dee04eba: Deprecated `AddLocationRequest.presence`, as it is already being ignored.
- 6e1cbc12a6: Added `CatalogApi.getEntityFacets`. Marking this as a breaking change since it
is a non-optional addition to the API and depends on the backend being in place.
If you are mocking this interface in your tests, you will need to add an extra
`getEntityFacets: jest.fn()` or similar to that interface.
- Updated dependencies
- @backstage/catalog-model@0.11.0
## 0.7.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-client",
"description": "An isomorphic client for the catalog backend",
"version": "0.7.0",
"version": "0.7.2",
"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.10.0",
"@backstage/errors": "^0.2.1",
"@backstage/catalog-model": "^0.11.0",
"@backstage/errors": "^0.2.2",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/cli": "^0.14.1",
"@types/jest": "^26.0.7",
"msw": "^0.35.0"
},
+41
View File
@@ -1,5 +1,46 @@
# @backstage/catalog-model
## 0.11.0
### Minor Changes
- 919cf2f836: **BREAKING**: Added `EntityRelation.targetRef` (a string form entity ref), and
deprecated `EntityRelation.target` (a kind + namespace + name object). This
aligns the type with our goal of using string form entity refs more coherently.
There will be a period of time when both fields need to be present, which may in
particular affect your tests which now have to list both the string form and the
object form side by side.
```diff
const mockEntity: Entity = {
kind: 'Component',
relations: [
{
type: RELATION_MEMBER_OF,
+ targetRef: 'component:default/foo',
target: { kind: 'component', namespace: 'default', name: 'foo' }
}
]
```
The `target` field will be entirely removed from this type in a future release.
- 7010349c9a: **BREAKING**: Removed `EntityRelationSpec` as it is only used during the catalog during the catalog processing.
- 68f0871b76: **BREAKING**: Simplified the `parseEntityRef` function to _always_ either return
a complete `EntityName`, complete with both kind, namespace and name, or throw
an error if it for some reason did not have enough information to form that
result. This makes its usage and its type declaration vastly simpler.
### Patch Changes
- ed09ad8093: Deprecated the `LocationSpec` export, which should now be imported from `@backstage/plugin-catalog-backend` instead.
- b5c02d10a6: Remove all usage of the deprecated `ENTITY_DEFAULT_NAMESPACE`
- 67a7c02d26: **DEPRECATED**: The `EntityRef` type and `parseEntityName` function are now
deprecated, and will soon be removed. This is part of a larger movement toward
fixing the poorly named `EntityName` type which should instead have been named
`EntityRef`. Please remove any usage of these as soon as possible.
- da44c47f43: Deprecated the `entity.metadata.generation` as the field has never been fully functioning.
## 0.10.1
### Patch Changes
+5 -5
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.10.0",
"version": "0.11.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,9 +34,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/config": "^0.1.14",
"@backstage/errors": "^0.2.1",
"@backstage/types": "^0.1.2",
"@backstage/config": "^0.1.15",
"@backstage/errors": "^0.2.2",
"@backstage/types": "^0.1.3",
"@types/json-schema": "^7.0.5",
"ajv": "^7.0.3",
"json-schema": "^0.4.0",
@@ -44,7 +44,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/cli": "^0.14.1",
"@types/jest": "^26.0.7",
"@types/lodash": "^4.14.151",
"yaml": "^1.9.2"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli-common",
"description": "Common functionality used by cli, backend, and create-app",
"version": "0.1.7",
"version": "0.1.8",
"private": false,
"main": "src/index.ts",
"types": "src/index.ts",
+18
View File
@@ -1,5 +1,23 @@
# @backstage/cli
## 0.14.1
### Patch Changes
- 5cc7f48400: Fixed a bug in the built-in Jest configuration that prevented it from identifying packages that had migrated to using the new package scripts to run tests.
- 49ae6c9573: chore(deps-dev): bump `@types/rollup-plugin-postcss` from 2.0.1 to 3.1.4
- d64b8d3678: chore(deps): bump `minimatch` from 3.0.4 to 5.0.0
- d2e9d2a34f: chore(deps): bump `@hot-loader/react-dom` from 16.13.0 to 17.0.2
- c2f3a548cf: Fix building of backends with `repo build --all`, where it would previously only work if the build was executed within the backend package.
- 3d7ed5377a: Ignore setupTests and the file inside ./dev folder recursively. Eslint
can not resolve relative paths as we defined in the rule import/no-extraneous-dependencies, and it does not apply this rule.
A downside to use a recursive definition would be to checking all `dev` folders, which might not be wanted. Ensure you don't use
the `dev` folder out of scope (must be used for dev. env. only)
- Updated dependencies
- @backstage/config-loader@0.9.6
## 0.14.0
### Minor Changes
+13 -13
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.14.0",
"version": "0.14.1",
"private": false,
"publishConfig": {
"access": "public"
@@ -31,12 +31,12 @@
"backstage-cli": "bin/backstage-cli"
},
"dependencies": {
"@backstage/cli-common": "^0.1.7",
"@backstage/config": "^0.1.14",
"@backstage/config-loader": "^0.9.4",
"@backstage/errors": "^0.2.1",
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^0.1.15",
"@backstage/config-loader": "^0.9.6",
"@backstage/errors": "^0.2.2",
"@backstage/release-manifests": "^0.0.2",
"@backstage/types": "^0.1.2",
"@backstage/types": "^0.1.3",
"@hot-loader/react-dom": "^17.0.2",
"@manypkg/get-packages": "^1.1.3",
"@octokit/request": "^5.4.12",
@@ -121,13 +121,13 @@
"zod": "^3.11.6"
},
"devDependencies": {
"@backstage/backend-common": "^0.10.8",
"@backstage/config": "^0.1.14",
"@backstage/core-components": "^0.8.9",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/core-app-api": "^0.5.3",
"@backstage/dev-utils": "^0.2.22",
"@backstage/test-utils": "^0.2.5",
"@backstage/backend-common": "^0.11.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/theme": "^0.2.15",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",
+1 -1
View File
@@ -34,7 +34,7 @@
"backstage-codemods": "bin/backstage-codemods"
},
"dependencies": {
"@backstage/cli-common": "0.1.7",
"@backstage/cli-common": "^0.1.8",
"@backstage/core-app-api": "*",
"@backstage/core-components": "*",
"@backstage/core-plugin-api": "*",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/config-loader
## 0.9.6
### Patch Changes
- c3a1300f79: Include any files included in configuration via $include or $file directives when watching for configuration changes.
## 0.9.5
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "0.9.4",
"version": "0.9.6",
"private": false,
"publishConfig": {
"access": "public",
@@ -34,10 +34,10 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/cli-common": "^0.1.7",
"@backstage/config": "^0.1.14",
"@backstage/errors": "^0.2.1",
"@backstage/types": "^0.1.2",
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^0.1.15",
"@backstage/errors": "^0.2.2",
"@backstage/types": "^0.1.3",
"@types/json-schema": "^7.0.6",
"ajv": "^7.0.3",
"chokidar": "^3.5.2",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config",
"description": "Config API used by Backstage core, backend, and CLI",
"version": "0.1.14",
"version": "0.1.15",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,7 +33,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/types": "^0.1.2",
"@backstage/types": "^0.1.3",
"lodash": "^4.17.21"
},
"devDependencies": {
+7
View File
@@ -1,5 +1,12 @@
# @backstage/core-app-api
## 0.5.4
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@0.7.0
## 0.5.3
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-app-api",
"description": "Core app API used by Backstage apps",
"version": "0.5.3",
"version": "0.5.4",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,9 +33,9 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/config": "^0.1.14",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/types": "^0.1.2",
"@backstage/config": "^0.1.15",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/types": "^0.1.3",
"@backstage/version-bridge": "^0.1.2",
"@types/prop-types": "^15.7.3",
"prop-types": "^15.7.2",
@@ -49,8 +49,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/test-utils": "^0.2.5",
"@backstage/cli": "^0.14.1",
"@backstage/test-utils": "^0.2.6",
"@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.10
### Patch Changes
- d91d22bb19: When clicking on a log line the URL will be updated from `/task/uid` to
`/task/uid/#line-1`. This URL are also sharable, meaning that the UI will
highlight the log line in the hash of the URL.
- Updated dependencies
- @backstage/core-plugin-api@0.7.0
## 0.8.9
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.8.9",
"version": "0.8.10",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,9 +33,9 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/config": "^0.1.14",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/errors": "^0.2.1",
"@backstage/config": "^0.1.15",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/errors": "^0.2.2",
"@backstage/theme": "^0.2.15",
"@material-table/core": "^3.1.0",
"@material-ui/core": "^4.12.2",
@@ -78,9 +78,9 @@
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/core-app-api": "^0.5.3",
"@backstage/cli": "^0.14.0",
"@backstage/test-utils": "^0.2.5",
"@backstage/core-app-api": "^0.5.4",
"@backstage/cli": "^0.14.1",
"@backstage/test-utils": "^0.2.6",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/core-plugin-api
## 0.7.0
### Minor Changes
- 33cd215b11: **BREAKING**: Removed deprecated `AnyAnalyticsContext` type which is replaced by `AnalyticsContextValue`
## 0.6.1
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-plugin-api",
"description": "Core API used by Backstage plugins",
"version": "0.6.1",
"version": "0.7.0",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,8 +33,8 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/config": "^0.1.14",
"@backstage/types": "^0.1.2",
"@backstage/config": "^0.1.15",
"@backstage/types": "^0.1.3",
"@backstage/version-bridge": "^0.1.2",
"history": "^5.0.0",
"prop-types": "^15.7.2",
@@ -46,9 +46,9 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/core-app-api": "^0.5.3",
"@backstage/test-utils": "^0.2.5",
"@backstage/cli": "^0.14.1",
"@backstage/core-app-api": "^0.5.4",
"@backstage/test-utils": "^0.2.6",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^7.0.2",
+48
View File
@@ -1,5 +1,53 @@
# @backstage/create-app
## 0.4.21
### Patch Changes
- a686702dbe: Update the template to reflect the renaming of `CatalogResultListItem` to `CatalogSearchResultListItem` from `@backstage/plugin-catalog`.
To apply this change to an existing app, make the following change to `packages/app/src/components/search/SearchPage.tsx`:
```diff
-import { CatalogResultListItem } from '@backstage/plugin-catalog';
+import { CatalogSearchResultListItem } from '@backstage/plugin-catalog';
```
```diff
case 'software-catalog':
return (
- <CatalogResultListItem
+ <CatalogSearchResultListItem
key={document.location}
result={document}
/>
```
- f39c1e6036: To reflect the updated `knex` and `@vscode/sqlite3` dependencies introduced with [v0.4.19](https://github.com/backstage/backstage/blob/master/packages/create-app/CHANGELOG.md#0419), we update our example `Dockerfile`, adding `@vscode/sqlite3` build dependencies to the image. Further on, we updated it to the `node:16-bullseye-slim` base image.
To apply this update to an existing app, make the following change to `packages/backend/Dockerfile`:
```diff
-FROM node:14-buster-slim
+FROM node:16-bullseye-slim
```
and, _only if you are using sqlite3 in your app_:
```diff
RUN tar xzf skeleton.tar.gz && rm skeleton.tar.gz
+
+# install sqlite3 dependencies
+RUN apt-get update && \
+ apt-get install -y libsqlite3-dev python3 cmake g++ && \
+ rm -rf /var/lib/apt/lists/* && \
+ yarn config set python /usr/bin/python3
RUN yarn install --frozen-lockfile --production --network-timeout 300000 && rm -rf "$(yarn cache dir)"
```
If you are using a multi-stage Docker build for your app, please refer to the [updated examples](https://github.com/backstage/backstage/blob/master/docs/deployment/docker.md#multi-stage-build) in the documentation.
## 0.4.20
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.4.20",
"version": "0.4.21",
"private": false,
"publishConfig": {
"access": "public"
@@ -33,7 +33,7 @@
"start": "nodemon --"
},
"dependencies": {
"@backstage/cli-common": "^0.1.7",
"@backstage/cli-common": "^0.1.8",
"chalk": "^4.0.0",
"commander": "^6.1.0",
"fs-extra": "9.1.0",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/dev-utils
## 0.2.23
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.10
- @backstage/plugin-catalog-react@0.7.0
- @backstage/catalog-model@0.11.0
- @backstage/core-plugin-api@0.7.0
- @backstage/app-defaults@0.1.9
- @backstage/core-app-api@0.5.4
- @backstage/integration-react@0.1.23
- @backstage/test-utils@0.2.6
## 0.2.22
### Patch Changes
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "0.2.22",
"version": "0.2.23",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,14 +33,14 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/app-defaults": "^0.1.8",
"@backstage/core-app-api": "^0.5.3",
"@backstage/core-components": "^0.8.9",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/catalog-model": "^0.10.0",
"@backstage/integration-react": "^0.1.22",
"@backstage/plugin-catalog-react": "^0.6.15",
"@backstage/test-utils": "^0.2.5",
"@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/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.0",
"@backstage/cli": "^0.14.1",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
+2 -2
View File
@@ -29,8 +29,8 @@
"e2e-test": "bin/e2e-test"
},
"devDependencies": {
"@backstage/cli-common": "^0.1.1",
"@backstage/errors": "^0.2.0",
"@backstage/cli-common": "^0.1.8",
"@backstage/errors": "^0.2.2",
"@types/fs-extra": "^9.0.1",
"@types/node": "^14.14.32",
"@types/puppeteer": "^5.4.4",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/errors",
"description": "Common utilities for error handling within Backstage",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,7 +33,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/types": "^0.1.2",
"@backstage/types": "^0.1.3",
"cross-fetch": "^3.1.5",
"serialize-error": "^8.0.1"
},
+9
View File
@@ -1,5 +1,14 @@
# @backstage/integration-react
## 0.1.23
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.8.10
- @backstage/core-plugin-api@0.7.0
- @backstage/integration@0.7.5
## 0.1.22
### 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.22",
"version": "0.1.23",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,10 +24,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/config": "^0.1.14",
"@backstage/core-components": "^0.8.9",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/integration": "^0.7.3",
"@backstage/config": "^0.1.15",
"@backstage/core-components": "^0.8.10",
"@backstage/core-plugin-api": "^0.7.0",
"@backstage/integration": "^0.7.5",
"@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.0",
"@backstage/dev-utils": "^0.2.22",
"@backstage/test-utils": "^0.2.5",
"@backstage/cli": "^0.14.1",
"@backstage/dev-utils": "^0.2.23",
"@backstage/test-utils": "^0.2.6",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/integration
## 0.7.5
### Patch Changes
- 4e1384884f: Fixed bug in integration package where Self Hosted GitLab instances with custom ports weren't supported (because of the lack of an option to add the port in the integration configs. Now users can add the port directly in the host)
## 0.7.4
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "0.7.3",
"version": "0.7.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,7 +33,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/config": "^0.1.14",
"@backstage/config": "^0.1.15",
"cross-fetch": "^3.1.5",
"git-url-parse": "^11.6.0",
"@octokit/rest": "^18.5.3",
@@ -42,9 +42,9 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/config-loader": "^0.9.4",
"@backstage/test-utils": "^0.2.5",
"@backstage/cli": "^0.14.1",
"@backstage/config-loader": "^0.9.6",
"@backstage/test-utils": "^0.2.6",
"@types/jest": "^26.0.7",
"@types/luxon": "^2.0.4",
"msw": "^0.35.0"
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/search-common",
"description": "Common functionalities for Search, to be shared between various search-enabled plugins",
"version": "0.2.3",
"version": "0.2.4",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -39,8 +39,8 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/types": "^0.1.2",
"@backstage/plugin-permission-common": "^0.5.0"
"@backstage/types": "^0.1.3",
"@backstage/plugin-permission-common": "^0.5.1"
},
"devDependencies": {
"@backstage/cli": "^0.14.0"
@@ -1,5 +1,21 @@
# techdocs-cli-embedded-app
## 0.2.65
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@0.9.0
- @backstage/cli@0.14.1
- @backstage/core-components@0.8.10
- @backstage/plugin-techdocs@0.14.0
- @backstage/catalog-model@0.11.0
- @backstage/core-plugin-api@0.7.0
- @backstage/app-defaults@0.1.9
- @backstage/core-app-api@0.5.4
- @backstage/integration-react@0.1.23
- @backstage/test-utils@0.2.6
## 0.2.64
### Patch Changes
+13 -13
View File
@@ -1,23 +1,23 @@
{
"name": "techdocs-cli-embedded-app",
"version": "0.2.64",
"version": "0.2.65",
"private": true,
"backstage": {
"role": "frontend"
},
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^0.1.8",
"@backstage/catalog-model": "^0.10.0",
"@backstage/cli": "^0.14.0",
"@backstage/config": "^0.1.14",
"@backstage/core-app-api": "^0.5.3",
"@backstage/core-components": "^0.8.9",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/integration-react": "^0.1.22",
"@backstage/plugin-catalog": "^0.8.0",
"@backstage/plugin-techdocs": "^0.13.4",
"@backstage/test-utils": "^0.2.5",
"@backstage/app-defaults": "^0.1.9",
"@backstage/catalog-model": "^0.11.0",
"@backstage/cli": "^0.14.1",
"@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/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.0",
"@backstage/cli": "^0.14.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
+14
View File
@@ -1,5 +1,19 @@
# @techdocs/cli
## 0.8.15
### Patch Changes
- ed78516480: chore(deps-dev): bump `cypress` from 7.3.0 to 9.5.0
- 209fd128e6: Updated usage of `github:` location types in docs to use `url:` instead.
- 61ff215e08: - Adds `cypress` and `cypress-plugin-snapshots` as dependencies for integration and visual regression tests.
- Updates README documentation with instructions for how to run tests.
- Clarifies output text for prepack script.
- Updated dependencies
- @backstage/backend-common@0.11.0
- @backstage/catalog-model@0.11.0
- @backstage/techdocs-common@0.11.10
## 0.8.14
### 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.14",
"version": "0.8.15",
"private": false,
"publishConfig": {
"access": "public"
@@ -37,7 +37,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/cli": "^0.14.1",
"@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.10.8",
"@backstage/catalog-model": "^0.10.0",
"@backstage/cli-common": "^0.1.7",
"@backstage/config": "^0.1.14",
"@backstage/techdocs-common": "^0.11.8",
"@backstage/backend-common": "^0.11.0",
"@backstage/catalog-model": "^0.11.0",
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^0.1.15",
"@backstage/techdocs-common": "^0.11.10",
"@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.10
### Patch Changes
- 209fd128e6: Updated usage of `github:` location types in docs to use `url:` instead.
- 13ef228d03: Clean up the API interface for TechDocs common library.
- Updated dependencies
- @backstage/backend-common@0.11.0
- @backstage/catalog-model@0.11.0
- @backstage/integration@0.7.5
## 0.11.9
### Patch Changes
+8 -8
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.8",
"version": "0.11.10",
"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.10.8",
"@backstage/catalog-model": "^0.10.0",
"@backstage/config": "^0.1.14",
"@backstage/errors": "^0.2.1",
"@backstage/search-common": "^0.2.3",
"@backstage/integration": "^0.7.3",
"@backstage/backend-common": "^0.11.0",
"@backstage/catalog-model": "^0.11.0",
"@backstage/config": "^0.1.15",
"@backstage/errors": "^0.2.2",
"@backstage/search-common": "^0.2.4",
"@backstage/integration": "^0.7.5",
"@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.0",
"@backstage/cli": "^0.14.1",
"@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.6
### Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@0.7.0
- @backstage/core-app-api@0.5.4
- @backstage/plugin-permission-react@0.3.2
## 0.2.5
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
"version": "0.2.5",
"version": "0.2.6",
"private": false,
"publishConfig": {
"access": "public",
@@ -33,13 +33,13 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/config": "^0.1.14",
"@backstage/core-app-api": "^0.5.3",
"@backstage/core-plugin-api": "^0.6.1",
"@backstage/plugin-permission-common": "^0.5.0",
"@backstage/plugin-permission-react": "^0.3.1",
"@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/theme": "^0.2.15",
"@backstage/types": "^0.1.2",
"@backstage/types": "^0.1.3",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.10.1",
@@ -55,7 +55,7 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.14.0",
"@backstage/cli": "^0.14.1",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"msw": "^0.35.0"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/types",
"description": "Common TypeScript types used within Backstage",
"version": "0.1.2",
"version": "0.1.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",