Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'master' of github.com:backstage/backstage: (98 commits) build(deps): bump archiver from 5.0.2 to 5.1.0 build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1 docs: Update lighthouse docs scaffolder-backend: clarify type detection error message scaffolder-backend: gitlab preparer uses integrations token core-api: ensure that routable extension components are discovered at boot core-api: memoize app element traversal and validation core-api: add lazy loading of component extensions Add changeset and add missing semicolon Add search plugin to new CLI created apps build(deps): bump graphql from 15.3.0 to 15.4.0 core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state run prettier on the roadmap core-api: refactor createReactExtension to forward component types directly and avoid @types/react dependency core-api: add route validation to app + test core-api: default type parameters for BackstagePlugin to avoid breakage changeset: add changesets for new plugin extension API core-api: avoid exporting AnyRoutes, AnyExternalRoutes, and ExternalRouteRef constructor core-api: rename BindRouteFunc to AppRouteBinder core-api,plugins/graphiql: export extension APIs from core-api and port the graphiql plugin ...
This commit is contained in:
@@ -1,5 +1,44 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [c0fac6163]
|
||||
- Updated dependencies [48c305e69]
|
||||
- Updated dependencies [c911061b7]
|
||||
- Updated dependencies [ab805860a]
|
||||
- Updated dependencies [dae4f3983]
|
||||
- Updated dependencies [8ef71ed32]
|
||||
- Updated dependencies [0e6298f7e]
|
||||
- Updated dependencies [f3e75508d]
|
||||
- Updated dependencies [3b50f833d]
|
||||
- Updated dependencies [c36a01b4c]
|
||||
- Updated dependencies [c5297baeb]
|
||||
- Updated dependencies [ac3560b42]
|
||||
- Updated dependencies [962d1ad66]
|
||||
- @backstage/plugin-org@0.3.2
|
||||
- @backstage/plugin-cost-insights@0.5.2
|
||||
- @backstage/catalog-model@0.6.0
|
||||
- @backstage/plugin-techdocs@0.5.0
|
||||
- @backstage/core@0.4.1
|
||||
- @backstage/plugin-catalog-import@0.3.2
|
||||
- @backstage/plugin-pagerduty@0.2.3
|
||||
- @backstage/cli@0.4.2
|
||||
- @backstage/plugin-sentry@0.3.1
|
||||
- @backstage/plugin-api-docs@0.4.1
|
||||
- @backstage/plugin-catalog@0.2.7
|
||||
- @backstage/plugin-circleci@0.2.5
|
||||
- @backstage/plugin-cloudbuild@0.2.5
|
||||
- @backstage/plugin-github-actions@0.2.5
|
||||
- @backstage/plugin-jenkins@0.3.4
|
||||
- @backstage/plugin-kubernetes@0.3.3
|
||||
- @backstage/plugin-lighthouse@0.2.6
|
||||
- @backstage/plugin-register-component@0.2.5
|
||||
- @backstage/plugin-rollbar@0.2.7
|
||||
- @backstage/plugin-scaffolder@0.3.4
|
||||
- @backstage/plugin-search@0.2.4
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
+22
-22
@@ -1,36 +1,36 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"private": true,
|
||||
"bundled": true,
|
||||
"dependencies": {
|
||||
"@backstage/catalog-model": "^0.5.0",
|
||||
"@backstage/cli": "^0.4.1",
|
||||
"@backstage/core": "^0.4.0",
|
||||
"@backstage/plugin-api-docs": "^0.4.0",
|
||||
"@backstage/plugin-catalog": "^0.2.6",
|
||||
"@backstage/plugin-catalog-import": "^0.3.1",
|
||||
"@backstage/plugin-circleci": "^0.2.4",
|
||||
"@backstage/plugin-cloudbuild": "^0.2.4",
|
||||
"@backstage/plugin-cost-insights": "^0.5.0",
|
||||
"@backstage/catalog-model": "^0.6.0",
|
||||
"@backstage/cli": "^0.4.2",
|
||||
"@backstage/core": "^0.4.1",
|
||||
"@backstage/plugin-api-docs": "^0.4.1",
|
||||
"@backstage/plugin-catalog": "^0.2.7",
|
||||
"@backstage/plugin-catalog-import": "^0.3.2",
|
||||
"@backstage/plugin-circleci": "^0.2.5",
|
||||
"@backstage/plugin-cloudbuild": "^0.2.5",
|
||||
"@backstage/plugin-cost-insights": "^0.5.2",
|
||||
"@backstage/plugin-explore": "^0.2.2",
|
||||
"@backstage/plugin-gcp-projects": "^0.2.2",
|
||||
"@backstage/plugin-github-actions": "^0.2.4",
|
||||
"@backstage/plugin-github-actions": "^0.2.5",
|
||||
"@backstage/plugin-gitops-profiles": "^0.2.2",
|
||||
"@backstage/plugin-graphiql": "^0.2.2",
|
||||
"@backstage/plugin-org": "^0.3.1",
|
||||
"@backstage/plugin-jenkins": "^0.3.3",
|
||||
"@backstage/plugin-kubernetes": "^0.3.2",
|
||||
"@backstage/plugin-lighthouse": "^0.2.5",
|
||||
"@backstage/plugin-org": "^0.3.2",
|
||||
"@backstage/plugin-jenkins": "^0.3.4",
|
||||
"@backstage/plugin-kubernetes": "^0.3.3",
|
||||
"@backstage/plugin-lighthouse": "^0.2.6",
|
||||
"@backstage/plugin-newrelic": "^0.2.2",
|
||||
"@backstage/plugin-pagerduty": "0.2.2",
|
||||
"@backstage/plugin-register-component": "^0.2.4",
|
||||
"@backstage/plugin-rollbar": "^0.2.6",
|
||||
"@backstage/plugin-scaffolder": "^0.3.3",
|
||||
"@backstage/plugin-sentry": "^0.3.0",
|
||||
"@backstage/plugin-search": "^0.2.3",
|
||||
"@backstage/plugin-pagerduty": "0.2.3",
|
||||
"@backstage/plugin-register-component": "^0.2.5",
|
||||
"@backstage/plugin-rollbar": "^0.2.7",
|
||||
"@backstage/plugin-scaffolder": "^0.3.4",
|
||||
"@backstage/plugin-sentry": "^0.3.1",
|
||||
"@backstage/plugin-search": "^0.2.4",
|
||||
"@backstage/plugin-tech-radar": "^0.3.1",
|
||||
"@backstage/plugin-techdocs": "^0.4.0",
|
||||
"@backstage/plugin-techdocs": "^0.5.0",
|
||||
"@backstage/plugin-user-settings": "^0.2.3",
|
||||
"@backstage/plugin-welcome": "^0.2.3",
|
||||
"@backstage/test-utils": "^0.1.5",
|
||||
|
||||
@@ -29,7 +29,7 @@ import { hot } from 'react-hot-loader/root';
|
||||
import { providers } from './identityProviders';
|
||||
import { Router as CatalogRouter } from '@backstage/plugin-catalog';
|
||||
import { Router as DocsRouter } from '@backstage/plugin-techdocs';
|
||||
import { Router as GraphiQLRouter } from '@backstage/plugin-graphiql';
|
||||
import { GraphiQLPage } from '@backstage/plugin-graphiql';
|
||||
import { Router as TechRadarRouter } from '@backstage/plugin-tech-radar';
|
||||
import { Router as LighthouseRouter } from '@backstage/plugin-lighthouse';
|
||||
import { Router as RegisterComponentRouter } from '@backstage/plugin-register-component';
|
||||
@@ -81,7 +81,7 @@ const AppRoutes = () => (
|
||||
path="/tech-radar"
|
||||
element={<TechRadarRouter width={1500} height={800} />}
|
||||
/>
|
||||
<Route path="/graphiql" element={<GraphiQLRouter />} />
|
||||
<Route path="/graphiql" element={<GraphiQLPage />} />
|
||||
<Route path="/lighthouse/*" element={<LighthouseRouter />} />
|
||||
<Route
|
||||
path="/register-component"
|
||||
|
||||
Reference in New Issue
Block a user