Merge branch 'master' of https://github.com/backstage/backstage into techdocs/navigation-bugfix
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Internal update for removal of experimental plugin configuration API.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Removed duplicate `apple-touch-icon` link from `packages/app/public/index.html` that linked to nonexistent icon.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Create unique temp directory for each `create-app` execution.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/config-loader': patch
|
||||
---
|
||||
|
||||
Correctly resolve config targets into absolute paths
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
---
|
||||
|
||||
Minor fix to avoid usage of deprecated prop
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
---
|
||||
|
||||
Create an experimental plugin that is compatible with the declarative integration system, it is exported from the `/alpha` subpath.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-stack-overflow-collator': minor
|
||||
---
|
||||
|
||||
Extract a package for the Stack Overflow new backend system plugin.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-sonarqube-backend': patch
|
||||
---
|
||||
|
||||
Added support for the [new backend system](https://backstage.io/docs/backend-system/)
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
---
|
||||
|
||||
Fixed the coverage history statistics to compare newest with oldest record
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fix `RoutedTabs` so that it does not explode without tabs.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
'@backstage/integration': patch
|
||||
---
|
||||
|
||||
Ensure that all relevant config fields are properly marked as secret
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-playlist-backend': patch
|
||||
---
|
||||
|
||||
Added support to the playlist plugin for the new backend
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Fixed an issue causing `EntityPage` to show an error for entities containing special characters
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Change base node image from node:18-bullseye-slim to node:18-bookworm-slim due to Docker build error on bullseye.
|
||||
|
||||
You can apply these change to your own `Dockerfile` by replacing `node:18-bullseye-slim` with `node:18-bookworm-slim`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/test-utils': patch
|
||||
---
|
||||
|
||||
Removed the alpha `MockPluginProvider` export since the plugin configuration API has been removed.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': minor
|
||||
---
|
||||
|
||||
Added `RouteRef`, `SubRouteRef`, `ExternalRouteRef`, and related types. All exports from this package that previously relied on the types with the same name from `@backstage/core-plugin-api` now use the new types instead. To convert and existing legacy route ref to be compatible with the APIs from this package, use the `convertLegacyRouteRef` utility from `@backstage/core-plugin-api/alpha`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Remove the duplicate versions of `@rjsf/*` as they're no longer needed
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-common': patch
|
||||
---
|
||||
|
||||
Add missing required property `type` in `Template.v1beta3.schema.json` schema
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-node': patch
|
||||
---
|
||||
|
||||
Fix highlighting for non-string fields on the `Lunr` search engine implementation.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Use default extensions boundary and suspense on the alpha declarative `createCatalogFilterExtension` extension factory.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-rollbar-backend': patch
|
||||
---
|
||||
|
||||
ensure rollbar token is hidden
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fix for the new backend `start` command to make it work on Windows.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-plugin-api': minor
|
||||
---
|
||||
|
||||
Removed the exprimental plugin configuration API. The `__experimentalReconfigure()` from the plugin options as well as the `__experimentalConfigure()` method on plugin instances have both been removed.
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
The catalog plugin no longer implements the experimental reconfiguration API. The create button title can now instead be configured using the new experimental internationalization API, via the `catalogTranslationRef` exported at `/alpha`. For example:
|
||||
|
||||
```ts
|
||||
import { catalogTranslationRef } from '@backstage/plugin-catalog/alpha';
|
||||
|
||||
const app = createApp({
|
||||
__experimentalTranslations: {
|
||||
resources: [
|
||||
createTranslationMessages({
|
||||
ref: catalogTranslationRef,
|
||||
catalog_page_create_button_title: 'Create Software',
|
||||
}),
|
||||
],
|
||||
},
|
||||
});
|
||||
```
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-catalog-backend-module-puppetdb': patch
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
'@backstage/plugin-catalog-backend-module-ldap': patch
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
---
|
||||
|
||||
Make sure to include the error message when ingestion fails
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Export alpha routes and nav item extension, only available for applications that uses the new Frontend system.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/plugin-stack-overflow-backend': patch
|
||||
---
|
||||
|
||||
Deprecate package in favor of the new `@backstage/plugin-search-backend-module-stack-overflow-collator` module.
|
||||
|
||||
The search collator `requestParams` option is optional now, so its default value is `{ order: 'desc', sort: 'activity', site: 'stackoverflow' }` as defined in the `Try It` section on the [official Stack Overflow API documentation](https://api.stackexchange.com/docs/questions).
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Refactor internal extension instance system into an app graph.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
The `spec.lifecycle' field in entities will now always be rendered as a string.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
---
|
||||
|
||||
Add info about the entity when tech docs fail to build
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Updated alpha exports according to routing changes in `@backstage/frontend-plugin-api`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings-backend': patch
|
||||
---
|
||||
|
||||
Added dependency on `@backstage/config`
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': minor
|
||||
---
|
||||
|
||||
The new backend start command that used to be enabled by setting `EXPERIMENTAL_BACKEND_START` is now the default. To revert to the old behavior, set `LEGACY_BACKEND_START` instead.
|
||||
|
||||
This new command is no longer based on Webpack, but instead uses Node.js loaders to transpile on the fly. Rather than hot reloading modules the entire backend is now restarted on change, but the SQLite database state is still maintained across restarts via a parent process.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
fixed issue related template editor fails with multiple templates per file.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Add support for `SidebarGroup` on the sidebar item extension.
|
||||
@@ -0,0 +1,109 @@
|
||||
---
|
||||
'@backstage/plugin-analytics-module-newrelic-browser': patch
|
||||
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
'@backstage/plugin-cicd-statistics-module-gitlab': patch
|
||||
'@backstage/plugin-catalog-unprocessed-entities': patch
|
||||
'@backstage/plugin-github-pull-requests-board': patch
|
||||
'@backstage/plugin-techdocs-addons-test-utils': patch
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/plugin-analytics-module-ga4': patch
|
||||
'@backstage/plugin-analytics-module-ga': patch
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/integration-react': patch
|
||||
'@backstage/plugin-github-deployments': patch
|
||||
'@backstage/plugin-kubernetes-cluster': patch
|
||||
'@backstage/plugin-microsoft-calendar': patch
|
||||
'@backstage/plugin-newrelic-dashboard': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/core-plugin-api': patch
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
'@backstage/plugin-permission-react': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/version-bridge': patch
|
||||
'@backstage/plugin-apollo-explorer': patch
|
||||
'@backstage/plugin-catalog-graphql': patch
|
||||
'@backstage/plugin-cicd-statistics': patch
|
||||
'@backstage/plugin-entity-feedback': patch
|
||||
'@backstage/plugin-gitops-profiles': patch
|
||||
'@backstage/plugin-graphql-voyager': patch
|
||||
'@backstage/plugin-sonarqube-react': patch
|
||||
'@backstage/plugin-apache-airflow': patch
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
'@backstage/plugin-github-actions': patch
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
'@backstage/plugin-splunk-on-call': patch
|
||||
'@backstage/plugin-stack-overflow': patch
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/app-defaults': patch
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
'@backstage/plugin-config-schema': patch
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-explore-react': patch
|
||||
'@backstage/plugin-github-issues': patch
|
||||
'@backstage/plugin-tech-insights': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-code-climate': patch
|
||||
'@backstage/plugin-gcp-projects': patch
|
||||
'@backstage/plugin-search-react': patch
|
||||
'@backstage/create-app': patch
|
||||
'@backstage/test-utils': patch
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-cloudbuild': patch
|
||||
'@backstage/plugin-home-react': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
'@backstage/plugin-lighthouse': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-stackstorm': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-codescene': patch
|
||||
'@backstage/plugin-dynatrace': patch
|
||||
'@backstage/plugin-gcalendar': patch
|
||||
'@backstage/plugin-org-react': patch
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
'@backstage/plugin-shortcuts': patch
|
||||
'@backstage/plugin-sonarqube': patch
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
'@backstage/plugin-airbrake': patch
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-circleci': patch
|
||||
'@backstage/plugin-devtools': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-linguist': patch
|
||||
'@backstage/plugin-newrelic': patch
|
||||
'@backstage/plugin-opencost': patch
|
||||
'@backstage/plugin-periskop': patch
|
||||
'@backstage/plugin-playlist': patch
|
||||
'@backstage/plugin-puppetdb': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-bitrise': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
'@backstage/plugin-jenkins': patch
|
||||
'@backstage/plugin-rollbar': patch
|
||||
'@backstage/theme': patch
|
||||
'@backstage/plugin-allure': patch
|
||||
'@backstage/plugin-badges': patch
|
||||
'@backstage/plugin-bazaar': patch
|
||||
'@backstage/plugin-search': patch
|
||||
'@backstage/plugin-sentry': patch
|
||||
'@backstage/plugin-fossa': patch
|
||||
'@backstage/plugin-ilert': patch
|
||||
'@backstage/plugin-kafka': patch
|
||||
'@backstage/plugin-nomad': patch
|
||||
'@backstage/plugin-vault': patch
|
||||
'@backstage/plugin-gocd': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-todo': patch
|
||||
'@backstage/plugin-adr': patch
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Add official support for React 18.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
include owner chip in catalog search result item
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fixes a bug where eagerly deleted entities did not properly trigger re-stitching of entities that they had relations to.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
---
|
||||
|
||||
Added experimental support for the declarative integration.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-badges-backend': patch
|
||||
---
|
||||
|
||||
Make sure the default badge factory is used if nothing is defined
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Initial entity page implementation for new frontend system at `/alpha`, with an overview page enabled by default and the about card available as an optional card.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': minor
|
||||
---
|
||||
|
||||
Added the ability to configure bound routes through `app.routes.bindings`. The routing system used by `createApp` has been replaced by one that only supports route refs of the new format from `@backstage/frontend-plugin-api`. The requirement for route refs to have the same ID as their associated extension has been removed.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bump `cypress` to fix the end-to-end tests
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Create declarative extensions for the `Catalog` plugin; this initial plugin preset contains sidebar item, index page and filter extensions, all distributed via `/alpha` subpath.
|
||||
|
||||
The `EntityPage` will be migrated in a follow-up patch.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Added entity page content for the new plugin exported via `/alpha`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
---
|
||||
|
||||
Increase the maximum allowed length of an entity filter for tech insights fact schemas.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-github-provider': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the GitHub authenticator did not properly persist granted OAuth scopes.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-stack-overflow': patch
|
||||
---
|
||||
|
||||
Migrate package to the new Frontend system, the new module is distributed with a `/alpha` subpath.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed compatibility with Safari <16.3 by eliminating RegEx lookbehind in `extractInitials`.
|
||||
|
||||
This PR also changed how initials are generated resulting in _John Jonathan Doe_ => _JD_ instead of _JJ_.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Added new APIs at the `/alpha` subpath for creating entity page cards and content for the new frontend system.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Create an experimental search plugin that is compatible with the declarative integration system, it is exported from `/alpha` subpath.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Updated `app.extensions` configuration schema.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
---
|
||||
|
||||
Added option to set body size limit
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
Fix for persisted scopes not being properly restored on sign-in.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
---
|
||||
|
||||
Add `factRetrieverId` to the fact retriever's logger metadata.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': minor
|
||||
---
|
||||
|
||||
The `createApp` config option has been replaced by a new `configLoader` option. There is now also a `pluginLoader` option that can be used to dynamically load plugins into the app.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Internal refactors, laying the foundation for later introducing deferred stitching (see #18062).
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
---
|
||||
|
||||
The warning for missing code coverage will now render the entity as a reference.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Changed SupportButton menuitems to support text wrap
|
||||
+240
-281
@@ -2,296 +2,255 @@
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.87",
|
||||
"@backstage/app-defaults": "1.4.3",
|
||||
"example-app-next": "0.0.1",
|
||||
"app-next-example-plugin": "0.0.1",
|
||||
"example-backend": "0.2.87",
|
||||
"@backstage/backend-app-api": "0.5.3",
|
||||
"@backstage/backend-common": "0.19.5",
|
||||
"@backstage/backend-defaults": "0.2.3",
|
||||
"@backstage/backend-dev-utils": "0.1.1",
|
||||
"example-backend-next": "0.0.15",
|
||||
"@backstage/backend-openapi-utils": "0.0.4",
|
||||
"@backstage/backend-plugin-api": "0.6.3",
|
||||
"@backstage/backend-plugin-manager": "0.0.1",
|
||||
"@backstage/backend-tasks": "0.5.8",
|
||||
"@backstage/backend-test-utils": "0.2.3",
|
||||
"@backstage/catalog-client": "1.4.4",
|
||||
"@backstage/catalog-model": "1.4.2",
|
||||
"@backstage/cli": "0.22.13",
|
||||
"@backstage/cli-common": "0.1.12",
|
||||
"@backstage/cli-node": "0.1.4",
|
||||
"@backstage/codemods": "0.1.45",
|
||||
"@backstage/config": "1.1.0",
|
||||
"@backstage/config-loader": "1.5.0",
|
||||
"@backstage/core-app-api": "1.10.0",
|
||||
"@backstage/core-components": "0.13.5",
|
||||
"@backstage/core-plugin-api": "1.6.0",
|
||||
"@backstage/create-app": "0.5.5",
|
||||
"@backstage/dev-utils": "1.0.21",
|
||||
"e2e-test": "0.2.7",
|
||||
"@backstage/errors": "1.2.2",
|
||||
"example-app": "0.2.88",
|
||||
"@backstage/app-defaults": "1.4.4",
|
||||
"example-app-next": "0.0.2",
|
||||
"app-next-example-plugin": "0.0.2",
|
||||
"example-backend": "0.2.88",
|
||||
"@backstage/backend-app-api": "0.5.6",
|
||||
"@backstage/backend-common": "0.19.8",
|
||||
"@backstage/backend-defaults": "0.2.6",
|
||||
"@backstage/backend-dev-utils": "0.1.2",
|
||||
"example-backend-next": "0.0.16",
|
||||
"@backstage/backend-openapi-utils": "0.0.5",
|
||||
"@backstage/backend-plugin-api": "0.6.6",
|
||||
"@backstage/backend-plugin-manager": "0.0.2",
|
||||
"@backstage/backend-tasks": "0.5.11",
|
||||
"@backstage/backend-test-utils": "0.2.7",
|
||||
"@backstage/catalog-client": "1.4.5",
|
||||
"@backstage/catalog-model": "1.4.3",
|
||||
"@backstage/cli": "0.23.0",
|
||||
"@backstage/cli-common": "0.1.13",
|
||||
"@backstage/cli-node": "0.1.5",
|
||||
"@backstage/codemods": "0.1.46",
|
||||
"@backstage/config": "1.1.1",
|
||||
"@backstage/config-loader": "1.5.1",
|
||||
"@backstage/core-app-api": "1.11.0",
|
||||
"@backstage/core-components": "0.13.6",
|
||||
"@backstage/core-plugin-api": "1.7.0",
|
||||
"@backstage/create-app": "0.5.6",
|
||||
"@backstage/dev-utils": "1.0.22",
|
||||
"e2e-test": "0.2.8",
|
||||
"@backstage/e2e-test-utils": "0.1.0",
|
||||
"@backstage/errors": "1.2.3",
|
||||
"@backstage/eslint-plugin": "0.1.3",
|
||||
"@backstage/frontend-app-api": "0.1.0",
|
||||
"@backstage/frontend-plugin-api": "0.1.0",
|
||||
"@backstage/integration": "1.7.0",
|
||||
"@backstage/integration-aws-node": "0.1.6",
|
||||
"@backstage/integration-react": "1.1.19",
|
||||
"@backstage/frontend-app-api": "0.2.0",
|
||||
"@backstage/frontend-plugin-api": "0.2.0",
|
||||
"@backstage/integration": "1.7.1",
|
||||
"@backstage/integration-aws-node": "0.1.7",
|
||||
"@backstage/integration-react": "1.1.20",
|
||||
"@backstage/release-manifests": "0.0.10",
|
||||
"@backstage/repo-tools": "0.3.4",
|
||||
"@techdocs/cli": "1.5.0",
|
||||
"techdocs-cli-embedded-app": "0.2.86",
|
||||
"@backstage/test-utils": "1.4.3",
|
||||
"@backstage/theme": "0.4.2",
|
||||
"@backstage/repo-tools": "0.3.5",
|
||||
"@techdocs/cli": "1.6.0",
|
||||
"techdocs-cli-embedded-app": "0.2.87",
|
||||
"@backstage/test-utils": "1.4.4",
|
||||
"@backstage/theme": "0.4.3",
|
||||
"@backstage/types": "1.1.1",
|
||||
"@backstage/version-bridge": "1.0.5",
|
||||
"@backstage/plugin-adr": "0.6.7",
|
||||
"@backstage/plugin-adr-backend": "0.4.0",
|
||||
"@backstage/plugin-adr-common": "0.2.15",
|
||||
"@backstage/plugin-airbrake": "0.3.24",
|
||||
"@backstage/plugin-airbrake-backend": "0.3.0",
|
||||
"@backstage/plugin-allure": "0.1.40",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.33",
|
||||
"@backstage/plugin-analytics-module-ga4": "0.1.4",
|
||||
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.2",
|
||||
"@backstage/plugin-apache-airflow": "0.2.15",
|
||||
"@backstage/plugin-api-docs": "0.9.11",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.3",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.15",
|
||||
"@backstage/plugin-app-backend": "0.3.51",
|
||||
"@backstage/plugin-app-node": "0.1.3",
|
||||
"@backstage/plugin-auth-backend": "0.19.0",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-node": "0.3.0",
|
||||
"@backstage/plugin-azure-devops": "0.3.6",
|
||||
"@backstage/plugin-azure-devops-backend": "0.4.0",
|
||||
"@backstage/version-bridge": "1.0.6",
|
||||
"@backstage/plugin-adr": "0.6.8",
|
||||
"@backstage/plugin-adr-backend": "0.4.3",
|
||||
"@backstage/plugin-adr-common": "0.2.16",
|
||||
"@backstage/plugin-airbrake": "0.3.25",
|
||||
"@backstage/plugin-airbrake-backend": "0.3.3",
|
||||
"@backstage/plugin-allure": "0.1.41",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.34",
|
||||
"@backstage/plugin-analytics-module-ga4": "0.1.5",
|
||||
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.3",
|
||||
"@backstage/plugin-apache-airflow": "0.2.16",
|
||||
"@backstage/plugin-api-docs": "0.9.12",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.4",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.16",
|
||||
"@backstage/plugin-app-backend": "0.3.54",
|
||||
"@backstage/plugin-app-node": "0.1.6",
|
||||
"@backstage/plugin-auth-backend": "0.19.3",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-node": "0.4.0",
|
||||
"@backstage/plugin-azure-devops": "0.3.7",
|
||||
"@backstage/plugin-azure-devops-backend": "0.4.3",
|
||||
"@backstage/plugin-azure-devops-common": "0.3.1",
|
||||
"@backstage/plugin-azure-sites": "0.1.13",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.13",
|
||||
"@backstage/plugin-azure-sites": "0.1.14",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.16",
|
||||
"@backstage/plugin-azure-sites-common": "0.1.1",
|
||||
"@backstage/plugin-badges": "0.2.48",
|
||||
"@backstage/plugin-badges-backend": "0.3.0",
|
||||
"@backstage/plugin-bazaar": "0.2.16",
|
||||
"@backstage/plugin-bazaar-backend": "0.3.0",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.12",
|
||||
"@backstage/plugin-bitrise": "0.1.51",
|
||||
"@backstage/plugin-catalog": "1.13.0",
|
||||
"@backstage/plugin-catalog-backend": "1.13.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.2.6",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.22",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.18",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.18",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.16",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.1.3",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.19",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.4.0",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.6",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.18",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.10",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.19",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.8",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.0",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.0",
|
||||
"@backstage/plugin-catalog-common": "1.0.16",
|
||||
"@internal/plugin-catalog-customized": "0.0.14",
|
||||
"@backstage/plugin-catalog-graph": "0.2.36",
|
||||
"@backstage/plugin-catalog-graphql": "0.3.23",
|
||||
"@backstage/plugin-catalog-import": "0.10.0",
|
||||
"@backstage/plugin-catalog-node": "1.4.4",
|
||||
"@backstage/plugin-catalog-react": "1.8.4",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.1.3",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.26",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.20",
|
||||
"@backstage/plugin-circleci": "0.3.24",
|
||||
"@backstage/plugin-cloudbuild": "0.3.24",
|
||||
"@backstage/plugin-code-climate": "0.1.24",
|
||||
"@backstage/plugin-code-coverage": "0.2.17",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.17",
|
||||
"@backstage/plugin-codescene": "0.1.17",
|
||||
"@backstage/plugin-config-schema": "0.1.45",
|
||||
"@backstage/plugin-cost-insights": "0.12.13",
|
||||
"@backstage/plugin-badges": "0.2.49",
|
||||
"@backstage/plugin-badges-backend": "0.3.3",
|
||||
"@backstage/plugin-bazaar": "0.2.17",
|
||||
"@backstage/plugin-bazaar-backend": "0.3.3",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.13",
|
||||
"@backstage/plugin-bitrise": "0.1.52",
|
||||
"@backstage/plugin-catalog": "1.14.0",
|
||||
"@backstage/plugin-catalog-backend": "1.14.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.25",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.21",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.21",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.19",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.1.6",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.22",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.4.4",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.1.0",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.3",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.10",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.21",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.13",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.23",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.11",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.3",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.3",
|
||||
"@backstage/plugin-catalog-common": "1.0.17",
|
||||
"@backstage/plugin-catalog-graph": "0.2.37",
|
||||
"@backstage/plugin-catalog-graphql": "0.4.0",
|
||||
"@backstage/plugin-catalog-import": "0.10.1",
|
||||
"@backstage/plugin-catalog-node": "1.4.7",
|
||||
"@backstage/plugin-catalog-react": "1.8.5",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.1.4",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.27",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.21",
|
||||
"@backstage/plugin-circleci": "0.3.25",
|
||||
"@backstage/plugin-cloudbuild": "0.3.25",
|
||||
"@backstage/plugin-code-climate": "0.1.25",
|
||||
"@backstage/plugin-code-coverage": "0.2.18",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.20",
|
||||
"@backstage/plugin-codescene": "0.1.18",
|
||||
"@backstage/plugin-config-schema": "0.1.46",
|
||||
"@backstage/plugin-cost-insights": "0.12.14",
|
||||
"@backstage/plugin-cost-insights-common": "0.1.2",
|
||||
"@backstage/plugin-devtools": "0.1.4",
|
||||
"@backstage/plugin-devtools-backend": "0.2.0",
|
||||
"@backstage/plugin-devtools-common": "0.1.4",
|
||||
"@backstage/plugin-dynatrace": "7.0.4",
|
||||
"@backstage/plugin-entity-feedback": "0.2.7",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.2.0",
|
||||
"@backstage/plugin-devtools": "0.1.5",
|
||||
"@backstage/plugin-devtools-backend": "0.2.3",
|
||||
"@backstage/plugin-devtools-common": "0.1.5",
|
||||
"@backstage/plugin-dynatrace": "7.0.5",
|
||||
"@backstage/plugin-entity-feedback": "0.2.8",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.2.3",
|
||||
"@backstage/plugin-entity-feedback-common": "0.1.3",
|
||||
"@backstage/plugin-entity-validation": "0.1.9",
|
||||
"@backstage/plugin-events-backend": "0.2.12",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.6",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.13",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.13",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.13",
|
||||
"@backstage/plugin-events-node": "0.2.12",
|
||||
"@internal/plugin-todo-list": "1.0.17",
|
||||
"@internal/plugin-todo-list-backend": "1.0.17",
|
||||
"@internal/plugin-todo-list-common": "1.0.13",
|
||||
"@backstage/plugin-explore": "0.4.10",
|
||||
"@backstage/plugin-explore-backend": "0.0.13",
|
||||
"@backstage/plugin-entity-validation": "0.1.10",
|
||||
"@backstage/plugin-events-backend": "0.2.15",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.9",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.16",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.16",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.16",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.16",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.16",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.16",
|
||||
"@backstage/plugin-events-node": "0.2.15",
|
||||
"@internal/plugin-todo-list": "1.0.18",
|
||||
"@internal/plugin-todo-list-backend": "1.0.18",
|
||||
"@internal/plugin-todo-list-common": "1.0.14",
|
||||
"@backstage/plugin-explore": "0.4.11",
|
||||
"@backstage/plugin-explore-backend": "0.0.16",
|
||||
"@backstage/plugin-explore-common": "0.0.2",
|
||||
"@backstage/plugin-explore-react": "0.0.31",
|
||||
"@backstage/plugin-firehydrant": "0.2.8",
|
||||
"@backstage/plugin-fossa": "0.2.56",
|
||||
"@backstage/plugin-gcalendar": "0.3.18",
|
||||
"@backstage/plugin-gcp-projects": "0.3.41",
|
||||
"@backstage/plugin-git-release-manager": "0.3.37",
|
||||
"@backstage/plugin-github-actions": "0.6.5",
|
||||
"@backstage/plugin-github-deployments": "0.1.55",
|
||||
"@backstage/plugin-github-issues": "0.2.13",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.18",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.40",
|
||||
"@backstage/plugin-gocd": "0.1.30",
|
||||
"@backstage/plugin-graphiql": "0.2.54",
|
||||
"@backstage/plugin-graphql-backend": "0.1.41",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.7",
|
||||
"@backstage/plugin-home": "0.5.8",
|
||||
"@backstage/plugin-home-react": "0.1.3",
|
||||
"@backstage/plugin-ilert": "0.2.13",
|
||||
"@backstage/plugin-jenkins": "0.8.6",
|
||||
"@backstage/plugin-jenkins-backend": "0.2.6",
|
||||
"@backstage/plugin-jenkins-common": "0.1.19",
|
||||
"@backstage/plugin-kafka": "0.3.24",
|
||||
"@backstage/plugin-kafka-backend": "0.3.0",
|
||||
"@backstage/plugin-kubernetes": "0.10.3",
|
||||
"@backstage/plugin-kubernetes-backend": "0.12.0",
|
||||
"@backstage/plugin-kubernetes-common": "0.6.6",
|
||||
"@backstage/plugin-lighthouse": "0.4.9",
|
||||
"@backstage/plugin-lighthouse-backend": "0.3.0",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.3",
|
||||
"@backstage/plugin-linguist": "0.1.9",
|
||||
"@backstage/plugin-linguist-backend": "0.5.0",
|
||||
"@backstage/plugin-explore-react": "0.0.32",
|
||||
"@backstage/plugin-firehydrant": "0.2.9",
|
||||
"@backstage/plugin-fossa": "0.2.57",
|
||||
"@backstage/plugin-gcalendar": "0.3.19",
|
||||
"@backstage/plugin-gcp-projects": "0.3.42",
|
||||
"@backstage/plugin-git-release-manager": "0.3.38",
|
||||
"@backstage/plugin-github-actions": "0.6.6",
|
||||
"@backstage/plugin-github-deployments": "0.1.56",
|
||||
"@backstage/plugin-github-issues": "0.2.14",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.19",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.41",
|
||||
"@backstage/plugin-gocd": "0.1.31",
|
||||
"@backstage/plugin-graphiql": "0.2.55",
|
||||
"@backstage/plugin-graphql-backend": "0.2.0",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.8",
|
||||
"@backstage/plugin-home": "0.5.9",
|
||||
"@backstage/plugin-home-react": "0.1.4",
|
||||
"@backstage/plugin-ilert": "0.2.14",
|
||||
"@backstage/plugin-jenkins": "0.9.0",
|
||||
"@backstage/plugin-jenkins-backend": "0.3.0",
|
||||
"@backstage/plugin-jenkins-common": "0.1.20",
|
||||
"@backstage/plugin-kafka": "0.3.25",
|
||||
"@backstage/plugin-kafka-backend": "0.3.3",
|
||||
"@backstage/plugin-kubernetes": "0.11.0",
|
||||
"@backstage/plugin-kubernetes-backend": "0.13.0",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.1",
|
||||
"@backstage/plugin-kubernetes-common": "0.7.0",
|
||||
"@backstage/plugin-kubernetes-node": "0.1.0",
|
||||
"@backstage/plugin-kubernetes-react": "0.1.0",
|
||||
"@backstage/plugin-lighthouse": "0.4.10",
|
||||
"@backstage/plugin-lighthouse-backend": "0.3.3",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.4",
|
||||
"@backstage/plugin-linguist": "0.1.10",
|
||||
"@backstage/plugin-linguist-backend": "0.5.3",
|
||||
"@backstage/plugin-linguist-common": "0.1.2",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.7",
|
||||
"@backstage/plugin-newrelic": "0.3.40",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.2.17",
|
||||
"@backstage/plugin-nomad": "0.1.5",
|
||||
"@backstage/plugin-nomad-backend": "0.1.5",
|
||||
"@backstage/plugin-octopus-deploy": "0.2.6",
|
||||
"@backstage/plugin-opencost": "0.2.0",
|
||||
"@backstage/plugin-org": "0.6.14",
|
||||
"@backstage/plugin-org-react": "0.1.13",
|
||||
"@backstage/plugin-pagerduty": "0.6.5",
|
||||
"@backstage/plugin-periskop": "0.1.22",
|
||||
"@backstage/plugin-periskop-backend": "0.2.0",
|
||||
"@backstage/plugin-permission-backend": "0.5.26",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.0",
|
||||
"@backstage/plugin-permission-common": "0.7.8",
|
||||
"@backstage/plugin-permission-node": "0.7.14",
|
||||
"@backstage/plugin-permission-react": "0.4.15",
|
||||
"@backstage/plugin-playlist": "0.1.16",
|
||||
"@backstage/plugin-playlist-backend": "0.3.7",
|
||||
"@backstage/plugin-playlist-common": "0.1.10",
|
||||
"@backstage/plugin-proxy-backend": "0.4.0",
|
||||
"@backstage/plugin-puppetdb": "0.1.7",
|
||||
"@backstage/plugin-rollbar": "0.4.24",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.48",
|
||||
"@backstage/plugin-scaffolder": "1.15.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.17.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.27",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.6",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.20",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.11",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.24",
|
||||
"@backstage/plugin-scaffolder-common": "1.4.1",
|
||||
"@backstage/plugin-scaffolder-node": "0.2.3",
|
||||
"@backstage/plugin-scaffolder-react": "1.5.5",
|
||||
"@backstage/plugin-search": "1.4.0",
|
||||
"@backstage/plugin-search-backend": "1.4.3",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.1.7",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.6",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.1.7",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.12",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.1.7",
|
||||
"@backstage/plugin-search-backend-node": "1.2.7",
|
||||
"@backstage/plugin-search-common": "1.2.6",
|
||||
"@backstage/plugin-search-react": "1.7.0",
|
||||
"@backstage/plugin-sentry": "0.5.9",
|
||||
"@backstage/plugin-shortcuts": "0.3.14",
|
||||
"@backstage/plugin-sonarqube": "0.7.5",
|
||||
"@backstage/plugin-sonarqube-backend": "0.2.5",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.8",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.13",
|
||||
"@backstage/plugin-stack-overflow": "0.1.20",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.2.7",
|
||||
"@backstage/plugin-stackstorm": "0.1.6",
|
||||
"@backstage/plugin-tech-insights": "0.3.16",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.17",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.35",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.8",
|
||||
"@backstage/plugin-newrelic": "0.3.41",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.3.0",
|
||||
"@backstage/plugin-nomad": "0.1.6",
|
||||
"@backstage/plugin-nomad-backend": "0.1.8",
|
||||
"@backstage/plugin-octopus-deploy": "0.2.7",
|
||||
"@backstage/plugin-opencost": "0.2.1",
|
||||
"@backstage/plugin-org": "0.6.15",
|
||||
"@backstage/plugin-org-react": "0.1.14",
|
||||
"@backstage/plugin-pagerduty": "0.6.6",
|
||||
"@backstage/plugin-periskop": "0.1.23",
|
||||
"@backstage/plugin-periskop-backend": "0.2.3",
|
||||
"@backstage/plugin-permission-backend": "0.5.29",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.3",
|
||||
"@backstage/plugin-permission-common": "0.7.9",
|
||||
"@backstage/plugin-permission-node": "0.7.17",
|
||||
"@backstage/plugin-permission-react": "0.4.16",
|
||||
"@backstage/plugin-playlist": "0.1.17",
|
||||
"@backstage/plugin-playlist-backend": "0.3.10",
|
||||
"@backstage/plugin-playlist-common": "0.1.11",
|
||||
"@backstage/plugin-proxy-backend": "0.4.3",
|
||||
"@backstage/plugin-puppetdb": "0.1.8",
|
||||
"@backstage/plugin-rollbar": "0.4.25",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.51",
|
||||
"@backstage/plugin-scaffolder": "1.15.1",
|
||||
"@backstage/plugin-scaffolder-backend": "1.18.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.7",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.30",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.9",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.23",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.14",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.27",
|
||||
"@backstage/plugin-scaffolder-common": "1.4.2",
|
||||
"@backstage/plugin-scaffolder-node": "0.2.6",
|
||||
"@backstage/plugin-scaffolder-react": "1.5.6",
|
||||
"@backstage/plugin-search": "1.4.1",
|
||||
"@backstage/plugin-search-backend": "1.4.6",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.1.10",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.9",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.1.10",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.15",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.1.10",
|
||||
"@backstage/plugin-search-backend-node": "1.2.10",
|
||||
"@backstage/plugin-search-common": "1.2.7",
|
||||
"@backstage/plugin-search-react": "1.7.1",
|
||||
"@backstage/plugin-sentry": "0.5.10",
|
||||
"@backstage/plugin-shortcuts": "0.3.15",
|
||||
"@backstage/plugin-sonarqube": "0.7.6",
|
||||
"@backstage/plugin-sonarqube-backend": "0.2.8",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.9",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.14",
|
||||
"@backstage/plugin-stack-overflow": "0.1.21",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.2.10",
|
||||
"@backstage/plugin-stackstorm": "0.1.7",
|
||||
"@backstage/plugin-tech-insights": "0.3.17",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.20",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.38",
|
||||
"@backstage/plugin-tech-insights-common": "0.2.12",
|
||||
"@backstage/plugin-tech-insights-node": "0.4.9",
|
||||
"@backstage/plugin-tech-radar": "0.6.8",
|
||||
"@backstage/plugin-techdocs": "1.7.0",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.21",
|
||||
"@backstage/plugin-techdocs-backend": "1.7.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.0",
|
||||
"@backstage/plugin-techdocs-node": "1.8.0",
|
||||
"@backstage/plugin-techdocs-react": "1.1.11",
|
||||
"@backstage/plugin-todo": "0.2.27",
|
||||
"@backstage/plugin-todo-backend": "0.3.1",
|
||||
"@backstage/plugin-user-settings": "0.7.10",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.1",
|
||||
"@backstage/plugin-vault": "0.1.19",
|
||||
"@backstage/plugin-vault-backend": "0.3.8",
|
||||
"@backstage/plugin-xcmetrics": "0.2.43",
|
||||
"@backstage/e2e-test-utils": "0.0.0"
|
||||
"@backstage/plugin-tech-insights-node": "0.4.12",
|
||||
"@backstage/plugin-tech-radar": "0.6.9",
|
||||
"@backstage/plugin-techdocs": "1.8.0",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.22",
|
||||
"@backstage/plugin-techdocs-backend": "1.8.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.1",
|
||||
"@backstage/plugin-techdocs-node": "1.9.0",
|
||||
"@backstage/plugin-techdocs-react": "1.1.12",
|
||||
"@backstage/plugin-todo": "0.2.28",
|
||||
"@backstage/plugin-todo-backend": "0.3.4",
|
||||
"@backstage/plugin-user-settings": "0.7.11",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.4",
|
||||
"@backstage/plugin-vault": "0.1.20",
|
||||
"@backstage/plugin-vault-backend": "0.3.11",
|
||||
"@backstage/plugin-xcmetrics": "0.2.44"
|
||||
},
|
||||
"changesets": [
|
||||
"angry-badgers-beg",
|
||||
"big-spies-beam",
|
||||
"calm-scissors-rescue",
|
||||
"chatty-papayas-care",
|
||||
"clean-forks-love",
|
||||
"dull-bugs-build",
|
||||
"dull-dolls-explode",
|
||||
"dull-experts-kiss",
|
||||
"dull-laws-camp",
|
||||
"eighty-actors-type",
|
||||
"four-jars-protect",
|
||||
"four-onions-clap",
|
||||
"fresh-kangaroos-tap",
|
||||
"gentle-elephants-fold",
|
||||
"gentle-spies-deny",
|
||||
"itchy-rabbits-exist",
|
||||
"large-comics-knock",
|
||||
"lemon-cups-wait",
|
||||
"lovely-coins-occur",
|
||||
"lovely-fans-sniff",
|
||||
"moody-lobsters-rescue",
|
||||
"nice-clocks-smash",
|
||||
"nice-dancers-explain",
|
||||
"perfect-pumas-protect",
|
||||
"plenty-llamas-double",
|
||||
"polite-cooks-perform",
|
||||
"polite-donuts-fail",
|
||||
"pretty-apes-sneeze",
|
||||
"pretty-steaks-serve",
|
||||
"purple-chefs-wait",
|
||||
"quick-weeks-explode",
|
||||
"shy-clouds-reflect",
|
||||
"silent-years-bake",
|
||||
"small-pugs-build",
|
||||
"spotty-badgers-wash",
|
||||
"stupid-eagles-shave",
|
||||
"tasty-doors-switch",
|
||||
"ten-seals-wait",
|
||||
"thirty-coins-sneeze",
|
||||
"tiny-garlics-cheer",
|
||||
"twelve-clouds-design",
|
||||
"wet-olives-wave",
|
||||
"wet-timers-chew",
|
||||
"wild-jobs-greet",
|
||||
"yellow-rings-invent"
|
||||
]
|
||||
"changesets": []
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the theme icons would not be colored according to their active state.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Added a template for creating `node-library` packages with `yarn new`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed the type declaration of `DependencyGraphProps`, the `defs` prop now expects `JSX.Element`s.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Adding `requestInterceptor` option to `api-docs` and pass it to SwaggerUI. This will enable to configure a proxy or headers to be sent to all the request made through the `Try it out` button on SwaggerUI.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Register default api implementations when creating declarative integrated apps.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Added experimental support for declarative integration via the `/alpha` subpath.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/dev-utils': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Switched the conditional `react-dom/client` import to use `import(...)` rather than `require(...)`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
Remove third type parameter used for `MockInstance`, in order to be compatible with older versions of `@types/jest`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-search-react': patch
|
||||
---
|
||||
|
||||
Fixed a rare occurrence where a race in the search bar could throw away user input or cause the clear button not to work.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
Updated dependency `@types/pluralize` to `^0.0.31`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
The experimental package detection will now ignore packages that don't make `package.json` available.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Installed features are now deduplicated both by reference and ID when available. Features passed to `createApp` now override both discovered and loaded features.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/dev-utils': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Register default implementation for the `Translation API` on the new `createApp`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
|
||||
---
|
||||
|
||||
Removed `prompt=consent` from start method to fix #20641
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/config-loader': patch
|
||||
---
|
||||
|
||||
The `FileConfigSource` will now retry file reading after a short delay if it reads an empty file. This is to avoid flakiness during watch mode where change events can trigger before the file content has been written.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Make sure the archived projects are skipped with the Gitlab API
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-rails': patch
|
||||
'@techdocs/cli': patch
|
||||
'@backstage/cli': patch
|
||||
'@backstage/cli-common': patch
|
||||
'@backstage/create-app': patch
|
||||
'@backstage/codemods': patch
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Bumped dev dependencies `@types/node` and `mock-fs`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Improve the extension boundary component and create a default extension suspense component.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bump Docker base images to `node:18-bullseye-slim` to fix compatibility issues raised during image build.
|
||||
|
||||
You can apply these change to your own `Dockerfile` by replacing `node:16-bullseye-slim` with `node:18-bullseye-slim`
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-common': minor
|
||||
'@backstage/plugin-kubernetes-react': minor
|
||||
'@backstage/plugin-kubernetes': minor
|
||||
---
|
||||
|
||||
Refactor Kubernetes plugins in line with ADR 11, no breaking changes yet
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
---
|
||||
|
||||
Instrumenting some missing metrics with `OpenTelemetry`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-plugin-api': patch
|
||||
---
|
||||
|
||||
Deprecated several types related to the routing system that are scheduled to be removed, as well as several fields on the route ref types themselves.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Add kind column by default to TechDocsTable
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
---
|
||||
|
||||
Updated layout to improve contrasts and consistency with other plugins
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
The `spec.type` field in entities will now always be rendered as a string.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Add examples for `github:webhook` scaffolder action & improve related tests
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Migrate catalog api to declarative integration system, it is exported from `/alpha` subpath.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Explicitly set `exports: 'named'` for CJS builds, ensuring that they have e.g. `exports["default"] = catalogPlugin;`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
The experimental plugin configuration has been removed. The trend line can now instead be hidden by setting `costInsights.hideTrendLine` to `true` in the configuration.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-plugin-api': minor
|
||||
---
|
||||
|
||||
Introduced `AnyRouteRefParams` as a replacement for `AnyParams`, which is now deprecated.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
---
|
||||
|
||||
The `app.title` configuration is now properly required to be a string.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/e2e-test-utils': minor
|
||||
---
|
||||
|
||||
Initial release.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Fixed incorrect plugin ID in `/alpha` export.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-app-api': patch
|
||||
---
|
||||
|
||||
Add component data `core.type` marker for `AppRouter` and `FlatRoutes`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@techdocs/cli': patch
|
||||
---
|
||||
|
||||
Restructured tests.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-plugin-api': patch
|
||||
---
|
||||
|
||||
Added a new `/alpha` export `convertLegacyRouteRef`, which is a temporary utility to allow existing route refs to be used with the new experimental packages.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
The E2E test setup based on Cypress has been replaced with one based on [Playwright](https://playwright.dev/). Migrating existing apps is not required as this is a standalone setup, only do so if you also want to switch from Cypress to Playwright.
|
||||
|
||||
The scripts to run the E2E tests have been removed from `packages/app/package.json`, as they are now instead run from the root. Instead, a new script has been added to the root `package.json`, `yarn test:e2e`, which runs the E2E tests in development mode, unless `CI` is set in the environment.
|
||||
|
||||
The Playwright setup uses utilities from the new `@backstage/e2e-test-utils` package to find and include all packages in the monorepo that have an `e2e-tests` folder.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Change overlay header colors in the mobile menu to use navigation color from the theme
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
'@backstage/plugin-scaffolder-react': minor
|
||||
---
|
||||
|
||||
Release design improvements for the `Scaffolder` plugin and support v5 of `@rjsf/*` libraries.
|
||||
|
||||
This change should be non-breaking. If you're seeing typescript issues after migrating please [open an issue](https://github.com/backstage/backstage/issues/new/choose)
|
||||
|
||||
The `next` versions like `createNextFieldExtension` and `NextScaffolderPage` have been promoted to the public interface under `createScaffolderFieldExtension` and `ScaffolderPage`, so any older imports which are no longer found will need updating from `@backstage/plugin-scaffolder/alpha` or `@backstage/plugin-scaffolder-react/alpha` will need to be imported from `@backstage/plugin-scaffolder` and `@backstage/plugin-scaffolder-react` respectively.
|
||||
|
||||
The legacy versions are now available in `/alpha` under `createLegacyFieldExtension` and `LegacyScaffolderPage` if you're running into issues, but be aware that these will be removed in a next mainline release.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user