Version Packages

This commit is contained in:
github-actions[bot]
2023-01-17 11:50:48 +00:00
parent 097eb6e9e0
commit 6d46667727
508 changed files with 5775 additions and 1846 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Implement `Required approving review count`, `Restrictions`, and `Required commit signing` support for `publish:github` action
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Added `RootLifecycleService` and `rootLifecycleServiceRef`, as well as added a `logger` option to the existing `LifecycleServiceShutdownHook`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Removed unnecessary usage of `ThemeProvider` from the `ExampleComponent` test in the plugin template.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Internal refactor of the logger and configuration loading implementations.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search': patch
---
When the search modal is opened, the focus is placed on the search bar input field.
-5
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-rails': patch
---
handle skipActiveRecord rails new argument
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-bazaar': patch
---
Created soft cut on `ProjectCard` to indicate more content.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-test-utils': patch
'@backstage/backend-defaults': patch
---
Include implementations for the new `rootLifecycleServiceRef`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Allow custom repository roles to be configured on github repos
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-bazaar': patch
---
Added `isBazaarAvailable` helper to be used with the `EntitySwitch`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-defaults': patch
'@backstage/backend-app-api': patch
---
Use new `ServiceFactoryOrFunction` type.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
Use the project tsconfig in case of selection all packages
-5
View File
@@ -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
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-adr-backend': patch
---
This plugin now exports a `createRouter` method which uses `UrlReaders` to make requests to your SCM. Please make sure you read the [install instructions](https://github.com/backstage/backstage/blob/master/plugins/adr-backend/README.md#install)
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-adr': minor
---
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 requires the `@backstage/plugin-adr-backend` plugin to be installed by using the `createRouter` method to add into your `backend`. You read more in the [install instructions](https://github.com/backstage/backstage/blob/master/plugins/adr-backend/README.md#install)
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
rollback `@rjsf/validator-ajv8` to `@rjsf/validator-v6`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Added `ServiceFactoryOrFunction` type, for use when either a `ServiceFactory` or `() => ServiceFactory` can be used.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-git-release-manager': patch
---
add exports to clear api-report messages
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-bazaar': patch
---
Updated README.md to include instructions of installing the Bazaar Backend
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-test-utils': patch
'@backstage/backend-defaults': patch
---
Updated to make sure that service implementations replace default service implementations.
-5
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration-aws-node': patch
---
Skip STS API calls where not needed, to support Minio use cases
-7
View File
@@ -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`.
-5
View File
@@ -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.
-5
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Fixed a bug in the default token manager factory where it created multiple incompatible instances.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Added `legacyPlugin` and the lower level `makeLegacyPlugin` wrappers that convert legacy plugins to the new backend system. This will be used to ease the future migration to the new backend system, but we discourage use of it for now.
-7
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Added `createSharedEnvironment` for creating a shared environment containing commonly used services in a split backend setup of the backend.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Updated backend plugin ID during creation to match user-entered input.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Added `loggerToWinstonLogger`, which was moved from `@backstage/backend-plugin-api`.
-6
View File
@@ -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.
-8
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/catalog-client': minor
---
Implemented support for the `order` directive on `getEntities`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Added factory for the new core identity service to the set of default service factories.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Add experimental environment variable to enable caching for production builds.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-explore-backend': patch
---
Bump `msw` to `^0.49.0`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Added service factory for the new core identity service.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Slightly improve readability of "base URL conflict" error handling code
-5
View File
@@ -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`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Fixed bug in `EntityTagPicker` that filtered on unavailable tags for the selected kind.
-10
View File
@@ -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
-5
View File
@@ -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`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Added a new `rootHttpRouterServiceRef` and `RootHttpRouterService` interface.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
An error will now be thrown if attempting to override the plugin metadata service.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Applied fix from v1.9.1
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-tasks': patch
---
Added a new static `TaskScheduler.forPlugin` method.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Migrate `UrlReader` into this package to gradually remove the dependency on backend-common.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-tasks': patch
---
Minor internal refactor to avoid import cycle issue.
-5
View File
@@ -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`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Minor update to the `UserSettingsIdentityCard` to have clickable entity refs
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-explore-backend': patch
'@backstage/plugin-explore': patch
---
Updated `README.md` examples
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Add Scaffolder action `catalog:fetch` to get entity by entity reference from catalog
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
fix glob on windows os
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
The `startTestBackend` setup now includes default implementations for all core services.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-adr-backend': patch
'@backstage/plugin-adr': patch
---
Clarify that default ADR parsers support MADR specification v2.x
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Refactor for the feature flag filter functionality
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-bazaar': patch
---
Allow customisation of title and subtitle on bazaar page.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Fix sizing of build log component to render all lines
-5
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Add `EntityLabelsCard` to show the labels for an entity.
-14
View File
@@ -1,14 +0,0 @@
---
'@backstage/plugin-bazaar': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-home': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-stack-overflow': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-xcmetrics': patch
---
Small updates to some paragraph components to ensure theme typography properties are inherited correctly.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Added support to supply a shared environment to `createBackend`, which can be created using `createSharedEnvironment` from `@backstage/backend-plugin-api`.
-31
View File
@@ -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>
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-tech-radar': minor
---
Add highlighting of legend item and show bubble on hover within the Tech Radar
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
add `onChange` handler to`Stepper` component
-69
View File
@@ -1,69 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
This change 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"
}
}
}
}
}
]
```
-7
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Added new core identity service.
-5
View File
@@ -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.
-6
View File
@@ -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.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-plugin-api': patch
'@backstage/backend-common': patch
---
Moved `PluginEndpointDiscovery` type from backend-common to backend-plugin-api.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/backend-test-utils': patch
'@backstage/backend-app-api': patch
'@backstage/plugin-catalog-node': patch
---
Internal updates of `createServiceFactory` from `@backstage/backend-plugin-api`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
The `createSpecializedBackend` function will now throw an error if duplicate service implementations are provided.
-5
View File
@@ -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.
-5
View File
@@ -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.
-5
View File
@@ -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.
-5
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-sentry': minor
---
Add Sentry "Create Project" Scaffolder as new package
-5
View File
@@ -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.
-5
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Refactor to rely on `@backstage/backend-app-api` for the implementation of `createServiceBuilder`.
-5
View File
@@ -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`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': minor
---
Moved `loggerToWinstonLogger` to `@backstage/backend-common`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-cloudbuild': patch
---
Fixed bug in the CloudbuildClient reRunWorkflow fetch call. The method in the fetch request was not specified and defaulted to a GET. Method is now explicitly set to POST with this change.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Removed unused package `type-fest`
-6
View File
@@ -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.
-306
View File
@@ -1,306 +0,0 @@
{
"mode": "exit",
"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",
"@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",
"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/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/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-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-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-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-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-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-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"
},
"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"
]
}
-24
View File
@@ -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.
-5
View File
@@ -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
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
The backend started by `startTestBackend` now has default implementations of all core services. It now also returns a `TestBackend` instance, which provides access to the underlying `server` that can be used with testing libraries such as `supertest`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
fixes a bug affecting clusters that have a base path in the URL. The base path was being replaced with the resource path instead of being appended
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Feature flags now accept a description property.
-56
View File
@@ -1,56 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
The `createServiceFactory` function has been updated to no longer use a duplicate callback pattern for plugin scoped services. The outer callback is now replaced by an optional `createRootContext` method. This change was made in order to support TypeScript 4.9, but it also simplifies the API surface a bit, especially for plugin scoped service factories that don't need to create a root context. In addition, the factory and root context functions can now be synchronous.
A factory that previously would have looked like this:
```ts
createServiceFactory({
service: coreServices.cache,
deps: {
config: coreServices.config,
plugin: coreServices.pluginMetadata,
},
async factory({ config }) {
const cacheManager = CacheManager.fromConfig(config);
return async ({ plugin }) => {
return cacheManager.forPlugin(plugin.getId());
};
},
});
```
Now instead looks like this:
```ts
createServiceFactory({
service: coreServices.cache,
deps: {
config: coreServices.config,
plugin: coreServices.pluginMetadata,
},
async createRootContext({ config }) {
return CacheManager.fromConfig(config);
},
async factory({ plugin }, manager) {
return manager.forPlugin(plugin.getId());
},
});
```
Although in many cases the `createRootContext` isn't needed, for example:
```ts
createServiceFactory({
service: coreServices.logger,
deps: {
rootLogger: coreServices.rootLogger,
plugin: coreServices.pluginMetadata,
},
factory({ rootLogger, plugin }) {
return rootLogger.child({ plugin: plugin.getId() });
},
});
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Added ability to override the commit message and author details for the `publish:bitbucketServer` action.
-5
View File
@@ -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
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Updated dependency `use-immer` to `^0.8.0`.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-techdocs-react': patch
'@backstage/plugin-techdocs': patch
---
Updated dependency `jss` to `~10.9.0`.

Some files were not shown because too many files have changed in this diff Show More