Version Packages (next)
This commit is contained in:
+30
-2
@@ -154,14 +154,20 @@
|
||||
"@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"
|
||||
"@backstage/plugin-github-pull-requests-board": "0.0.0",
|
||||
"@backstage/search-common": "0.3.5-next.0"
|
||||
},
|
||||
"changesets": [
|
||||
"afraid-mangos-sip",
|
||||
"beige-apricots-enjoy",
|
||||
"beige-deers-remember",
|
||||
"beige-dots-bathe",
|
||||
"blue-roses-give",
|
||||
"calm-timers-wonder",
|
||||
"dry-tables-sniff",
|
||||
"eight-ducks-beg",
|
||||
"fair-grapes-joke",
|
||||
"famous-cups-clap",
|
||||
"fifty-dogs-collect",
|
||||
"fifty-planes-dream",
|
||||
"fluffy-candles-learn",
|
||||
@@ -171,61 +177,83 @@
|
||||
"funny-suns-pay",
|
||||
"give-that-wolf-a-banana",
|
||||
"gold-tables-matter",
|
||||
"good-squids-rest",
|
||||
"healthy-pets-mix",
|
||||
"heavy-carrots-cheer",
|
||||
"hip-pears-shout",
|
||||
"honest-planets-sin",
|
||||
"hungry-brooms-wash",
|
||||
"itchy-avocados-hug",
|
||||
"khaki-shrimps-tell",
|
||||
"large-monkeys-visit",
|
||||
"loud-jars-kick",
|
||||
"loud-walls-itch",
|
||||
"lovely-gifts-itch",
|
||||
"mean-turtles-reply",
|
||||
"metal-items-mix",
|
||||
"modern-pandas-agree",
|
||||
"moody-worms-rhyme",
|
||||
"nervous-gorillas-approve",
|
||||
"nervous-ravens-smash",
|
||||
"odd-baboons-buy",
|
||||
"olive-rats-rest",
|
||||
"plenty-garlics-shop",
|
||||
"polite-spiders-pay",
|
||||
"poor-years-develop",
|
||||
"poor-zebras-design",
|
||||
"pretty-wolves-whisper",
|
||||
"quick-ladybugs-try",
|
||||
"real-beers-type",
|
||||
"reject-failed-index-tasks",
|
||||
"renovate-126b147",
|
||||
"renovate-648a745",
|
||||
"renovate-7ed704d",
|
||||
"renovate-9363c67",
|
||||
"renovate-ad175cc",
|
||||
"renovate-b7ba5e4",
|
||||
"renovate-c8fbb1e",
|
||||
"renovate-cd4546d",
|
||||
"renovate-dd5df61",
|
||||
"rich-zebras-design",
|
||||
"right-one-at-the-wrong-time",
|
||||
"scaffolder-form-context",
|
||||
"search-eight-hounds-worry",
|
||||
"search-eyes-of-them-all",
|
||||
"search-generals-gathered",
|
||||
"search-martha-sways",
|
||||
"seven-readers-drop",
|
||||
"shaggy-crabs-return",
|
||||
"shiny-clocks-joke",
|
||||
"shiny-windows-roll",
|
||||
"short-jokes-applaud",
|
||||
"shy-geese-judge",
|
||||
"silly-wombats-flash",
|
||||
"sixty-plums-kick",
|
||||
"sixty-poems-drum",
|
||||
"sixty-rats-talk",
|
||||
"slimy-elephants-attend",
|
||||
"slow-apes-appear",
|
||||
"spicy-forks-return",
|
||||
"spotty-goats-look",
|
||||
"tasty-snails-boil",
|
||||
"techdocs-buttons-film",
|
||||
"techdocs-crabs-retire",
|
||||
"techdocs-everybody-to-the-limit",
|
||||
"techdocs-paws-study",
|
||||
"techdocs-swans-check",
|
||||
"techdocs-vans-run",
|
||||
"techdocs-ways-type",
|
||||
"techdocs-wolves-carry",
|
||||
"ten-rocks-smile",
|
||||
"tidy-pens-work",
|
||||
"tricky-hounds-cry",
|
||||
"twenty-mangos-clap",
|
||||
"unlucky-lies-pretend",
|
||||
"up-in-space-man",
|
||||
"violet-apples-repair",
|
||||
"warm-bats-jump",
|
||||
"wicked-teachers-hide",
|
||||
"wise-nails-hang"
|
||||
"wise-nails-hang",
|
||||
"yellow-falcons-sin"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,678 @@
|
||||
# Release v1.3.0-next.2
|
||||
|
||||
## @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 55647ec7df: **BREAKING**: Server-to-server tokens that are authenticated by the `ServerTokenManager` now must have an `exp` claim that has not expired. Tokens where the `exp` claim is in the past or missing are considered invalid and will throw an error. This is a followup to the deprecation from the `1.2` release of Backstage where perpetual tokens were deprecated. Be sure to update any usage of the `getToken()` method to have it be called every time a token is needed. Do not store tokens for later use.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## @backstage/plugin-pagerduty@0.4.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- b157c2eb1c: **Breaking**: Use identityApi to provide auth token for pagerduty API calls.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
|
||||
## @backstage/plugin-scaffolder@1.3.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- dc39366bdb: - Added a new page under `/create/tasks` to show tasks that have been run by the Scaffolder.
|
||||
- Ability to filter these tasks by the signed in user, and all tasks.
|
||||
- Added optional method to the `ScaffolderApi` interface called `listTasks` to get tasks with an required `filterByOwnership` parameter.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ac0c7e45ee: Fixes review mask in `MultistepJsonForm` to work as documented. `show: true` no longer needed when mask is set.
|
||||
- fd505f40c0: Handle binary files and files that are too large during dry-run content upload.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-common@1.0.3-next.1
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## @backstage/plugin-scaffolder-backend@1.3.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ce0d8d7eb1: Fixed a bug in `publish:github` action that didn't permit to add users as collaborators.
|
||||
This fix required changing the way parameters are passed to the action.
|
||||
In order to add a team as collaborator, now you must use the `team` field instead of `username`.
|
||||
In order to add a user as collaborator, you must use the `user` field.
|
||||
|
||||
It's still possible to use the field `username` but is deprecated in favor of `team`.
|
||||
|
||||
```yaml
|
||||
- id: publish
|
||||
name: Publish
|
||||
action: publish:github
|
||||
input:
|
||||
repoUrl: ...
|
||||
collaborators:
|
||||
- access: ...
|
||||
team: my_team
|
||||
- access: ...
|
||||
user: my_username
|
||||
```
|
||||
|
||||
- 582003a059: - Added an optional `list` method on the `TaskBroker` and `TaskStore` interface to list tasks by an optional `userEntityRef`
|
||||
- Implemented a `list` method on the `DatabaseTaskStore` class to list tasks by an optional `userEntityRef`
|
||||
- Added a route under `/v2/tasks` to list tasks by a `userEntityRef` using the `createdBy` query parameter
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## @backstage/backend-tasks@0.3.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/backend-test-utils@0.1.25-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.17.2-next.2
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/cli@0.17.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 026cfe525a: Fix the public path configuration of the frontend app build so that a trailing `/` is always appended when needed.
|
||||
- 9002ebd76b: Updated dependency `@rollup/plugin-commonjs` to `^22.0.0`.
|
||||
- 1a33e8b287: Updated dependency `minimatch` to `5.1.0`.
|
||||
|
||||
## @backstage/core-components@0.9.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ee2cd642c5: Updated dependency `rc-progress` to `3.3.3`.
|
||||
- 1cf9caecd6: fix Sidebar Contexts deprecation message
|
||||
|
||||
## @backstage/create-app@0.4.28-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- aaf7652084: Bump version of `cypress` in newly scaffolded Backstage Applications. To apply this change to your own instance, please make the following change to `packages/app/package.json` under `devDependencies`.
|
||||
|
||||
```diff
|
||||
- "cypress": "^7.3.0",
|
||||
+ "cypress": "^9.7.0",
|
||||
```
|
||||
|
||||
## @backstage/integration@1.2.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e37c71b5a4: Updated to support deployments of Azure DevOps Server under TFS or similar sub path
|
||||
|
||||
## @backstage/search-common@0.3.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
|
||||
## @techdocs/cli@1.1.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f96e98f4cd: Updated dependency `cypress` to `^10.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-techdocs-node@1.1.2-next.2
|
||||
|
||||
## @backstage/techdocs-common@0.11.16-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-techdocs-node@1.1.2-next.2
|
||||
|
||||
## @backstage/plugin-adr-backend@0.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## @backstage/plugin-airbrake-backend@0.2.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-app-backend@0.3.33-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-auth-backend@0.14.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bc6fb57094: Updated dependency `passport` to `^0.6.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
|
||||
## @backstage/plugin-auth-node@0.2.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-azure-devops-backend@0.3.12-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-badges-backend@0.1.27-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-bazaar-backend@0.1.17-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/backend-test-utils@0.1.25-next.2
|
||||
|
||||
## @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/plugin-catalog-common@1.0.3-next.1
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-permission-node@0.6.2-next.2
|
||||
|
||||
## @backstage/plugin-catalog-backend-module-aws@0.1.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## @backstage/plugin-catalog-backend-module-azure@0.1.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8884fd579: Add a new provider `AzureDevOpsEntityProvider` as replacement for `AzureDevOpsDiscoveryProcessor`.
|
||||
|
||||
In order to migrate from the `AzureDevOpsDiscoveryProcessor` you need to apply
|
||||
the following changes:
|
||||
|
||||
**Before:**
|
||||
|
||||
```yaml
|
||||
# app-config.yaml
|
||||
|
||||
catalog:
|
||||
locations:
|
||||
- type: azure-discovery
|
||||
target: https://dev.azure.com/myorg/myproject/_git/service-*?path=/catalog-info.yaml
|
||||
```
|
||||
|
||||
```ts
|
||||
/* packages/backend/src/plugins/catalog.ts */
|
||||
|
||||
import { AzureDevOpsDiscoveryProcessor } from '@backstage/plugin-catalog-backend-module-azure';
|
||||
|
||||
const builder = await CatalogBuilder.create(env);
|
||||
/** ... other processors ... */
|
||||
builder.addProcessor(new AzureDevOpsDiscoveryProcessor(env.reader));
|
||||
```
|
||||
|
||||
**After:**
|
||||
|
||||
```yaml
|
||||
# app-config.yaml
|
||||
|
||||
catalog:
|
||||
providers:
|
||||
azureDevOps:
|
||||
anyProviderId:
|
||||
host: selfhostedazure.yourcompany.com # This is only really needed for on-premise user, defaults to dev.azure.com
|
||||
organization: myorg # For on-premise this would be your Collection
|
||||
project: myproject
|
||||
repository: service-*
|
||||
path: /catalog-info.yaml
|
||||
```
|
||||
|
||||
```ts
|
||||
/* packages/backend/src/plugins/catalog.ts */
|
||||
|
||||
import { AzureDevOpsEntityProvider } from '@backstage/plugin-catalog-backend-module-azure';
|
||||
|
||||
const builder = await CatalogBuilder.create(env);
|
||||
/** ... other processors and/or providers ... */
|
||||
builder.addEntityProvider(
|
||||
AzureDevOpsEntityProvider.fromConfig(env.config, {
|
||||
logger: env.logger,
|
||||
schedule: env.scheduler.createScheduledTaskRunner({
|
||||
frequency: { minutes: 30 },
|
||||
timeout: { minutes: 3 },
|
||||
}),
|
||||
}),
|
||||
);
|
||||
```
|
||||
|
||||
Visit <https://backstage.io/docs/integrations/azure/discovery> for more details and options on configuration.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## @backstage/plugin-catalog-backend-module-bitbucket@0.2.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## @backstage/plugin-catalog-backend-module-gerrit@0.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## @backstage/plugin-catalog-backend-module-github@0.1.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## @backstage/plugin-catalog-backend-module-gitlab@0.1.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## @backstage/plugin-catalog-common@1.0.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d8acfc32e: Replaced all usages of `@backstage/search-common` with `@backstage/plugin-search-common`
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
|
||||
## @backstage/plugin-code-coverage-backend@0.1.31-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## @backstage/plugin-codescene@0.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ee2cd642c5: Updated dependency `rc-progress` to `3.3.3`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
|
||||
## @backstage/plugin-cost-insights@0.11.28-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2fc98ac50c: Fix broken app-config in the example in the README
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
|
||||
## @backstage/plugin-graphql-backend@0.1.23-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-jenkins-backend@0.1.23-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
|
||||
## @backstage/plugin-kafka-backend@0.2.26-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-kubernetes@0.6.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5553f09e80: ability to configure refresh interval on Kubernetes tab
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
|
||||
## @backstage/plugin-kubernetes-backend@0.6.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-org@0.5.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 306d0b4fdd: Added the ability to use an additional `filter` when fetching groups in `MyGroupsSidebarItem` component. Example:
|
||||
|
||||
```diff
|
||||
// app/src/components/Root/Root.tsx
|
||||
<SidebarPage>
|
||||
<Sidebar>
|
||||
//...
|
||||
<SidebarGroup label="Menu" icon={<MenuIcon />}>
|
||||
{/* Global nav, not org-specific */}
|
||||
//...
|
||||
<SidebarItem icon={HomeIcon} to="catalog" text="Home" />
|
||||
<MyGroupsSidebarItem
|
||||
singularTitle="My Squad"
|
||||
pluralTitle="My Squads"
|
||||
icon={GroupIcon}
|
||||
+ filter={{ 'spec.type': 'team' }}
|
||||
/>
|
||||
//...
|
||||
</SidebarGroup>
|
||||
</ Sidebar>
|
||||
</SidebarPage>
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
|
||||
## @backstage/plugin-periskop-backend@0.1.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-permission-backend@0.5.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
- @backstage/plugin-permission-node@0.6.2-next.2
|
||||
|
||||
## @backstage/plugin-permission-node@0.6.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
|
||||
## @backstage/plugin-proxy-backend@0.2.27-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-rollbar-backend@0.1.30-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-backend@1.3.0-next.2
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## @backstage/plugin-scaffolder-backend-module-rails@0.4.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-backend@1.3.0-next.2
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## @backstage/plugin-search@0.8.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5388e6bdc5: Fixed a bug that could cause analytics events in other parts of Backstage to capture nonsensical values resembling search modal state under some circumstances.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
|
||||
## @backstage/plugin-search-backend@0.5.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d8acfc32e: `RouterOptions` and `createRouter` now marked as public exports
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-search-backend-node@0.6.2-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
- @backstage/plugin-permission-node@0.6.2-next.2
|
||||
|
||||
## @backstage/plugin-search-backend-module-elasticsearch@0.1.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d8acfc32e: Additional types now exported publicly:
|
||||
|
||||
- ElasticSearchAgentOptions
|
||||
- ElasticSearchConcreteQuery
|
||||
- ElasticSearchQueryTranslator
|
||||
- ElasticSearchConnectionConstructor,
|
||||
- ElasticSearchTransportConstructor,
|
||||
- ElasticSearchNodeOptions,
|
||||
- ElasticSearchOptions,
|
||||
- ElasticSearchAuth,
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/plugin-search-backend-node@0.6.2-next.2
|
||||
|
||||
## @backstage/plugin-search-backend-module-pg@0.3.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-search-backend-node@0.6.2-next.2
|
||||
|
||||
## @backstage/plugin-search-backend-node@0.6.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d8acfc32e: Replaced all `@beta` exports with `@public` exports
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
|
||||
## @backstage/plugin-search-common@0.3.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d8acfc32e: `@beta` exports now replaced with `@public` exports
|
||||
|
||||
## @backstage/plugin-sonarqube@0.3.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ee2cd642c5: Updated dependency `rc-progress` to `3.3.3`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
|
||||
## @backstage/plugin-tech-insights-backend@0.4.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-tech-insights-node@0.3.1-next.1
|
||||
|
||||
## @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.17-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-tech-insights-node@0.3.1-next.1
|
||||
|
||||
## @backstage/plugin-tech-insights-node@0.3.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## @backstage/plugin-techdocs-backend@1.1.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 61fba6e50b: In order to ensure a good, stable TechDocs user experience when running TechDocs with `techdocs.builder` set to `local`, the number of concurrent builds has been limited to 10. Any additional builds requested concurrently will be queued and handled as prior builds complete. In the unlikely event that you need to handle more concurrent builds, consider scaling out your TechDocs backend deployment or using the `external` option for `techdocs.builder`.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/plugin-catalog-common@1.0.3-next.1
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-techdocs-node@1.1.2-next.2
|
||||
|
||||
## @backstage/plugin-techdocs-node@1.1.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## @backstage/plugin-todo-backend@0.1.30-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## example-app@0.2.72-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder@1.3.0-next.2
|
||||
- @backstage/cli@0.17.2-next.2
|
||||
- @backstage/plugin-pagerduty@0.4.0-next.2
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/plugin-cost-insights@0.11.28-next.2
|
||||
- @backstage/plugin-catalog-common@1.0.3-next.1
|
||||
- @backstage/plugin-kubernetes@0.6.6-next.2
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
- @backstage/plugin-search@0.8.2-next.2
|
||||
- @backstage/plugin-org@0.5.6-next.2
|
||||
|
||||
## example-backend@0.2.72-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-backend@1.3.0-next.2
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-search-backend@0.5.3-next.2
|
||||
- @backstage/plugin-auth-backend@0.14.1-next.2
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@0.1.5-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-techdocs-backend@1.1.2-next.2
|
||||
- @backstage/plugin-search-backend-node@0.6.2-next.2
|
||||
- example-app@0.2.72-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-app-backend@0.3.33-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
- @backstage/plugin-azure-devops-backend@0.3.12-next.2
|
||||
- @backstage/plugin-badges-backend@0.1.27-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
- @backstage/plugin-code-coverage-backend@0.1.31-next.2
|
||||
- @backstage/plugin-graphql-backend@0.1.23-next.2
|
||||
- @backstage/plugin-jenkins-backend@0.1.23-next.2
|
||||
- @backstage/plugin-kafka-backend@0.2.26-next.2
|
||||
- @backstage/plugin-kubernetes-backend@0.6.0-next.2
|
||||
- @backstage/plugin-permission-backend@0.5.8-next.2
|
||||
- @backstage/plugin-permission-node@0.6.2-next.2
|
||||
- @backstage/plugin-proxy-backend@0.2.27-next.1
|
||||
- @backstage/plugin-rollbar-backend@0.1.30-next.2
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.4.1-next.1
|
||||
- @backstage/plugin-search-backend-module-pg@0.3.4-next.2
|
||||
- @backstage/plugin-tech-insights-backend@0.4.1-next.2
|
||||
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.17-next.1
|
||||
- @backstage/plugin-tech-insights-node@0.3.1-next.1
|
||||
- @backstage/plugin-todo-backend@0.1.30-next.2
|
||||
|
||||
## @internal/plugin-todo-list-backend@1.0.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
+1
-1
@@ -49,7 +49,7 @@
|
||||
"@types/react": "^17",
|
||||
"@types/react-dom": "^17"
|
||||
},
|
||||
"version": "1.3.0-next.1",
|
||||
"version": "1.3.0-next.2",
|
||||
"dependencies": {
|
||||
"@manypkg/get-packages": "^1.1.3",
|
||||
"@microsoft/api-documenter": "^7.17.11",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.72-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder@1.3.0-next.2
|
||||
- @backstage/cli@0.17.2-next.2
|
||||
- @backstage/plugin-pagerduty@0.4.0-next.2
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/plugin-cost-insights@0.11.28-next.2
|
||||
- @backstage/plugin-catalog-common@1.0.3-next.1
|
||||
- @backstage/plugin-kubernetes@0.6.6-next.2
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
- @backstage/plugin-search@0.8.2-next.2
|
||||
- @backstage/plugin-org@0.5.6-next.2
|
||||
|
||||
## 0.2.72-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+11
-11
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.72-next.1",
|
||||
"version": "0.2.72-next.2",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
@@ -9,10 +9,10 @@
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.3-next.1",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@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",
|
||||
@@ -21,14 +21,14 @@
|
||||
"@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-common": "^1.0.3-next.1",
|
||||
"@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-cost-insights": "^0.11.28-next.2",
|
||||
"@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",
|
||||
@@ -38,18 +38,18 @@
|
||||
"@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-kubernetes": "^0.6.6-next.2",
|
||||
"@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-org": "^0.5.6-next.2",
|
||||
"@backstage/plugin-pagerduty": "0.4.0-next.2",
|
||||
"@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-scaffolder": "^1.3.0-next.2",
|
||||
"@backstage/plugin-search": "^0.8.2-next.2",
|
||||
"@backstage/plugin-search-react": "^0.2.1-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.1",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.14.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 55647ec7df: **BREAKING**: Server-to-server tokens that are authenticated by the `ServerTokenManager` now must have an `exp` claim that has not expired. Tokens where the `exp` claim is in the past or missing are considered invalid and will throw an error. This is a followup to the deprecation from the `1.2` release of Backstage where perpetual tokens were deprecated. Be sure to update any usage of the `getToken()` method to have it be called every time a token is needed. Do not store tokens for later use.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## 0.13.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.13.6-next.1",
|
||||
"version": "0.14.0-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"private": false,
|
||||
@@ -38,7 +38,7 @@
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/config-loader": "^1.1.2-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/archiver": "^5.1.0",
|
||||
"@types/base64-stream": "^1.0.2",
|
||||
"@types/compression": "^1.7.0",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/backend-tasks
|
||||
|
||||
## 0.3.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## 0.3.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-tasks",
|
||||
"description": "Common distributed task management library for Backstage backends",
|
||||
"version": "0.3.2-next.1",
|
||||
"version": "0.3.2-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/cron": "^2.0.0",
|
||||
"wait-for-expect": "^3.0.2"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 0.1.25-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.17.2-next.2
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## 0.1.25-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"version": "0.1.25-next.1",
|
||||
"version": "0.1.25-next.2",
|
||||
"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.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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.1"
|
||||
"@backstage/cli": "^0.17.2-next.2"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -1,5 +1,41 @@
|
||||
# example-backend
|
||||
|
||||
## 0.2.72-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-backend@1.3.0-next.2
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-search-backend@0.5.3-next.2
|
||||
- @backstage/plugin-auth-backend@0.14.1-next.2
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@0.1.5-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-techdocs-backend@1.1.2-next.2
|
||||
- @backstage/plugin-search-backend-node@0.6.2-next.2
|
||||
- example-app@0.2.72-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-app-backend@0.3.33-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
- @backstage/plugin-azure-devops-backend@0.3.12-next.2
|
||||
- @backstage/plugin-badges-backend@0.1.27-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
- @backstage/plugin-code-coverage-backend@0.1.31-next.2
|
||||
- @backstage/plugin-graphql-backend@0.1.23-next.2
|
||||
- @backstage/plugin-jenkins-backend@0.1.23-next.2
|
||||
- @backstage/plugin-kafka-backend@0.2.26-next.2
|
||||
- @backstage/plugin-kubernetes-backend@0.6.0-next.2
|
||||
- @backstage/plugin-permission-backend@0.5.8-next.2
|
||||
- @backstage/plugin-permission-node@0.6.2-next.2
|
||||
- @backstage/plugin-proxy-backend@0.2.27-next.1
|
||||
- @backstage/plugin-rollbar-backend@0.1.30-next.2
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.4.1-next.1
|
||||
- @backstage/plugin-search-backend-module-pg@0.3.4-next.2
|
||||
- @backstage/plugin-tech-insights-backend@0.4.1-next.2
|
||||
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.17-next.1
|
||||
- @backstage/plugin-tech-insights-node@0.3.1-next.1
|
||||
- @backstage/plugin-todo-backend@0.1.30-next.2
|
||||
|
||||
## 0.2.72-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.2.72-next.1",
|
||||
"version": "0.2.72-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.2",
|
||||
"@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.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/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-app-backend": "^0.3.33-next.2",
|
||||
"@backstage/plugin-auth-backend": "^0.14.1-next.2",
|
||||
"@backstage/plugin-auth-node": "^0.2.2-next.2",
|
||||
"@backstage/plugin-azure-devops-backend": "^0.3.12-next.2",
|
||||
"@backstage/plugin-badges-backend": "^0.1.27-next.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.2",
|
||||
"@backstage/plugin-code-coverage-backend": "^0.1.31-next.2",
|
||||
"@backstage/plugin-graphql-backend": "^0.1.23-next.2",
|
||||
"@backstage/plugin-jenkins-backend": "^0.1.23-next.2",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.6.0-next.2",
|
||||
"@backstage/plugin-kafka-backend": "^0.2.26-next.2",
|
||||
"@backstage/plugin-permission-backend": "^0.5.8-next.2",
|
||||
"@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.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.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.1",
|
||||
"@backstage/plugin-permission-node": "^0.6.2-next.2",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.27-next.1",
|
||||
"@backstage/plugin-rollbar-backend": "^0.1.30-next.2",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.3.0-next.2",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "^0.4.1-next.1",
|
||||
"@backstage/plugin-search-backend": "^0.5.3-next.2",
|
||||
"@backstage/plugin-search-backend-node": "^0.6.2-next.2",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "^0.1.5-next.2",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.3.4-next.2",
|
||||
"@backstage/plugin-techdocs-backend": "^1.1.2-next.2",
|
||||
"@backstage/plugin-tech-insights-backend": "^0.4.1-next.2",
|
||||
"@backstage/plugin-tech-insights-node": "^0.3.1-next.1",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.17-next.1",
|
||||
"@backstage/plugin-todo-backend": "^0.1.30-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.17.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 026cfe525a: Fix the public path configuration of the frontend app build so that a trailing `/` is always appended when needed.
|
||||
- 9002ebd76b: Updated dependency `@rollup/plugin-commonjs` to `^22.0.0`.
|
||||
- 1a33e8b287: Updated dependency `minimatch` to `5.1.0`.
|
||||
|
||||
## 0.17.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.17.2-next.1",
|
||||
"version": "0.17.2-next.2",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -126,10 +126,10 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.9.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ee2cd642c5: Updated dependency `rc-progress` to `3.3.3`.
|
||||
- 1cf9caecd6: fix Sidebar Contexts deprecation message
|
||||
|
||||
## 0.9.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.9.5-next.1",
|
||||
"version": "0.9.5-next.2",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -80,7 +80,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.4.28-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- aaf7652084: Bump version of `cypress` in newly scaffolded Backstage Applications. To apply this change to your own instance, please make the following change to `packages/app/package.json` under `devDependencies`.
|
||||
|
||||
```diff
|
||||
- "cypress": "^7.3.0",
|
||||
+ "cypress": "^9.7.0",
|
||||
```
|
||||
|
||||
## 0.4.28-next.1
|
||||
|
||||
### 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.1",
|
||||
"version": "0.4.28-next.2",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @backstage/integration
|
||||
|
||||
## 1.2.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e37c71b5a4: Updated to support deployments of Azure DevOps Server under TFS or similar sub path
|
||||
|
||||
## 1.2.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration",
|
||||
"description": "Helpers for managing integrations towards external systems",
|
||||
"version": "1.2.1-next.1",
|
||||
"version": "1.2.1-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -43,7 +43,7 @@
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/config-loader": "^1.1.2-next.0",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/search-common
|
||||
|
||||
## 0.3.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
|
||||
## 0.3.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/search-common",
|
||||
"description": "No longer maintained. Use @backstage/plugin-search-common instead.",
|
||||
"version": "0.3.5-next.0",
|
||||
"version": "0.3.5-next.1",
|
||||
"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.5-next.0"
|
||||
"@backstage/plugin-search-common": "0.3.5-next.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"jest": {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.1.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f96e98f4cd: Updated dependency `cypress` to `^10.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-techdocs-node@1.1.2-next.2
|
||||
|
||||
## 1.1.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "1.1.2-next.1",
|
||||
"version": "1.1.2-next.2",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -37,7 +37,7 @@
|
||||
"techdocs-cli": "bin/techdocs-cli"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/plugin-techdocs-node": "^1.1.2-next.2",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"commander": "^9.1.0",
|
||||
"dockerode": "^3.3.1",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/techdocs-common
|
||||
|
||||
## 0.11.16-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-techdocs-node@1.1.2-next.2
|
||||
|
||||
## 0.11.16-next.1
|
||||
|
||||
### 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.1",
|
||||
"version": "0.11.16-next.2",
|
||||
"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.1"
|
||||
"@backstage/plugin-techdocs-node": "1.1.2-next.2"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"jest": {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-adr-backend
|
||||
|
||||
## 0.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-adr-backend",
|
||||
"version": "0.1.1-next.1",
|
||||
"version": "0.1.1-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-adr-common": "^0.1.1-next.1",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.1",
|
||||
"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.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/marked": "^4.0.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-airbrake-backend
|
||||
|
||||
## 0.2.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## 0.2.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-airbrake-backend",
|
||||
"version": "0.2.6-next.1",
|
||||
"version": "0.2.6-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/http-proxy-middleware": "^0.19.3",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.6",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@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",
|
||||
@@ -41,7 +41,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/app-defaults": "^1.0.3-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -40,7 +40,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -38,7 +38,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@@ -36,7 +36,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"dependencies": {
|
||||
"@asyncapi/react-component": "1.0.0-next.38",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@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",
|
||||
@@ -44,8 +44,8 @@
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"graphiql": "^1.8.8",
|
||||
"graphql-ws": "^5.4.1",
|
||||
"graphql": "^16.0.0",
|
||||
"graphql-ws": "^5.4.1",
|
||||
"isomorphic-form-data": "^2.0.0",
|
||||
"react-router": "6.0.0-beta.0",
|
||||
"react-router-dom": "6.0.0-beta.0",
|
||||
@@ -57,7 +57,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.3.33-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## 0.3.33-next.1
|
||||
|
||||
### 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.1",
|
||||
"version": "0.3.33-next.2",
|
||||
"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.13.6-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/config-loader": "^1.1.2-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.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"mock-fs": "^5.1.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.14.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bc6fb57094: Updated dependency `passport` to `^0.6.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
|
||||
## 0.14.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"version": "0.14.1-next.1",
|
||||
"version": "0.14.1-next.2",
|
||||
"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.2-next.1",
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/plugin-auth-node": "^0.2.2-next.2",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
@@ -76,8 +76,8 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/body-parser": "^1.19.0",
|
||||
"@types/cookie-parser": "^1.4.2",
|
||||
"@types/express-session": "^1.17.2",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.2.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## 0.2.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.2.2-next.1",
|
||||
"version": "0.2.2-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.42.0",
|
||||
"uuid": "^8.0.0"
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-azure-devops-backend
|
||||
|
||||
## 0.3.12-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## 0.3.12-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops-backend",
|
||||
"version": "0.3.12-next.1",
|
||||
"version": "0.3.12-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.6",
|
||||
"msw": "^0.42.0"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-azure-devops-common": "^0.2.3",
|
||||
@@ -49,7 +49,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-badges-backend
|
||||
|
||||
## 0.1.27-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## 0.1.27-next.1
|
||||
|
||||
### 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.1",
|
||||
"version": "0.1.27-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
@@ -48,7 +48,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"supertest": "^6.1.3"
|
||||
},
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
@@ -46,7 +46,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-bazaar-backend
|
||||
|
||||
## 0.1.17-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/backend-test-utils@0.1.25-next.2
|
||||
|
||||
## 0.1.17-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bazaar-backend",
|
||||
"version": "0.1.17-next.0",
|
||||
"version": "0.1.17-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/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.0",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@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.17.2-next.0"
|
||||
"@backstage/cli": "^0.17.2-next.2"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"@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-components": "^0.9.5-next.2",
|
||||
"@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",
|
||||
@@ -47,7 +47,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"cross-fetch": "^3.1.5"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -43,7 +43,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.1.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## 0.1.6-next.1
|
||||
|
||||
### 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.1",
|
||||
"version": "0.1.6-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/lodash": "^4.14.151",
|
||||
"aws-sdk-mock": "^5.2.1",
|
||||
"yaml": "^1.9.2"
|
||||
|
||||
@@ -1,5 +1,77 @@
|
||||
# @backstage/plugin-catalog-backend-module-azure
|
||||
|
||||
## 0.1.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8884fd579: Add a new provider `AzureDevOpsEntityProvider` as replacement for `AzureDevOpsDiscoveryProcessor`.
|
||||
|
||||
In order to migrate from the `AzureDevOpsDiscoveryProcessor` you need to apply
|
||||
the following changes:
|
||||
|
||||
**Before:**
|
||||
|
||||
```yaml
|
||||
# app-config.yaml
|
||||
|
||||
catalog:
|
||||
locations:
|
||||
- type: azure-discovery
|
||||
target: https://dev.azure.com/myorg/myproject/_git/service-*?path=/catalog-info.yaml
|
||||
```
|
||||
|
||||
```ts
|
||||
/* packages/backend/src/plugins/catalog.ts */
|
||||
|
||||
import { AzureDevOpsDiscoveryProcessor } from '@backstage/plugin-catalog-backend-module-azure';
|
||||
|
||||
const builder = await CatalogBuilder.create(env);
|
||||
/** ... other processors ... */
|
||||
builder.addProcessor(new AzureDevOpsDiscoveryProcessor(env.reader));
|
||||
```
|
||||
|
||||
**After:**
|
||||
|
||||
```yaml
|
||||
# app-config.yaml
|
||||
|
||||
catalog:
|
||||
providers:
|
||||
azureDevOps:
|
||||
anyProviderId:
|
||||
host: selfhostedazure.yourcompany.com # This is only really needed for on-premise user, defaults to dev.azure.com
|
||||
organization: myorg # For on-premise this would be your Collection
|
||||
project: myproject
|
||||
repository: service-*
|
||||
path: /catalog-info.yaml
|
||||
```
|
||||
|
||||
```ts
|
||||
/* packages/backend/src/plugins/catalog.ts */
|
||||
|
||||
import { AzureDevOpsEntityProvider } from '@backstage/plugin-catalog-backend-module-azure';
|
||||
|
||||
const builder = await CatalogBuilder.create(env);
|
||||
/** ... other processors and/or providers ... */
|
||||
builder.addEntityProvider(
|
||||
AzureDevOpsEntityProvider.fromConfig(env.config, {
|
||||
logger: env.logger,
|
||||
schedule: env.scheduler.createScheduledTaskRunner({
|
||||
frequency: { minutes: 30 },
|
||||
timeout: { minutes: 3 },
|
||||
}),
|
||||
}),
|
||||
);
|
||||
```
|
||||
|
||||
Visit [https://backstage.io/docs/integrations/azure/discovery](https://backstage.io/docs/integrations/azure/discovery) for more details and options on configuration.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### 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.1",
|
||||
"version": "0.1.4-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.0",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.2",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"msw": "^0.42.0",
|
||||
@@ -48,8 +48,8 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -33,18 +33,18 @@
|
||||
"start": "backstage-cli package start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "^0.1.0-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.2",
|
||||
"uuid": "^8.0.0",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"msw": "^0.35.0"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket
|
||||
|
||||
## 0.2.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## 0.2.0-next.1
|
||||
|
||||
### Minor 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.0-next.1",
|
||||
"version": "0.2.0-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "^0.1.0-next.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-catalog-backend-module-gerrit
|
||||
|
||||
## 0.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gerrit",
|
||||
"version": "0.1.1-next.1",
|
||||
"version": "0.1.1-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.2",
|
||||
"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.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/fs-extra": "^9.0.1"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-catalog-backend-module-github
|
||||
|
||||
## 0.1.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/backend-tasks@0.3.2-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### 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.1",
|
||||
"version": "0.1.4-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab
|
||||
|
||||
## 0.1.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-catalog-backend@1.2.0-next.2
|
||||
|
||||
## 0.1.4-next.1
|
||||
|
||||
### 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.4-next.1",
|
||||
"version": "0.1.4-next.2",
|
||||
"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.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@azure/msal-node": "^1.1.0",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.1",
|
||||
"@backstage/backend-tasks": "^0.3.2-next.2",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0-next.2",
|
||||
"@microsoft/microsoft-graph-types": "^2.6.0",
|
||||
"@types/node-fetch": "^2.5.12",
|
||||
"lodash": "^4.17.21",
|
||||
@@ -48,9 +48,9 @@
|
||||
"qs": "^6.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/lodash": "^4.14.151",
|
||||
"msw": "^0.42.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend
|
||||
|
||||
## 1.2.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
- @backstage/plugin-catalog-common@1.0.3-next.1
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
- @backstage/plugin-permission-node@0.6.2-next.2
|
||||
|
||||
## 1.2.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend",
|
||||
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
||||
"version": "1.2.0-next.1",
|
||||
"version": "1.2.0-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,17 +34,17 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/plugin-catalog-common": "^1.0.3-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@backstage/plugin-catalog-common": "^1.0.3-next.1",
|
||||
"@backstage/plugin-permission-common": "^0.6.2-next.0",
|
||||
"@backstage/plugin-permission-node": "^0.6.2-next.1",
|
||||
"@backstage/plugin-permission-node": "^0.6.2-next.2",
|
||||
"@backstage/plugin-scaffolder-common": "^1.1.1-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.1",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"codeowners-utils": "^1.0.2",
|
||||
@@ -68,10 +68,10 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.25-next.2",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.2-next.0",
|
||||
"@backstage/plugin-search-backend-node": "0.6.2-next.1",
|
||||
"@backstage/plugin-search-backend-node": "0.6.2-next.2",
|
||||
"@types/core-js": "^2.5.4",
|
||||
"@types/git-url-parse": "^9.0.0",
|
||||
"@types/lodash": "^4.14.151",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-catalog-common
|
||||
|
||||
## 1.0.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 7d8acfc32e: Replaced all usages of `@backstage/search-common` with `@backstage/plugin-search-common`
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-search-common@0.3.5-next.1
|
||||
|
||||
## 1.0.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-common",
|
||||
"description": "Common functionalities for the catalog plugin",
|
||||
"version": "1.0.3-next.0",
|
||||
"version": "1.0.3-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -35,10 +35,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/plugin-permission-common": "^0.6.2-next.0",
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.0"
|
||||
"@backstage/plugin-search-common": "^0.3.5-next.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1"
|
||||
"@backstage/cli": "^0.17.2-next.2"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -45,10 +45,10 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/plugin-catalog": "^1.2.1-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
@@ -60,7 +60,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/catalog-client": "^1.0.3-next.0",
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration-react": "^1.1.1-next.1",
|
||||
@@ -61,7 +61,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/core-app-api": "^1.0.3-next.0",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/plugin-permission-react": "^0.4.2-next.0",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -55,7 +55,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -52,7 +52,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -40,7 +40,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-code-coverage-backend
|
||||
|
||||
## 0.1.31-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/integration@1.2.1-next.2
|
||||
|
||||
## 0.1.31-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-code-coverage-backend",
|
||||
"description": "A Backstage backend plugin that helps you keep track of your code coverage",
|
||||
"version": "0.1.31-next.1",
|
||||
"version": "0.1.31-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,12 +23,12 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@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.1",
|
||||
"@backstage/integration": "^1.2.1-next.2",
|
||||
"@types/express": "^4.17.6",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
@@ -39,7 +39,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/express-xml-bodyparser": "^0.3.2",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"msw": "^0.42.0",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
@@ -46,7 +46,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-codescene
|
||||
|
||||
## 0.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ee2cd642c5: Updated dependency `rc-progress` to `3.3.3`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
|
||||
## 0.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-codescene",
|
||||
"version": "0.1.1-next.1",
|
||||
"version": "0.1.1-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -38,7 +38,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -41,7 +41,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-cost-insights
|
||||
|
||||
## 0.11.28-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2fc98ac50c: Fix broken app-config in the example in the README
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.9.5-next.2
|
||||
|
||||
## 0.11.28-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-cost-insights",
|
||||
"description": "A Backstage plugin that helps you keep track of your cloud spend",
|
||||
"version": "0.11.28-next.1",
|
||||
"version": "0.11.28-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -36,7 +36,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -60,7 +60,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @internal/plugin-todo-list-backend
|
||||
|
||||
## 1.0.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
- @backstage/plugin-auth-node@0.2.2-next.2
|
||||
|
||||
## 1.0.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@internal/plugin-todo-list-backend",
|
||||
"version": "1.0.2-next.0",
|
||||
"version": "1.0.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -20,10 +20,10 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.0",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.2-next.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.2-next.2",
|
||||
"@types/express": "^4.17.6",
|
||||
"cross-fetch": "^3.1.5",
|
||||
"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.2",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"@types/uuid": "^8.0.0",
|
||||
"msw": "^0.42.0",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -33,7 +33,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/plugin-explore-react": "^0.0.18-next.0",
|
||||
@@ -53,7 +53,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -39,7 +39,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
@@ -53,7 +53,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -47,7 +47,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
@@ -43,7 +43,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
@@ -55,7 +55,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
@@ -43,7 +43,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/integration": "^1.2.1-next.1",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
@@ -49,7 +49,7 @@
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@backstage/dev-utils": "^1.0.3-next.1",
|
||||
"@backstage/test-utils": "^1.1.1-next.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -48,7 +48,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^1.0.3-next.0",
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@backstage/core-plugin-api": "^1.0.3-next.0",
|
||||
"@backstage/errors": "^1.0.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1-next.1",
|
||||
@@ -49,7 +49,7 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -34,22 +34,22 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5-next.1",
|
||||
"@backstage/core-components": "^0.9.5-next.2",
|
||||
"@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",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"graphiql": "^1.5.12",
|
||||
"graphql-ws": "^5.4.1",
|
||||
"graphql": "^16.0.0",
|
||||
"graphql-ws": "^5.4.1",
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@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",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-graphql-backend
|
||||
|
||||
## 0.1.23-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.14.0-next.2
|
||||
|
||||
## 0.1.23-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-graphql-backend",
|
||||
"description": "An experimental Backstage backend plugin for GraphQL",
|
||||
"version": "0.1.23-next.1",
|
||||
"version": "0.1.23-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"clean": "backstage-cli package clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.6-next.1",
|
||||
"@backstage/backend-common": "^0.14.0-next.2",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-catalog-graphql": "^0.3.10-next.0",
|
||||
"@graphql-tools/schema": "^8.3.1",
|
||||
@@ -51,7 +51,7 @@
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2-next.1",
|
||||
"@backstage/cli": "^0.17.2-next.2",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"msw": "^0.42.0",
|
||||
"supertest": "^6.1.3"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user