Merge branch 'master' into newbackenddocs2

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
Alex Crome
2023-12-06 09:00:34 +00:00
committed by GitHub
1456 changed files with 43229 additions and 13566 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Added `createExtensionTester` for rendering extensions in tests.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-atlassian-provider': minor
---
New module for `@backstage/plugin-auth-backend` that adds an atlassian auth provider
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-backstage-openapi': patch
---
Support authenticated backends
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
`oauth2-proxy` auth implementation has been moved to `@backstage/plugin-auth-backend-module-oauth2-proxy-provider`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Update alpha component ref type to be more specific than any, delete boot page component and use new plugin type for error boundary component extensions.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/frontend-plugin-api': patch
'@backstage/frontend-app-api': patch
---
Added the nav logo extension for customization of sidebar logo
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-addons-test-utils': patch
---
Move `@testing-library/react` to be a `peerDependency`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Add support for translation extensions.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Added pagination support to `EntityListProvider`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': minor
---
New testing utility library for `@backstage/frontend-app-api` and `@backstage/frontend-plugin-api`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Create a core components extension that allows adopters to override core app components such as `Progress`, `BootErrorPage`, `NotFoundErrorPage` and `ErrorBoundaryFallback`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-api-docs': patch
---
Add dependency on `graphql-config` to compensate for `graphql-language-service` needing it but not shipping the dep properly
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/eslint-plugin': patch
---
The `no-undeclared-imports` rule will now prefer using version queries that already exist en the repo for the same dependency type when installing new packages.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Added a new `/testUtils` sub-path that initially exports a `mockBreakpoint` helper.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-oauth2-proxy-provider': patch
---
Exported the provider as default so it gets discovered when using `featureDiscoveryServiceFactory()`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Enable the `tsx` loader to work on Node 18.19 and up
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Create factories for overriding default core components extensions.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Migrate the atlassian auth provider to be implemented using the new `@backstage/plugin-auth-backend-module-atlassian-provider` module
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-oauth2-proxy-provider': minor
---
Release of `oauth2-proxy-provider` plugin
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Add missing export for IconLinkVertical
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': patch
---
Align Material UI v5 `Paper` component background color in dark mode to v4.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-scaffolder': patch
---
Added `headerOptions` to `TemplateListPage` to optionally override default values.
Changed `themeId` of TemplateListPage from `website` to `home`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-node': minor
---
Added `EntitiesSearchFilter` and `EntityFilter` from `@backstage/plugin-catalog-backend`, for reuse
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/config-loader': minor
---
Add "path" to `TransformFunc` context
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Minor improvements to `Table` component.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Fix copy entity url function in http contexts.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-vmware-cloud-provider': minor
---
Add VMware Cloud auth backend module provider
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/plugin-kubernetes-react': minor
'@backstage/plugin-kubernetes': patch
---
Change `formatClusterLink` to be an API and make it async for further customization possibilities.
**BREAKING**
If you have a custom k8s page and used `formatClusterLink` directly, you need to migrate to new `kubernetesClusterLinkFormatterApiRef`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-plugin-api': patch
---
The `createTranslationRef` function from the `/alpha` subpath can now also accept a nested object structure of default translation messages, which will be flatted using `.` separators.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Toned down the warning message when git is not found
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-catalog': patch
---
Ensure that passed-in icons are taken advantage of in the presentation API
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': minor
---
Updated core extension structure to make space for the sign-in page by adding `core.router`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Update the OpenAPI spec to support the use of `openapi-generator`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-client': minor
---
The internals of `CatalogClient` are now auto-generated using the `backstage-repo-tools schema openapi generate-client` command.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Updates for compatibility with the new extension IDs.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Migrate `renderInTestApp` to `@backstage/frontend-test-utils` for testing individual React components in an app.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
Includes templates in @backstage/repo-tools package and use them in the CLI
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-bazaar': patch
---
Internalize 'AboutField' to break catalog dependency
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fixed bug in `ReviewState` where `enum` value was displayed in step review instead of the corresponding label when using `enumNames`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
Updates the `schema openapi generate-client` command to export all generated types from the generated directory.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-addons-test-utils': patch
---
Remove unnecessary catalog dependency
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Add feature flags to plugins and extension overrides.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-org': patch
---
Support member list scrollable when parent has specified height
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Use the new plugin type for error boundary components.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': minor
---
**BREAKING**: API Reports generated for sub-path exports now place the name as a suffix rather than prefix, for example `api-report-alpha.md` instead of `alpha-api-report.md`. When upgrading to this version you'll need to re-create any such API reports and delete the old ones.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Use `Readable.from` to fix some of the stream issues
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Collect and register feature flags from plugins and extension overrides.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': minor
---
Added view of entities grouped by kind to make it easier to distinguish entities with different kind but same name
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Add default icon for kind resource.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Updates for `core.router` addition.
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/repo-tools': patch
---
The `api-reports` command now checks for api report files that no longer apply.
If it finds such files, it's treated basically the same as report errors do, and
the check fails.
For example, if you had an `api-report-alpha.md` but then removed the alpha
export, the reports generator would now report that this file needs to be
deleted.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Added a warning when starting a standalone backend plugin that hasn't been updated to the new backend system.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Ensure redaction of secrets that have accidental extra whitespace around them
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-oauth2-proxy-provider': patch
---
Change provider id from `oauth2ProxyProvider` to `oauth2Proxy`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Add redacting for secrets in stack traces of logs
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-github-actions': patch
---
Github Workflow Runs UI is modified to show in optional Card view instead of table, with branch selection option
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/backend-openapi-utils': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-scaffolder': patch
---
Minor updates for TypeScript 5.2.2+ compatibility
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/core-app-api': patch
'@backstage/cli': patch
---
Added deprecation warning for React Router v6 beta, please make sure you have migrated your apps to use React Router v6 stable as support for the beta version will be removed. See the [migration tutorial](https://backstage.io/docs/tutorials/react-router-stable-migration) for more information.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-react': patch
---
Add ID property to the table displaying kubernetes pods to avoid closing the info sidebar when the data reloads and needs to rerender.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Wrap single `pipelineLoop` of TaskPipeline in a span for better traces
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
Fixed a bug where `schema openapi init` created an invalid test command.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': patch
---
Added `compatWrapper`, which can be used to wrap any React element to provide bi-directional interoperability between the `@backstage/core-*-api` and `@backstage/frontend-*-api` APIs.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/test-utils': patch
---
Deprecated `mockBreakpoint`, as it is now available from `@backstage/core-components/testUtils` instead.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-lighthouse': patch
---
Updated README
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Bringing over apis from core-plugin-api
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-catalog': patch
---
- Fixes bug where after unregistering an entity you are redirected to `/`.
- Adds an optional external route `unregisterRedirect` to override this behaviour to another route.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-okta-provider': patch
---
Adds okta-provider backend module for the auth plugin
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Re-export mock API implementations as well as `TestApiProvider`, `TestApiRegistry`, `withLogCollector`, and `setupRequestMockHandlers` from `@backstage/test-utils`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': minor
---
Discover plugins and routes recursively beneath the root routes in `collectLecacyRoutes`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Added `createSignInPageExtension`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
fix static token issuer not being able to initialize
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-search-react': patch
'@backstage/plugin-catalog': patch
---
Internal refactor of alpha exports due to a change in how extension factories are defined.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-lighthouse-backend': minor
---
Fixed crashes faced with custom schedule configuration. The configuration schema has been update to leverage the TaskScheduleDefinition interface. It is highly recommended to move the `lighthouse.shedule` and `lighthouse.timeout` respectively to `lighthouse.schedule.frequency` and `lighthouse.schedule.timeout`.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/frontend-app-api': patch
'@backstage/core-compat-api': patch
---
Updates to match the new extension input wrapping.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core-components': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-catalog': patch
---
Register component overrides in the global `OverrideComponentNameToClassKeys` provided by `@backstage/theme`. This will in turn will provide component style override types for `createUnifiedTheme`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Add horizontal slider if stepper overflows
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
The Okta provider implementation is moved to the new module
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-search': patch
'@backstage/plugin-home': patch
---
Wrap `/alpha` export extension elements in backwards compatibility wrapper.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Tweaked Node.js version check for when to use the new module register API with the new backend `package start` command.
+176 -4
View File
@@ -106,7 +106,6 @@
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.4",
"@backstage/plugin-catalog-common": "1.0.18",
"@backstage/plugin-catalog-graph": "0.3.0",
"@backstage/plugin-catalog-graphql": "0.4.1",
"@backstage/plugin-catalog-import": "0.10.2",
"@backstage/plugin-catalog-node": "1.5.0",
"@backstage/plugin-catalog-react": "1.9.0",
@@ -158,7 +157,6 @@
"@backstage/plugin-gitops-profiles": "0.3.42",
"@backstage/plugin-gocd": "0.1.32",
"@backstage/plugin-graphiql": "0.3.0",
"@backstage/plugin-graphql-backend": "0.2.1",
"@backstage/plugin-graphql-voyager": "0.1.9",
"@backstage/plugin-home": "0.5.10",
"@backstage/plugin-home-react": "0.1.5",
@@ -254,7 +252,181 @@
"@backstage/plugin-vault": "0.1.21",
"@backstage/plugin-vault-backend": "0.4.0",
"@backstage/plugin-vault-node": "0.1.0",
"@backstage/plugin-xcmetrics": "0.2.45"
"@backstage/plugin-xcmetrics": "0.2.45",
"@backstage/frontend-test-utils": "0.0.0",
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.0.0",
"@backstage/plugin-auth-backend-module-okta-provider": "0.0.0",
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.0.0",
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.0.0"
},
"changesets": []
"changesets": [
"angry-eagles-end",
"angry-gorillas-unite",
"angry-walls-despacito",
"angry-walls-juggle",
"big-swans-guess",
"blue-meals-chew",
"brave-beers-happen",
"brave-parents-stare",
"brave-socks-raise",
"breezy-houses-eat",
"breezy-pans-glow",
"bright-eyes-film",
"brown-books-carry",
"chatty-actors-live",
"chilled-buses-love",
"chilled-terms-breathe",
"chilly-bikes-kick",
"chilly-lies-collect",
"clean-clouds-fry",
"clever-wombats-sneeze",
"cold-pans-crash",
"cool-knives-argue",
"create-app-1700579510",
"create-app-1700607979",
"curly-walls-relate",
"dirty-turkeys-reflect",
"dry-readers-raise",
"eighty-dodos-sing",
"eighty-phones-peel",
"eleven-ants-pretend",
"empty-dingos-grow",
"empty-fireants-study",
"fair-plants-attack",
"famous-flies-kick",
"famous-peas-reflect",
"fifty-cameras-share",
"fifty-seas-grab",
"five-feet-call",
"forty-clocks-hug",
"forty-insects-drop",
"forty-mirrors-carry",
"four-foxes-juggle",
"four-needles-watch",
"funny-bobcats-try",
"gentle-lies-greet",
"gentle-timers-fail",
"giant-files-fry",
"gold-humans-tease",
"gold-shirts-yell",
"good-wolves-leave",
"gorgeous-snails-admire",
"great-rings-type",
"green-seals-play",
"healthy-feet-kick",
"healthy-poets-search",
"hip-berries-begin",
"hip-cars-repair",
"honest-houses-hide",
"hot-wolves-flash",
"hungry-buckets-compare",
"itchy-camels-cough",
"khaki-clocks-happen",
"khaki-hounds-think",
"kind-badgers-rush",
"kind-cycles-happen",
"large-weeks-accept",
"late-eyes-serve",
"late-hats-beam",
"light-beers-cheer",
"little-suits-collect",
"long-cycles-grow",
"long-wolves-return",
"lovely-terms-search",
"lucky-kids-cough",
"metal-eggs-smile",
"mighty-beans-wink",
"modern-mails-live",
"nasty-rockets-bathe",
"nasty-tips-exercise",
"nervous-dancers-wait",
"nervous-ladybugs-end",
"nervous-penguins-sort",
"ninety-otters-report",
"orange-boats-hunt",
"perfect-apes-sing",
"perfect-crabs-help",
"pink-dryers-repair",
"plenty-numbers-enjoy",
"polite-crabs-build",
"polite-knives-build",
"poor-pandas-dream",
"pretty-onions-knock",
"pretty-ravens-serve",
"proud-flies-travel",
"proud-seahorses-explain",
"quick-horses-reply",
"quick-lions-care",
"real-bees-thank",
"red-readers-search",
"renovate-0392ef9",
"renovate-07b1766",
"renovate-0c44581",
"renovate-1252136",
"renovate-12c95fb",
"renovate-169bdc2",
"renovate-19742c3",
"renovate-1ed81a0",
"renovate-240982c",
"renovate-4891ee7",
"renovate-4b1eded",
"renovate-522261c",
"renovate-6075f87",
"renovate-6c0fb81",
"renovate-6e5c790",
"renovate-796bd6f",
"renovate-8d8b90d",
"renovate-9d2d52e",
"renovate-a277605",
"renovate-a6399d6",
"renovate-b193efa",
"renovate-c4e012c",
"renovate-c7270d5",
"renovate-c727667",
"renovate-dee7ad1",
"renovate-ead3ba6",
"renovate-f5b18be",
"rich-bees-breathe",
"rich-singers-join",
"rude-beans-drop",
"rude-ears-greet",
"sharp-dingos-learn",
"shiny-books-search",
"silent-rats-reflect",
"silly-numbers-wash",
"silver-rocks-deliver",
"six-cooks-attack",
"sixty-adults-kiss",
"sixty-houses-agree",
"slow-bottles-cross",
"slow-trees-warn",
"smooth-frogs-decide",
"sour-pumas-reply",
"spotty-olives-share",
"spotty-terms-occur",
"stale-bats-end",
"stale-frogs-agree",
"stale-walls-cross",
"strange-brooms-poke",
"strange-suits-glow",
"stupid-wasps-fold",
"tame-pants-end",
"tasty-dolphins-unite",
"ten-snakes-wait",
"tender-peas-smoke",
"thick-snails-travel",
"thirty-fireants-cheer",
"tiny-cobras-look",
"tricky-donkeys-do",
"tricky-islands-wonder",
"twenty-beans-laugh",
"unlucky-clouds-build",
"violet-zebras-thank",
"warm-plums-beg",
"wet-bananas-agree",
"wicked-elephants-think",
"wicked-pants-end",
"wild-knives-wait",
"witty-cars-wash"
]
}
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-azure-devops-backend': patch
'@backstage/plugin-azure-devops-common': patch
'@backstage/plugin-azure-devops': patch
---
Introduced new `AzureDevOpsAnnotatorProcessor` that adds the needed annotations automatically. Also, moved constants to common package so they can be shared more easily
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Migrate analytics route tracker component.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': patch
---
Made package public so it can be published
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': minor
---
Updates the ESLint config to ignore issues created by generated files in `**/src/generated/**`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fix creating env secret in github:environment:create action
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Include the `<EntityLinksCard />` for group entities by default
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Adding in spec.type chip to search results for clarity
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-search': patch
'@backstage/plugin-home': patch
---
Updates to the `/alpha` exports to match the extension input wrapping change.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Updated dependency `vite-plugin-node-polyfills` to `^0.17.0`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-apollo-explorer': patch
---
Updated dependency `@apollo/explorer` to `^3.0.0`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Updated dependency `@rollup/plugin-node-resolve` to `^15.0.0`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
Updated dependency `@stoplight/types` to `^14.0.0`.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-common': patch
---
Updated dependency `archiver` to `^6.0.0`.
Updated dependency `@types/archiver` to `^6.0.0`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-api-docs': patch
---
Updated dependency `graphiql` to `3.0.10`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Updated dependency `@rollup/plugin-json` to `^6.0.0`.
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-home-react': patch
'@backstage/plugin-home': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
---
Updated dependency `@rjsf/utils` to `5.14.3`.
Updated dependency `@rjsf/core` to `5.14.3`.
Updated dependency `@rjsf/material-ui` to `5.14.3`.
Updated dependency `@rjsf/validator-ajv8` to `5.14.3`.
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-home-react': patch
'@backstage/plugin-home': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
---
Updated dependency `@rjsf/utils` to `5.14.1`.
Updated dependency `@rjsf/core` to `5.14.1`.
Updated dependency `@rjsf/material-ui` to `5.14.1`.
Updated dependency `@rjsf/validator-ajv8` to `5.14.1`.

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