Merge branch 'master' of github.com:backstage/backstage into dekoding/deltas-in-incremental-providers
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added `RootLifecycleService` and `rootLifecycleServiceRef`, as well as added a `logger` option to the existing `LifecycleServiceShutdownHook`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Removed unnecessary usage of `ThemeProvider` from the `ExampleComponent` test in the plugin template.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fixed an issue where the CLI would fail to function when there was a mix of workspace and non-workspace versions of the same package in `yarn.lock` when using Yarn 3.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
---
|
||||
|
||||
Fixed `AssignedToCurrentUsersTeams` & `CreatedByCurrentUsersTeams` filter in `AzurePullRequestsPage` component.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-rails': patch
|
||||
---
|
||||
|
||||
handle skipActiveRecord rails new argument
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-bazaar': patch
|
||||
---
|
||||
|
||||
Created soft cut on `ProjectCard` to indicate more content.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Include implementations for the new `rootLifecycleServiceRef`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Allow custom repository roles to be configured on github repos
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-bazaar': patch
|
||||
---
|
||||
|
||||
Added `isBazaarAvailable` helper to be used with the `EntitySwitch`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Use new `ServiceFactoryOrFunction` type.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Use the project tsconfig in case of selection all packages
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-node': patch
|
||||
---
|
||||
|
||||
Fixed bug caused by recent migration to AWS SDK V3 for techdocs-node. Instead of s3ForcePathStyle, forcePathStyle should be passed.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@techdocs/cli': minor
|
||||
---
|
||||
|
||||
Add `--preview-app-bundle-path` and `--preview-app-port` options to the `serve` command enabling previewing with apps other than the provided one
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-adr': minor
|
||||
'@backstage/plugin-adr-backend': patch
|
||||
---
|
||||
|
||||
The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this.
|
||||
|
||||
**BREAKING** The ADR plugin now uses UrlReaders. You will have to [configure integrations](https://backstage.io/docs/integrations/index#configuration) for all sites you want to get ADRs from. If you would like to create your own implementation that has different behavior, you can override the AdrApi [just like you can with other apis.](https://backstage.io/docs/api/utility-apis#app-apis) The previously used Octokit implementation has been completely removed.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
rollback `@rjsf/validator-ajv8` to `@rjsf/validator-v6`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Fixed an issue were the log redaction didn't properly escape RegExp characters.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added `ServiceFactoryOrFunction` type, for use when either a `ServiceFactory` or `() => ServiceFactory` can be used.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
---
|
||||
|
||||
add exports to clear api-report messages
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-bazaar': patch
|
||||
---
|
||||
|
||||
Updated README.md to include instructions of installing the Bazaar Backend
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Updated to make sure that service implementations replace default service implementations.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
---
|
||||
|
||||
The link from the `CatalogGraphCard` to the `CatalogGraphPage` no longer includes an explicit `maxDepth` parameter, letting the `CatalogGraphPage` choose the initial `maxDepth` instead.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': minor
|
||||
---
|
||||
|
||||
**BREAKING**: The `httpRouterFactory` now accepts a `getPath` option rather than `indexPlugin`. To set up custom index path, configure the new `rootHttpRouterFactory` with a custom `indexPath` instead.
|
||||
|
||||
Added an implementation for the new `rootHttpRouterServiceRef`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Render the scaffolder action description using the `MarkdownContent` component. This will allow the page to show richer content to describe scaffolder actions.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Moved over implementation of the root HTTP service from `@backstage/backend-common`, and replaced the `middleware` option with a `configure` callback option.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Fixed a bug in the default token manager factory where it created multiple incompatible instances.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Removed deprecated `read` method from the `UrlReader` interface. All implementations should use the `readUrl` method instead.
|
||||
|
||||
Migrated `UrlReader` and related types to `backend/backend-plugin-api`, types remain re-exported from `backend-common` for now.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Added `loggerToWinstonLogger`, which was moved from `@backstage/backend-plugin-api`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-rails': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Change scaffolder task actions to include markdown to demonstrate the new `ActionsPage` markdown feature.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-model': patch
|
||||
'@backstage/plugin-scaffolder-common': patch
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
'@backstage/plugin-search-backend-node': patch
|
||||
---
|
||||
|
||||
Fixed spelling mistakes in documentation.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-client': minor
|
||||
---
|
||||
|
||||
Implemented support for the `order` directive on `getEntities`
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
lock versions of `@rjsf/*-beta` packages
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Added factory for the new core identity service to the set of default service factories.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Add experimental environment variable to enable caching for production builds.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-explore-backend': patch
|
||||
---
|
||||
|
||||
Bump `msw` to `^0.49.0`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Added service factory for the new core identity service.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Slightly improve readability of "base URL conflict" error handling code
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
The frontend serve task now filters out allowed package duplicates during its package check, just like `versions:bump` and `versions:check`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Fixed bug in `EntityTagPicker` that filtered on unavailable tags for the selected kind.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Fixed bug in Techdocs reader where a techdocs page with a hash in the URL did not always jump to the document anchor.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
Added support for event based updates in the `GithubOrgEntityProvider`!
|
||||
Based on webhook events from GitHub the affected `User` or `Group` entity will be refreshed.
|
||||
This includes adding new entities, refreshing existing ones, and removing obsolete ones.
|
||||
|
||||
Please find more information at
|
||||
https://backstage.io/docs/integrations/github/org#installation-with-events-support
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Move some dependencies as `peerDependencies` because we need to always use same version as in `api-extractor`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added a new `rootHttpRouterServiceRef` and `RootHttpRouterService` interface.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
An error will now be thrown if attempting to override the plugin metadata service.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Applied fix from v1.9.1
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
---
|
||||
|
||||
Migrate `UrlReader` into this package to gradually remove the dependency on backend-common.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-tasks': patch
|
||||
---
|
||||
|
||||
Minor internal refactor to avoid import cycle issue.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': major
|
||||
---
|
||||
|
||||
Re-home some of the common types, components, hooks and `scaffolderApiRef` for the `@backstage/plugin-scaffolder` to this package for easy re-use across things that want to interact with the `scaffolder`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-explore-backend': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
---
|
||||
|
||||
Updated `README.md` examples
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
|
||||
---
|
||||
|
||||
Surface the cause of the json rules engine
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
fix glob on windows os
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
The `startTestBackend` setup now includes default implementations for all core services.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-adr-backend': patch
|
||||
'@backstage/plugin-adr': patch
|
||||
---
|
||||
|
||||
Clarify that default ADR parsers support MADR specification v2.x
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Refactor for the feature flag filter functionality
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Fix sizing of build log component to render all lines
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Replaced dependencies on the `Logger` type from `winston` with `LoggerService` from `@backstage/backend-plugin-api`. This is not a breaking change as the `LoggerService` is a subset of the `Logger` interface.
|
||||
@@ -1,31 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-react': minor
|
||||
---
|
||||
|
||||
Allow customizing empty state component through `noResultsComponent` property.
|
||||
|
||||
Example:
|
||||
|
||||
```jsx
|
||||
<SearchResult noResultsComponent={<>No results were found</>}>
|
||||
{({ results }) => (
|
||||
<List>
|
||||
{results.map(({ type, document }) => {
|
||||
switch (type) {
|
||||
case 'custom-result-item':
|
||||
return (
|
||||
<CustomResultListItem key={document.location} result={document} />
|
||||
);
|
||||
default:
|
||||
return (
|
||||
<DefaultResultListItem
|
||||
key={document.location}
|
||||
result={document}
|
||||
/>
|
||||
);
|
||||
}
|
||||
})}
|
||||
</List>
|
||||
)}
|
||||
</SearchResult>
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': minor
|
||||
---
|
||||
|
||||
Add highlighting of legend item and show bubble on hover within the Tech Radar
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
add `onChange` handler to`Stepper` component
|
||||
@@ -1,69 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
This patch adds changes to provide examples alongside scaffolder task actions.
|
||||
|
||||
The `createTemplateAction` function now takes a list of examples e.g.
|
||||
|
||||
```typescript
|
||||
const actionExamples = [
|
||||
{
|
||||
description: 'Example 1',
|
||||
example: yaml.stringify({
|
||||
steps: [
|
||||
{
|
||||
action: 'test:action',
|
||||
id: 'test',
|
||||
input: {
|
||||
input1: 'value',
|
||||
},
|
||||
},
|
||||
],
|
||||
}),
|
||||
},
|
||||
];
|
||||
|
||||
export function createTestAction() {
|
||||
return createTemplateAction({
|
||||
id: 'test:action',
|
||||
examples: [
|
||||
{
|
||||
description: 'Example 1',
|
||||
examples: actionExamples
|
||||
}
|
||||
],
|
||||
...,
|
||||
});
|
||||
```
|
||||
|
||||
These examples can be retrieved later from the api.
|
||||
|
||||
```bash
|
||||
curl http://localhost:7007/api/scaffolder/v2/actions
|
||||
```
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
"id": "test:action",
|
||||
"examples": [
|
||||
{
|
||||
"description": "Example 1",
|
||||
"example": "steps:\n - action: test:action\n id: test\n input:\n input1: value\n"
|
||||
}
|
||||
],
|
||||
"schema": {
|
||||
"input": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"input1": {
|
||||
"title": "Input 1",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
```
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/app-defaults': minor
|
||||
'@backstage/core-plugin-api': minor
|
||||
'@backstage/core-app-api': minor
|
||||
---
|
||||
|
||||
Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added new core identity service.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend': patch
|
||||
---
|
||||
|
||||
The default event broker will now catch and log errors thrown by the `onEvent` method of subscribers. The returned promise from `publish` method will also not resolve until all subscribers have handled the event.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Migrated types related to `TokenManagerService`, `CacheService` and `DatabaseService` into backend-plugin-api.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Moved `PluginEndpointDiscovery` type from backend-common to backend-plugin-api.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
The `createSpecializedBackend` function will now throw an error if duplicate service implementations are provided.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-lighthouse': patch
|
||||
---
|
||||
|
||||
Fixed bug in Lighthouse Plugin where audit list item and create audit button navigated to a wrong URL.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-app-backend': patch
|
||||
---
|
||||
|
||||
The warning for missing app contents is now logged as an error instead, but only in production.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
Removed @backstage/test-utils dependency, since it was already in the devDependencies where it belongs. The main benefit is that this will exclude better-sqlite3 from the production build.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
---
|
||||
|
||||
`RouterOptions` now accepts an optional `catalogApi` argument, allowing custom catalog clients to be used. This is leveraged in the local standalone development runner to pass in a catalog client that returns fake data.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-sentry': minor
|
||||
---
|
||||
|
||||
Add Sentry "Create Project" Scaffolder as new package
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-stack-overflow-backend': patch
|
||||
---
|
||||
|
||||
Enable configuration override for StackOverflow backend plugin when instantiating the search indexer. This makes it possible to set different configuration for frontend and backend of the plugin.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Updated the logger created by `createRootLogger` to make it possible to override the default `service` log label.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Refactor to rely on `@backstage/backend-app-api` for the implementation of `createServiceBuilder`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Added the option to overwrite files in the `targetPath` of the `template:fetch` action
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
'@backstage/plugin-scaffolder-react': minor
|
||||
---
|
||||
|
||||
Embed scaffolder workflow in other components
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Tweaked the plugin logger to use `plugin` as the label for the plugin ID, rather than `pluginId`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': minor
|
||||
---
|
||||
|
||||
Moved `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Removed unused package `type-fest`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-client': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Enable the `by-refs` endpoint to receive `fields` through the POST body as well as through query parameters.
|
||||
+180
-286
@@ -2,305 +2,199 @@
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.78",
|
||||
"@backstage/app-defaults": "1.0.9",
|
||||
"example-backend": "0.2.78",
|
||||
"@backstage/backend-app-api": "0.2.4",
|
||||
"@backstage/backend-common": "0.17.0",
|
||||
"@backstage/backend-defaults": "0.1.4",
|
||||
"example-backend-next": "0.0.6",
|
||||
"@backstage/backend-plugin-api": "0.2.0",
|
||||
"@backstage/backend-tasks": "0.4.0",
|
||||
"@backstage/backend-test-utils": "0.1.31",
|
||||
"@backstage/catalog-client": "1.2.0",
|
||||
"@backstage/catalog-model": "1.1.4",
|
||||
"@backstage/cli": "0.22.0",
|
||||
"example-app": "0.2.79",
|
||||
"@backstage/app-defaults": "1.1.0",
|
||||
"example-backend": "0.2.79",
|
||||
"@backstage/backend-app-api": "0.3.0",
|
||||
"@backstage/backend-common": "0.18.0",
|
||||
"@backstage/backend-defaults": "0.1.5",
|
||||
"example-backend-next": "0.0.7",
|
||||
"@backstage/backend-plugin-api": "0.3.0",
|
||||
"@backstage/backend-tasks": "0.4.1",
|
||||
"@backstage/backend-test-utils": "0.1.32",
|
||||
"@backstage/catalog-client": "1.3.0",
|
||||
"@backstage/catalog-model": "1.1.5",
|
||||
"@backstage/cli": "0.22.1",
|
||||
"@backstage/cli-common": "0.1.11",
|
||||
"@backstage/codemods": "0.1.42",
|
||||
"@backstage/config": "1.0.5",
|
||||
"@backstage/config-loader": "1.1.7",
|
||||
"@backstage/core-app-api": "1.3.0",
|
||||
"@backstage/core-components": "0.12.1",
|
||||
"@backstage/core-plugin-api": "1.2.0",
|
||||
"@backstage/create-app": "0.4.35",
|
||||
"@backstage/dev-utils": "1.0.9",
|
||||
"@backstage/config": "1.0.6",
|
||||
"@backstage/config-loader": "1.1.8",
|
||||
"@backstage/core-app-api": "1.4.0",
|
||||
"@backstage/core-components": "0.12.3",
|
||||
"@backstage/core-plugin-api": "1.3.0",
|
||||
"@backstage/create-app": "0.4.36",
|
||||
"@backstage/dev-utils": "1.0.11",
|
||||
"e2e-test": "0.2.0",
|
||||
"@backstage/errors": "1.1.4",
|
||||
"@backstage/integration": "1.4.1",
|
||||
"@backstage/integration-aws-node": "0.1.0",
|
||||
"@backstage/integration-react": "1.1.7",
|
||||
"@backstage/integration": "1.4.2",
|
||||
"@backstage/integration-aws-node": "0.1.1",
|
||||
"@backstage/integration-react": "1.1.9",
|
||||
"@backstage/release-manifests": "0.0.8",
|
||||
"@backstage/repo-tools": "0.1.0",
|
||||
"@techdocs/cli": "1.2.4",
|
||||
"techdocs-cli-embedded-app": "0.2.77",
|
||||
"@backstage/test-utils": "1.2.3",
|
||||
"@backstage/repo-tools": "0.1.1",
|
||||
"@techdocs/cli": "1.3.0",
|
||||
"techdocs-cli-embedded-app": "0.2.78",
|
||||
"@backstage/test-utils": "1.2.4",
|
||||
"@backstage/theme": "0.2.16",
|
||||
"@backstage/types": "1.0.2",
|
||||
"@backstage/version-bridge": "1.0.3",
|
||||
"@backstage/plugin-adr": "0.2.4",
|
||||
"@backstage/plugin-adr-backend": "0.2.4",
|
||||
"@backstage/plugin-adr-common": "0.2.4",
|
||||
"@backstage/plugin-airbrake": "0.3.12",
|
||||
"@backstage/plugin-airbrake-backend": "0.2.12",
|
||||
"@backstage/plugin-allure": "0.1.28",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.23",
|
||||
"@backstage/plugin-apache-airflow": "0.2.5",
|
||||
"@backstage/plugin-api-docs": "0.8.12",
|
||||
"@backstage/plugin-adr": "0.3.0",
|
||||
"@backstage/plugin-adr-backend": "0.2.5",
|
||||
"@backstage/plugin-adr-common": "0.2.5",
|
||||
"@backstage/plugin-airbrake": "0.3.14",
|
||||
"@backstage/plugin-airbrake-backend": "0.2.13",
|
||||
"@backstage/plugin-allure": "0.1.30",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.25",
|
||||
"@backstage/plugin-apache-airflow": "0.2.7",
|
||||
"@backstage/plugin-api-docs": "0.8.14",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.0",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.5",
|
||||
"@backstage/plugin-app-backend": "0.3.39",
|
||||
"@backstage/plugin-auth-backend": "0.17.2",
|
||||
"@backstage/plugin-auth-node": "0.2.8",
|
||||
"@backstage/plugin-azure-devops": "0.2.3",
|
||||
"@backstage/plugin-azure-devops-backend": "0.3.18",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.7",
|
||||
"@backstage/plugin-app-backend": "0.3.40",
|
||||
"@backstage/plugin-auth-backend": "0.17.3",
|
||||
"@backstage/plugin-auth-node": "0.2.9",
|
||||
"@backstage/plugin-azure-devops": "0.2.5",
|
||||
"@backstage/plugin-azure-devops-backend": "0.3.19",
|
||||
"@backstage/plugin-azure-devops-common": "0.3.0",
|
||||
"@backstage/plugin-azure-sites": "0.1.1",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.1",
|
||||
"@backstage/plugin-azure-sites": "0.1.3",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.2",
|
||||
"@backstage/plugin-azure-sites-common": "0.1.0",
|
||||
"@backstage/plugin-badges": "0.2.36",
|
||||
"@backstage/plugin-badges-backend": "0.1.33",
|
||||
"@backstage/plugin-bazaar": "0.2.1",
|
||||
"@backstage/plugin-bazaar-backend": "0.2.2",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.2",
|
||||
"@backstage/plugin-bitrise": "0.1.39",
|
||||
"@backstage/plugin-catalog": "1.7.0",
|
||||
"@backstage/plugin-catalog-backend": "1.6.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.1.12",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.10",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.6",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.6",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.4",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.7",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.2.2",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.1.10",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.1.0",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.6",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.4.5",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.5",
|
||||
"@backstage/plugin-catalog-common": "1.0.9",
|
||||
"@internal/plugin-catalog-customized": "0.0.5",
|
||||
"@backstage/plugin-catalog-graph": "0.2.24",
|
||||
"@backstage/plugin-catalog-graphql": "0.3.16",
|
||||
"@backstage/plugin-catalog-import": "0.9.2",
|
||||
"@backstage/plugin-catalog-node": "1.3.0",
|
||||
"@backstage/plugin-catalog-react": "1.2.2",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.14",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.8",
|
||||
"@backstage/plugin-circleci": "0.3.12",
|
||||
"@backstage/plugin-cloudbuild": "0.3.12",
|
||||
"@backstage/plugin-code-climate": "0.1.12",
|
||||
"@backstage/plugin-code-coverage": "0.2.5",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.5",
|
||||
"@backstage/plugin-codescene": "0.1.7",
|
||||
"@backstage/plugin-config-schema": "0.1.35",
|
||||
"@backstage/plugin-cost-insights": "0.12.1",
|
||||
"@backstage/plugin-badges": "0.2.38",
|
||||
"@backstage/plugin-badges-backend": "0.1.34",
|
||||
"@backstage/plugin-bazaar": "0.2.3",
|
||||
"@backstage/plugin-bazaar-backend": "0.2.3",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.3",
|
||||
"@backstage/plugin-bitrise": "0.1.41",
|
||||
"@backstage/plugin-catalog": "1.7.2",
|
||||
"@backstage/plugin-catalog-backend": "1.7.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.1.13",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.11",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.7",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.7",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.5",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.8",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.2.3",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.1.11",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.1.1",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.7",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.4.6",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.6",
|
||||
"@backstage/plugin-catalog-common": "1.0.10",
|
||||
"@internal/plugin-catalog-customized": "0.0.6",
|
||||
"@backstage/plugin-catalog-graph": "0.2.26",
|
||||
"@backstage/plugin-catalog-graphql": "0.3.17",
|
||||
"@backstage/plugin-catalog-import": "0.9.4",
|
||||
"@backstage/plugin-catalog-node": "1.3.1",
|
||||
"@backstage/plugin-catalog-react": "1.2.4",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.16",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.10",
|
||||
"@backstage/plugin-circleci": "0.3.14",
|
||||
"@backstage/plugin-cloudbuild": "0.3.14",
|
||||
"@backstage/plugin-code-climate": "0.1.14",
|
||||
"@backstage/plugin-code-coverage": "0.2.7",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.6",
|
||||
"@backstage/plugin-codescene": "0.1.9",
|
||||
"@backstage/plugin-config-schema": "0.1.37",
|
||||
"@backstage/plugin-cost-insights": "0.12.3",
|
||||
"@backstage/plugin-cost-insights-common": "0.1.1",
|
||||
"@backstage/plugin-dynatrace": "1.0.2",
|
||||
"@backstage/plugin-events-backend": "0.2.0",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.1.1",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.1",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.1",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.1",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.1",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.1",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.1",
|
||||
"@backstage/plugin-events-node": "0.2.0",
|
||||
"@internal/plugin-todo-list": "1.0.8",
|
||||
"@internal/plugin-todo-list-backend": "1.0.8",
|
||||
"@internal/plugin-todo-list-common": "1.0.7",
|
||||
"@backstage/plugin-explore": "0.3.43",
|
||||
"@backstage/plugin-explore-backend": "0.0.1",
|
||||
"@backstage/plugin-dynatrace": "1.0.4",
|
||||
"@backstage/plugin-events-backend": "0.2.1",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.1.2",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.2",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.2",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.2",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.2",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.2",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.2",
|
||||
"@backstage/plugin-events-node": "0.2.1",
|
||||
"@internal/plugin-todo-list": "1.0.9",
|
||||
"@internal/plugin-todo-list-backend": "1.0.9",
|
||||
"@internal/plugin-todo-list-common": "1.0.8",
|
||||
"@backstage/plugin-explore": "0.3.45",
|
||||
"@backstage/plugin-explore-backend": "0.0.2",
|
||||
"@backstage/plugin-explore-common": "0.0.1",
|
||||
"@backstage/plugin-explore-react": "0.0.24",
|
||||
"@backstage/plugin-firehydrant": "0.1.29",
|
||||
"@backstage/plugin-fossa": "0.2.44",
|
||||
"@backstage/plugin-gcalendar": "0.3.8",
|
||||
"@backstage/plugin-gcp-projects": "0.3.31",
|
||||
"@backstage/plugin-git-release-manager": "0.3.25",
|
||||
"@backstage/plugin-github-actions": "0.5.12",
|
||||
"@backstage/plugin-github-deployments": "0.1.43",
|
||||
"@backstage/plugin-github-issues": "0.2.1",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.6",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.30",
|
||||
"@backstage/plugin-gocd": "0.1.18",
|
||||
"@backstage/plugin-graphiql": "0.2.44",
|
||||
"@backstage/plugin-graphql-backend": "0.1.29",
|
||||
"@backstage/plugin-home": "0.4.28",
|
||||
"@backstage/plugin-ilert": "0.2.1",
|
||||
"@backstage/plugin-jenkins": "0.7.11",
|
||||
"@backstage/plugin-jenkins-backend": "0.1.29",
|
||||
"@backstage/plugin-jenkins-common": "0.1.11",
|
||||
"@backstage/plugin-kafka": "0.3.12",
|
||||
"@backstage/plugin-kafka-backend": "0.2.32",
|
||||
"@backstage/plugin-kubernetes": "0.7.5",
|
||||
"@backstage/plugin-kubernetes-backend": "0.9.0",
|
||||
"@backstage/plugin-kubernetes-common": "0.5.0",
|
||||
"@backstage/plugin-lighthouse": "0.3.12",
|
||||
"@backstage/plugin-newrelic": "0.3.30",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.2.5",
|
||||
"@backstage/plugin-org": "0.6.2",
|
||||
"@backstage/plugin-org-react": "0.1.1",
|
||||
"@backstage/plugin-pagerduty": "0.5.5",
|
||||
"@backstage/plugin-periskop": "0.1.10",
|
||||
"@backstage/plugin-periskop-backend": "0.1.10",
|
||||
"@backstage/plugin-permission-backend": "0.5.14",
|
||||
"@backstage/plugin-permission-common": "0.7.2",
|
||||
"@backstage/plugin-permission-node": "0.7.2",
|
||||
"@backstage/plugin-permission-react": "0.4.8",
|
||||
"@backstage/plugin-playlist": "0.1.3",
|
||||
"@backstage/plugin-playlist-backend": "0.2.2",
|
||||
"@backstage/plugin-playlist-common": "0.1.3",
|
||||
"@backstage/plugin-proxy-backend": "0.2.33",
|
||||
"@backstage/plugin-rollbar": "0.4.12",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.36",
|
||||
"@backstage/plugin-scaffolder": "1.9.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.9.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.14",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.7",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.12",
|
||||
"@backstage/plugin-scaffolder-common": "1.2.3",
|
||||
"@backstage/plugin-search": "1.0.5",
|
||||
"@backstage/plugin-search-backend": "1.2.0",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.1.0",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.0",
|
||||
"@backstage/plugin-search-backend-node": "1.1.0",
|
||||
"@backstage/plugin-search-common": "1.2.0",
|
||||
"@backstage/plugin-search-react": "1.3.0",
|
||||
"@backstage/plugin-sentry": "0.4.5",
|
||||
"@backstage/plugin-shortcuts": "0.3.4",
|
||||
"@backstage/plugin-sonarqube": "0.6.0",
|
||||
"@backstage/plugin-sonarqube-backend": "0.1.4",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.0",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.1",
|
||||
"@backstage/plugin-stack-overflow": "0.1.8",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.1.8",
|
||||
"@backstage/plugin-tech-insights": "0.3.4",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.5",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.23",
|
||||
"@backstage/plugin-explore-react": "0.0.25",
|
||||
"@backstage/plugin-firehydrant": "0.1.31",
|
||||
"@backstage/plugin-fossa": "0.2.46",
|
||||
"@backstage/plugin-gcalendar": "0.3.10",
|
||||
"@backstage/plugin-gcp-projects": "0.3.33",
|
||||
"@backstage/plugin-git-release-manager": "0.3.27",
|
||||
"@backstage/plugin-github-actions": "0.5.14",
|
||||
"@backstage/plugin-github-deployments": "0.1.45",
|
||||
"@backstage/plugin-github-issues": "0.2.3",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.8",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.32",
|
||||
"@backstage/plugin-gocd": "0.1.20",
|
||||
"@backstage/plugin-graphiql": "0.2.46",
|
||||
"@backstage/plugin-graphql-backend": "0.1.30",
|
||||
"@backstage/plugin-home": "0.4.30",
|
||||
"@backstage/plugin-ilert": "0.2.3",
|
||||
"@backstage/plugin-jenkins": "0.7.13",
|
||||
"@backstage/plugin-jenkins-backend": "0.1.30",
|
||||
"@backstage/plugin-jenkins-common": "0.1.12",
|
||||
"@backstage/plugin-kafka": "0.3.14",
|
||||
"@backstage/plugin-kafka-backend": "0.2.33",
|
||||
"@backstage/plugin-kubernetes": "0.7.7",
|
||||
"@backstage/plugin-kubernetes-backend": "0.9.1",
|
||||
"@backstage/plugin-kubernetes-common": "0.5.1",
|
||||
"@backstage/plugin-lighthouse": "0.3.14",
|
||||
"@backstage/plugin-newrelic": "0.3.32",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.2.7",
|
||||
"@backstage/plugin-org": "0.6.4",
|
||||
"@backstage/plugin-org-react": "0.1.3",
|
||||
"@backstage/plugin-pagerduty": "0.5.7",
|
||||
"@backstage/plugin-periskop": "0.1.12",
|
||||
"@backstage/plugin-periskop-backend": "0.1.11",
|
||||
"@backstage/plugin-permission-backend": "0.5.15",
|
||||
"@backstage/plugin-permission-common": "0.7.3",
|
||||
"@backstage/plugin-permission-node": "0.7.3",
|
||||
"@backstage/plugin-permission-react": "0.4.9",
|
||||
"@backstage/plugin-playlist": "0.1.5",
|
||||
"@backstage/plugin-playlist-backend": "0.2.3",
|
||||
"@backstage/plugin-playlist-common": "0.1.4",
|
||||
"@backstage/plugin-proxy-backend": "0.2.34",
|
||||
"@backstage/plugin-rollbar": "0.4.14",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.37",
|
||||
"@backstage/plugin-scaffolder": "1.10.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.10.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.15",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.8",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.13",
|
||||
"@backstage/plugin-scaffolder-common": "1.2.4",
|
||||
"@backstage/plugin-scaffolder-react": "1.0.0",
|
||||
"@backstage/plugin-search": "1.0.7",
|
||||
"@backstage/plugin-search-backend": "1.2.1",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.1.1",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.1",
|
||||
"@backstage/plugin-search-backend-node": "1.1.1",
|
||||
"@backstage/plugin-search-common": "1.2.1",
|
||||
"@backstage/plugin-search-react": "1.4.0",
|
||||
"@backstage/plugin-sentry": "0.4.7",
|
||||
"@backstage/plugin-shortcuts": "0.3.6",
|
||||
"@backstage/plugin-sonarqube": "0.6.2",
|
||||
"@backstage/plugin-sonarqube-backend": "0.1.5",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.1",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.3",
|
||||
"@backstage/plugin-stack-overflow": "0.1.10",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.1.9",
|
||||
"@backstage/plugin-tech-insights": "0.3.6",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.6",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.24",
|
||||
"@backstage/plugin-tech-insights-common": "0.2.9",
|
||||
"@backstage/plugin-tech-insights-node": "0.3.7",
|
||||
"@backstage/plugin-tech-radar": "0.5.19",
|
||||
"@backstage/plugin-techdocs": "1.4.1",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.7",
|
||||
"@backstage/plugin-techdocs-backend": "1.5.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.0.7",
|
||||
"@backstage/plugin-techdocs-node": "1.4.3",
|
||||
"@backstage/plugin-techdocs-react": "1.1.0",
|
||||
"@backstage/plugin-todo": "0.2.14",
|
||||
"@backstage/plugin-todo-backend": "0.1.36",
|
||||
"@backstage/plugin-user-settings": "0.6.0",
|
||||
"@backstage/plugin-user-settings-backend": "0.1.3",
|
||||
"@backstage/plugin-vault": "0.1.6",
|
||||
"@backstage/plugin-vault-backend": "0.2.5",
|
||||
"@backstage/plugin-xcmetrics": "0.2.32",
|
||||
"@backstage/plugin-scaffolder-react": "0.0.0"
|
||||
"@backstage/plugin-tech-insights-node": "0.3.8",
|
||||
"@backstage/plugin-tech-radar": "0.6.0",
|
||||
"@backstage/plugin-techdocs": "1.4.3",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.9",
|
||||
"@backstage/plugin-techdocs-backend": "1.5.1",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.0.9",
|
||||
"@backstage/plugin-techdocs-node": "1.4.4",
|
||||
"@backstage/plugin-techdocs-react": "1.1.2",
|
||||
"@backstage/plugin-todo": "0.2.16",
|
||||
"@backstage/plugin-todo-backend": "0.1.37",
|
||||
"@backstage/plugin-user-settings": "0.6.2",
|
||||
"@backstage/plugin-user-settings-backend": "0.1.4",
|
||||
"@backstage/plugin-vault": "0.1.8",
|
||||
"@backstage/plugin-vault-backend": "0.2.6",
|
||||
"@backstage/plugin-xcmetrics": "0.2.34"
|
||||
},
|
||||
"changesets": [
|
||||
"beige-rats-cheer",
|
||||
"blue-carrots-cross",
|
||||
"bright-pants-cry",
|
||||
"clever-starfishes-destroy",
|
||||
"clever-years-hang",
|
||||
"cool-islands-laugh",
|
||||
"cool-kings-raise",
|
||||
"create-app-1672154523",
|
||||
"cuddly-fishes-switch",
|
||||
"curvy-ducks-explode",
|
||||
"dry-camels-scream",
|
||||
"dull-taxis-carry",
|
||||
"eight-dragons-accept",
|
||||
"eight-mugs-draw",
|
||||
"eighty-forks-pull",
|
||||
"eighty-jars-poke",
|
||||
"eleven-fans-love",
|
||||
"eleven-trains-double",
|
||||
"fair-ants-work",
|
||||
"fair-falcons-lie",
|
||||
"fair-seals-fry",
|
||||
"famous-experts-sneeze",
|
||||
"few-mice-study",
|
||||
"few-penguins-admire",
|
||||
"fifty-paws-attack",
|
||||
"fifty-zoos-nail",
|
||||
"fluffy-fans-sing",
|
||||
"fluffy-forks-happen",
|
||||
"forty-mangos-fail",
|
||||
"forty-years-retire",
|
||||
"funny-pianos-grow",
|
||||
"good-foxes-fail",
|
||||
"good-geckos-reflect",
|
||||
"gorgeous-days-applaud",
|
||||
"great-forks-lay",
|
||||
"hungry-falcons-cross",
|
||||
"khaki-baboons-impress",
|
||||
"kind-badgers-know",
|
||||
"kind-pianos-burn",
|
||||
"late-forks-rescue",
|
||||
"light-rice-end",
|
||||
"little-beans-hammer",
|
||||
"long-owls-raise",
|
||||
"loud-beds-occur",
|
||||
"lucky-apricots-dress",
|
||||
"lucky-taxis-vanish",
|
||||
"mean-moles-relate",
|
||||
"metal-ducks-promise",
|
||||
"metal-hotels-deliver",
|
||||
"metal-nails-punch",
|
||||
"moody-eggs-smash",
|
||||
"nasty-planets-end",
|
||||
"nasty-pumas-kneel",
|
||||
"nervous-ravens-cough",
|
||||
"nine-falcons-appear",
|
||||
"ninety-bags-turn",
|
||||
"ninety-phones-tell",
|
||||
"odd-kings-tell",
|
||||
"old-planets-care",
|
||||
"olive-eyes-sing",
|
||||
"orange-maps-roll",
|
||||
"orange-spoons-approve",
|
||||
"polite-books-suffer",
|
||||
"poor-crews-battle",
|
||||
"popular-boxes-think",
|
||||
"popular-cameras-worry",
|
||||
"proud-birds-worry",
|
||||
"rare-cooks-peel",
|
||||
"red-tables-train",
|
||||
"renovate-0783312",
|
||||
"renovate-3493165",
|
||||
"renovate-492e599",
|
||||
"renovate-968149a",
|
||||
"renovate-a3feeae",
|
||||
"renovate-bdd7c91",
|
||||
"renovate-e7f8e3a",
|
||||
"rich-clouds-smile",
|
||||
"rude-chicken-itch",
|
||||
"rude-gifts-pay",
|
||||
"search-break-loop",
|
||||
"search-es-new-client-docs",
|
||||
"search-mele-kalikimaka",
|
||||
"search-pressure-back",
|
||||
"selfish-phones-smoke",
|
||||
"sharp-icons-obey",
|
||||
"silver-chicken-travel",
|
||||
"spicy-lions-dream",
|
||||
"spotty-numbers-dream",
|
||||
"strong-eyes-march",
|
||||
"sweet-tomatoes-cheer",
|
||||
"swift-waves-laugh",
|
||||
"tame-spoons-exercise",
|
||||
"tasty-impalas-cross",
|
||||
"tasty-impalas-mix",
|
||||
"ten-peas-grab",
|
||||
"thick-stingrays-smile",
|
||||
"thick-tomatoes-bow",
|
||||
"tidy-flies-cheer",
|
||||
"tiny-cooks-hide",
|
||||
"tricky-toys-teach",
|
||||
"twenty-nails-camp",
|
||||
"two-buckets-do",
|
||||
"wicked-bottles-itch",
|
||||
"wicked-socks-build",
|
||||
"wild-socks-breathe",
|
||||
"witty-eels-itch"
|
||||
]
|
||||
"changesets": []
|
||||
}
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/plugin-adr': patch
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
'@backstage/plugin-bazaar': patch
|
||||
'@backstage/plugin-cicd-statistics': patch
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-fossa': patch
|
||||
'@backstage/plugin-gcp-projects': patch
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-lighthouse': patch
|
||||
'@backstage/plugin-search': patch
|
||||
'@backstage/plugin-search-react': patch
|
||||
'@backstage/plugin-sonarqube': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Small updates to some components to ensure theme typography properties are inherited correctly.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
---
|
||||
|
||||
Complete check results run when a single check errors so that we don't block other checks from working due to an error in a single check
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@techdocs/cli': patch
|
||||
---
|
||||
|
||||
Fixed publish command missing awsBucketRootPath option.
|
||||
Fixed publish command having the gcsBucketRootPath option misconfigured, previously returning a boolean vs a string.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Feature flags now accept a description property.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': minor
|
||||
---
|
||||
|
||||
Add `initialFilter` prop to EntityLifecyclePicker. This allows you to set an initial lifecycle for the catalog.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Add a reusable pop over `EntityPeekAheadPopover` component. It shows more details about the associated entity. See the playbook here https://backstage.io/storybook/?path=/story/catalog-entitypeekaheadpopover--default
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Updated dependency `use-immer` to `^0.8.0`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Updated dependency `jss` to `~10.9.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-bitbucket-cloud-common': patch
|
||||
---
|
||||
|
||||
Updated dependency `ts-morph` to `^17.0.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Updated dependency `@microsoft/tsdoc-config` to `0.16.2`.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
'@backstage/backend-test-utils': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Updated dependency `better-sqlite3` to `^8.0.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-apollo-explorer': patch
|
||||
---
|
||||
|
||||
Updated dependency `@apollo/explorer` to `^2.0.0`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-permission-react': patch
|
||||
'@backstage/plugin-playlist': patch
|
||||
---
|
||||
|
||||
Updated dependency `swr` to `^2.0.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
---
|
||||
|
||||
Documented `coreServices` an all of its members.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-openapi': patch
|
||||
---
|
||||
|
||||
Updated internal usage of UrlReader interface.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Show action example yaml on the scaffolder actions documentation page.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
---
|
||||
|
||||
Fixed a bug that could cause an indexing process to silently fail, timeout, and accumulate stale indices.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
---
|
||||
|
||||
Improved documentation on the `ElasticSearchSearchEngine.newClient()` method.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
---
|
||||
|
||||
Fixed a bug that could cause the backstage backend to unexpectedly terminate when client errors were encountered during the indexing process.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user