107 KiB
Release v1.20.0-next.0
@backstage/backend-openapi-utils@0.1.0-next.0
Minor Changes
785fb1ea75: Adds a new route,/openapi.jsonto validated routers for displaying their full OpenAPI spec in a standard endpoint.
Patch Changes
6694b369a3: Adds a new functionwrapInOpenApiTestServerthat allows for proxied requests at runtime. This will support the newyarn backstage-repo-tools schema openapi testcommand.- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/cli@0.24.0-next.0
Minor Changes
8db5c3cd7a: Removed support for thepublishConfig.alphaTypesand.betaTypesfields that were used together with--experimental-type-buildto generate/alphaand/betaentry points. Use theexportsfield to achieve this instead.4e36abef14: Remove support for the deprecated--experimental-type-buildoption forpackage build.
Patch Changes
4ba4ac351f: Switch from using deprecated@esbuild-kit/*packages to usingtsx. This also switches to using the new module loaderregisterAPI when available, avoiding the experimental warning when starting backends.6bf7561d3c: The experimental package detection will now ignore packages that don't makepackage.jsonavailable.e14cbf563d: AddedEXPERIMENTAL_VITEflag for using vite as dev server instead of Webpack7cd34392f5: Ignorestdinwhen spawning backend child process for thestartcommand. Fixing an issue where backend startup would hang.- Updated dependencies
- @backstage/config-loader@1.5.2-next.0
- @backstage/cli-node@0.2.0-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/eslint-plugin@0.1.3
- @backstage/release-manifests@0.0.10
- @backstage/types@1.1.1
@backstage/cli-node@0.2.0-next.0
Minor Changes
8db5c3cd7a: Removed support for thepublishConfig.alphaTypesand.betaTypesfields that were used together with--experimental-type-buildto generate/alphaand/betaentry points. Use theexportsfield to achieve this instead.
Patch Changes
- Updated dependencies
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/core-plugin-api@1.8.0-next.0
Minor Changes
1e5b7d993a:IconComponentcan now have afontSizeofinherit, which is useful for in-line icons.cb6db75bc2: IntroducedAnyRouteRefParamsas a replacement forAnyParams, which is now deprecated.
Patch Changes
6c2b872153: Add official support for React 18.cb6db75bc2: 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.68fc9dc60e: Added a new/alphaexportconvertLegacyRouteRef, which is a temporary utility to allow existing route refs to be used with the new experimental packages.- Updated dependencies
- @backstage/version-bridge@1.0.7-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/frontend-app-api@0.3.0-next.0
Minor Changes
68fc9dc60e: Added the ability to configure bound routes throughapp.routes.bindings. The routing system used bycreateApphas 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.
Patch Changes
e28d379e32: Refactor internal extension instance system into an app graph.6c2b872153: Add official support for React 18.dc613f9bcf: Updatedapp.extensionsconfiguration schema.685a4c8901: Installed features are now deduplicated both by reference and ID when available. Features passed tocreateAppnow override both discovered and loaded features.bb98953cb9: Register default implementation for theTranslation APIon the newcreateApp.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-graphiql@0.3.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/frontend-plugin-api@0.3.0-next.0
Minor Changes
68fc9dc60e: AddedRouteRef,SubRouteRef,ExternalRouteRef, and related types. All exports from this package that previously relied on the types with the same name from@backstage/core-plugin-apinow use the new types instead. To convert and existing legacy route ref to be compatible with the APIs from this package, use theconvertLegacyRouteRefutility from@backstage/core-plugin-api/alpha.
Patch Changes
6c2b872153: Add official support for React 18.6af88a05ff: Improve the extension boundary component and create a default extension suspense component.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/types@1.1.1
@backstage/repo-tools@0.4.0-next.0
Minor Changes
-
4e36abef14: Remove support for the deprecated--experimental-type-buildoption forpackage build. -
6694b369a3: Adds a new commandschema openapi testthat performs runtime validation of your OpenAPI specs using your test data. Under the hood, we're using Optic to perform this check, really cool work by them!To use this new command, you will have to run
yarn add @useoptic/opticin the root of your repo.
Patch Changes
- Updated dependencies
- @backstage/cli-node@0.2.0-next.0
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
@backstage/plugin-auth-backend@0.20.0-next.0
Minor Changes
bdf08ad04a: Adds the StaticTokenIssuer and StaticKeyStore, an alternative token issuer that can be used to sign the Authorization header using a predefined public/private key pair.
Patch Changes
96c4f54bf6: Reverted the Microsoft auth provider to the previous implementation.- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.1-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.1.4-next.0
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.4-next.0
- @backstage/plugin-auth-backend-module-google-provider@0.1.4-next.0
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.4-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog@1.15.0-next.0
Minor Changes
1e5b7d993a: Added theDefaultEntityPresentationApi, which is an implementation of theEntityPresentationApithat@backstage/plugin-catalog-reactexposes through itsentityPresentationApiRef. This implementation is also by default made available automatically by the catalog plugin, unless you replace it with a custom one. It batch fetches and caches data from the catalog as needed for display, and is customizable by adopters to add their own rendering functions.
Patch Changes
-
8a8445663b: Migrate catalog entity cards to new frontend system extension format. -
e964c17db9: Use default extensions boundary and suspense on the alpha declarativecreateCatalogFilterExtensionextension factory. -
71c97e7d73: The `spec.lifecycle' field in entities will now always be rendered as a string. -
6c2b872153: Add official support for React 18. -
0bf6ebda88: 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. -
bb98953cb9: Create declarative extensions for theCatalogplugin; this initial plugin preset contains sidebar item, index page and filter extensions, all distributed via/alphasubpath.The
EntityPagewill be migrated in a follow-up patch. -
Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-scaffolder-common@1.4.3-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-catalog-backend@1.15.0-next.0
Minor Changes
-
8d756968f9: Introduce a new optional config parametercatalog.stitchingStrategy.mode, which can have the values'immediate'(default) and'deferred'. The default is for stitching to work as it did before this change, which means that it happens "in-band" (blocking) immediately when each processing task finishes. When set to'deferred', stitching is instead deferred to happen on a separate asynchronous worker queue just like processing.Deferred stitching should make performance smoother when ingesting large amounts of entities, and reduce p99 processing times and repeated over-stitching of hot spot entities when fan-out/fan-in in terms of relations is very large. It does however also come with some performance cost due to the queuing with how much wall-clock time some types of task take.
Patch Changes
6694b369a3: Update the OpenAPI spec with more complete error responses and request bodies using Optic. Also, updates the test cases to use the newsupertestpass through from@backstage/backend-openapi-utils.- Updated dependencies
- @backstage/backend-openapi-utils@0.1.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-events-node@0.2.16-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.11-next.0
@backstage/plugin-catalog-backend-module-backstage-openapi@0.1.0-next.0
Minor Changes
785fb1ea75: Adds a new catalog module for ingesting Backstage plugin OpenAPI specs into the catalog for display as an API entity.
Patch Changes
- Updated dependencies
- @backstage/backend-openapi-utils@0.1.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-react@1.9.0-next.0
Minor Changes
-
1e5b7d993a: Added anEntityPresentationApiand associatedentityPresentationApiRef. This API lets you control how references to entities (e.g. in links, headings, iconography etc) are represented in the user interface.Usage of this API is initially added to the
EntityRefLinkandEntityRefLinkscomponents, so that they can render richer, more correct representation of entity refs. There's also a newEntityDisplayNamecomponent, which works just like theEntityRefLinkbut without the link.Along with that change, the
fetchEntitiesandgetTitleprops ofEntityRefLinksPropsare deprecated and no longer used, since the same need instead is fulfilled (and by default always enabled) by theentityPresentationApiRef. -
1fd53fa0c6: TheUserListPickercomponent has undergone improvements to enhance its performance.The previous implementation inferred the number of owned and starred entities based on the entities available in the
EntityListContext. The updated version no longer relies on theEntityListContextfor inference, allowing for better decoupling.The component now loads the entities' count asynchronously, resulting in improved performance and responsiveness. For this purpose, some of the exported filters such as
EntityTagFilter,EntityOwnerFilter,EntityLifecycleFilterandEntityNamespaceFilterhave now thegetCatalogFiltersmethod implemented.
Patch Changes
6c2b872153: Add official support for React 18.0bf6ebda88: Added new APIs at the/alphasubpath for creating entity page cards and content for the new frontend system.71c97e7d73: Thespec.typefield in entities will now always be rendered as a string.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-permission-react@0.4.17-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-permission-common@0.7.9
@backstage/plugin-graphiql@0.3.0-next.0
Minor Changes
57fda44b90: Upgrade to GraphiQL to 3.0.6
Patch Changes
68fc9dc60e: Updated alpha exports according to routing changes in@backstage/frontend-plugin-api.6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
@backstage/plugin-scaffolder@1.16.0-next.0
Minor Changes
-
3fdffbb699: Release design improvements for theScaffolderplugin and support v5 of@rjsf/*libraries.This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue
The
nextversions likecreateNextFieldExtensionandNextScaffolderPagehave been promoted to the public interface undercreateScaffolderFieldExtensionandScaffolderPage, so any older imports which are no longer found will need updating from@backstage/plugin-scaffolder/alphaor@backstage/plugin-scaffolder-react/alphawill need to be imported from@backstage/plugin-scaffolderand@backstage/plugin-scaffolder-reactrespectively.The legacy versions are now available in
/alphaundercreateLegacyFieldExtensionandLegacyScaffolderPageif you're running into issues, but be aware that these will be removed in a next mainline release.
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-scaffolder-common@1.4.3-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-permission-react@0.4.17-next.0
- @backstage/plugin-scaffolder-react@1.6.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.17
@backstage/plugin-scaffolder-backend@1.19.0-next.0
Minor Changes
5e4127c18e: Allow settingupdate: trueinpublish:github:pull-requestscaffolder action
Patch Changes
0920fd02ac: Add examples forgithub:environment:createscaffolder action & improve related tests8613ba3928: Switched to using"exports"field for/alphasubpath export.99d4936f6c: Add examples forgithub:webhookscaffolder action & improve related testsf8727ad228: Add examples forpublish:github:pull-requestscaffolder action & improve related tests- Updated dependencies
- @backstage/plugin-scaffolder-common@1.4.3-next.0
- @backstage/plugin-catalog-backend@1.15.0-next.0
- @backstage/plugin-scaffolder-node@0.2.8-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.4-next.0
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
@backstage/plugin-scaffolder-react@1.6.0-next.0
Minor Changes
-
3fdffbb699: Release design improvements for theScaffolderplugin and support v5 of@rjsf/*libraries.This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue
The
nextversions likecreateNextFieldExtensionandNextScaffolderPagehave been promoted to the public interface undercreateScaffolderFieldExtensionandScaffolderPage, so any older imports which are no longer found will need updating from@backstage/plugin-scaffolder/alphaor@backstage/plugin-scaffolder-react/alphawill need to be imported from@backstage/plugin-scaffolderand@backstage/plugin-scaffolder-reactrespectively.The legacy versions are now available in
/alphaundercreateLegacyFieldExtensionandLegacyScaffolderPageif you're running into issues, but be aware that these will be removed in a next mainline release.
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-scaffolder-common@1.4.3-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-search-backend-module-stack-overflow-collator@0.1.0-next.0
Minor Changes
46f0f1700e: Extract a package for the Stack Overflow new backend system plugin.
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-vault-backend@0.4.0-next.0
Minor Changes
-
a873a32a1f: Added support for the new backend system.In your
packages/backend/src/index.tsmake the following changes:import { createBackend } from '@backstage/backend-defaults'; const backend = createBackend(); // ... other feature additions + backend.add(import('@backstage/plugin-vault-backend'); backend.start();If you use the new backend system, the token renewal task can be defined via configuration file:
vault: baseUrl: <BASE_URL> token: <TOKEN> schedule: + frequency: ... + timeout: ... + # Other schedule options, such as scope or initialDelayIf the
scheduleis omitted or set tofalseno token renewal task will be scheduled. If the value ofscheduleis set totruethe renew will be scheduled hourly (the default). In other cases (like in the diff above), the defined schedule will be used.DEPRECATIONS: The interface
VaultApiand the typeVaultSecretare now deprecated. Import them from@backstage/plugin-vault-node.
Patch Changes
- Updated dependencies
- @backstage/plugin-vault-node@0.1.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-vault-node@0.1.0-next.0
Minor Changes
7a41bcf2af: Initial version of the `plugin-vault-node`` package. It contains the extension point definitions for the vault backend, as well as some types that will be deprecated in the backend plugin.
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
@backstage/app-defaults@1.4.5-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-permission-react@0.4.17-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/theme@0.4.4-next.0
@backstage/backend-app-api@0.5.8-next.0
Patch Changes
bc9a18d5ec: Added a workaround for doubledefaultwrapping when dynamically importing CommonJS modules with default exports.- Updated dependencies
- @backstage/config-loader@1.5.2-next.0
- @backstage/cli-node@0.2.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-permission-node@0.7.18-next.0
@backstage/backend-common@0.19.9-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.5.2-next.0
- @backstage/backend-app-api@0.5.8-next.0
- @backstage/integration@1.7.1
- @backstage/integration-aws-node@0.1.7
- @backstage/backend-dev-utils@0.1.2
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/backend-defaults@0.2.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.5.8-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
@backstage/backend-plugin-api@0.6.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-permission-common@0.7.9
@backstage/backend-tasks@0.5.12-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/backend-test-utils@0.2.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.5.8-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/config-loader@1.5.2-next.0
Patch Changes
22ca64f117: Correctly resolve config targets into absolute paths- Updated dependencies
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/core-app-api@1.11.1-next.0
Patch Changes
6c2b872153: Add official support for React 18.89d13e5618: Add current and default scopes when refreshing session9ab0572217: Add component datacore.typemarker forAppRouterandFlatRoutes.- Updated dependencies
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/core-components@0.13.7-next.0
Patch Changes
-
81c8db2088: FixRoutedTabsso that it does not explode without tabs. -
6c2b872153: Add official support for React 18. -
7bdc1b0a12: Fixed compatibility with Safari <16.3 by eliminating RegEx lookbehind inextractInitials.This PR also changed how initials are generated resulting in John Jonathan Doe => JD instead of JJ.
-
71c97e7d73: Fixed the type declaration ofDependencyGraphProps, thedefsprop now expectsJSX.Elements. -
Updated dependencies
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/create-app@0.5.7-next.0
Patch Changes
6c2b872153: Add official support for React 18.ae1602e54d: If create app installs dependencies, don't suggest to user that they also need to do it.- Updated dependencies
- @backstage/cli-common@0.1.13
@backstage/dev-utils@1.0.23-next.0
Patch Changes
67cc85bb14: Switched the conditionalreact-dom/clientimport to useimport(...)rather thanrequire(...).38cda52746: Added support for React 18. The newcreateRootAPI fromreact-dom/clientwill now be used if present.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/app-defaults@1.4.5-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/integration-react@1.1.21-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/integration@1.7.1
- @backstage/config@1.1.1
@techdocs/cli@1.6.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/plugin-techdocs-node@1.9.1-next.0
@backstage/test-utils@1.4.5-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-permission-react@0.4.17-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.9
@backstage/theme@0.4.4-next.0
Patch Changes
6c2b872153: Add official support for React 18.
@backstage/version-bridge@1.0.7-next.0
Patch Changes
6c2b872153: Add official support for React 18.
@backstage/plugin-adr@0.6.9-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/plugin-adr-common@0.2.16
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-adr-backend@0.4.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-adr-common@0.2.16
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-airbrake@0.3.26-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/test-utils@1.4.5-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/dev-utils@1.0.23-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-airbrake-backend@0.3.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
@backstage/plugin-allure@0.1.42-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-analytics-module-ga@0.1.35-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/config@1.1.1
@backstage/plugin-analytics-module-ga4@0.1.6-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/config@1.1.1
@backstage/plugin-analytics-module-newrelic-browser@0.0.4-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/config@1.1.1
@backstage/plugin-apache-airflow@0.2.17-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
@backstage/plugin-api-docs@0.9.13-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog@1.15.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-api-docs-module-protoc-gen-doc@0.1.5-next.0
Patch Changes
6c2b872153: Add official support for React 18.
@backstage/plugin-apollo-explorer@0.1.17-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
@backstage/plugin-app-backend@0.3.55-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.5.2-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-app-node@0.1.7-next.0
@backstage/plugin-app-node@0.1.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-auth-backend-module-github-provider@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-auth-backend-module-gitlab-provider@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-auth-backend-module-google-provider@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-auth-backend-module-microsoft-provider@0.1.2-next.0
Patch Changes
2817115d09: Removedprompt=consentfrom start method to fix #20641- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-auth-backend-module-oauth2-provider@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-auth-backend-module-pinniped-provider@0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-auth-node@0.4.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-azure-devops@0.3.8-next.0
Patch Changes
6c2b872153: Add official support for React 18.361bb34d8e: Consolidated getting the annotation values into a single function to help with future changes- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-azure-devops-common@0.3.1
@backstage/plugin-azure-devops-backend@0.4.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/plugin-azure-devops-common@0.3.1
@backstage/plugin-azure-sites@0.1.15-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/plugin-azure-sites-common@0.1.1
@backstage/plugin-azure-sites-backend@0.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/config@1.1.1
- @backstage/plugin-azure-sites-common@0.1.1
@backstage/plugin-badges@0.2.50-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-badges-backend@0.3.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-bazaar@0.2.18-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/cli@0.24.0-next.0
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog@1.15.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-bazaar-backend@0.3.5-next.0
Patch Changes
8613ba3928: Switched to using"exports"field for/alphasubpath export.- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-bitrise@0.1.53-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-catalog-backend-module-aws@0.3.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/integration-aws-node@0.1.7
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-kubernetes-common@0.7.1-next.0
@backstage/plugin-catalog-backend-module-azure@0.1.26-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-bitbucket@0.2.22-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-bitbucket-cloud-common@0.2.13
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.22-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-bitbucket-cloud-common@0.2.13
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.20-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-gcp@0.1.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/config@1.1.1
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-kubernetes-common@0.7.1-next.0
@backstage/plugin-catalog-backend-module-gerrit@0.1.23-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-github@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.15.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-catalog-backend-module-github-org@0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/config@1.1.1
- @backstage/plugin-catalog-backend-module-github@0.4.5-next.0
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-gitlab@0.3.4-next.0
Patch Changes
d732f17610: Added try catch around fetching gitlab group users to prevent refresh from failing completely while only a select number of groups might not be able to load correctly.- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.11-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.15.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-events-node@0.2.16-next.0
- @backstage/plugin-permission-common@0.7.9
@backstage/plugin-catalog-backend-module-ldap@0.5.22-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-msgraph@0.5.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-openapi@0.1.24-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.15.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-puppetdb@0.1.12-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.4.3-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-model@1.4.3
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-catalog-backend-module-unprocessed@0.3.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-model@1.4.3
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-catalog-graph@0.2.38-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
@backstage/plugin-catalog-graphql@0.4.1-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/plugin-catalog-import@0.10.2-next.0
Patch Changes
6db75b900a: Create an experimental plugin that is compatible with the declarative integration system, it is exported from the/alphasubpath.6c2b872153: Add official support for React 18.71c97e7d73: Theapp.titleconfiguration is now properly required to be a string.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.17
@backstage/plugin-catalog-node@1.4.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.17
@backstage/plugin-catalog-unprocessed-entities@0.1.5-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-cicd-statistics@0.1.28-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-cicd-statistics-module-gitlab@0.1.22-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-cicd-statistics@0.1.28-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-circleci@0.3.26-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-cloudbuild@0.3.26-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-code-climate@0.1.26-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-code-coverage@0.2.19-next.0
Patch Changes
6c2b872153: Add official support for React 18.71c97e7d73: The warning for missing code coverage will now render the entity as a reference.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-code-coverage-backend@0.2.21-next.0
Patch Changes
11f671eaa9: Added support for new backend system- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-codescene@0.1.19-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-config-schema@0.1.47-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-cost-insights@0.12.15-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-cost-insights-common@0.1.2
@backstage/plugin-devtools@0.1.6-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-permission-react@0.4.17-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-devtools-common@0.1.5
@backstage/plugin-devtools-backend@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.5.2-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-devtools-common@0.1.5
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
@backstage/plugin-dynatrace@8.0.0-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-entity-feedback@0.2.9-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-entity-feedback-common@0.1.3
@backstage/plugin-entity-feedback-backend@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-entity-feedback-common@0.1.3
@backstage/plugin-entity-validation@0.1.11-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.17
@backstage/plugin-events-backend@0.2.16-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-events-backend-module-aws-sqs@0.2.10-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-events-backend-module-azure@0.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-events-backend-module-bitbucket-cloud@0.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-events-backend-module-gerrit@0.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-events-backend-module-github@0.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-events-backend-module-gitlab@0.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-events-backend-test-utils@0.1.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.2.16-next.0
@backstage/plugin-events-node@0.2.16-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
@backstage/plugin-explore@0.4.12-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-explore-react@0.0.33-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-explore-backend@0.0.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-search-backend-module-explore@0.1.11-next.0
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-explore-react@0.0.33-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-explore-common@0.0.2
@backstage/plugin-firehydrant@0.2.10-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-fossa@0.2.58-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-gcalendar@0.3.20-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/errors@1.2.3
@backstage/plugin-gcp-projects@0.3.43-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
@backstage/plugin-git-release-manager@0.3.39-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
@backstage/plugin-github-actions@0.6.7-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
@backstage/plugin-github-deployments@0.1.57-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-github-issues@0.2.15-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-github-pull-requests-board@0.1.20-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
@backstage/plugin-gitops-profiles@0.3.42-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/config@1.1.1
@backstage/plugin-gocd@0.1.32-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-graphql-backend@0.2.1-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-graphql@0.4.1-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/config@1.1.1
@backstage/plugin-graphql-voyager@0.1.9-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
@backstage/plugin-home@0.5.10-next.0
Patch Changes
3fdffbb699: Remove the duplicate versions of@rjsf/*as they're no longer needed6c2b872153: Add official support for React 18.5b364984bf: Added experimental support for declarative integration via the/alphasubpath.cc0e8d0b51: Temporarily pin thereact-grid-layoutsub-dependency to version1.3.4while the horizontal resizing of the latest version is not fixed. For more details, see #20712.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/plugin-home-react@0.1.5-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/plugin-home-react@0.1.5-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
@backstage/plugin-ilert@0.2.15-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-jenkins@0.9.1-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-jenkins-common@0.1.20
@backstage/plugin-jenkins-backend@0.3.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-jenkins-common@0.1.20
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
@backstage/plugin-kafka@0.3.26-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
@backstage/plugin-kafka-backend@0.3.5-next.0
Patch Changes
8613ba3928: Switched to using"exports"field for/alphasubpath export.- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-kubernetes@0.11.1-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-kubernetes-react@0.1.1-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.7.1-next.0
@backstage/plugin-kubernetes-backend@0.13.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration-aws-node@0.1.7
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-kubernetes-common@0.7.1-next.0
- @backstage/plugin-kubernetes-node@0.1.1-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
@backstage/plugin-kubernetes-cluster@0.0.2-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-kubernetes-react@0.1.1-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-kubernetes-common@0.7.1-next.0
@backstage/plugin-kubernetes-common@0.7.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.9
@backstage/plugin-kubernetes-node@0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-model@1.4.3
- @backstage/plugin-kubernetes-common@0.7.1-next.0
@backstage/plugin-kubernetes-react@0.1.1-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-kubernetes-common@0.7.1-next.0
@backstage/plugin-lighthouse@0.4.11-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-lighthouse-common@0.1.4
@backstage/plugin-lighthouse-backend@0.3.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-lighthouse-common@0.1.4
@backstage/plugin-linguist@0.1.11-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-linguist-common@0.1.2
@backstage/plugin-linguist-backend@0.5.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-linguist-common@0.1.2
@backstage/plugin-microsoft-calendar@0.1.9-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/errors@1.2.3
@backstage/plugin-newrelic@0.3.42-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
@backstage/plugin-newrelic-dashboard@0.3.1-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-nomad@0.1.7-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
@backstage/plugin-nomad-backend@0.1.9-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-octopus-deploy@0.2.8-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-opencost@0.2.2-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
@backstage/plugin-org@0.6.16-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-org-react@0.1.15-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
@backstage/plugin-pagerduty@0.6.7-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-home-react@0.1.5-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-periskop@0.1.24-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-periskop-backend@0.2.5-next.0
Patch Changes
8613ba3928: Switched to using"exports"field for/alphasubpath export.- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
@backstage/plugin-permission-backend@0.5.30-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
@backstage/plugin-permission-backend-module-allow-all-policy@0.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
@backstage/plugin-permission-node@0.7.18-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-permission-common@0.7.9
@backstage/plugin-permission-react@0.4.17-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/config@1.1.1
- @backstage/plugin-permission-common@0.7.9
@backstage/plugin-playlist@0.1.18-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-permission-react@0.4.17-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-playlist-common@0.1.11
@backstage/plugin-playlist-backend@0.3.11-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
- @backstage/plugin-playlist-common@0.1.11
@backstage/plugin-proxy-backend@0.4.5-next.0
Patch Changes
8613ba3928: Switched to using"exports"field for/alphasubpath export.- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
@backstage/plugin-puppetdb@0.1.9-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-rollbar@0.4.26-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-rollbar-backend@0.1.52-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/config@1.1.1
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.8-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.8-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.31-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.8-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-gitlab@0.2.10-next.0
Patch Changes
26ca97ebaa: Add examples forgitlab:projectAccessToken:createscaffolder action & improve related tests- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.8-next.0
- @backstage/integration@1.7.1
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-rails@0.4.24-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.8-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-sentry@0.1.15-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.8-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-yeoman@0.2.28-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.2.8-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-common@1.4.3-next.0
Patch Changes
2e0cef42ab: Add missing required propertytypeinTemplate.v1beta3.schema.jsonschema- Updated dependencies
- @backstage/catalog-model@1.4.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.9
@backstage/plugin-scaffolder-node@0.2.8-next.0
Patch Changes
8613ba3928: Switched to using"exports"field for/alphasubpath export.- Updated dependencies
- @backstage/plugin-scaffolder-common@1.4.3-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-search@1.4.2-next.0
Patch Changes
68fc9dc60e: Updated alpha exports according to routing changes in@backstage/frontend-plugin-api.6c2b872153: Add official support for React 18.fa11120050: Fixed incorrect plugin ID in/alphaexport.71c97e7d73: Minor internal code cleanup.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-search-backend@1.4.7-next.0
Patch Changes
6694b369a3: Update the OpenAPI spec with more complete error responses and request bodies using Optic. Also, updates the test cases to use the newsupertestpass through from@backstage/backend-openapi-utils.- Updated dependencies
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/backend-openapi-utils@0.1.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-search-backend-module-catalog@0.1.11-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-search-backend-module-elasticsearch@1.3.10-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration-aws-node@0.1.7
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-search-backend-module-explore@0.1.11-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/config@1.1.1
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-search-backend-module-pg@0.5.16-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-search-backend-module-techdocs@0.1.11-next.0
Patch Changes
c437253b7a: The process of adding or modifying fields in the techdocs search index has been simplified. For more details, see How to customize fields in the Software Catalog or TechDocs index.- Updated dependencies
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-search-common@1.2.7
- @backstage/plugin-techdocs-node@1.9.1-next.0
@backstage/plugin-search-backend-node@1.2.11-next.0
Patch Changes
b168d7e7ea: Fix highlighting for non-string fields on theLunrsearch engine implementation.- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-search-react@1.7.2-next.0
Patch Changes
6c2b872153: Add official support for React 18.f75caf9f3d: Fixed a rare occurrence where a race in the search bar could throw away user input or cause the clear button not to work.71c97e7d73: The filter options passed toSearchResultGroupLayoutare now always explicitly rendered as strings by default.e7c09c4f4b: Use default extensions boundary and suspense on the alpha declarativecreateSearchResultListItemextension factory.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/frontend-app-api@0.3.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/types@1.1.1
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-sentry@0.5.11-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-shortcuts@0.3.16-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/types@1.1.1
@backstage/plugin-sonarqube@0.7.8-next.0
Patch Changes
6c2b872153: Add official support for React 18.8613ba3928: Switched to using"exports"field for/alphasubpath export.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-sonarqube-react@0.1.10-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-sonarqube-backend@0.2.9-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-sonarqube-react@0.1.10-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-splunk-on-call@0.4.15-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
@backstage/plugin-stack-overflow@0.1.22-next.0
Patch Changes
6c2b872153: Add official support for React 18.b168d7e7ea: Migrate package to the new Frontend system, the new module is distributed with a/alphasubpath.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/plugin-home-react@0.1.5-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-stack-overflow-backend@0.2.11-next.0
Patch Changes
-
b168d7e7ea: Deprecate package in favor of the new@backstage/plugin-search-backend-module-stack-overflow-collatormodule.The search collator
requestParamsoption is optional now, so its default value is{ order: 'desc', sort: 'activity', site: 'stackoverflow' }as defined in theTry Itsection on the official Stack Overflow API documentation. -
Updated dependencies
- @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-stackstorm@0.1.8-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/errors@1.2.3
@backstage/plugin-tech-insights@0.3.18-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-backend@0.5.21-next.0
Patch Changes
193ad022bb: AddfactRetrieverIdto the fact retriever's logger metadata.- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
- @backstage/plugin-tech-insights-node@0.4.13-next.0
@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.39-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-tech-insights-common@0.2.12
- @backstage/plugin-tech-insights-node@0.4.13-next.0
@backstage/plugin-tech-insights-node@0.4.13-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-radar@0.6.10-next.0
Patch Changes
68fc9dc60e: Updated alpha exports according to routing changes in@backstage/frontend-plugin-api.6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
@backstage/plugin-techdocs@1.8.1-next.0
Patch Changes
4728b3960d: Fixed navigation bug that caused users to not be scrolled to the top of a new page. Fixed navigation bug where using backwards and forwards browser navigation did not scroll users to the correct place on the TechDoc page.a3add7a682: Export alpha routes and nav item extension, only available for applications that uses the new Frontend system.71c97e7d73: The `spec.lifecycle' field in entities will now always be rendered as a string.68fc9dc60e: Updated alpha exports according to routing changes in@backstage/frontend-plugin-api.6c2b872153: Add official support for React 18.0bf6ebda88: Added entity page content for the new plugin exported via/alpha.67cc85bb14: Switched the conditionalreact-dom/clientimport to useimport(...)rather thanrequire(...).38cda52746: Added support for React 18. The newcreateRootAPI fromreact-dom/clientwill now be used if present.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-techdocs-react@1.1.13-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-techdocs-addons-test-utils@1.0.23-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog@1.15.0-next.0
- @backstage/plugin-techdocs@1.8.1-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-techdocs-react@1.1.13-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/test-utils@1.4.5-next.0
- @backstage/theme@0.4.4-next.0
@backstage/plugin-techdocs-backend@1.8.1-next.0
Patch Changes
c3c5c7e514: Add info about the entity when tech docs fail to build- Updated dependencies
- @backstage/plugin-search-backend-module-techdocs@0.1.11-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-search-common@1.2.7
- @backstage/plugin-techdocs-node@1.9.1-next.0
@backstage/plugin-techdocs-module-addons-contrib@1.1.2-next.0
Patch Changes
4728b3960d: Fixed navigation bug that caused users to not be scrolled to the top of a new page. Fixed navigation bug where using backwards and forwards browser navigation did not scroll users to the correct place on the TechDoc page.6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-techdocs-react@1.1.13-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/integration@1.7.1
@backstage/plugin-techdocs-node@1.9.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/integration-aws-node@0.1.7
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-search-common@1.2.7
@backstage/plugin-techdocs-react@1.1.13-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/version-bridge@1.0.7-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
@backstage/plugin-todo@0.2.30-next.0
Patch Changes
6c2b872153: Add official support for React 18.8613ba3928: Switched to using"exports"field for/alphasubpath export.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-todo-backend@0.3.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-openapi-utils@0.1.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-node@1.4.8-next.0
@backstage/plugin-user-settings@0.7.12-next.0
Patch Changes
68fc9dc60e: Updated alpha exports according to routing changes in@backstage/frontend-plugin-api.6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-user-settings-backend@0.2.6-next.0
Patch Changes
dd0350379b: Added dependency on@backstage/config8613ba3928: Switched to using"exports"field for/alphasubpath export.- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
@backstage/plugin-vault@0.1.21-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
@backstage/plugin-xcmetrics@0.2.45-next.0
Patch Changes
6c2b872153: Add official support for React 18.- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/errors@1.2.3
example-app@0.2.89-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-import@0.10.2-next.0
- @backstage/cli@0.24.0-next.0
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-home@0.5.10-next.0
- @backstage/plugin-catalog@1.15.0-next.0
- @backstage/plugin-graphiql@0.3.0-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.2-next.0
- @backstage/plugin-techdocs@1.8.1-next.0
- @backstage/frontend-app-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/plugin-user-settings@0.7.12-next.0
- @backstage/plugin-tech-radar@0.6.10-next.0
- @backstage/plugin-search@1.4.2-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.1.5-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/plugin-kubernetes-cluster@0.0.2-next.0
- @backstage/plugin-microsoft-calendar@0.1.9-next.0
- @backstage/plugin-newrelic-dashboard@0.3.1-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-permission-react@0.4.17-next.0
- @backstage/plugin-scaffolder-react@1.6.0-next.0
- @backstage/plugin-entity-feedback@0.2.9-next.0
- @backstage/plugin-apache-airflow@0.2.17-next.0
- @backstage/plugin-github-actions@0.6.7-next.0
- @backstage/plugin-octopus-deploy@0.2.8-next.0
- @backstage/plugin-stack-overflow@0.1.22-next.0
- @backstage/plugin-techdocs-react@1.1.13-next.0
- @backstage/app-defaults@1.4.5-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/plugin-catalog-graph@0.2.38-next.0
- @backstage/plugin-code-coverage@0.2.19-next.0
- @backstage/plugin-cost-insights@0.12.15-next.0
- @backstage/plugin-tech-insights@0.3.18-next.0
- @backstage/plugin-azure-devops@0.3.8-next.0
- @backstage/plugin-gcp-projects@0.3.43-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/plugin-azure-sites@0.1.15-next.0
- @backstage/plugin-cloudbuild@0.3.26-next.0
- @backstage/plugin-kubernetes@0.11.1-next.0
- @backstage/plugin-lighthouse@0.4.11-next.0
- @backstage/plugin-scaffolder@1.16.0-next.0
- @backstage/plugin-stackstorm@0.1.8-next.0
- @backstage/plugin-dynatrace@8.0.0-next.0
- @backstage/plugin-gcalendar@0.3.20-next.0
- @backstage/plugin-pagerduty@0.6.7-next.0
- @backstage/plugin-shortcuts@0.3.16-next.0
- @backstage/plugin-airbrake@0.3.26-next.0
- @backstage/plugin-api-docs@0.9.13-next.0
- @backstage/plugin-circleci@0.3.26-next.0
- @backstage/plugin-devtools@0.1.6-next.0
- @backstage/plugin-linguist@0.1.11-next.0
- @backstage/plugin-newrelic@0.3.42-next.0
- @backstage/plugin-playlist@0.1.18-next.0
- @backstage/plugin-puppetdb@0.1.9-next.0
- @backstage/plugin-explore@0.4.12-next.0
- @backstage/plugin-jenkins@0.9.1-next.0
- @backstage/plugin-rollbar@0.4.26-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/plugin-badges@0.2.50-next.0
- @backstage/plugin-sentry@0.5.11-next.0
- @backstage/plugin-kafka@0.3.26-next.0
- @backstage/plugin-nomad@0.1.7-next.0
- @backstage/plugin-gocd@0.1.32-next.0
- @backstage/plugin-todo@0.2.30-next.0
- @backstage/plugin-adr@0.6.9-next.0
- @backstage/plugin-org@0.6.16-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-search-common@1.2.7
example-app-next@0.0.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-import@0.10.2-next.0
- @backstage/cli@0.24.0-next.0
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/plugin-home@0.5.10-next.0
- @backstage/plugin-catalog@1.15.0-next.0
- @backstage/plugin-graphiql@0.3.0-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.2-next.0
- @backstage/plugin-techdocs@1.8.1-next.0
- @backstage/frontend-app-api@0.3.0-next.0
- @backstage/plugin-catalog-react@1.9.0-next.0
- @backstage/plugin-user-settings@0.7.12-next.0
- @backstage/plugin-tech-radar@0.6.10-next.0
- @backstage/plugin-search@1.4.2-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.1.5-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/plugin-microsoft-calendar@0.1.9-next.0
- @backstage/plugin-newrelic-dashboard@0.3.1-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-permission-react@0.4.17-next.0
- @backstage/plugin-scaffolder-react@1.6.0-next.0
- @backstage/plugin-entity-feedback@0.2.9-next.0
- @backstage/plugin-apache-airflow@0.2.17-next.0
- @backstage/plugin-github-actions@0.6.7-next.0
- @backstage/plugin-octopus-deploy@0.2.8-next.0
- @backstage/plugin-techdocs-react@1.1.13-next.0
- @backstage/app-defaults@1.4.5-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/plugin-catalog-graph@0.2.38-next.0
- @backstage/plugin-code-coverage@0.2.19-next.0
- @backstage/plugin-cost-insights@0.12.15-next.0
- @backstage/plugin-tech-insights@0.3.18-next.0
- @backstage/plugin-azure-devops@0.3.8-next.0
- @backstage/plugin-gcp-projects@0.3.43-next.0
- @backstage/plugin-search-react@1.7.2-next.0
- @backstage/plugin-azure-sites@0.1.15-next.0
- @backstage/plugin-cloudbuild@0.3.26-next.0
- @backstage/plugin-kubernetes@0.11.1-next.0
- @backstage/plugin-lighthouse@0.4.11-next.0
- @backstage/plugin-scaffolder@1.16.0-next.0
- @backstage/plugin-stackstorm@0.1.8-next.0
- @backstage/plugin-dynatrace@8.0.0-next.0
- @backstage/plugin-gcalendar@0.3.20-next.0
- @backstage/plugin-pagerduty@0.6.7-next.0
- @backstage/plugin-shortcuts@0.3.16-next.0
- @backstage/plugin-airbrake@0.3.26-next.0
- @backstage/plugin-api-docs@0.9.13-next.0
- @backstage/plugin-circleci@0.3.26-next.0
- @backstage/plugin-devtools@0.1.6-next.0
- @backstage/plugin-linguist@0.1.11-next.0
- @backstage/plugin-newrelic@0.3.42-next.0
- @backstage/plugin-playlist@0.1.18-next.0
- @backstage/plugin-puppetdb@0.1.9-next.0
- @backstage/plugin-explore@0.4.12-next.0
- @backstage/plugin-jenkins@0.9.1-next.0
- @backstage/plugin-rollbar@0.4.26-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/plugin-badges@0.2.50-next.0
- @backstage/plugin-sentry@0.5.11-next.0
- @backstage/plugin-kafka@0.3.26-next.0
- @backstage/plugin-gocd@0.1.32-next.0
- @backstage/plugin-todo@0.2.30-next.0
- @backstage/plugin-adr@0.6.9-next.0
- @backstage/plugin-org@0.6.16-next.0
- app-next-example-plugin@0.0.3-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/core-compat-api@0.0.1-next.0
- @backstage/plugin-catalog-common@1.0.17
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-search-common@1.2.7
app-next-example-plugin@0.0.3-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/frontend-plugin-api@0.3.0-next.0
example-backend@0.2.89-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/plugin-techdocs-backend@1.8.1-next.0
- @backstage/plugin-code-coverage-backend@0.2.21-next.0
- @backstage/plugin-scaffolder-backend@1.19.0-next.0
- @backstage/plugin-catalog-backend@1.15.0-next.0
- @backstage/plugin-search-backend@1.4.7-next.0
- @backstage/plugin-tech-insights-backend@0.5.21-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.11-next.0
- @backstage/plugin-kafka-backend@0.3.5-next.0
- @backstage/plugin-proxy-backend@0.4.5-next.0
- @backstage/plugin-auth-backend@0.20.0-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/integration@1.7.1
- @backstage/plugin-app-backend@0.3.55-next.0
- @backstage/plugin-devtools-backend@0.2.4-next.0
- example-app@0.2.89-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/catalog-client@1.4.5
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/plugin-adr-backend@0.4.4-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-azure-devops-backend@0.4.4-next.0
- @backstage/plugin-azure-sites-backend@0.1.17-next.0
- @backstage/plugin-badges-backend@0.3.4-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.4-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.4-next.0
- @backstage/plugin-catalog-node@1.4.8-next.0
- @backstage/plugin-entity-feedback-backend@0.2.4-next.0
- @backstage/plugin-events-backend@0.2.16-next.0
- @backstage/plugin-events-node@0.2.16-next.0
- @backstage/plugin-explore-backend@0.0.17-next.0
- @backstage/plugin-graphql-backend@0.2.1-next.0
- @backstage/plugin-jenkins-backend@0.3.1-next.0
- @backstage/plugin-kubernetes-backend@0.13.1-next.0
- @backstage/plugin-lighthouse-backend@0.3.4-next.0
- @backstage/plugin-linguist-backend@0.5.4-next.0
- @backstage/plugin-nomad-backend@0.1.9-next.0
- @backstage/plugin-permission-backend@0.5.30-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
- @backstage/plugin-playlist-backend@0.3.11-next.0
- @backstage/plugin-rollbar-backend@0.1.52-next.0
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.8-next.0
- @backstage/plugin-scaffolder-backend-module-rails@0.4.24-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.11-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.3.10-next.0
- @backstage/plugin-search-backend-module-explore@0.1.11-next.0
- @backstage/plugin-search-backend-module-pg@0.5.16-next.0
- @backstage/plugin-search-common@1.2.7
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.39-next.0
- @backstage/plugin-tech-insights-node@0.4.13-next.0
- @backstage/plugin-todo-backend@0.3.5-next.0
example-backend-next@0.0.17-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.0-next.0
- @backstage/plugin-techdocs-backend@1.8.1-next.0
- @backstage/plugin-scaffolder-backend@1.19.0-next.0
- @backstage/plugin-catalog-backend@1.15.0-next.0
- @backstage/plugin-search-backend@1.4.7-next.0
- @backstage/plugin-search-backend-module-techdocs@0.1.11-next.0
- @backstage/plugin-proxy-backend@0.4.5-next.0
- @backstage/plugin-app-backend@0.3.55-next.0
- @backstage/plugin-devtools-backend@0.2.4-next.0
- @backstage/backend-defaults@0.2.7-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/plugin-adr-backend@0.4.4-next.0
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-azure-devops-backend@0.4.4-next.0
- @backstage/plugin-badges-backend@0.3.4-next.0
- @backstage/plugin-catalog-backend-module-openapi@0.1.24-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.4-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.4-next.0
- @backstage/plugin-entity-feedback-backend@0.2.4-next.0
- @backstage/plugin-jenkins-backend@0.3.1-next.0
- @backstage/plugin-kubernetes-backend@0.13.1-next.0
- @backstage/plugin-lighthouse-backend@0.3.4-next.0
- @backstage/plugin-linguist-backend@0.5.4-next.0
- @backstage/plugin-nomad-backend@0.1.9-next.0
- @backstage/plugin-permission-backend@0.5.30-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.4-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
- @backstage/plugin-playlist-backend@0.3.11-next.0
- @backstage/plugin-search-backend-module-catalog@0.1.11-next.0
- @backstage/plugin-search-backend-module-explore@0.1.11-next.0
- @backstage/plugin-sonarqube-backend@0.2.9-next.0
- @backstage/plugin-todo-backend@0.3.5-next.0
@backstage/backend-plugin-manager@0.0.3-next.0
Patch Changes
- Updated dependencies
- @backstage/cli-node@0.2.0-next.0
- @backstage/plugin-search-backend-node@1.2.11-next.0
- @backstage/plugin-catalog-backend@1.15.0-next.0
- @backstage/plugin-scaffolder-node@0.2.8-next.0
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/backend-tasks@0.5.12-next.0
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1-next.0
- @backstage/plugin-events-backend@0.2.16-next.0
- @backstage/plugin-events-node@0.2.16-next.0
- @backstage/plugin-permission-common@0.7.9
- @backstage/plugin-permission-node@0.7.18-next.0
- @backstage/plugin-search-common@1.2.7
@backstage/core-compat-api@0.0.1-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.3.0-next.0
- @backstage/core-plugin-api@1.8.0-next.0
e2e-test@0.2.9-next.0
Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.7-next.0
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
techdocs-cli-embedded-app@0.2.88-next.0
Patch Changes
- Updated dependencies
- @backstage/cli@0.24.0-next.0
- @backstage/core-components@0.13.7-next.0
- @backstage/plugin-catalog@1.15.0-next.0
- @backstage/plugin-techdocs@1.8.1-next.0
- @backstage/integration-react@1.1.21-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/plugin-techdocs-react@1.1.13-next.0
- @backstage/app-defaults@1.4.5-next.0
- @backstage/core-app-api@1.11.1-next.0
- @backstage/test-utils@1.4.5-next.0
- @backstage/theme@0.4.4-next.0
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
@internal/plugin-todo-list@1.0.19-next.0
Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.7-next.0
- @backstage/core-plugin-api@1.8.0-next.0
- @backstage/theme@0.4.4-next.0
@internal/plugin-todo-list-backend@1.0.19-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.9-next.0
- @backstage/backend-plugin-api@0.6.7-next.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-auth-node@0.4.1-next.0