Version Packages (next)
This commit is contained in:
@@ -172,44 +172,87 @@
|
||||
"@backstage/plugin-xcmetrics": "0.2.28"
|
||||
},
|
||||
"changesets": [
|
||||
"afraid-horses-lick",
|
||||
"afraid-radios-boil",
|
||||
"beige-monkeys-add",
|
||||
"beige-pumas-tap",
|
||||
"big-dolls-reflect",
|
||||
"big-teachers-tell",
|
||||
"blue-snakes-compete",
|
||||
"clever-beans-turn",
|
||||
"cold-frogs-kiss",
|
||||
"curly-hounds-wait",
|
||||
"dry-games-end",
|
||||
"eight-spies-protect",
|
||||
"eleven-bees-marry",
|
||||
"famous-hounds-sit",
|
||||
"famous-wombats-happen",
|
||||
"five-carrots-pay",
|
||||
"flat-plums-shout",
|
||||
"flat-walls-kiss",
|
||||
"fresh-rabbits-juggle",
|
||||
"funny-hounds-obey",
|
||||
"funny-years-speak",
|
||||
"gold-hounds-vanish",
|
||||
"good-avocados-grow",
|
||||
"good-papayas-dress",
|
||||
"gorgeous-swans-kiss",
|
||||
"great-cats-sit",
|
||||
"grumpy-kiwis-juggle",
|
||||
"happy-kiwis-look",
|
||||
"heavy-ligers-laugh",
|
||||
"hot-files-begin",
|
||||
"hot-suits-glow",
|
||||
"hungry-dogs-agree",
|
||||
"large-eagles-shop",
|
||||
"large-trainers-float",
|
||||
"lazy-snakes-film",
|
||||
"light-beans-share",
|
||||
"loud-comics-search",
|
||||
"lovely-ants-invite",
|
||||
"lucky-points-wash",
|
||||
"many-rules-raise",
|
||||
"mean-tomatoes-visit",
|
||||
"metal-crabs-wash",
|
||||
"nervous-rivers-sneeze",
|
||||
"old-lemons-switch",
|
||||
"old-tables-joke",
|
||||
"popular-shirts-happen",
|
||||
"red-numbers-suffer",
|
||||
"renovate-16f36a0",
|
||||
"renovate-4f0c2e3",
|
||||
"renovate-58c2860",
|
||||
"renovate-7d3b357",
|
||||
"renovate-c98c336",
|
||||
"renovate-f18a0fc",
|
||||
"rich-cooks-camp",
|
||||
"rich-melons-compete",
|
||||
"rotten-books-crash",
|
||||
"rude-books-rush",
|
||||
"shaggy-chicken-behave",
|
||||
"shaggy-vans-repeat",
|
||||
"sharp-swans-suffer",
|
||||
"shiny-lobsters-fix",
|
||||
"silent-kings-live",
|
||||
"slimy-zebras-reply",
|
||||
"small-lemons-brake",
|
||||
"small-walls-promise",
|
||||
"smooth-yaks-hug",
|
||||
"spicy-cherries-remember",
|
||||
"strong-games-kiss",
|
||||
"strong-planes-return",
|
||||
"sweet-fishes-taste",
|
||||
"tall-trains-remain",
|
||||
"tame-papayas-protect",
|
||||
"techdocs-jeans-wait",
|
||||
"tender-ladybugs-relax",
|
||||
"tiny-oranges-thank",
|
||||
"tough-dolphins-smile",
|
||||
"two-planets-provide",
|
||||
"weak-yaks-learn",
|
||||
"wild-sheep-roll",
|
||||
"witty-cats-wink",
|
||||
"witty-queens-happen",
|
||||
"young-trees-rescue"
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -48,7 +48,7 @@
|
||||
"@types/react": "^17",
|
||||
"@types/react-dom": "^17"
|
||||
},
|
||||
"version": "1.6.0-next.0",
|
||||
"version": "1.6.0-next.1",
|
||||
"dependencies": {
|
||||
"@manypkg/get-packages": "^1.1.3",
|
||||
"@microsoft/api-documenter": "^7.17.11",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.0.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- Updated dependencies
|
||||
- @backstage/core-app-api@1.1.0-next.1
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-permission-react@0.4.5-next.1
|
||||
|
||||
## 1.0.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"version": "1.0.6-next.0",
|
||||
"version": "1.0.6-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -33,10 +33,10 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.5-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/plugin-permission-react": "^0.4.5-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1"
|
||||
@@ -46,8 +46,8 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@types/jest": "^26.0.7",
|
||||
|
||||
@@ -1,5 +1,57 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.75-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/app-defaults@1.0.6-next.1
|
||||
- @backstage/core-app-api@1.1.0-next.1
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-airbrake@0.3.9-next.1
|
||||
- @backstage/plugin-api-docs@0.8.9-next.1
|
||||
- @backstage/plugin-azure-devops@0.2.0-next.1
|
||||
- @backstage/plugin-badges@0.2.33-next.1
|
||||
- @backstage/plugin-catalog-graph@0.2.21-next.1
|
||||
- @backstage/plugin-catalog-import@0.8.12-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
- @backstage/plugin-circleci@0.3.9-next.1
|
||||
- @backstage/plugin-cloudbuild@0.3.9-next.1
|
||||
- @backstage/plugin-code-coverage@0.2.2-next.1
|
||||
- @backstage/plugin-cost-insights@0.11.31-next.1
|
||||
- @backstage/plugin-explore@0.3.40-next.1
|
||||
- @backstage/plugin-gcp-projects@0.3.28-next.1
|
||||
- @backstage/plugin-github-actions@0.5.9-next.1
|
||||
- @backstage/plugin-graphiql@0.2.41-next.1
|
||||
- @backstage/plugin-home@0.4.25-next.1
|
||||
- @backstage/plugin-jenkins@0.7.8-next.1
|
||||
- @backstage/plugin-kafka@0.3.9-next.1
|
||||
- @backstage/plugin-kubernetes@0.7.2-next.1
|
||||
- @backstage/plugin-lighthouse@0.3.9-next.1
|
||||
- @backstage/plugin-org@0.5.9-next.1
|
||||
- @backstage/plugin-pagerduty@0.5.2-next.1
|
||||
- @backstage/plugin-permission-react@0.4.5-next.1
|
||||
- @backstage/plugin-rollbar@0.4.9-next.1
|
||||
- @backstage/plugin-scaffolder@1.6.0-next.1
|
||||
- @backstage/plugin-search-react@1.0.2-next.1
|
||||
- @backstage/plugin-search@1.0.2-next.1
|
||||
- @backstage/plugin-sentry@0.4.2-next.1
|
||||
- @backstage/plugin-shortcuts@0.3.1-next.1
|
||||
- @backstage/plugin-tech-insights@0.3.0-next.1
|
||||
- @backstage/plugin-techdocs-react@1.0.4-next.1
|
||||
- @backstage/plugin-techdocs@1.3.2-next.1
|
||||
- @backstage/plugin-todo@0.2.11-next.1
|
||||
- @backstage/plugin-user-settings@0.4.8-next.1
|
||||
- @backstage/cli@0.19.0-next.1
|
||||
- @backstage/plugin-dynatrace@0.2.0-next.1
|
||||
- @backstage/plugin-apache-airflow@0.2.2-next.1
|
||||
- @backstage/plugin-gcalendar@0.3.5-next.1
|
||||
- @backstage/plugin-newrelic@0.3.27-next.1
|
||||
- @backstage/plugin-newrelic-dashboard@0.2.2-next.1
|
||||
- @backstage/plugin-tech-radar@0.5.16-next.1
|
||||
- @backstage/plugin-stack-overflow@0.1.5-next.1
|
||||
|
||||
## 0.2.75-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+48
-48
@@ -1,65 +1,65 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.75-next.0",
|
||||
"version": "0.2.75-next.1",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
"bundled": true,
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.6-next.0",
|
||||
"@backstage/app-defaults": "^1.0.6-next.1",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/integration-react": "^1.1.4-next.0",
|
||||
"@backstage/plugin-airbrake": "^0.3.9-next.0",
|
||||
"@backstage/plugin-api-docs": "^0.8.9-next.0",
|
||||
"@backstage/plugin-azure-devops": "^0.2.0-next.0",
|
||||
"@backstage/plugin-apache-airflow": "^0.2.2-next.0",
|
||||
"@backstage/plugin-badges": "^0.2.33-next.0",
|
||||
"@backstage/plugin-airbrake": "^0.3.9-next.1",
|
||||
"@backstage/plugin-api-docs": "^0.8.9-next.1",
|
||||
"@backstage/plugin-azure-devops": "^0.2.0-next.1",
|
||||
"@backstage/plugin-apache-airflow": "^0.2.2-next.1",
|
||||
"@backstage/plugin-badges": "^0.2.33-next.1",
|
||||
"@backstage/plugin-catalog-common": "^1.0.6-next.0",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.21-next.0",
|
||||
"@backstage/plugin-catalog-import": "^0.8.12-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/plugin-circleci": "^0.3.9-next.0",
|
||||
"@backstage/plugin-cloudbuild": "^0.3.9-next.0",
|
||||
"@backstage/plugin-code-coverage": "^0.2.2-next.0",
|
||||
"@backstage/plugin-cost-insights": "^0.11.31-next.0",
|
||||
"@backstage/plugin-dynatrace": "^0.2.0-next.0",
|
||||
"@backstage/plugin-explore": "^0.3.40-next.0",
|
||||
"@backstage/plugin-gcalendar": "^0.3.5-next.0",
|
||||
"@backstage/plugin-gcp-projects": "^0.3.28-next.0",
|
||||
"@backstage/plugin-github-actions": "^0.5.9-next.0",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.21-next.1",
|
||||
"@backstage/plugin-catalog-import": "^0.8.12-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@backstage/plugin-circleci": "^0.3.9-next.1",
|
||||
"@backstage/plugin-cloudbuild": "^0.3.9-next.1",
|
||||
"@backstage/plugin-code-coverage": "^0.2.2-next.1",
|
||||
"@backstage/plugin-cost-insights": "^0.11.31-next.1",
|
||||
"@backstage/plugin-dynatrace": "^0.2.0-next.1",
|
||||
"@backstage/plugin-explore": "^0.3.40-next.1",
|
||||
"@backstage/plugin-gcalendar": "^0.3.5-next.1",
|
||||
"@backstage/plugin-gcp-projects": "^0.3.28-next.1",
|
||||
"@backstage/plugin-github-actions": "^0.5.9-next.1",
|
||||
"@backstage/plugin-gocd": "^0.1.15-next.0",
|
||||
"@backstage/plugin-graphiql": "^0.2.41-next.0",
|
||||
"@backstage/plugin-home": "^0.4.25-next.0",
|
||||
"@backstage/plugin-jenkins": "^0.7.8-next.0",
|
||||
"@backstage/plugin-kafka": "^0.3.9-next.0",
|
||||
"@backstage/plugin-kubernetes": "^0.7.2-next.0",
|
||||
"@backstage/plugin-lighthouse": "^0.3.9-next.0",
|
||||
"@backstage/plugin-newrelic": "^0.3.27-next.0",
|
||||
"@backstage/plugin-newrelic-dashboard": "^0.2.2-next.0",
|
||||
"@backstage/plugin-org": "^0.5.9-next.0",
|
||||
"@backstage/plugin-pagerduty": "0.5.2-next.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.5-next.0",
|
||||
"@backstage/plugin-rollbar": "^0.4.9-next.0",
|
||||
"@backstage/plugin-scaffolder": "^1.6.0-next.0",
|
||||
"@backstage/plugin-search": "^1.0.2-next.0",
|
||||
"@backstage/plugin-graphiql": "^0.2.41-next.1",
|
||||
"@backstage/plugin-home": "^0.4.25-next.1",
|
||||
"@backstage/plugin-jenkins": "^0.7.8-next.1",
|
||||
"@backstage/plugin-kafka": "^0.3.9-next.1",
|
||||
"@backstage/plugin-kubernetes": "^0.7.2-next.1",
|
||||
"@backstage/plugin-lighthouse": "^0.3.9-next.1",
|
||||
"@backstage/plugin-newrelic": "^0.3.27-next.1",
|
||||
"@backstage/plugin-newrelic-dashboard": "^0.2.2-next.1",
|
||||
"@backstage/plugin-org": "^0.5.9-next.1",
|
||||
"@backstage/plugin-pagerduty": "0.5.2-next.1",
|
||||
"@backstage/plugin-permission-react": "^0.4.5-next.1",
|
||||
"@backstage/plugin-rollbar": "^0.4.9-next.1",
|
||||
"@backstage/plugin-scaffolder": "^1.6.0-next.1",
|
||||
"@backstage/plugin-search": "^1.0.2-next.1",
|
||||
"@backstage/plugin-search-common": "^1.0.1-next.0",
|
||||
"@backstage/plugin-search-react": "^1.0.2-next.0",
|
||||
"@backstage/plugin-sentry": "^0.4.2-next.0",
|
||||
"@backstage/plugin-shortcuts": "^0.3.1-next.0",
|
||||
"@backstage/plugin-stack-overflow": "^0.1.5-next.0",
|
||||
"@backstage/plugin-tech-insights": "^0.2.5-next.0",
|
||||
"@backstage/plugin-tech-radar": "^0.5.16-next.0",
|
||||
"@backstage/plugin-techdocs": "^1.3.2-next.0",
|
||||
"@backstage/plugin-search-react": "^1.0.2-next.1",
|
||||
"@backstage/plugin-sentry": "^0.4.2-next.1",
|
||||
"@backstage/plugin-shortcuts": "^0.3.1-next.1",
|
||||
"@backstage/plugin-stack-overflow": "^0.1.5-next.1",
|
||||
"@backstage/plugin-tech-insights": "^0.3.0-next.1",
|
||||
"@backstage/plugin-tech-radar": "^0.5.16-next.1",
|
||||
"@backstage/plugin-techdocs": "^1.3.2-next.1",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.4-next.0",
|
||||
"@backstage/plugin-techdocs-react": "^1.0.4-next.0",
|
||||
"@backstage/plugin-todo": "^0.2.11-next.0",
|
||||
"@backstage/plugin-user-settings": "^0.4.8-next.0",
|
||||
"@backstage/plugin-techdocs-react": "^1.0.4-next.1",
|
||||
"@backstage/plugin-todo": "^0.2.11-next.1",
|
||||
"@backstage/plugin-user-settings": "^0.4.8-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@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.4-next.0",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@rjsf/core": "^3.2.1",
|
||||
"@testing-library/cypress": "^8.0.2",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
|
||||
@@ -35,15 +35,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-plugin-api": "^0.1.2-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.5-next.0",
|
||||
"@backstage/plugin-permission-node": "^0.6.5-next.0",
|
||||
"@backstage/plugin-permission-node": "^0.6.5-next.1",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0"
|
||||
"@backstage/cli": "^0.19.0-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.15.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c3c90280be: Added a keep-alive refresh loop to the `DatabaseManager`, keeping the connection
|
||||
pool up.
|
||||
- c3c90280be: The options part of `DatabaseManager.fromConfig` now accepts an optional logger
|
||||
field.
|
||||
- 60b85d8ade: Updated dependency `helmet` to `^6.0.0`.
|
||||
|
||||
Please note that these policies are no longer applied by default:
|
||||
|
||||
helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default
|
||||
helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.
|
||||
|
||||
## 0.15.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.15.1-next.0",
|
||||
"version": "0.15.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -91,8 +91,8 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/archiver": "^5.1.0",
|
||||
"@types/base64-stream": "^1.0.2",
|
||||
"@types/compression": "^1.7.0",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@backstage/backend-plugin-api": "^0.1.2-next.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0"
|
||||
"@backstage/cli": "^0.19.0-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# example-backend-next
|
||||
|
||||
## 0.0.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
- @backstage/plugin-scaffolder-backend@1.6.0-next.1
|
||||
|
||||
## 0.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend-next",
|
||||
"version": "0.0.3-next.0",
|
||||
"version": "0.0.3-next.1",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -26,11 +26,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-defaults": "^0.1.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.6.0-next.0"
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.6.0-next.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0"
|
||||
"@backstage/cli": "^0.19.0-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/plugin-permission-common": "^0.6.4-next.0",
|
||||
"@backstage/backend-tasks": "^0.3.5-next.0",
|
||||
"@types/express": "^4.17.6",
|
||||
@@ -44,7 +44,7 @@
|
||||
"winston-transport": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0"
|
||||
"@backstage/cli": "^0.19.0-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
@@ -48,8 +48,8 @@
|
||||
"zod": "^3.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/cron": "^2.0.0",
|
||||
"wait-for-expect": "^3.0.2"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 0.1.28-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
- @backstage/cli@0.19.0-next.1
|
||||
|
||||
## 0.1.28-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"version": "0.1.28-next.0",
|
||||
"version": "0.1.28-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -35,10 +35,10 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-app-api": "^0.2.1-next.0",
|
||||
"@backstage/backend-plugin-api": "^0.1.2-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
"knex": "^2.0.0",
|
||||
@@ -49,7 +49,7 @@
|
||||
"uuid": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0"
|
||||
"@backstage/cli": "^0.19.0-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
# example-backend
|
||||
|
||||
## 0.2.75-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.2.5-next.1
|
||||
- @backstage/plugin-permission-node@0.6.5-next.1
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
- @backstage/plugin-auth-backend@0.16.0-next.1
|
||||
- @backstage/plugin-scaffolder-backend@1.6.0-next.1
|
||||
- @backstage/plugin-search-backend-node@1.0.2-next.1
|
||||
- @backstage/plugin-app-backend@0.3.36-next.1
|
||||
- @backstage/plugin-graphql-backend@0.1.26-next.1
|
||||
- @backstage/plugin-jenkins-backend@0.1.26-next.1
|
||||
- @backstage/plugin-rollbar-backend@0.1.33-next.1
|
||||
- @backstage/plugin-search-backend-module-pg@0.4.0-next.1
|
||||
- @backstage/plugin-kubernetes-backend@0.7.2-next.1
|
||||
- @backstage/plugin-tech-insights-backend@0.5.2-next.1
|
||||
- example-app@0.2.75-next.1
|
||||
|
||||
## 0.2.75-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.2.75-next.0",
|
||||
"version": "0.2.75-next.1",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -26,37 +26,37 @@
|
||||
"build-image": "docker build ../.. -f Dockerfile --tag example-backend"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.5-next.0",
|
||||
"@backstage/catalog-client": "^1.0.5-next.0",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-app-backend": "^0.3.36-next.0",
|
||||
"@backstage/plugin-auth-backend": "^0.15.2-next.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.5-next.0",
|
||||
"@backstage/plugin-app-backend": "^0.3.36-next.1",
|
||||
"@backstage/plugin-auth-backend": "^0.16.0-next.1",
|
||||
"@backstage/plugin-auth-node": "^0.2.5-next.1",
|
||||
"@backstage/plugin-azure-devops-backend": "^0.3.15-next.0",
|
||||
"@backstage/plugin-badges-backend": "^0.1.30-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"@backstage/plugin-code-coverage-backend": "^0.2.2-next.0",
|
||||
"@backstage/plugin-graphql-backend": "^0.1.26-next.0",
|
||||
"@backstage/plugin-jenkins-backend": "^0.1.26-next.0",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.7.2-next.0",
|
||||
"@backstage/plugin-graphql-backend": "^0.1.26-next.1",
|
||||
"@backstage/plugin-jenkins-backend": "^0.1.26-next.1",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.7.2-next.1",
|
||||
"@backstage/plugin-kafka-backend": "^0.2.29-next.0",
|
||||
"@backstage/plugin-permission-backend": "^0.5.11-next.0",
|
||||
"@backstage/plugin-permission-common": "^0.6.4-next.0",
|
||||
"@backstage/plugin-permission-node": "^0.6.5-next.0",
|
||||
"@backstage/plugin-permission-node": "^0.6.5-next.1",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.30-next.0",
|
||||
"@backstage/plugin-rollbar-backend": "^0.1.33-next.0",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.6.0-next.0",
|
||||
"@backstage/plugin-rollbar-backend": "^0.1.33-next.1",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.6.0-next.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "^0.4.4-next.0",
|
||||
"@backstage/plugin-search-backend": "^1.0.2-next.0",
|
||||
"@backstage/plugin-search-common": "^1.0.1-next.0",
|
||||
"@backstage/plugin-search-backend-node": "^1.0.2-next.0",
|
||||
"@backstage/plugin-search-backend-node": "^1.0.2-next.1",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "^1.0.2-next.0",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.4.0-next.0",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.4.0-next.1",
|
||||
"@backstage/plugin-techdocs-backend": "^1.2.2-next.0",
|
||||
"@backstage/plugin-tech-insights-backend": "^0.5.2-next.0",
|
||||
"@backstage/plugin-tech-insights-backend": "^0.5.2-next.1",
|
||||
"@backstage/plugin-tech-insights-node": "^0.3.4-next.0",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.20-next.0",
|
||||
"@backstage/plugin-todo-backend": "^0.1.33-next.0",
|
||||
@@ -76,7 +76,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"msw": "^0.45.0"
|
||||
},
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"uuid": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/json-schema": "^7.0.5",
|
||||
"@types/lodash": "^4.14.151",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.19.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 1fe6823bb5: Updated dependency `eslint-plugin-jest` to `^27.0.0`.
|
||||
|
||||
Note that this major update to the Jest plugin contains some breaking changes.
|
||||
This means that some of your tests may start seeing some new lint errors. [Read
|
||||
about them
|
||||
here](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md#2700-2022-08-28).
|
||||
|
||||
These are mostly possible to fix automatically. You can try to run `yarn backstage-cli repo lint --fix` in your repo root to have most or all of them
|
||||
corrected.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Added a new `migrate react-router-deps` command to aid in the migration to React Router v6 stable.
|
||||
- 33fbd9f9a4: Updated dependency `@types/minimatch` to `^5.0.0`.
|
||||
|
||||
## 0.18.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.18.2-next.0",
|
||||
"version": "0.19.0-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -129,13 +129,13 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@types/diff": "^5.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/core-app-api
|
||||
|
||||
## 1.1.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- a448fea691: Updated the routing system to be compatible with React Router v6 stable.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- 70299c99d5: Updated `FlatRoutes` to be compatible with React Router v6 stable.
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
|
||||
## 1.0.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-app-api",
|
||||
"description": "Core app API used by Backstage apps",
|
||||
"version": "1.0.6-next.0",
|
||||
"version": "1.1.0-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@backstage/version-bridge": "^1.0.1",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
@@ -49,8 +49,8 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.11.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- 37e8c5e128: The `RoutedTabs` component has been updated to be compatible with React Router v6 stable.
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
|
||||
## 0.11.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.11.1-next.0",
|
||||
"version": "0.11.1-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@backstage/version-bridge": "^1.0.1",
|
||||
@@ -79,9 +79,9 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@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.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
|
||||
## 1.0.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-plugin-api",
|
||||
"description": "Core API used by Backstage plugins",
|
||||
"version": "1.0.6-next.0",
|
||||
"version": "1.0.6-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -47,9 +47,9 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.4.31-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c1f1a4c760: The Backstage packages and plugins have all been updated to support React Router v6 stable. The `create-app` template has not been migrated yet, but if you want to migrate your own app or plugins, check out the [migration guide](https://backstage.io/docs/tutorials/react-router-stable-migration).
|
||||
- c3c90280be: The options part of `DatabaseManager.fromConfig` now accepts an optional logger
|
||||
field. You may want to supply that logger in your backend initialization code to
|
||||
ensure that you can get relevant logging data when things happen related to the
|
||||
connection pool.
|
||||
|
||||
In `packages/backend/src/index.ts`:
|
||||
|
||||
```diff
|
||||
function makeCreateEnv(config: Config) {
|
||||
const root = getRootLogger();
|
||||
...
|
||||
- const databaseManager = DatabaseManager.fromConfig(config);
|
||||
+ const databaseManager = DatabaseManager.fromConfig(config, { logger: root });
|
||||
```
|
||||
|
||||
## 0.4.31-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.31-next.0",
|
||||
"version": "0.4.31-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- Updated dependencies
|
||||
- @backstage/app-defaults@1.0.6-next.1
|
||||
- @backstage/core-app-api@1.1.0-next.1
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/test-utils@1.2.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
|
||||
## 1.0.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "1.0.6-next.0",
|
||||
"version": "1.0.6-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -33,14 +33,14 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.6-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/app-defaults": "^1.0.6-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/integration-react": "^1.1.4-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -58,7 +58,7 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^16.0.0"
|
||||
},
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"serialize-error": "^8.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/jest": "^26.0.7"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -38,9 +38,9 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/config-loader": "^1.1.4-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/luxon": "^3.0.0",
|
||||
"msw": "^0.45.0"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"msw": "^0.45.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^16.0.0"
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.74-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/app-defaults@1.0.6-next.1
|
||||
- @backstage/core-app-api@1.1.0-next.1
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/test-utils@1.2.0-next.1
|
||||
- @backstage/plugin-catalog@1.5.1-next.1
|
||||
- @backstage/plugin-techdocs-react@1.0.4-next.1
|
||||
- @backstage/plugin-techdocs@1.3.2-next.1
|
||||
- @backstage/cli@0.19.0-next.1
|
||||
|
||||
## 0.2.74-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.74-next.0",
|
||||
"version": "0.2.74-next.1",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
"bundled": true,
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.6-next.0",
|
||||
"@backstage/app-defaults": "^1.0.6-next.1",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/integration-react": "^1.1.4-next.0",
|
||||
"@backstage/plugin-catalog": "^1.5.1-next.0",
|
||||
"@backstage/plugin-techdocs": "^1.3.2-next.0",
|
||||
"@backstage/plugin-techdocs-react": "^1.0.4-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/plugin-catalog": "^1.5.1-next.1",
|
||||
"@backstage/plugin-techdocs": "^1.3.2-next.1",
|
||||
"@backstage/plugin-techdocs-react": "^1.0.4-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@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.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"techdocs-cli": "bin/techdocs-cli"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/commander": "^2.12.2",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/http-proxy": "^1.17.4",
|
||||
@@ -62,7 +62,7 @@
|
||||
"ext": "ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/cli-common": "^0.1.9",
|
||||
"@backstage/config": "^1.0.1",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/test-utils
|
||||
|
||||
## 1.2.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 817f3196f6: Elements rendered in a test app are no longer wrapped in a `Routes` and `Route` element, as this is not compatible with React Router v6 stable.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- Updated dependencies
|
||||
- @backstage/core-app-api@1.1.0-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-permission-react@0.4.5-next.1
|
||||
|
||||
## 1.1.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/test-utils",
|
||||
"description": "Utilities to test Backstage plugins and apps.",
|
||||
"version": "1.1.4-next.0",
|
||||
"version": "1.2.0-next.1",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,10 +34,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/plugin-permission-common": "^0.6.4-next.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.5-next.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.5-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -55,7 +55,7 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^16.11.26",
|
||||
"msw": "^0.45.0"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"@material-ui/core": "^4.12.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0"
|
||||
"@backstage/cli": "^0.19.0-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/zen-observable": "^0.8.0",
|
||||
"zen-observable": "^0.8.15"
|
||||
},
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react-hooks": "^8.0.0"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-adr-backend
|
||||
|
||||
## 0.2.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b489de83b1: Continue processing subsequent entities when an error occurs in collator
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
|
||||
## 0.2.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-backend",
|
||||
"version": "0.2.1-next.0",
|
||||
"version": "0.2.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -29,7 +29,7 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/catalog-client": "^1.0.5-next.0",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
@@ -44,7 +44,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/marked": "^4.0.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"@backstage/plugin-search-common": "^1.0.1-next.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0"
|
||||
"@backstage/cli": "^0.19.0-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-adr
|
||||
|
||||
## 0.2.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- b489de83b1: Fix parsing of ADR location which includes a trailing slash
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
- @backstage/plugin-search-react@1.0.2-next.1
|
||||
|
||||
## 0.2.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr",
|
||||
"version": "0.2.1-next.0",
|
||||
"version": "0.2.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,13 +23,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/integration-react": "^1.1.4-next.0",
|
||||
"@backstage/plugin-adr-common": "^0.2.1-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@backstage/plugin-search-common": "^1.0.1-next.0",
|
||||
"@backstage/plugin-search-react": "^1.0.2-next.0",
|
||||
"@backstage/plugin-search-react": "^1.0.2-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -45,10 +45,10 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-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,13 @@
|
||||
# @backstage/plugin-airbrake-backend
|
||||
|
||||
## 0.2.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 148568b5c2: Switched to using node-fetch instead of cross-fetch as is standard for our backend packages
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
|
||||
## 0.2.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake-backend",
|
||||
"version": "0.2.9-next.0",
|
||||
"version": "0.2.9-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.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@types/express": "*",
|
||||
"express-promise-router": "^4.1.0",
|
||||
@@ -32,7 +32,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/http-proxy-middleware": "^0.19.3",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"msw": "^0.45.0",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-airbrake
|
||||
|
||||
## 0.3.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/dev-utils@1.0.6-next.1
|
||||
- @backstage/test-utils@1.2.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
|
||||
## 0.3.9-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake",
|
||||
"version": "0.3.9-next.0",
|
||||
"version": "0.3.9-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -24,11 +24,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -41,10 +41,10 @@
|
||||
"react-router": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/app-defaults": "^1.0.6-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/app-defaults": "^1.0.6-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-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,16 @@
|
||||
# @backstage/plugin-allure
|
||||
|
||||
## 0.1.25-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- d669d89206: Minor API signatures cleanup
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
|
||||
## 0.1.25-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-allure",
|
||||
"description": "A Backstage plugin that integrates with Allure",
|
||||
"version": "0.1.25-next.0",
|
||||
"version": "0.1.25-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -26,9 +26,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -40,10 +40,10 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@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.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-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,14 @@
|
||||
# @backstage/plugin-apache-airflow
|
||||
|
||||
## 0.2.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d669d89206: Minor API signatures cleanup
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
|
||||
## 0.2.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-apache-airflow",
|
||||
"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,8 +23,8 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@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.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@types/react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.8.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
- @backstage/plugin-catalog@1.5.1-next.1
|
||||
|
||||
## 0.8.9-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.9-next.0",
|
||||
"version": "0.8.9-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -35,10 +35,10 @@
|
||||
"dependencies": {
|
||||
"@asyncapi/react-component": "1.0.0-next.40",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/plugin-catalog": "^1.5.1-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/plugin-catalog": "^1.5.1-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -57,10 +57,10 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.9.13",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -36,10 +36,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-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,20 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.3.36-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d669d89206: Minor API signatures cleanup
|
||||
- 60b85d8ade: Updated dependency `helmet` to `^6.0.0`.
|
||||
|
||||
Please note that these policies are no longer applied by default:
|
||||
|
||||
helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default
|
||||
helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
|
||||
## 0.3.36-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.36-next.0",
|
||||
"version": "0.3.36-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/config-loader": "^1.1.4-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
@@ -50,8 +50,8 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"mock-fs": "^5.1.0",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.16.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2fc41ebf07: Removed the previously deprecated class `AtlassianAuthProvider`. Please use `providers.atlassian.create(...)` instead.
|
||||
- a291688bc5: Renamed the `RedirectInfo` type to `OAuthStartResponse`
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d669d89206: Minor API signatures cleanup
|
||||
- e1ebaeb332: Cloudflare Access Provider: Add JWT to CloudflareAccessResult
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.2.5-next.1
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
|
||||
## 0.15.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"version": "0.15.2-next.0",
|
||||
"version": "0.16.0-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/plugin-auth-node": "^0.2.5-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.5-next.1",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/catalog-client": "^1.0.5-next.0",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
@@ -76,8 +76,8 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-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.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9212439d15: Minor update to tests
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
|
||||
## 0.2.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.2.5-next.0",
|
||||
"version": "0.2.5-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.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"jose": "^4.6.0",
|
||||
@@ -31,8 +31,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.45.0",
|
||||
"uuid": "^8.0.0"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-azure-devops-common": "^0.3.0-next.0",
|
||||
"@types/express": "^4.17.6",
|
||||
@@ -36,7 +36,7 @@
|
||||
"mime-types": "^2.1.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.6",
|
||||
"msw": "^0.45.0"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0"
|
||||
"@backstage/cli": "^0.19.0-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-azure-devops
|
||||
|
||||
## 0.2.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
|
||||
## 0.2.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops",
|
||||
"version": "0.2.0-next.0",
|
||||
"version": "0.2.0-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -31,11 +31,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/plugin-azure-devops-common": "^0.3.0-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -49,10 +49,10 @@
|
||||
"react-router": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/catalog-client": "^1.0.5-next.0",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
@@ -48,7 +48,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-badges
|
||||
|
||||
## 0.2.33-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
|
||||
## 0.2.33-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.33-next.0",
|
||||
"version": "0.2.33-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -31,10 +31,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -46,10 +46,10 @@
|
||||
"react-router": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@types/express": "^4.17.6",
|
||||
"express": "^4.17.1",
|
||||
@@ -34,7 +34,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0"
|
||||
"@backstage/cli": "^0.19.0-next.1"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-bazaar
|
||||
|
||||
## 0.1.24-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 817f3196f6: Updated React Router dependencies to be peer dependencies.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
- @backstage/plugin-catalog@1.5.1-next.1
|
||||
- @backstage/cli@0.19.0-next.1
|
||||
|
||||
## 0.1.24-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bazaar",
|
||||
"version": "0.1.24-next.0",
|
||||
"version": "0.1.24-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -26,11 +26,11 @@
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.0.5-next.0",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/plugin-catalog": "^1.5.1-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/plugin-catalog": "^1.5.1-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@date-io/luxon": "1.x",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -47,8 +47,8 @@
|
||||
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"cross-fetch": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@openapitools/openapi-generator-cli": "^2.4.26",
|
||||
"msw": "^0.45.0",
|
||||
"ts-morph": "^15.0.0"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-bitrise
|
||||
|
||||
## 0.1.36-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d669d89206: Minor API signatures cleanup
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.11.1-next.1
|
||||
- @backstage/core-plugin-api@1.0.6-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.4-next.1
|
||||
|
||||
## 0.1.36-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitrise",
|
||||
"description": "A Backstage plugin that integrates towards Bitrise",
|
||||
"version": "0.1.36-next.0",
|
||||
"version": "0.1.36-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -25,9 +25,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/core-components": "^0.11.1-next.0",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.0",
|
||||
"@backstage/core-components": "^0.11.1-next.1",
|
||||
"@backstage/core-plugin-api": "^1.0.6-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.4-next.1",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@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.18.2-next.0",
|
||||
"@backstage/core-app-api": "^1.0.6-next.0",
|
||||
"@backstage/dev-utils": "^1.0.6-next.0",
|
||||
"@backstage/test-utils": "^1.1.4-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/core-app-api": "^1.1.0-next.1",
|
||||
"@backstage/dev-utils": "^1.0.6-next.1",
|
||||
"@backstage/test-utils": "^1.2.0-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,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.1.9-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
|
||||
## 0.1.9-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.9-next.0",
|
||||
"version": "0.1.9-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.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.5-next.0",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.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.18.2-next.0",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/lodash": "^4.14.151",
|
||||
"aws-sdk-mock": "^5.2.1",
|
||||
"yaml": "^2.0.0"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-azure
|
||||
|
||||
## 0.1.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
|
||||
## 0.1.7-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.7-next.0",
|
||||
"version": "0.1.7-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.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/backend-tasks": "^0.3.5-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.45.0",
|
||||
@@ -48,8 +48,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
|
||||
|
||||
## 0.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
|
||||
## 0.1.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -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.1.3-next.0",
|
||||
"version": "0.1.3-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -37,14 +37,14 @@
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "^0.1.3-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"uuid": "^8.0.0",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"msw": "^0.45.0"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-server
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 148568b5c2: Switched to using node-fetch instead of cross-fetch as is standard for our backend packages
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
|
||||
## 0.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
||||
"version": "0.1.1-next.0",
|
||||
"version": "0.1.1-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -32,21 +32,21 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.5-next.0",
|
||||
"@backstage/catalog-model": "^1.0.1",
|
||||
"@backstage/config": "^1.0.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"@types/node-fetch": "^2.5.12",
|
||||
"node-fetch": "^2.6.7",
|
||||
"uuid": "^8.0.0",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"msw": "^0.45.0"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket
|
||||
|
||||
## 0.2.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
|
||||
## 0.2.3-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.2.3-next.0",
|
||||
"version": "0.2.3-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.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "^0.1.3-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.45.0",
|
||||
@@ -47,8 +47,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-gerrit
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
|
||||
## 0.1.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gerrit",
|
||||
"version": "0.1.4-next.0",
|
||||
"version": "0.1.4-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.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.5-next.0",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"fs-extra": "10.1.0",
|
||||
"msw": "^0.45.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
@@ -42,8 +42,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/fs-extra": "^9.0.1"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-catalog-backend-module-github
|
||||
|
||||
## 0.1.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 287a64bf97: Added the ability to configure the host for the `GitHubEntityProvider` to use against GitHub Enterprise
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
|
||||
## 0.1.7-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.7-next.0",
|
||||
"version": "0.1.7-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,14 +34,14 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.5-next.0",
|
||||
"@backstage/backend-plugin-api": "^0.1.2-next.0",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"@backstage/plugin-catalog-node": "^1.0.2-next.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@octokit/graphql": "^5.0.0",
|
||||
@@ -52,8 +52,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab
|
||||
|
||||
## 0.1.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
|
||||
## 0.1.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
||||
"version": "0.1.7-next.0",
|
||||
"version": "0.1.7-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.15.1-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/backend-tasks": "^0.3.5-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.3.2-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.45.0",
|
||||
@@ -48,8 +48,8 @@
|
||||
"uuid": "^8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.0",
|
||||
"@backstage/cli": "^0.18.2-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@types/lodash": "^4.14.151",
|
||||
"@types/uuid": "^8.0.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-backend-module-ldap
|
||||
|
||||
## 0.5.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7fa54c3c77: Added ae-dir LDAP vendor to correctly extract DN.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.1
|
||||
|
||||
## 0.5.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user