Merge branch 'backstage:master' into add-tasks-owner
This commit is contained in:
+33
-2
@@ -152,39 +152,65 @@
|
||||
"@backstage/plugin-todo": "0.2.7",
|
||||
"@backstage/plugin-todo-backend": "0.1.29",
|
||||
"@backstage/plugin-user-settings": "0.4.4",
|
||||
"@backstage/plugin-xcmetrics": "0.2.25"
|
||||
"@backstage/plugin-xcmetrics": "0.2.25",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.0.0",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.0.0",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.0.0"
|
||||
},
|
||||
"changesets": [
|
||||
"afraid-mangos-sip",
|
||||
"beige-apricots-enjoy",
|
||||
"beige-deers-remember",
|
||||
"blue-roses-give",
|
||||
"fair-grapes-joke",
|
||||
"fifty-dogs-collect",
|
||||
"fifty-planes-dream",
|
||||
"fluffy-candles-learn",
|
||||
"fluffy-cherries-own",
|
||||
"fluffy-wasps-chew",
|
||||
"fresh-items-punch",
|
||||
"funny-suns-pay",
|
||||
"give-that-wolf-a-banana",
|
||||
"gold-tables-matter",
|
||||
"healthy-pets-mix",
|
||||
"heavy-carrots-cheer",
|
||||
"hungry-brooms-wash",
|
||||
"itchy-avocados-hug",
|
||||
"large-monkeys-visit",
|
||||
"loud-jars-kick",
|
||||
"loud-walls-itch",
|
||||
"lovely-gifts-itch",
|
||||
"mean-turtles-reply",
|
||||
"modern-pandas-agree",
|
||||
"moody-worms-rhyme",
|
||||
"nervous-gorillas-approve",
|
||||
"odd-baboons-buy",
|
||||
"olive-rats-rest",
|
||||
"plenty-garlics-shop",
|
||||
"polite-spiders-pay",
|
||||
"poor-years-develop",
|
||||
"pretty-wolves-whisper",
|
||||
"quick-ladybugs-try",
|
||||
"real-beers-type",
|
||||
"reject-failed-index-tasks",
|
||||
"renovate-126b147",
|
||||
"renovate-648a745",
|
||||
"renovate-9363c67",
|
||||
"renovate-ad175cc",
|
||||
"right-one-at-the-wrong-time",
|
||||
"scaffolder-form-context",
|
||||
"search-eight-hounds-worry",
|
||||
"search-eyes-of-them-all",
|
||||
"search-martha-sways",
|
||||
"shaggy-crabs-return",
|
||||
"shiny-clocks-joke",
|
||||
"shiny-windows-roll",
|
||||
"short-jokes-applaud",
|
||||
"silly-wombats-flash",
|
||||
"sixty-plums-kick",
|
||||
"sixty-poems-drum",
|
||||
"slimy-elephants-attend",
|
||||
"slow-apes-appear",
|
||||
"spotty-goats-look",
|
||||
"tasty-snails-boil",
|
||||
"techdocs-buttons-film",
|
||||
@@ -195,7 +221,12 @@
|
||||
"techdocs-ways-type",
|
||||
"techdocs-wolves-carry",
|
||||
"ten-rocks-smile",
|
||||
"tricky-hounds-cry",
|
||||
"unlucky-lies-pretend",
|
||||
"wicked-teachers-hide"
|
||||
"up-in-space-man",
|
||||
"violet-apples-repair",
|
||||
"warm-bats-jump",
|
||||
"wicked-teachers-hide",
|
||||
"wise-nails-hang"
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -49,7 +49,7 @@
|
||||
"@types/react": "^17",
|
||||
"@types/react-dom": "^17"
|
||||
},
|
||||
"version": "1.3.0-next.0",
|
||||
"version": "1.3.0-next.1",
|
||||
"dependencies": {
|
||||
"@manypkg/get-packages": "^1.1.3",
|
||||
"@microsoft/api-documenter": "^7.17.11",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.0.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-app-api@1.0.3-next.0
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/plugin-permission-react@0.4.2-next.0
|
||||
|
||||
## 1.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"version": "1.0.3-next.0",
|
||||
"version": "1.0.3-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -33,10 +33,10 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-permission-react": "^0.4.1",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.2-next.0",
|
||||
"@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.17.2-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@types/jest": "^26.0.7",
|
||||
|
||||
@@ -1,5 +1,63 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.72-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-sentry@0.3.44-next.1
|
||||
- @backstage/plugin-kubernetes@0.6.6-next.1
|
||||
- @backstage/plugin-tech-insights@0.2.2-next.1
|
||||
- @backstage/plugin-cost-insights@0.11.28-next.1
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/cli@0.17.2-next.1
|
||||
- @backstage/core-app-api@1.0.3-next.0
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/integration-react@1.1.1-next.1
|
||||
- @backstage/plugin-airbrake@0.3.6-next.1
|
||||
- @backstage/plugin-apache-airflow@0.1.14-next.1
|
||||
- @backstage/plugin-api-docs@0.8.6-next.1
|
||||
- @backstage/plugin-azure-devops@0.1.22-next.1
|
||||
- @backstage/plugin-badges@0.2.30-next.1
|
||||
- @backstage/plugin-catalog-import@0.8.9-next.1
|
||||
- @backstage/plugin-circleci@0.3.6-next.1
|
||||
- @backstage/plugin-cloudbuild@0.3.6-next.1
|
||||
- @backstage/plugin-code-coverage@0.1.33-next.1
|
||||
- @backstage/plugin-explore@0.3.37-next.1
|
||||
- @backstage/plugin-gcalendar@0.3.2-next.1
|
||||
- @backstage/plugin-gcp-projects@0.3.25-next.1
|
||||
- @backstage/plugin-github-actions@0.5.6-next.1
|
||||
- @backstage/plugin-gocd@0.1.12-next.1
|
||||
- @backstage/plugin-graphiql@0.2.38-next.1
|
||||
- @backstage/plugin-home@0.4.22-next.1
|
||||
- @backstage/plugin-jenkins@0.7.5-next.1
|
||||
- @backstage/plugin-kafka@0.3.6-next.1
|
||||
- @backstage/plugin-lighthouse@0.3.6-next.1
|
||||
- @backstage/plugin-newrelic@0.3.24-next.1
|
||||
- @backstage/plugin-org@0.5.6-next.1
|
||||
- @backstage/plugin-pagerduty@0.3.33-next.1
|
||||
- @backstage/plugin-rollbar@0.4.6-next.1
|
||||
- @backstage/plugin-scaffolder@1.3.0-next.1
|
||||
- @backstage/plugin-search@0.8.2-next.1
|
||||
- @backstage/plugin-shortcuts@0.2.7-next.1
|
||||
- @backstage/plugin-stack-overflow@0.1.2-next.1
|
||||
- @backstage/plugin-tech-radar@0.5.13-next.1
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.0.1-next.1
|
||||
- @backstage/plugin-techdocs@1.1.2-next.1
|
||||
- @backstage/plugin-todo@0.2.8-next.1
|
||||
- @backstage/plugin-user-settings@0.4.5-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog@1.2.1-next.1
|
||||
- @backstage/plugin-catalog-graph@0.2.18-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
- @backstage/app-defaults@1.0.3-next.1
|
||||
- @backstage/plugin-search-react@0.2.1-next.0
|
||||
- @backstage/plugin-newrelic-dashboard@0.1.14-next.1
|
||||
- @backstage/plugin-permission-react@0.4.2-next.0
|
||||
- @backstage/plugin-techdocs-react@1.0.1-next.1
|
||||
- @backstage/plugin-catalog-common@1.0.3-next.0
|
||||
- @backstage/plugin-search-common@0.3.5-next.0
|
||||
|
||||
## 0.2.72-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+54
-54
@@ -1,65 +1,65 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.72-next.0",
|
||||
"version": "0.2.72-next.1",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
"bundled": true,
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/app-defaults": "^1.0.3-next.1",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/integration-react": "^1.1.1-next.0",
|
||||
"@backstage/plugin-airbrake": "^0.3.6-next.0",
|
||||
"@backstage/plugin-api-docs": "^0.8.6-next.0",
|
||||
"@backstage/plugin-azure-devops": "^0.1.22-next.0",
|
||||
"@backstage/plugin-apache-airflow": "^0.1.14-next.0",
|
||||
"@backstage/plugin-badges": "^0.2.30-next.0",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.2",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.18-next.0",
|
||||
"@backstage/plugin-catalog-import": "^0.8.9-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/plugin-circleci": "^0.3.6-next.0",
|
||||
"@backstage/plugin-cloudbuild": "^0.3.6-next.0",
|
||||
"@backstage/plugin-code-coverage": "^0.1.33-next.0",
|
||||
"@backstage/plugin-cost-insights": "^0.11.28-next.0",
|
||||
"@backstage/plugin-explore": "^0.3.37-next.0",
|
||||
"@backstage/plugin-gcalendar": "^0.3.2-next.0",
|
||||
"@backstage/plugin-gcp-projects": "^0.3.25-next.0",
|
||||
"@backstage/plugin-github-actions": "^0.5.6-next.0",
|
||||
"@backstage/plugin-gocd": "^0.1.12-next.0",
|
||||
"@backstage/plugin-graphiql": "^0.2.38-next.0",
|
||||
"@backstage/plugin-home": "^0.4.22-next.0",
|
||||
"@backstage/plugin-jenkins": "^0.7.5-next.0",
|
||||
"@backstage/plugin-kafka": "^0.3.6-next.0",
|
||||
"@backstage/plugin-kubernetes": "^0.6.6-next.0",
|
||||
"@backstage/plugin-lighthouse": "^0.3.6-next.0",
|
||||
"@backstage/plugin-newrelic": "^0.3.24-next.0",
|
||||
"@backstage/plugin-newrelic-dashboard": "^0.1.14-next.0",
|
||||
"@backstage/plugin-org": "^0.5.6-next.0",
|
||||
"@backstage/plugin-pagerduty": "0.3.33-next.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.1",
|
||||
"@backstage/plugin-rollbar": "^0.4.6-next.0",
|
||||
"@backstage/plugin-scaffolder": "^1.3.0-next.0",
|
||||
"@backstage/plugin-search": "^0.8.2-next.0",
|
||||
"@backstage/plugin-search-react": "^0.2.0",
|
||||
"@backstage/plugin-search-common": "^0.3.4",
|
||||
"@backstage/plugin-sentry": "^0.3.44-next.0",
|
||||
"@backstage/plugin-shortcuts": "^0.2.7-next.0",
|
||||
"@backstage/plugin-stack-overflow": "^0.1.2-next.0",
|
||||
"@backstage/plugin-tech-radar": "^0.5.13-next.0",
|
||||
"@backstage/plugin-techdocs": "^1.1.2-next.0",
|
||||
"@backstage/plugin-techdocs-react": "^1.0.1-next.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.1-next.0",
|
||||
"@backstage/plugin-todo": "^0.2.8-next.0",
|
||||
"@backstage/plugin-user-settings": "^0.4.5-next.0",
|
||||
"@backstage/plugin-tech-insights": "^0.2.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/integration-react": "^1.1.1-next.1",
|
||||
"@backstage/plugin-airbrake": "^0.3.6-next.1",
|
||||
"@backstage/plugin-api-docs": "^0.8.6-next.1",
|
||||
"@backstage/plugin-azure-devops": "^0.1.22-next.1",
|
||||
"@backstage/plugin-apache-airflow": "^0.1.14-next.1",
|
||||
"@backstage/plugin-badges": "^0.2.30-next.1",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-common": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.18-next.1",
|
||||
"@backstage/plugin-catalog-import": "^0.8.9-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/plugin-circleci": "^0.3.6-next.1",
|
||||
"@backstage/plugin-cloudbuild": "^0.3.6-next.1",
|
||||
"@backstage/plugin-code-coverage": "^0.1.33-next.1",
|
||||
"@backstage/plugin-cost-insights": "^0.11.28-next.1",
|
||||
"@backstage/plugin-explore": "^0.3.37-next.1",
|
||||
"@backstage/plugin-gcalendar": "^0.3.2-next.1",
|
||||
"@backstage/plugin-gcp-projects": "^0.3.25-next.1",
|
||||
"@backstage/plugin-github-actions": "^0.5.6-next.1",
|
||||
"@backstage/plugin-gocd": "^0.1.12-next.1",
|
||||
"@backstage/plugin-graphiql": "^0.2.38-next.1",
|
||||
"@backstage/plugin-home": "^0.4.22-next.1",
|
||||
"@backstage/plugin-jenkins": "^0.7.5-next.1",
|
||||
"@backstage/plugin-kafka": "^0.3.6-next.1",
|
||||
"@backstage/plugin-kubernetes": "^0.6.6-next.1",
|
||||
"@backstage/plugin-lighthouse": "^0.3.6-next.1",
|
||||
"@backstage/plugin-newrelic": "^0.3.24-next.1",
|
||||
"@backstage/plugin-newrelic-dashboard": "^0.1.14-next.1",
|
||||
"@backstage/plugin-org": "^0.5.6-next.1",
|
||||
"@backstage/plugin-pagerduty": "0.3.33-next.1",
|
||||
"@backstage/plugin-permission-react": "^0.4.2-next.0",
|
||||
"@backstage/plugin-rollbar": "^0.4.6-next.1",
|
||||
"@backstage/plugin-scaffolder": "^1.3.0-next.1",
|
||||
"@backstage/plugin-search": "^0.8.2-next.1",
|
||||
"@backstage/plugin-search-react": "^0.2.1-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.0",
|
||||
"@backstage/plugin-sentry": "^0.3.44-next.1",
|
||||
"@backstage/plugin-shortcuts": "^0.2.7-next.1",
|
||||
"@backstage/plugin-stack-overflow": "^0.1.2-next.1",
|
||||
"@backstage/plugin-tech-radar": "^0.5.13-next.1",
|
||||
"@backstage/plugin-techdocs": "^1.1.2-next.1",
|
||||
"@backstage/plugin-techdocs-react": "^1.0.1-next.1",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.1-next.1",
|
||||
"@backstage/plugin-todo": "^0.2.8-next.1",
|
||||
"@backstage/plugin-user-settings": "^0.4.5-next.1",
|
||||
"@backstage/plugin-tech-insights": "^0.2.2-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -80,7 +80,7 @@
|
||||
"zen-observable": "^0.8.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@rjsf/core": "^3.2.1",
|
||||
"@testing-library/cypress": "^8.0.2",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.13.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/config-loader@1.1.2-next.0
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
|
||||
## 0.13.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.13.6-next.0",
|
||||
"version": "0.13.6-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -36,9 +36,9 @@
|
||||
"dependencies": {
|
||||
"@backstage/cli-common": "^0.1.9",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/config-loader": "^1.1.1",
|
||||
"@backstage/config-loader": "^1.1.2-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@google-cloud/storage": "^5.8.0",
|
||||
"@manypkg/get-packages": "^1.1.3",
|
||||
@@ -91,8 +91,8 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/archiver": "^5.1.0",
|
||||
"@types/base64-stream": "^1.0.2",
|
||||
"@types/compression": "^1.7.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/backend-tasks
|
||||
|
||||
## 0.3.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f7146b516f: Updated dependency `cron` to `^2.0.0`.
|
||||
Updated dependency `@types/cron` to `^2.0.0`.
|
||||
- 7f108513b8: Add error logging when a background task throws an error rather than silently swallowing it.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
|
||||
## 0.3.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-tasks",
|
||||
"description": "Common distributed task management library for Backstage backends",
|
||||
"version": "0.3.2-next.0",
|
||||
"version": "0.3.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -33,7 +33,7 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
@@ -48,8 +48,8 @@
|
||||
"zod": "^3.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/cron": "^2.0.0",
|
||||
"wait-for-expect": "^3.0.2"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 0.1.25-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.17.2-next.1
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
|
||||
## 0.1.25-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"version": "0.1.25-next.0",
|
||||
"version": "0.1.25-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -34,8 +34,8 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
"knex": "^1.0.2",
|
||||
@@ -46,7 +46,7 @@
|
||||
"uuid": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0"
|
||||
"@backstage/cli": "^0.17.2-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1,5 +1,40 @@
|
||||
# example-backend
|
||||
|
||||
## 0.2.72-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-tech-insights-backend@0.4.1-next.1
|
||||
- @backstage/plugin-auth-backend@0.14.1-next.1
|
||||
- @backstage/plugin-jenkins-backend@0.1.23-next.1
|
||||
- @backstage/backend-tasks@0.3.2-next.1
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/catalog-client@1.0.3-next.0
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
- @backstage/plugin-app-backend@0.3.33-next.1
|
||||
- @backstage/plugin-auth-node@0.2.2-next.1
|
||||
- @backstage/plugin-azure-devops-backend@0.3.12-next.1
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.1
|
||||
- @backstage/plugin-code-coverage-backend@0.1.31-next.1
|
||||
- @backstage/plugin-graphql-backend@0.1.23-next.1
|
||||
- @backstage/plugin-permission-backend@0.5.8-next.1
|
||||
- @backstage/plugin-permission-common@0.6.2-next.0
|
||||
- @backstage/plugin-permission-node@0.6.2-next.1
|
||||
- @backstage/plugin-rollbar-backend@0.1.30-next.1
|
||||
- @backstage/plugin-scaffolder-backend@1.3.0-next.1
|
||||
- @backstage/plugin-techdocs-backend@1.1.2-next.1
|
||||
- @backstage/plugin-todo-backend@0.1.30-next.1
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@0.1.5-next.1
|
||||
- @backstage/plugin-search-backend-node@0.6.2-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-badges-backend@0.1.27-next.1
|
||||
- example-app@0.2.72-next.1
|
||||
- @backstage/plugin-search-backend@0.5.3-next.1
|
||||
- @backstage/plugin-kafka-backend@0.2.26-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.6.0-next.1
|
||||
- @backstage/plugin-search-backend-module-pg@0.3.4-next.1
|
||||
|
||||
## 0.2.72-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.2.72-next.0",
|
||||
"version": "0.2.72-next.1",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -26,39 +26,39 @@
|
||||
"build-image": "docker build ../.. -f Dockerfile --tag example-backend"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.0",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/plugin-app-backend": "^0.3.33-next.0",
|
||||
"@backstage/plugin-auth-backend": "^0.14.1-next.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.2-next.0",
|
||||
"@backstage/plugin-azure-devops-backend": "^0.3.12-next.0",
|
||||
"@backstage/plugin-badges-backend": "^0.1.27-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.0",
|
||||
"@backstage/plugin-code-coverage-backend": "^0.1.31-next.0",
|
||||
"@backstage/plugin-graphql-backend": "^0.1.23-next.0",
|
||||
"@backstage/plugin-jenkins-backend": "^0.1.23-next.0",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.6.0-next.0",
|
||||
"@backstage/plugin-kafka-backend": "^0.2.26-next.0",
|
||||
"@backstage/plugin-permission-backend": "^0.5.8-next.0",
|
||||
"@backstage/plugin-permission-common": "^0.6.1",
|
||||
"@backstage/plugin-permission-node": "^0.6.2-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-app-backend": "^0.3.33-next.1",
|
||||
"@backstage/plugin-auth-backend": "^0.14.1-next.1",
|
||||
"@backstage/plugin-auth-node": "^0.2.2-next.1",
|
||||
"@backstage/plugin-azure-devops-backend": "^0.3.12-next.1",
|
||||
"@backstage/plugin-badges-backend": "^0.1.27-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/plugin-code-coverage-backend": "^0.1.31-next.1",
|
||||
"@backstage/plugin-graphql-backend": "^0.1.23-next.1",
|
||||
"@backstage/plugin-jenkins-backend": "^0.1.23-next.1",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.6.0-next.1",
|
||||
"@backstage/plugin-kafka-backend": "^0.2.26-next.1",
|
||||
"@backstage/plugin-permission-backend": "^0.5.8-next.1",
|
||||
"@backstage/plugin-permission-common": "^0.6.2-next.0",
|
||||
"@backstage/plugin-permission-node": "^0.6.2-next.1",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.27-next.0",
|
||||
"@backstage/plugin-rollbar-backend": "^0.1.30-next.0",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.3.0-next.0",
|
||||
"@backstage/plugin-rollbar-backend": "^0.1.30-next.1",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.3.0-next.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "^0.4.1-next.0",
|
||||
"@backstage/plugin-search-backend": "^0.5.3-next.0",
|
||||
"@backstage/plugin-search-backend-node": "^0.6.2-next.0",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "^0.1.5-next.0",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.3.4-next.0",
|
||||
"@backstage/plugin-techdocs-backend": "^1.1.2-next.0",
|
||||
"@backstage/plugin-tech-insights-backend": "^0.4.1-next.0",
|
||||
"@backstage/plugin-search-backend": "^0.5.3-next.1",
|
||||
"@backstage/plugin-search-backend-node": "^0.6.2-next.1",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "^0.1.5-next.1",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.3.4-next.1",
|
||||
"@backstage/plugin-techdocs-backend": "^1.1.2-next.1",
|
||||
"@backstage/plugin-tech-insights-backend": "^0.4.1-next.1",
|
||||
"@backstage/plugin-tech-insights-node": "^0.3.1-next.0",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.17-next.0",
|
||||
"@backstage/plugin-todo-backend": "^0.1.30-next.0",
|
||||
"@backstage/plugin-todo-backend": "^0.1.30-next.1",
|
||||
"@gitbeaker/node": "^35.1.0",
|
||||
"@octokit/rest": "^18.5.3",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
@@ -75,7 +75,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/catalog-client
|
||||
|
||||
## 1.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/catalog-client",
|
||||
"description": "An isomorphic client for the catalog backend",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3-next.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": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"msw": "^0.42.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/catalog-model
|
||||
|
||||
## 1.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 131a99e909: Added targetRef to common.schema.json to match the Typescript type
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/catalog-model",
|
||||
"description": "Types and validators that help describe the model of a Backstage Catalog",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3-next.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.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/json-schema": "^7.0.5",
|
||||
"@types/lodash": "^4.14.151",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.17.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bd58365d09: Updated dependency `run-script-webpack-plugin` to `^0.0.14`.
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/config-loader@1.1.2-next.0
|
||||
- @backstage/release-manifests@0.0.4-next.0
|
||||
|
||||
## 0.17.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.17.2-next.0",
|
||||
"version": "0.17.2-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -33,9 +33,9 @@
|
||||
"dependencies": {
|
||||
"@backstage/cli-common": "^0.1.9",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/config-loader": "^1.1.1",
|
||||
"@backstage/config-loader": "^1.1.2-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/release-manifests": "^0.0.3",
|
||||
"@backstage/release-manifests": "^0.0.4-next.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@hot-loader/react-dom-v16": "npm:@hot-loader/react-dom@^16.0.2",
|
||||
"@hot-loader/react-dom-v17": "npm:@hot-loader/react-dom@^17.0.2",
|
||||
@@ -126,13 +126,13 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@types/diff": "^5.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/config-loader
|
||||
|
||||
## 1.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/config-loader",
|
||||
"description": "Config loading functionality used by Backstage backend, and CLI",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2-next.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/core-app-api
|
||||
|
||||
## 1.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-app-api",
|
||||
"description": "Core app API used by Backstage apps",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3-next.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@backstage/version-bridge": "^1.0.1",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
@@ -49,8 +49,8 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.9.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- feb4e8de07: Fix EntityPage tab scrolling overflow bug on Firefox
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- bff65e6958: The `SidebarPinStateContext` and `SidebarContext` have been deprecated and will be removed in a future release. Instead, use `<SidebarPinStateProvider>` + `useSidebarPinState()` and/or `<SidebarOpenStateProvider>` + `useSidebarOpenState()`.
|
||||
|
||||
This was done to ensure that sidebar state can be shared successfully across components exported by different packages, regardless of what version of this package is resolved and installed for each individual package.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
|
||||
## 0.9.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.9.5-next.0",
|
||||
"version": "0.9.5-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/version-bridge": "^1.0.1",
|
||||
@@ -79,9 +79,9 @@
|
||||
"react-dom": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/core-plugin-api
|
||||
|
||||
## 1.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-plugin-api",
|
||||
"description": "Core API used by Backstage plugins",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3-next.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -46,9 +46,9 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
|
||||
@@ -1,5 +1,35 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.4.28-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bff65e6958: Use of `SidebarContext` has been deprecated and will be removed in a future release. Instead, `useSidebarOpenState()` should be used to consume the context and `<SidebarOpenStateProvider>` should be used to provide it.
|
||||
|
||||
To prepare your app, update `packages/app/src/components/Root/Root.tsx` as follows:
|
||||
|
||||
```diff
|
||||
import {
|
||||
Sidebar,
|
||||
sidebarConfig,
|
||||
- SidebarContext
|
||||
SidebarDivider,
|
||||
// ...
|
||||
SidebarSpace,
|
||||
+ useSidebarOpenState,
|
||||
} from '@backstage/core-components';
|
||||
|
||||
// ...
|
||||
|
||||
const SidebarLogo = () => {
|
||||
const classes = useSidebarLogoStyles();
|
||||
- const { isOpen } = useContext(SidebarContext);
|
||||
+ const { isOpen } = useSidebarOpenState();
|
||||
|
||||
// ...
|
||||
};
|
||||
```
|
||||
|
||||
## 0.4.28-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.4.28-next.0",
|
||||
"version": "0.4.28-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-app-api@1.0.3-next.0
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/integration-react@1.1.1-next.1
|
||||
- @backstage/test-utils@1.1.1-next.0
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
- @backstage/app-defaults@1.0.3-next.1
|
||||
|
||||
## 1.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "1.0.3-next.0",
|
||||
"version": "1.0.3-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -33,14 +33,14 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.3-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/integration-react": "^1.1.1-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/app-defaults": "^1.0.3-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/integration-react": "^1.1.1-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.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.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/integration-react
|
||||
|
||||
## 1.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
|
||||
## 1.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration-react",
|
||||
"description": "Frontend package for managing integrations towards external systems",
|
||||
"version": "1.1.1-next.0",
|
||||
"version": "1.1.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -25,9 +25,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@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.17.2-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/integration
|
||||
|
||||
## 1.2.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
|
||||
## 1.2.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration",
|
||||
"description": "Helpers for managing integrations towards external systems",
|
||||
"version": "1.2.1-next.0",
|
||||
"version": "1.2.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -43,9 +43,9 @@
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/config-loader": "^1.1.1",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/config-loader": "^1.1.2-next.0",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/luxon": "^2.0.4",
|
||||
"msw": "^0.42.0"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/release-manifests
|
||||
|
||||
## 0.0.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
|
||||
## 0.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/release-manifests",
|
||||
"description": "Helper library for receiving release manifests",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4-next.0",
|
||||
"private": false,
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
@@ -36,7 +36,7 @@
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"msw": "^0.42.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^16.0.0"
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/search-common
|
||||
|
||||
## 0.3.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.0
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/search-common",
|
||||
"description": "No longer maintained. Use @backstage/plugin-search-common instead.",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -35,7 +35,7 @@
|
||||
"url": "https://github.com/backstage/backstage/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/plugin-search-common": "0.3.4"
|
||||
"@backstage/plugin-search-common": "0.3.5-next.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"jest": {
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.71-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/cli@0.17.2-next.1
|
||||
- @backstage/core-app-api@1.0.3-next.0
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/integration-react@1.1.1-next.1
|
||||
- @backstage/test-utils@1.1.1-next.0
|
||||
- @backstage/plugin-techdocs@1.1.2-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog@1.2.1-next.1
|
||||
- @backstage/app-defaults@1.0.3-next.1
|
||||
- @backstage/plugin-techdocs-react@1.0.1-next.1
|
||||
|
||||
## 0.2.71-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.71-next.0",
|
||||
"version": "0.2.71-next.1",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
"bundled": true,
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/app-defaults": "^1.0.3-next.1",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/integration-react": "^1.1.1-next.0",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.0",
|
||||
"@backstage/plugin-techdocs": "^1.1.2-next.0",
|
||||
"@backstage/plugin-techdocs-react": "^1.0.1-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/integration-react": "^1.1.1-next.1",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.1",
|
||||
"@backstage/plugin-techdocs": "^1.1.2-next.1",
|
||||
"@backstage/plugin-techdocs-react": "^1.0.1-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -30,7 +30,7 @@
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.1.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bff65e6958: Updated sidebar-related logic to use `<SidebarPinStateProvider>` + `useSidebarPinState()` and/or `<SidebarOpenStateProvider>` + `useSidebarOpenState()` from `@backstage/core-components`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-techdocs-node@1.1.2-next.1
|
||||
|
||||
## 1.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "1.1.2-next.0",
|
||||
"version": "1.1.2-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -37,7 +37,7 @@
|
||||
"techdocs-cli": "bin/techdocs-cli"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.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.13.6-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/cli-common": "^0.1.9",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-techdocs-node": "^1.1.2-next.0",
|
||||
"@backstage/plugin-techdocs-node": "^1.1.2-next.1",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"commander": "^9.1.0",
|
||||
"dockerode": "^3.3.1",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/techdocs-common
|
||||
|
||||
## 0.11.16-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-techdocs-node@1.1.2-next.1
|
||||
|
||||
## 0.11.16-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/techdocs-common",
|
||||
"description": "No longer maintained. Use @backstage/plugin-techdocs-node instead.",
|
||||
"version": "0.11.16-next.0",
|
||||
"version": "0.11.16-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -36,7 +36,7 @@
|
||||
"url": "https://github.com/backstage/backstage/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/plugin-techdocs-node": "1.1.2-next.0"
|
||||
"@backstage/plugin-techdocs-node": "1.1.2-next.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"jest": {
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/test-utils
|
||||
|
||||
## 1.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-app-api@1.0.3-next.0
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/plugin-permission-common@0.6.2-next.0
|
||||
- @backstage/plugin-permission-react@0.4.2-next.0
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/test-utils",
|
||||
"description": "Utilities to test Backstage plugins and apps.",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1-next.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,10 +34,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.1",
|
||||
"@backstage/plugin-permission-react": "^0.4.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-permission-common": "^0.6.2-next.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.2-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -55,7 +55,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^16.11.26",
|
||||
"msw": "^0.42.0"
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-adr-backend
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/catalog-client@1.0.3-next.0
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-search-common@0.3.5-next.0
|
||||
- @backstage/plugin-adr-common@0.1.1-next.1
|
||||
|
||||
## 0.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-backend",
|
||||
"version": "0.1.1-next.0",
|
||||
"version": "0.1.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -29,14 +29,14 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/plugin-adr-common": "^0.1.1-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.4",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-adr-common": "^0.1.1-next.1",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.0",
|
||||
"luxon": "^2.0.2",
|
||||
"marked": "^4.0.14",
|
||||
"winston": "^3.2.1",
|
||||
@@ -44,7 +44,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/marked": "^4.0.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-adr-common
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-search-common@0.3.5-next.0
|
||||
|
||||
## 0.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-common",
|
||||
"description": "Common functionalities for the adr plugin",
|
||||
"version": "0.1.1-next.0",
|
||||
"version": "0.1.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,12 +30,12 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.4"
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0"
|
||||
"@backstage/cli": "^0.17.2-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-adr
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/integration-react@1.1.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
- @backstage/plugin-search-react@0.2.1-next.0
|
||||
- @backstage/plugin-search-common@0.3.5-next.0
|
||||
- @backstage/plugin-adr-common@0.1.1-next.1
|
||||
|
||||
## 0.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+12
-12
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr",
|
||||
"version": "0.1.1-next.0",
|
||||
"version": "0.1.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -22,13 +22,13 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/integration-react": "^1.1.1-next.0",
|
||||
"@backstage/plugin-adr-common": "^0.1.1-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.4",
|
||||
"@backstage/plugin-search-react": "^0.2.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/integration-react": "^1.1.1-next.1",
|
||||
"@backstage/plugin-adr-common": "^0.1.1-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.0",
|
||||
"@backstage/plugin-search-react": "^0.2.1-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -44,10 +44,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-airbrake-backend
|
||||
|
||||
## 0.2.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
|
||||
## 0.2.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake-backend",
|
||||
"version": "0.2.6-next.0",
|
||||
"version": "0.2.6-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -22,7 +22,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@types/express": "*",
|
||||
"express": "^4.17.1",
|
||||
@@ -33,7 +33,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/http-proxy-middleware": "^0.19.3",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.6",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-airbrake
|
||||
|
||||
## 0.3.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/test-utils@1.1.1-next.0
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
- @backstage/dev-utils@1.0.3-next.1
|
||||
|
||||
## 0.3.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake",
|
||||
"version": "0.3.6-next.0",
|
||||
"version": "0.3.6-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,12 +23,12 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -40,10 +40,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/app-defaults": "^1.0.3-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/app-defaults": "^1.0.3-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-allure
|
||||
|
||||
## 0.1.22-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
|
||||
## 0.1.22-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-allure",
|
||||
"description": "A Backstage plugin that integrates with Allure",
|
||||
"version": "0.1.22-next.0",
|
||||
"version": "0.1.22-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -25,10 +25,10 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -40,10 +40,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-analytics-module-ga
|
||||
|
||||
## 0.1.17-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
|
||||
## 0.1.17-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-analytics-module-ga",
|
||||
"version": "0.1.17-next.0",
|
||||
"version": "0.1.17-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -25,8 +25,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -38,10 +38,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-apache-airflow
|
||||
|
||||
## 0.1.14-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
|
||||
## 0.1.14-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-apache-airflow",
|
||||
"version": "0.1.14-next.0",
|
||||
"version": "0.1.14-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,8 +23,8 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
@@ -36,10 +36,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.8.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog@1.2.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
|
||||
## 0.8.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"version": "0.8.6-next.0",
|
||||
"version": "0.8.6-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,11 +34,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@asyncapi/react-component": "1.0.0-next.38",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -57,10 +57,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.3.33-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/config-loader@1.1.2-next.0
|
||||
|
||||
## 0.3.33-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-backend",
|
||||
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
||||
"version": "0.3.33-next.0",
|
||||
"version": "0.3.33-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,8 +33,8 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/config-loader": "^1.1.1",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/config-loader": "^1.1.2-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
@@ -50,8 +50,8 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"mock-fs": "^5.1.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.14.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5e055079f0: Increased key field size for signing_keys table to account for larger signature keys
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- 467facc6ea: Fix improper binding of 'this' in ALB Auth provider
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/catalog-client@1.0.3-next.0
|
||||
- @backstage/plugin-auth-node@0.2.2-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
|
||||
## 0.14.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"version": "0.14.1-next.0",
|
||||
"version": "0.14.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,10 +33,10 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/plugin-auth-node": "^0.2.2-next.0",
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/plugin-auth-node": "^0.2.2-next.1",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
@@ -76,8 +76,8 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/body-parser": "^1.19.0",
|
||||
"@types/cookie-parser": "^1.4.2",
|
||||
"@types/express-session": "^1.17.2",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.2.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
|
||||
## 0.2.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.2.2-next.0",
|
||||
"version": "0.2.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,7 +23,7 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"jose": "^4.6.0",
|
||||
@@ -31,7 +31,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.42.0",
|
||||
"uuid": "^8.0.0"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-azure-devops-backend
|
||||
|
||||
## 0.3.12-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
|
||||
## 0.3.12-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops-backend",
|
||||
"version": "0.3.12-next.0",
|
||||
"version": "0.3.12-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,7 +23,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-azure-devops-common": "^0.2.3",
|
||||
"@types/express": "^4.17.6",
|
||||
@@ -35,7 +35,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.6",
|
||||
"msw": "^0.42.0"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-azure-devops
|
||||
|
||||
## 0.1.22-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
|
||||
## 0.1.22-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops",
|
||||
"version": "0.1.22-next.0",
|
||||
"version": "0.1.22-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,12 +30,12 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-azure-devops-common": "^0.2.3",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -49,10 +49,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-badges-backend
|
||||
|
||||
## 0.1.27-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/catalog-client@1.0.3-next.0
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
|
||||
## 0.1.27-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-badges-backend",
|
||||
"description": "A Backstage backend plugin that generates README badges for your entities",
|
||||
"version": "0.1.27-next.0",
|
||||
"version": "0.1.27-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,9 +34,9 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
@@ -48,7 +48,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-badges
|
||||
|
||||
## 0.2.30-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
|
||||
## 0.2.30-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-badges",
|
||||
"description": "A Backstage plugin that generates README badges for your entities",
|
||||
"version": "0.2.30-next.0",
|
||||
"version": "0.2.30-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -30,11 +30,11 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -46,10 +46,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-bazaar
|
||||
|
||||
## 0.1.21-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/cli@0.17.2-next.1
|
||||
- @backstage/catalog-client@1.0.3-next.0
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog@1.2.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
|
||||
## 0.1.21-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+10
-10
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bazaar",
|
||||
"version": "0.1.21-next.0",
|
||||
"version": "0.1.21-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,13 +24,13 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.0.2",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@date-io/luxon": "1.x",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -47,8 +47,8 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
# @backstage/plugin-bitbucket-cloud-common
|
||||
|
||||
## 0.1.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 1dffa7dd4d: Add new common library `bitbucket-cloud-common` with a client for Bitbucket Cloud.
|
||||
|
||||
This client can be reused across all packages and might be the future place for additional
|
||||
features like managing the rate limits, etc.
|
||||
|
||||
The client itself was generated in parts using the `@openapitools/openapi-generator-cli`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitbucket-cloud-common",
|
||||
"description": "Common functionalities for bitbucket-cloud plugins",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -28,11 +28,11 @@
|
||||
"update-models": "yarn refresh-schema && yarn generate-models && yarn reduce-models"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@openapitools/openapi-generator-cli": "^2.4.26",
|
||||
"msw": "^0.35.0",
|
||||
"ts-morph": "^15.0.0"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-bitrise
|
||||
|
||||
## 0.1.33-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.1
|
||||
- @backstage/core-plugin-api@1.0.3-next.0
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-catalog-react@1.1.1-next.1
|
||||
|
||||
## 0.1.33-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitrise",
|
||||
"description": "A Backstage plugin that integrates towards Bitrise",
|
||||
"version": "0.1.33-next.0",
|
||||
"version": "0.1.33-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,10 +24,10 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/core-components": "^0.9.5-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.2",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -43,10 +43,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.0",
|
||||
"@backstage/test-utils": "^1.1.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.1.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.3.2-next.1
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
|
||||
## 0.1.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-aws",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards AWS",
|
||||
"version": "0.1.6-next.0",
|
||||
"version": "0.1.6-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,13 +33,13 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"aws-sdk": "^2.840.0",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -48,7 +48,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/lodash": "^4.14.151",
|
||||
"aws-sdk-mock": "^5.2.1",
|
||||
"yaml": "^1.9.2"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-azure
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
|
||||
## 0.1.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-azure",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Azure",
|
||||
"version": "0.1.4-next.0",
|
||||
"version": "0.1.4-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,12 +33,12 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.42.0",
|
||||
@@ -46,8 +46,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1 +1,68 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
|
||||
|
||||
## 0.1.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- dfc4efcbf0: Add new plugin `catalog-backend-module-bitbucket-cloud` with `BitbucketCloudEntityProvider`.
|
||||
|
||||
This entity provider is an alternative/replacement to the `BitbucketDiscoveryProcessor` **_(for Bitbucket Cloud only!)_**.
|
||||
It replaces use cases using `search=true` and should be powerful enough as a complete replacement.
|
||||
|
||||
If any feature for Bitbucket Cloud is missing and preventing you from switching, please raise an issue.
|
||||
|
||||
**Before:**
|
||||
|
||||
```typescript
|
||||
// packages/backend/src/plugins/catalog.ts
|
||||
|
||||
builder.addProcessor(
|
||||
BitbucketDiscoveryProcessor.fromConfig(env.config, { logger: env.logger }),
|
||||
);
|
||||
```
|
||||
|
||||
```yaml
|
||||
# app-config.yaml
|
||||
|
||||
catalog:
|
||||
locations:
|
||||
- type: bitbucket-discovery
|
||||
target: 'https://bitbucket.org/workspaces/workspace-name/projects/apis-*/repos/service-*?search=true&catalogPath=/catalog-info.yaml'
|
||||
```
|
||||
|
||||
**After:**
|
||||
|
||||
```typescript
|
||||
// packages/backend/src/plugins/catalog.ts
|
||||
builder.addEntityProvider(
|
||||
BitbucketCloudEntityProvider.fromConfig(env.config, {
|
||||
logger: env.logger,
|
||||
schedule: env.scheduler.createScheduledTaskRunner({
|
||||
frequency: { minutes: 30 },
|
||||
timeout: { minutes: 3 },
|
||||
}),
|
||||
}),
|
||||
);
|
||||
```
|
||||
|
||||
```yaml
|
||||
# app-config.yaml
|
||||
|
||||
catalog:
|
||||
providers:
|
||||
bitbucketCloud:
|
||||
yourProviderId: # identifies your ingested dataset
|
||||
catalogPath: /catalog-info.yaml # default value
|
||||
filters: # optional
|
||||
projectKey: '^apis-.* # optional; RegExp
|
||||
repoSlug: '^service-.* # optional; RegExp
|
||||
workspace: workspace-name
|
||||
```
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.3.2-next.1
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.1
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.1.0-next.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0-next.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,18 +33,18 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-tasks": "^0.3.2-next.0",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "^0.0.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "^0.1.0-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"uuid": "^8.0.0",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"msw": "^0.35.0"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket
|
||||
|
||||
## 0.2.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 1c01c0fd14: Integrate `@backstage/plugin-bitbucket-cloud-common` as replacement for the `BitbucketCloudClient`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.1.0-next.0
|
||||
|
||||
## 0.1.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket",
|
||||
"version": "0.1.4-next.0",
|
||||
"version": "0.2.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,13 +33,13 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "^0.0.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "^0.1.0-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.42.0",
|
||||
@@ -47,8 +47,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-backend-module-gerrit
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.3.2-next.1
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
|
||||
## 0.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gerrit",
|
||||
"version": "0.1.1-next.0",
|
||||
"version": "0.1.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -28,13 +28,13 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"fs-extra": "10.1.0",
|
||||
"msw": "^0.42.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
@@ -42,8 +42,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/fs-extra": "^9.0.1"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-catalog-backend-module-github
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8335a6f6f3: Adds an edit URL to the GitHub Teams Group entities.
|
||||
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.3.2-next.1
|
||||
- @backstage/backend-common@0.13.6-next.1
|
||||
- @backstage/integration@1.2.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.1
|
||||
- @backstage/catalog-model@1.0.3-next.0
|
||||
|
||||
## 0.1.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
|
||||
"version": "0.1.4-next.0",
|
||||
"version": "0.1.4-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,13 +33,13 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.0",
|
||||
"@backstage/catalog-model": "^1.0.2",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@octokit/graphql": "^4.5.8",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -49,8 +49,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user