From 2335b850991b96008d317ea05b5a69e5559aecda Mon Sep 17 00:00:00 2001 From: Med Mouine Date: Mon, 27 May 2024 14:26:33 -0400 Subject: [PATCH] more UI tweaks --- sreez-showcase/.gitignore | 2 +- sreez-showcase/packages/app/package.json | 23 +- sreez-showcase/packages/app/src/App.tsx | 45 +- .../catalog/tabs/OverviewContent.tsx | 9 +- sreez-showcase/yarn.lock | 837 +++++++++++------- 5 files changed, 529 insertions(+), 387 deletions(-) diff --git a/sreez-showcase/.gitignore b/sreez-showcase/.gitignore index fbf8139..9060929 100644 --- a/sreez-showcase/.gitignore +++ b/sreez-showcase/.gitignore @@ -1,6 +1,6 @@ # macOS .DS_Store - +kube-config.yaml # Logs logs *.log diff --git a/sreez-showcase/packages/app/package.json b/sreez-showcase/packages/app/package.json index 3c2614c..3f43e85 100644 --- a/sreez-showcase/packages/app/package.json +++ b/sreez-showcase/packages/app/package.json @@ -41,22 +41,23 @@ "@backstage/plugin-user-settings": "^0.8.5", "@backstage/theme": "^0.5.3", "@bestsellerit/backstage-plugin-harbor": "^0.3.1", + "@mui/material": "next", "@internal/backstage-plugin-devspaces-plugin": "^0.1.0", - "@material-ui/core": "^4.12.2", - "@material-ui/icons": "^4.9.1", - "@roadiehq/backstage-plugin-argo-cd": "^2.6.4", + "@janus-idp/plugin-notifications": "^1.3.1", + "@material-ui/icons": "^4.11.3", + "@roadiehq/backstage-plugin-argo-cd": "^2.6.5", "@roadiehq/backstage-plugin-github-insights": "^2.3.29", - "@roadiehq/backstage-plugin-github-pull-requests": "^2.5.25", + "@roadiehq/backstage-plugin-github-pull-requests": "^2.5.26", "@roadiehq/backstage-plugin-iframe": "^1.3.17", "@rsc-labs/backstage-changelog-plugin": "^0.5.0", - "@veecode-platform/backstage-plugin-github-workflows": "^0.2.70", + "@veecode-platform/backstage-plugin-github-workflows": "^0.4.9", "add": "^2.0.6", - "history": "^5.0.0", - "react": "^18.0.2", - "react-dom": "^18.0.2", - "react-router": "^6.3.0", - "react-router-dom": "^6.3.0", - "react-use": "^17.2.4", + "history": "^5.3.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-router": "^6.23.1", + "react-router-dom": "^6.23.1", + "react-use": "^17.5.0", "yarn": "^1.22.22" }, "devDependencies": { diff --git a/sreez-showcase/packages/app/src/App.tsx b/sreez-showcase/packages/app/src/App.tsx index 32ac36e..b58eb5b 100644 --- a/sreez-showcase/packages/app/src/App.tsx +++ b/sreez-showcase/packages/app/src/App.tsx @@ -26,6 +26,7 @@ import {githubAuthApiRef} from '@backstage/core-plugin-api'; import {UnifiedThemeProvider} from '@backstage/theme'; import {SreezCustomTheme} from './theme/custom'; import LightIcon from '@material-ui/icons/WbSunny'; +import {TechRadarPage} from "@backstage-community/plugin-tech-radar"; import {DevToolsPage} from '@backstage/plugin-devtools'; const app = createApp({ @@ -72,50 +73,6 @@ const app = createApp({ /> ), }, - themes: [{ - id: 'my-theme', - title: 'My Custom Theme', - variant: 'dark', - icon: , - Provider: ({children}) => ( - - ) - }], - apis, - bindRoutes({bind}) { - bind(catalogPlugin.externalRoutes, { - createComponent: scaffolderPlugin.routes.root, - viewTechDoc: techdocsPlugin.routes.docRoot, - createFromTemplate: scaffolderPlugin.routes.selectedTemplate, - }); - bind(apiDocsPlugin.externalRoutes, { - registerApi: catalogImportPlugin.routes.importPage, - }); - bind(scaffolderPlugin.externalRoutes, { - registerComponent: catalogImportPlugin.routes.importPage, - viewTechDoc: techdocsPlugin.routes.docRoot, - }); - bind(orgPlugin.externalRoutes, { - catalogIndex: catalogPlugin.routes.catalogIndex, - }); - }, - components: { - SignInPage: props => ( - - ), - - }, }); const routes = ( diff --git a/sreez-showcase/packages/app/src/components/catalog/tabs/OverviewContent.tsx b/sreez-showcase/packages/app/src/components/catalog/tabs/OverviewContent.tsx index df03be4..ee532cb 100644 --- a/sreez-showcase/packages/app/src/components/catalog/tabs/OverviewContent.tsx +++ b/sreez-showcase/packages/app/src/components/catalog/tabs/OverviewContent.tsx @@ -1,5 +1,5 @@ import {Grid} from "@material-ui/core"; -import {EntityAboutCard} from "@backstage/plugin-catalog"; +import {EntityAboutCard, EntityLinksCard} from "@backstage/plugin-catalog"; import React from "react"; import {entityWarningContent} from "./EntityWarningContent"; import {GithubWorkflowsCard} from "@veecode-platform/backstage-plugin-github-workflows"; @@ -17,7 +17,8 @@ export const overviewContent = ( - + + @@ -65,8 +66,6 @@ export const overviewContent = ( {/**/} {/* */} {/**/} - {/**/} - {/* */} - {/**/} + ); diff --git a/sreez-showcase/yarn.lock b/sreez-showcase/yarn.lock index ccf8653..d1a0631 100644 --- a/sreez-showcase/yarn.lock +++ b/sreez-showcase/yarn.lock @@ -2056,6 +2056,13 @@ dependencies: regenerator-runtime "^0.14.0" +"@babel/runtime@^7.24.4", "@babel/runtime@^7.24.5": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.6.tgz#5b76eb89ad45e2e4a0a8db54c456251469a3358e" + integrity sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw== + dependencies: + regenerator-runtime "^0.14.0" + "@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3": version "7.24.0" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" @@ -2110,18 +2117,21 @@ luxon "^3.0.0" react-use "^17.2.4" -"@backstage/app-defaults@^1.5.4": - version "1.5.4" - resolved "https://registry.yarnpkg.com/@backstage/app-defaults/-/app-defaults-1.5.4.tgz#db646dfba05730100d9d6daf0d0c6cf4d4d84aaf" - integrity sha512-kcQ2aFXgyY/374MQvfmJzMWjXgW9tP1DWjz6ZfqpA9YFBZDKQ1PX9hh422hvhKeP/j3+aIY7cvC6Nirn9WpUYg== +"@backstage-community/plugin-tech-radar@0.7.4": + version "0.7.4" + resolved "https://registry.yarnpkg.com/@backstage-community/plugin-tech-radar/-/plugin-tech-radar-0.7.4.tgz#2bf4c7f0749f422f066053d671ae5478771a1277" + integrity sha512-HPsR13J6bkBzhritV4C0lImoR61xa1SozSQ6yEtmbqmYinDgZ3JxRV3rzecSqD/Znc8tnoSqgvzsSViOBrua0Q== dependencies: - "@backstage/core-app-api" "^1.12.4" + "@backstage/core-compat-api" "^0.2.4" "@backstage/core-components" "^0.14.4" "@backstage/core-plugin-api" "^1.9.2" - "@backstage/plugin-permission-react" "^0.4.22" - "@backstage/theme" "^0.5.3" + "@backstage/frontend-plugin-api" "^0.6.4" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" + "@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0" + color "^4.0.1" + d3-force "^3.0.0" + react-use "^17.2.4" "@backstage/app-defaults@^1.5.5": version "1.5.5" @@ -2636,7 +2646,7 @@ cross-fetch "^4.0.0" uri-template "^2.0.0" -"@backstage/catalog-model@^1.0.0", "@backstage/catalog-model@^1.4.4", "@backstage/catalog-model@^1.4.5": +"@backstage/catalog-model@^1.0.0", "@backstage/catalog-model@^1.4.5": version "1.4.5" resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.4.5.tgz#b8f6309ff12b72dffdfe852d615c553ae13452c0" integrity sha512-I4QOCy0pSXJikQWgC8MWj2zDRCgQnnmvnNOOnPFcg7hIIIzeV0sGp6d3Qi7bc2tvzXt3fT3biSOCgGOWi1IJKA== @@ -2792,6 +2802,123 @@ yn "^4.0.0" zod "^3.22.4" +"@backstage/cli@^0.26.6": + version "0.26.6" + resolved "https://registry.yarnpkg.com/@backstage/cli/-/cli-0.26.6.tgz#7da045d08dad2c797904b00402b76355e420f24f" + integrity sha512-g9/0smHu6ltcWuDVJBRbAzEDzj0ijb1jbfk7qqyWqIkWLnK0VqbTzgLPPEvIgOMG4VSCqDop46DCVPcOi3qeUQ== + dependencies: + "@backstage/catalog-model" "^1.5.0" + "@backstage/cli-common" "^0.1.13" + "@backstage/cli-node" "^0.2.5" + "@backstage/config" "^1.2.0" + "@backstage/config-loader" "^1.8.0" + "@backstage/errors" "^1.2.4" + "@backstage/eslint-plugin" "^0.1.8" + "@backstage/integration" "^1.11.0" + "@backstage/release-manifests" "^0.0.11" + "@backstage/types" "^1.1.1" + "@manypkg/get-packages" "^1.1.3" + "@octokit/graphql" "^5.0.0" + "@octokit/graphql-schema" "^13.7.0" + "@octokit/oauth-app" "^4.2.0" + "@octokit/request" "^6.0.0" + "@pmmmwh/react-refresh-webpack-plugin" "^0.5.7" + "@rollup/plugin-commonjs" "^25.0.0" + "@rollup/plugin-json" "^6.0.0" + "@rollup/plugin-node-resolve" "^15.0.0" + "@rollup/plugin-yaml" "^4.0.0" + "@spotify/eslint-config-base" "^15.0.0" + "@spotify/eslint-config-react" "^15.0.0" + "@spotify/eslint-config-typescript" "^15.0.0" + "@sucrase/webpack-loader" "^2.0.0" + "@svgr/core" "6.5.x" + "@svgr/plugin-jsx" "6.5.x" + "@svgr/plugin-svgo" "6.5.x" + "@svgr/rollup" "6.5.x" + "@svgr/webpack" "6.5.x" + "@swc/core" "^1.3.46" + "@swc/helpers" "^0.5.0" + "@swc/jest" "^0.2.22" + "@types/jest" "^29.5.11" + "@types/webpack-env" "^1.15.2" + "@typescript-eslint/eslint-plugin" "^6.12.0" + "@typescript-eslint/parser" "^6.7.2" + "@yarnpkg/lockfile" "^1.1.0" + "@yarnpkg/parsers" "^3.0.0-rc.4" + bfj "^8.0.0" + buffer "^6.0.3" + chalk "^4.0.0" + chokidar "^3.3.1" + commander "^12.0.0" + cross-fetch "^4.0.0" + cross-spawn "^7.0.3" + css-loader "^6.5.1" + ctrlc-windows "^2.1.0" + diff "^5.0.0" + esbuild "^0.20.0" + esbuild-loader "^4.0.0" + eslint "^8.6.0" + eslint-config-prettier "^9.0.0" + eslint-formatter-friendly "^7.0.0" + eslint-plugin-deprecation "^2.0.0" + eslint-plugin-import "^2.25.4" + eslint-plugin-jest "^27.0.0" + eslint-plugin-jsx-a11y "^6.5.1" + eslint-plugin-react "^7.28.0" + eslint-plugin-react-hooks "^4.3.0" + eslint-plugin-unused-imports "^3.0.0" + eslint-webpack-plugin "^4.0.0" + express "^4.17.1" + fork-ts-checker-webpack-plugin "^9.0.0" + fs-extra "^11.2.0" + git-url-parse "^14.0.0" + glob "^7.1.7" + global-agent "^3.0.0" + handlebars "^4.7.3" + html-webpack-plugin "^5.3.1" + inquirer "^8.2.0" + jest "^29.7.0" + jest-css-modules "^2.1.0" + jest-environment-jsdom "^29.0.2" + jest-runtime "^29.0.2" + json-schema "^0.4.0" + lodash "^4.17.21" + mini-css-extract-plugin "^2.4.2" + minimatch "^9.0.0" + node-fetch "^2.6.7" + node-libs-browser "^2.2.1" + npm-packlist "^5.0.0" + ora "^5.3.0" + p-limit "^3.1.0" + p-queue "^6.6.2" + pirates "^4.0.6" + postcss "^8.1.0" + process "^0.11.10" + react-dev-utils "^12.0.0-next.60" + react-refresh "^0.14.0" + recursive-readdir "^2.2.2" + replace-in-file "^7.1.0" + rollup "^4.0.0" + rollup-plugin-dts "^6.1.0" + rollup-plugin-esbuild "^6.1.1" + rollup-plugin-postcss "^4.0.0" + rollup-pluginutils "^2.8.2" + run-script-webpack-plugin "^0.2.0" + semver "^7.5.3" + style-loader "^3.3.1" + sucrase "^3.20.2" + swc-loader "^0.2.3" + tar "^6.1.12" + terser-webpack-plugin "^5.1.3" + util "^0.12.3" + webpack "^5.70.0" + webpack-dev-server "^5.0.0" + webpack-node-externals "^3.0.0" + yaml "^2.0.0" + yml-loader "^2.1.0" + yn "^4.0.0" + zod "^3.22.4" + "@backstage/config-loader@^1.5.3", "@backstage/config-loader@^1.6.2", "@backstage/config-loader@^1.8.0": version "1.8.0" resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.8.0.tgz#6b526475c45cd93ee51a0ddcb7e1f5bd49469eeb" @@ -2925,7 +3052,7 @@ zen-observable "^0.10.0" zod "^3.22.4" -"@backstage/core-components@^0.14.0", "@backstage/core-components@^0.14.3", "@backstage/core-components@^0.14.4", "@backstage/core-components@^0.14.5": +"@backstage/core-components@^0.14.4": version "0.14.5" resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.14.5.tgz#5fc4fe6041058b8ee750409fbe1d218b6380a061" integrity sha512-r0N/UH0CBl0PmPy3aCfACPNAl7N8s6ggyCm2r1OAOjJQDZ8PLza00AAmNe35EjXkfMOS7upeRCEe9N9tXuZ6IA== @@ -3058,7 +3185,7 @@ zen-observable "^0.8.15" zod "^3.11.6" -"@backstage/core-plugin-api@^1.0.0", "@backstage/core-plugin-api@^1.0.3", "@backstage/core-plugin-api@^1.6.0", "@backstage/core-plugin-api@^1.8.2", "@backstage/core-plugin-api@^1.9.0", "@backstage/core-plugin-api@^1.9.1", "@backstage/core-plugin-api@^1.9.2": +"@backstage/core-plugin-api@^1.0.0", "@backstage/core-plugin-api@^1.0.3", "@backstage/core-plugin-api@^1.6.0", "@backstage/core-plugin-api@^1.8.2", "@backstage/core-plugin-api@^1.9.2": version "1.9.2" resolved "https://registry.yarnpkg.com/@backstage/core-plugin-api/-/core-plugin-api-1.9.2.tgz#1a75865e567708829f5a8056ad23ea94233f4b7f" integrity sha512-VbMzgbp5c14B+xi5qFDXEd/LMsrM9D9IpU9tLPSaN2fn9FWhxmeHILNaiLHO2mdLd6RxLopKKbKWduBYbqyu5Q== @@ -3112,6 +3239,14 @@ "@manypkg/get-packages" "^1.1.3" minimatch "^9.0.0" +"@backstage/eslint-plugin@^0.1.8": + version "0.1.8" + resolved "https://registry.yarnpkg.com/@backstage/eslint-plugin/-/eslint-plugin-0.1.8.tgz#4c554916ae9bdce17ab7082a5c341646f170c9b7" + integrity sha512-pYAGh3LoTlM0JhW+5ujEim+AjGs6xnGJcZAlnQ0jnlqdItSvMklL1mIkpwgY2i9NM6AxYzoYnXF8AQxnz6RSTg== + dependencies: + "@manypkg/get-packages" "^1.1.3" + minimatch "^9.0.0" + "@backstage/frontend-plugin-api@^0.6.4": version "0.6.4" resolved "https://registry.yarnpkg.com/@backstage/frontend-plugin-api/-/frontend-plugin-api-0.6.4.tgz#d9d09c137cbd879cd66b3c92ab8a608be7e48d1b" @@ -3155,7 +3290,7 @@ "@backstage/config" "^1.2.0" "@backstage/errors" "^1.2.4" -"@backstage/integration-react@^1.1.24", "@backstage/integration-react@^1.1.26": +"@backstage/integration-react@^1.1.26": version "1.1.26" resolved "https://registry.yarnpkg.com/@backstage/integration-react/-/integration-react-1.1.26.tgz#6214a6653532c3862c003e9259038e0b265a1d7c" integrity sha512-So+W2fPKIiZxpvrzvosKmULB+m1jr3cQvChQnNlZLmcTZ7oGQ7IwR9AmgCUhdPImeOjcxyCyoNjZ4OVIVb1wVg== @@ -3209,20 +3344,20 @@ lodash "^4.17.21" luxon "^3.0.0" -"@backstage/plugin-api-docs@^0.11.4": - version "0.11.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-api-docs/-/plugin-api-docs-0.11.4.tgz#0d4d47f8ed9d4550a1f2b00b2e6ad0c57da85500" - integrity sha512-/w0arI7FdR+f9ATBUKEyigOOuk20t2SQnhjcpw/fzbQN753uaHuLolkWWhjZDaWH4XWs1hQDM2zpNafWVfSa/g== +"@backstage/plugin-api-docs@^0.11.5": + version "0.11.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-api-docs/-/plugin-api-docs-0.11.5.tgz#8647ba6084f91ca6848a49df94cf2ede2ef98c31" + integrity sha512-/Ul84+m1CZ+gpLoJeUs4nAJ8UT/DrH/KlxSrziRtt6BhPXeEronUo3SE5Lx5wWJp1bkjvxvk6eTUXZTmvjrLIw== dependencies: "@asyncapi/react-component" "1.3.1" - "@backstage/catalog-model" "^1.4.5" - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/catalog-model" "^1.5.0" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" - "@backstage/frontend-plugin-api" "^0.6.4" - "@backstage/plugin-catalog" "^1.19.0" - "@backstage/plugin-catalog-common" "^1.0.22" - "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/frontend-plugin-api" "^0.6.5" + "@backstage/plugin-catalog" "^1.20.0" + "@backstage/plugin-catalog-common" "^1.0.23" + "@backstage/plugin-catalog-react" "^1.12.0" "@backstage/plugin-permission-react" "^0.4.22" "@graphiql/react" "^0.20.0" "@material-ui/core" "^4.12.2" @@ -3563,12 +3698,12 @@ zod "^3.22.4" zod-to-json-schema "^3.21.4" -"@backstage/plugin-auth-react@^0.1.0": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-react/-/plugin-auth-react-0.1.1.tgz#8307b83c6d1958c2a0c790bed5d9d9c3f6598670" - integrity sha512-abMsTCgAT9OpHtOeCTk7b9izpk8MygcR4bwfCLXrE1hogb1KakyHijfz8YVLNmQr41c/CRhXZX3zGNqAd0pybQ== +"@backstage/plugin-auth-react@^0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-react/-/plugin-auth-react-0.1.2.tgz#683a19a555f558f3e0caee124c32f72734416121" + integrity sha512-KzqDlggdlPMclFteAX/hrqG1hWYzT6kh2y3IYJsk897ary95wE88A885ZxR2sJoW1OdXz7OdiGlM4WtlfBFfkA== dependencies: - "@backstage/core-components" "^0.14.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" "@backstage/errors" "^1.2.4" "@material-ui/core" "^4.9.13" @@ -3725,18 +3860,18 @@ "@backstage/plugin-permission-common" "^0.7.13" "@backstage/plugin-search-common" "^1.2.11" -"@backstage/plugin-catalog-graph@^0.4.4": - version "0.4.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-graph/-/plugin-catalog-graph-0.4.4.tgz#ff26dcec8ae437d07bbdc98093aa52503fe2a1b1" - integrity sha512-whVxIVaLGLM/6zD3KKjHNl9ySrYnwfWER8EuOSSRabF38HO+8fbzQa1Kpl73acSTgsJsVFriGW7vcMgkEuGe/g== +"@backstage/plugin-catalog-graph@^0.4.5": + version "0.4.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-graph/-/plugin-catalog-graph-0.4.5.tgz#6a525318f5c1418487adbe6f76a88dad2e8795fb" + integrity sha512-KWQL9nrOrklWJYAHL+tq5Y0aOg6GtmsxYGsDKDpmbwscnAP4lw+iorR0TgMyg4rt9syGlkXvvu//03OXM26tGw== dependencies: - "@backstage/catalog-client" "^1.6.4" - "@backstage/catalog-model" "^1.4.5" - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/catalog-client" "^1.6.5" + "@backstage/catalog-model" "^1.5.0" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" - "@backstage/frontend-plugin-api" "^0.6.4" - "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/frontend-plugin-api" "^0.6.5" + "@backstage/plugin-catalog-react" "^1.12.0" "@backstage/types" "^1.1.1" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" @@ -3748,23 +3883,23 @@ qs "^6.9.4" react-use "^17.2.4" -"@backstage/plugin-catalog-import@^0.10.10": - version "0.10.10" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-import/-/plugin-catalog-import-0.10.10.tgz#d3341435784fbdeea89a7426fd4780863931e681" - integrity sha512-NdiztMIS1zznvxF/je7UBV8dLm7TN+sAL0quTAiFG1/HUcAqI8YmyCpqG+ytvyZ1xp3+KADa1ilfefzT1HgvUA== +"@backstage/plugin-catalog-import@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-import/-/plugin-catalog-import-0.11.0.tgz#8cf1196415be91e5f4d5c157024705e5218351c4" + integrity sha512-gv8+/bovJS4NvS4nes0LXceUFXK2mvDANC6YKMFyqNNAVxL142wYMeCvscOdGgY3wWmElrkIaUuOH7tZs5NUmA== dependencies: - "@backstage/catalog-client" "^1.6.4" - "@backstage/catalog-model" "^1.4.5" + "@backstage/catalog-client" "^1.6.5" + "@backstage/catalog-model" "^1.5.0" "@backstage/config" "^1.2.0" - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" "@backstage/errors" "^1.2.4" - "@backstage/frontend-plugin-api" "^0.6.4" - "@backstage/integration" "^1.10.0" - "@backstage/integration-react" "^1.1.26" - "@backstage/plugin-catalog-common" "^1.0.22" - "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/frontend-plugin-api" "^0.6.5" + "@backstage/integration" "^1.11.0" + "@backstage/integration-react" "^1.1.27" + "@backstage/plugin-catalog-common" "^1.0.23" + "@backstage/plugin-catalog-react" "^1.12.0" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3805,7 +3940,7 @@ "@backstage/plugin-permission-node" "^0.7.29" "@backstage/types" "^1.1.1" -"@backstage/plugin-catalog-react@^1.0.0", "@backstage/plugin-catalog-react@^1.10.0", "@backstage/plugin-catalog-react@^1.11.2", "@backstage/plugin-catalog-react@^1.11.3": +"@backstage/plugin-catalog-react@^1.0.0", "@backstage/plugin-catalog-react@^1.11.3": version "1.11.3" resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.11.3.tgz#e83948f3c921791066499d30ef487a9f4ce5964b" integrity sha512-WJPLLhYrRh6zPQ/lr1Lub+q8I7dd/kOfVklVxl3FmAK3Ad6z3IdK3Z7RrzUEHc2WVIE57bjnepEtBSSM9Xum/g== @@ -3865,25 +4000,25 @@ yaml "^2.0.0" zen-observable "^0.10.0" -"@backstage/plugin-catalog@^1.19.0": - version "1.19.0" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog/-/plugin-catalog-1.19.0.tgz#37ff1a4b68479a94386b910ce93aa1b181e67511" - integrity sha512-0mT8rRg5zYKVB7QMe9ZClOUXVc3Sll2K5fC3OYa+w3LMpkwnNdmF84oq3b1DHzcUSm0s+lwLAQigMgSMjsHynw== +"@backstage/plugin-catalog@^1.20.0": + version "1.20.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog/-/plugin-catalog-1.20.0.tgz#6014e41886fc1a33b6a5de7ce387c0fa52c9f55e" + integrity sha512-T+Hif/whZtVhSxhvoRGI7/qh4Yq9+aZeoFe/LSDNAbZXjMeWNePMYKA39reEDMhdrF/EkE4PwUy6iAnEfZpWcA== dependencies: - "@backstage/catalog-client" "^1.6.4" - "@backstage/catalog-model" "^1.4.5" - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/catalog-client" "^1.6.5" + "@backstage/catalog-model" "^1.5.0" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" "@backstage/errors" "^1.2.4" - "@backstage/frontend-plugin-api" "^0.6.4" - "@backstage/integration-react" "^1.1.26" - "@backstage/plugin-catalog-common" "^1.0.22" - "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/frontend-plugin-api" "^0.6.5" + "@backstage/integration-react" "^1.1.27" + "@backstage/plugin-catalog-common" "^1.0.23" + "@backstage/plugin-catalog-react" "^1.12.0" "@backstage/plugin-permission-react" "^0.4.22" - "@backstage/plugin-scaffolder-common" "^1.5.1" + "@backstage/plugin-scaffolder-common" "^1.5.2" "@backstage/plugin-search-common" "^1.2.11" - "@backstage/plugin-search-react" "^1.7.10" + "@backstage/plugin-search-react" "^1.7.11" "@backstage/types" "^1.1.1" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" @@ -3934,16 +4069,16 @@ "@backstage/plugin-permission-common" "^0.7.13" "@backstage/types" "^1.1.1" -"@backstage/plugin-devtools@^0.1.13": - version "0.1.13" - resolved "https://registry.yarnpkg.com/@backstage/plugin-devtools/-/plugin-devtools-0.1.13.tgz#7c78f7c7fe676c3a807e1c77d9b042a27e13b8fe" - integrity sha512-K8Y14EGd3OPa+2JQ3LIBEHnMLjnP+zm0EGuqATa88EUg4+l4gB1pi/19EgmmbDksMEZYlKaDJMcqecTXv/etFw== +"@backstage/plugin-devtools@^0.1.14": + version "0.1.14" + resolved "https://registry.yarnpkg.com/@backstage/plugin-devtools/-/plugin-devtools-0.1.14.tgz#9322eedfe9ec1bb103b8ab9df42d8c103ece4f85" + integrity sha512-YIRuJhNDwM0uExjDiTAQV3565OcpR0aj0BgmweALuEruFfhGpm2CxJcff5FOBhOI67zgQwWrjNKSJwNA6LF2UQ== dependencies: - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" "@backstage/errors" "^1.2.4" - "@backstage/frontend-plugin-api" "^0.6.4" + "@backstage/frontend-plugin-api" "^0.6.5" "@backstage/plugin-devtools-common" "^0.1.9" "@backstage/plugin-permission-react" "^0.4.22" "@material-ui/core" "^4.9.13" @@ -3990,19 +4125,7 @@ dependencies: "@backstage/backend-plugin-api" "^0.6.18" -"@backstage/plugin-home-react@^0.1.11": - version "0.1.12" - resolved "https://registry.yarnpkg.com/@backstage/plugin-home-react/-/plugin-home-react-0.1.12.tgz#414997aa79e1c98e208233aab1e71eb5e8f81b55" - integrity sha512-/BZdv9mmvA3Bwrif8cJN8Sb0m7LI2vysHzsmuVSxehokoOpermyZzbrQGMqHxNkPHH3eWO6PqNmtq7r3TWjCXQ== - dependencies: - "@backstage/core-components" "^0.14.4" - "@backstage/core-plugin-api" "^1.9.2" - "@material-ui/core" "^4.12.2" - "@material-ui/icons" "^4.9.1" - "@rjsf/utils" "5.17.1" - "@types/react" "^16.13.1 || ^17.0.0" - -"@backstage/plugin-home-react@^0.1.13": +"@backstage/plugin-home-react@^0.1.12", "@backstage/plugin-home-react@^0.1.13": version "0.1.13" resolved "https://registry.yarnpkg.com/@backstage/plugin-home-react/-/plugin-home-react-0.1.13.tgz#4a071bf5017ff4b4c00be8426f69af19048eb415" integrity sha512-v9oTI8KU7xHU+9JFru8VADyGjsMMueUFzOsQ4kqaa5me7M9545ZkBqg3xtN6IFGocPuyZhBZsM8+8PWuZ7v7Og== @@ -4045,18 +4168,18 @@ react-use "^17.2.4" zod "^3.22.4" -"@backstage/plugin-org@^0.6.24": - version "0.6.24" - resolved "https://registry.yarnpkg.com/@backstage/plugin-org/-/plugin-org-0.6.24.tgz#351a8ec244135acccfc3c886df0da8d36d7a6fa2" - integrity sha512-G7ULM8EJMDtcRTWpq5AHjMKitla3EZkCpnrWtdJ5QgEquSY+DnABd3Aadbct1g8rwuN03/7t8oQ/kCaUuvXA0w== +"@backstage/plugin-org@^0.6.25": + version "0.6.25" + resolved "https://registry.yarnpkg.com/@backstage/plugin-org/-/plugin-org-0.6.25.tgz#148e4a9190454db4372ca5cbd988271e557d958e" + integrity sha512-nOqo8Ga2OvvkjndJ+eXdX9utqRW2j8DTyRiKcwVmsrCB1y6dYtNXkNr6xLNmpSUDzC0r0MZc4LBULWf5W4PqiQ== dependencies: - "@backstage/catalog-model" "^1.4.5" - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/catalog-model" "^1.5.0" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" - "@backstage/frontend-plugin-api" "^0.6.4" - "@backstage/plugin-catalog-common" "^1.0.22" - "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/frontend-plugin-api" "^0.6.5" + "@backstage/plugin-catalog-common" "^1.0.23" + "@backstage/plugin-catalog-react" "^1.12.0" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -4404,28 +4527,28 @@ zod "^3.22.4" zod-to-json-schema "^3.20.4" -"@backstage/plugin-scaffolder-react@^1.8.4": - version "1.8.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-react/-/plugin-scaffolder-react-1.8.4.tgz#cb2797bd94b60d4e0c65e9c25792bf161f5f611a" - integrity sha512-RpOJ9Ou7GUT9gJhQh1ZYz4hV99KU8mwfsmyIEITHp/bEjeschea+hSxHs3iT3a6p/e9ooXsSkOpwigHpOSmjJw== +"@backstage/plugin-scaffolder-react@^1.8.5": + version "1.8.6" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-react/-/plugin-scaffolder-react-1.8.6.tgz#573a82d6a673645f299221fc4acbfac320dea74c" + integrity sha512-K3pAQZuqPCD8XTtddNhYyKdIDRU964kvGgdveK5KemMtECIv/f66fMPU4+X5espnEviwb6Xy5O+geVYpdru4fQ== dependencies: - "@backstage/catalog-client" "^1.6.4" - "@backstage/catalog-model" "^1.4.5" - "@backstage/core-components" "^0.14.4" + "@backstage/catalog-client" "^1.6.5" + "@backstage/catalog-model" "^1.5.0" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" - "@backstage/plugin-catalog-react" "^1.11.3" - "@backstage/plugin-scaffolder-common" "^1.5.1" - "@backstage/theme" "^0.5.3" + "@backstage/plugin-catalog-react" "^1.12.0" + "@backstage/plugin-scaffolder-common" "^1.5.2" + "@backstage/theme" "^0.5.5" "@backstage/types" "^1.1.1" "@backstage/version-bridge" "^1.0.8" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" "@react-hookz/web" "^24.0.0" - "@rjsf/core" "5.17.1" - "@rjsf/material-ui" "5.17.1" - "@rjsf/utils" "5.17.1" - "@rjsf/validator-ajv8" "5.17.1" + "@rjsf/core" "5.18.2" + "@rjsf/material-ui" "5.18.2" + "@rjsf/utils" "5.18.2" + "@rjsf/validator-ajv8" "5.18.2" "@types/json-schema" "^7.0.9" "@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0" classnames "^2.2.6" @@ -4442,25 +4565,25 @@ zod "^3.22.4" zod-to-json-schema "^3.20.4" -"@backstage/plugin-scaffolder@^1.19.3": - version "1.19.3" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder/-/plugin-scaffolder-1.19.3.tgz#f46458bdd5186930264d3bf5c57e18906d3a6185" - integrity sha512-b3kF+E8TYZKVLvYk1Aziw4E0QLBz9OKMR0Lpq7pEUwGtX4wk2bQKCaFRsjLGJfZIqIIgNb/gDOR0rTLGs/woSA== +"@backstage/plugin-scaffolder@^1.20.0": + version "1.20.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder/-/plugin-scaffolder-1.20.0.tgz#95b6d38916cd7309ef852593e40756f4afa4f9bd" + integrity sha512-qM8Pem0pJajIxj7kToa1Zr84BjljplZaFgyycFj/E9IxRf5SNg09wwawd1OjPOqVhdPEFfZX4anllLra8rQJ5w== dependencies: - "@backstage/catalog-client" "^1.6.4" - "@backstage/catalog-model" "^1.4.5" - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/catalog-client" "^1.6.5" + "@backstage/catalog-model" "^1.5.0" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" "@backstage/errors" "^1.2.4" - "@backstage/frontend-plugin-api" "^0.6.4" - "@backstage/integration" "^1.10.0" - "@backstage/integration-react" "^1.1.26" - "@backstage/plugin-catalog-common" "^1.0.22" - "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/frontend-plugin-api" "^0.6.5" + "@backstage/integration" "^1.11.0" + "@backstage/integration-react" "^1.1.27" + "@backstage/plugin-catalog-common" "^1.0.23" + "@backstage/plugin-catalog-react" "^1.12.0" "@backstage/plugin-permission-react" "^0.4.22" - "@backstage/plugin-scaffolder-common" "^1.5.1" - "@backstage/plugin-scaffolder-react" "^1.8.4" + "@backstage/plugin-scaffolder-common" "^1.5.2" + "@backstage/plugin-scaffolder-react" "^1.8.5" "@backstage/types" "^1.1.1" "@codemirror/language" "^6.0.0" "@codemirror/legacy-modes" "^6.1.0" @@ -4469,10 +4592,10 @@ "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" "@react-hookz/web" "^24.0.0" - "@rjsf/core" "5.17.1" - "@rjsf/material-ui" "5.17.1" - "@rjsf/utils" "5.17.1" - "@rjsf/validator-ajv8" "5.17.1" + "@rjsf/core" "5.18.2" + "@rjsf/material-ui" "5.18.2" + "@rjsf/utils" "5.18.2" + "@rjsf/validator-ajv8" "5.18.2" "@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0" "@uiw/react-codemirror" "^4.9.3" classnames "^2.2.6" @@ -4617,16 +4740,16 @@ "@backstage/plugin-permission-common" "^0.7.13" "@backstage/types" "^1.1.1" -"@backstage/plugin-search-react@^1.7.10": - version "1.7.10" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-react/-/plugin-search-react-1.7.10.tgz#bdbf7e4d60f0561d1bd794d7585e0cb1621caba6" - integrity sha512-w6HJk5OltWFbtXsuEBFIyhJxwEVAbt1nhspcBjGakZEQTZL4fvtjfY1EzsvKcskAIFSfpwwvo1yZaJRieXMS+w== +"@backstage/plugin-search-react@^1.7.11": + version "1.7.11" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-react/-/plugin-search-react-1.7.11.tgz#0590bb66647ec5f3470ed84da9bfd84103f2351b" + integrity sha512-2jQXiX6kyCACswzCZbSGcRp2hE01adC7uJKHtIDxJ32oaeLumBXDd9NuupkIssuic64/G4+Sn1HYR3JWm2MA6Q== dependencies: - "@backstage/core-components" "^0.14.4" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" - "@backstage/frontend-plugin-api" "^0.6.4" + "@backstage/frontend-plugin-api" "^0.6.5" "@backstage/plugin-search-common" "^1.2.11" - "@backstage/theme" "^0.5.3" + "@backstage/theme" "^0.5.4" "@backstage/types" "^1.1.1" "@backstage/version-bridge" "^1.0.8" "@material-ui/core" "^4.12.2" @@ -4637,19 +4760,19 @@ qs "^6.9.4" react-use "^17.3.2" -"@backstage/plugin-search@^1.4.10": - version "1.4.10" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search/-/plugin-search-1.4.10.tgz#42b5bec184b7fcb9d3101fd6d417123c20d915bb" - integrity sha512-zQN8RQIyMpANIsB9OSTRYbSEPXuBQQWEGz2W4gCg7tGCc927cSnW/58Br5SLzPGmVYkztKGgapB1NcOe+RnKjA== +"@backstage/plugin-search@^1.4.11": + version "1.4.11" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search/-/plugin-search-1.4.11.tgz#dc127eb52546a011283026231f545e74dd70b80d" + integrity sha512-3vMAkK84Y3xSz9KepmlkQJTud63tlhpuIv9YBQ9hheO0Ik6iWGC27rpLKZLtks4IAi+5Qodh9dTljC+sabjLlA== dependencies: - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" "@backstage/errors" "^1.2.4" - "@backstage/frontend-plugin-api" "^0.6.4" - "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/frontend-plugin-api" "^0.6.5" + "@backstage/plugin-catalog-react" "^1.12.0" "@backstage/plugin-search-common" "^1.2.11" - "@backstage/plugin-search-react" "^1.7.10" + "@backstage/plugin-search-react" "^1.7.11" "@backstage/types" "^1.1.1" "@backstage/version-bridge" "^1.0.8" "@material-ui/core" "^4.12.2" @@ -4658,22 +4781,6 @@ qs "^6.9.4" react-use "^17.2.4" -"@backstage/plugin-tech-radar@^0.7.3": - version "0.7.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-tech-radar/-/plugin-tech-radar-0.7.4.tgz#84e63604b4defab5571d44c58ead74682e071c9c" - integrity sha512-mP1J+8rdjbCiS5fXeOrwUxH1bPBiKC4ds42l0EPcTsvzz21bHmAMxMbN+MM+dhVpGy0h6DkOsmwrBDMXXZeEYQ== - dependencies: - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" - "@backstage/core-plugin-api" "^1.9.2" - "@backstage/frontend-plugin-api" "^0.6.4" - "@material-ui/core" "^4.12.2" - "@material-ui/icons" "^4.9.1" - "@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0" - color "^4.0.1" - d3-force "^3.0.0" - react-use "^17.2.4" - "@backstage/plugin-techdocs-backend@^1.10.4": version "1.10.4" resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-backend/-/plugin-techdocs-backend-1.10.4.tgz#91039acc95c13a7593839468001ef8d87d025248" @@ -4701,16 +4808,16 @@ p-limit "^3.1.0" winston "^3.2.1" -"@backstage/plugin-techdocs-module-addons-contrib@^1.1.9": - version "1.1.9" - resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-module-addons-contrib/-/plugin-techdocs-module-addons-contrib-1.1.9.tgz#e166cc11c6f31c575d8dd2fc3cfc448f5e2f4187" - integrity sha512-So5PYjI35E29fo885J/hPAdhkCdhCFWO2GGBreno9ZQGN8n7UNSiTrcDPhYwbqaLT4TW3nQuYpfhG7qfWDVfBQ== +"@backstage/plugin-techdocs-module-addons-contrib@^1.1.10": + version "1.1.10" + resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-module-addons-contrib/-/plugin-techdocs-module-addons-contrib-1.1.10.tgz#e38bb24a4218507ce0f76ebd51f7455b72ce7c71" + integrity sha512-7xzNs7mr3yyFy1ceQ6udnztr+MNNoCuD76DV0NrDLGVwUg+lFzmWyb0hbAvm3NmAdBDFvz17KBtDRd+DX7wdhQ== dependencies: - "@backstage/core-components" "^0.14.4" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" - "@backstage/integration" "^1.10.0" - "@backstage/integration-react" "^1.1.26" - "@backstage/plugin-techdocs-react" "^1.2.3" + "@backstage/integration" "^1.11.0" + "@backstage/integration-react" "^1.1.27" + "@backstage/plugin-techdocs-react" "^1.2.4" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@react-hookz/web" "^24.0.0" @@ -4751,14 +4858,14 @@ recursive-readdir "^2.2.2" winston "^3.2.1" -"@backstage/plugin-techdocs-react@^1.2.3": - version "1.2.3" - resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-react/-/plugin-techdocs-react-1.2.3.tgz#95c9cfdc2c83177155190b8b11259d94c8f6b82a" - integrity sha512-bvQjB0R4LlevnW9yj9rgOocTJc19p8JhdwfZPeP8CnF34xX4lyRqtuN/rqJ7vFbELS4HgVMkujAq5LgObAkZkQ== +"@backstage/plugin-techdocs-react@^1.2.4": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-react/-/plugin-techdocs-react-1.2.4.tgz#84271e195a3728dfd9b1a8dee804cc67e7f6f485" + integrity sha512-6w2J9Y7SB7todpjBhT8ebUu3O/iAh2dUCOnPbSlTNSoJFD46R454Fs+6c1GENaNXx9zdoCtnTHvzmAP/pNo66Q== dependencies: - "@backstage/catalog-model" "^1.4.5" + "@backstage/catalog-model" "^1.5.0" "@backstage/config" "^1.2.0" - "@backstage/core-components" "^0.14.4" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" "@backstage/version-bridge" "^1.0.8" "@material-ui/core" "^4.12.2" @@ -4769,26 +4876,26 @@ react-helmet "6.1.0" react-use "^17.2.4" -"@backstage/plugin-techdocs@^1.10.4": - version "1.10.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs/-/plugin-techdocs-1.10.4.tgz#51ce689e4cc23f00ec87595627d066a570b51464" - integrity sha512-altu30eOiwAajvJfB+LWhv+jjEWhNns/uaEtoGgL9eRiA8vMdzTBM00HeUs+9VFUfOlFIqHP0u86E+aGSck+NA== +"@backstage/plugin-techdocs@^1.10.5": + version "1.10.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs/-/plugin-techdocs-1.10.5.tgz#3b73a4ebe50ca44330f63e9ac56b3629da962acc" + integrity sha512-mEa9AQ5cWOsA7iaQ/jIJPwysiTQzz7S/94jQWQXM/SWS4Zb5V1MTvDAv3tqNBy8SN8ZYogjQBixnenDtpF44AQ== dependencies: - "@backstage/catalog-model" "^1.4.5" + "@backstage/catalog-model" "^1.5.0" "@backstage/config" "^1.2.0" - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" "@backstage/errors" "^1.2.4" - "@backstage/frontend-plugin-api" "^0.6.4" - "@backstage/integration" "^1.10.0" - "@backstage/integration-react" "^1.1.26" - "@backstage/plugin-auth-react" "^0.1.0" - "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/frontend-plugin-api" "^0.6.5" + "@backstage/integration" "^1.11.0" + "@backstage/integration-react" "^1.1.27" + "@backstage/plugin-auth-react" "^0.1.2" + "@backstage/plugin-catalog-react" "^1.12.0" "@backstage/plugin-search-common" "^1.2.11" - "@backstage/plugin-search-react" "^1.7.10" - "@backstage/plugin-techdocs-react" "^1.2.3" - "@backstage/theme" "^0.5.3" + "@backstage/plugin-search-react" "^1.7.11" + "@backstage/plugin-techdocs-react" "^1.2.4" + "@backstage/theme" "^0.5.4" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -4802,19 +4909,19 @@ react-helmet "6.1.0" react-use "^17.2.4" -"@backstage/plugin-user-settings@^0.8.5": - version "0.8.5" - resolved "https://registry.yarnpkg.com/@backstage/plugin-user-settings/-/plugin-user-settings-0.8.5.tgz#5d70a498956e5f995cea4d3c542826333a855f91" - integrity sha512-fgN8B0M7ouh5Iq6q+HHVpSdOqd1aoE/RDBKpY4q5AIN1rmMMCdvJBizhNAGzo4j5YxLGPXsRko10iExPj6Txjw== +"@backstage/plugin-user-settings@^0.8.6": + version "0.8.6" + resolved "https://registry.yarnpkg.com/@backstage/plugin-user-settings/-/plugin-user-settings-0.8.6.tgz#96b95d346de564770f28c3cb1c92d2dbc05687c8" + integrity sha512-hWve7EHnV3ut4YWrIRtpB5Bv1pq6XNaoJe6nIpqcgw8zZgl0I8F2k6fWjuevfAr/BLh7ROtO23ji/A+qQ/kAbA== dependencies: - "@backstage/core-app-api" "^1.12.4" - "@backstage/core-compat-api" "^0.2.4" - "@backstage/core-components" "^0.14.4" + "@backstage/core-app-api" "^1.12.5" + "@backstage/core-compat-api" "^0.2.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" "@backstage/errors" "^1.2.4" - "@backstage/frontend-plugin-api" "^0.6.4" - "@backstage/plugin-catalog-react" "^1.11.3" - "@backstage/theme" "^0.5.3" + "@backstage/frontend-plugin-api" "^0.6.5" + "@backstage/plugin-catalog-react" "^1.12.0" + "@backstage/theme" "^0.5.4" "@backstage/types" "^1.1.1" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" @@ -4903,7 +5010,7 @@ "@emotion/styled" "^11.10.5" "@mui/material" "^5.12.2" -"@backstage/theme@^0.5.0": +"@backstage/theme@^0.5.0", "@backstage/theme@^0.5.5": version "0.5.5" resolved "https://registry.yarnpkg.com/@backstage/theme/-/theme-0.5.5.tgz#cf6556d123c998612c734d56be60a0c8a211c8d6" integrity sha512-KRgRHCD38tcBkSlkAje+pOY2anfZzaO3QHgv5VqiSL2mpaI/RQLv6/PhRjCcWm/yx5WXBK1S5uG/8x7VeSEcwA== @@ -4912,7 +5019,7 @@ "@emotion/styled" "^11.10.5" "@mui/material" "^5.12.2" -"@backstage/theme@^0.5.1", "@backstage/theme@^0.5.2", "@backstage/theme@^0.5.3": +"@backstage/theme@^0.5.3": version "0.5.3" resolved "https://registry.yarnpkg.com/@backstage/theme/-/theme-0.5.3.tgz#bc715ad0f2215f1ad9683d15a460240feabbafca" integrity sha512-0d9tyLfbrjdIugSQHVA4ww/XT/VR7Kt2SvkhX/ZvQkcud85P4MN2P0aF/9q7BZeog7wpjI00AGHoWzMX4MdDIw== @@ -5868,10 +5975,10 @@ openapi-backend "^5.10.5" yn "^4.0.0" -"@janus-idp/plugin-notifications@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@janus-idp/plugin-notifications/-/plugin-notifications-1.3.0.tgz#d5827c2bb3496120584fe920369b6b55e9e21782" - integrity sha512-IVBYy0YngPzmAP98Q1/aRc+vvJbIivbBKAksu0P8uue/H2Xlq5//H5J7WCIQ3g0lCvLQsQf2CCSm668Vvc6YhQ== +"@janus-idp/plugin-notifications@^1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@janus-idp/plugin-notifications/-/plugin-notifications-1.3.1.tgz#107cfa111389566183406df04a9459fe52a40b50" + integrity sha512-rIWZjeD50Ey0x+obgErOXr8m5DLbtMKJHLb+rtWpVsA3EmomS+oTFveOyjbeUW/P0QKzpd8VP/Yjskduy2tOyw== dependencies: "@backstage/core-components" "^0.14.6" "@backstage/core-plugin-api" "^1.9.2" @@ -6690,11 +6797,29 @@ clsx "^2.1.0" prop-types "^15.8.1" +"@mui/base@5.0.0-beta.46": + version "5.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.46.tgz#54b764bb2ccc4114676c5be0169217fe619279e5" + integrity sha512-Fr7V59LPOVZ8IYwXIkGKOAn/iNrEcvQBpxJZwyLNLr+h+JlMuWKJVcfBYsIDo/ebEocbZRq8ptOBWvGuwLOw6g== + dependencies: + "@babel/runtime" "^7.24.5" + "@floating-ui/react-dom" "^2.0.8" + "@mui/types" "^7.2.14" + "@mui/utils" "^6.0.0-alpha.8" + "@popperjs/core" "^2.11.8" + clsx "^2.1.1" + prop-types "^15.8.1" + "@mui/core-downloads-tracker@^5.15.15": version "5.15.15" resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.15.tgz#2bc2bda50db66c12f10aefec907c48c8f669ef59" integrity sha512-aXnw29OWQ6I5A47iuWEI6qSSUfH6G/aCsW9KmW3LiFqr7uXZBK4Ks+z8G+qeIub8k0T5CMqlT2q0L+ZJTMrqpg== +"@mui/core-downloads-tracker@^6.0.0-alpha.8": + version "6.0.0-dev.240424162023-9968b4889d" + resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-6.0.0-dev.240424162023-9968b4889d.tgz#4c86c5f19418c1939cc990002fd307a9c9f9c5ab" + integrity sha512-doh3M3U7HUGSBIWGe1yvesSbfDguMRjP0N09ogWSBM2hovXAlgULhMgcRTepAZLLwfRxFII0bCohq6B9NqoKuw== + "@mui/material@^5.12.2": version "5.15.15" resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.15.tgz#e3ba35f50b510aa677cec3261abddc2db7b20b59" @@ -6713,6 +6838,24 @@ react-is "^18.2.0" react-transition-group "^4.4.5" +"@mui/material@next": + version "6.0.0-alpha.8" + resolved "https://registry.yarnpkg.com/@mui/material/-/material-6.0.0-alpha.8.tgz#d543f09730ac656c2e111391f5bb3c551a61146e" + integrity sha512-fGuF/gDfHPkV2JaMnEpS+W4ri5enuC4V0I2X3d+gf7vXAU2Tqn0SSkK9s0w2cEarEiotHrcaqIGAbzzFTcIZkg== + dependencies: + "@babel/runtime" "^7.24.5" + "@mui/base" "5.0.0-beta.46" + "@mui/core-downloads-tracker" "^6.0.0-alpha.8" + "@mui/system" "^6.0.0-alpha.8" + "@mui/types" "^7.2.14" + "@mui/utils" "^6.0.0-alpha.8" + "@types/react-transition-group" "^4.4.10" + clsx "^2.1.1" + csstype "^3.1.3" + prop-types "^15.8.1" + react-is "^18.2.0" + react-transition-group "^4.4.5" + "@mui/private-theming@^5.15.14": version "5.15.14" resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.15.14.tgz#edd9a82948ed01586a01c842eb89f0e3f68970ee" @@ -6722,6 +6865,15 @@ "@mui/utils" "^5.15.14" prop-types "^15.8.1" +"@mui/private-theming@^6.0.0-alpha.3": + version "6.0.0-alpha.8" + resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.0.0-alpha.8.tgz#3e5bf96a6d372319df6682c4458640c3eab2f41e" + integrity sha512-0iN+hK/OZTaiVfjFYDgWEc/frRB7Z1hfBsSJBniM4KPZnrdeHIArP+3TdYzRT0avh30O2KNkBNk0GG95BnUVEg== + dependencies: + "@babel/runtime" "^7.24.5" + "@mui/utils" "^6.0.0-alpha.8" + prop-types "^15.8.1" + "@mui/styled-engine@^5.15.14": version "5.15.14" resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.15.14.tgz#168b154c4327fa4ccc1933a498331d53f61c0de2" @@ -6732,6 +6884,16 @@ csstype "^3.1.3" prop-types "^15.8.1" +"@mui/styled-engine@^6.0.0-alpha.3": + version "6.0.0-alpha.8" + resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-6.0.0-alpha.8.tgz#0b34b57a7467c394b0d5eb93c98494877be870fe" + integrity sha512-7zJYgbjZRQpGN1SGmLDOgRpJZB26JjPSeqml5m+jA4wAsIONm2im+GHfki4nE3ay0uj1S555OMeNpaQ+sG9LkA== + dependencies: + "@babel/runtime" "^7.24.5" + "@emotion/cache" "^11.11.0" + csstype "^3.1.3" + prop-types "^15.8.1" + "@mui/system@^5.15.15": version "5.15.15" resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.15.15.tgz#658771b200ce3c4a0f28e58169f02e5e718d1c53" @@ -6746,6 +6908,20 @@ csstype "^3.1.3" prop-types "^15.8.1" +"@mui/system@^6.0.0-alpha.8": + version "6.0.0-dev.240424162023-9968b4889d" + resolved "https://registry.yarnpkg.com/@mui/system/-/system-6.0.0-dev.240424162023-9968b4889d.tgz#d3d6288b568d97a3468d1525d45cc14f1a5bf93a" + integrity sha512-Y3yCFUHN1xMK62hJJBqzZb1YQvHNaHc7JUX01eU6QTPojtIbGMF2jCOP/EQw77/byahNbxeLoAIQx10F0IR3Rw== + dependencies: + "@babel/runtime" "^7.24.4" + "@mui/private-theming" "^6.0.0-alpha.3" + "@mui/styled-engine" "^6.0.0-alpha.3" + "@mui/types" "^7.2.14" + "@mui/utils" "^6.0.0-alpha.3" + clsx "^2.1.0" + csstype "^3.1.3" + prop-types "^15.8.1" + "@mui/types@^7.2.14": version "7.2.14" resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.14.tgz#8a02ac129b70f3d82f2f9b76ded2c8d48e3fc8c9" @@ -6761,6 +6937,16 @@ prop-types "^15.8.1" react-is "^18.2.0" +"@mui/utils@^6.0.0-alpha.3", "@mui/utils@^6.0.0-alpha.8": + version "6.0.0-alpha.8" + resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.0.0-alpha.8.tgz#a8516c9d9e65a10846b5c77ce779de484e8e8f7c" + integrity sha512-X5lg0bh8B6uYt/0HXV+t82HXLTOVFEKcIBmIbJ5El1h9ykXaRTenr8mORxt5UC5w9DHFhkRoI8XiM5qyDuSJVw== + dependencies: + "@babel/runtime" "^7.24.5" + "@types/prop-types" "^15.7.12" + prop-types "^15.8.1" + react-is "^18.2.0" + "@muvaf/create-argocd-application@^0.4.1": version "0.4.1" resolved "https://registry.yarnpkg.com/@muvaf/create-argocd-application/-/create-argocd-application-0.4.1.tgz#85ab1b9a6c40ba966ab678aec40e365f79ba34fc" @@ -7171,7 +7357,7 @@ before-after-hook "^2.2.0" universal-user-agent "^6.0.0" -"@octokit/core@^5.0.0": +"@octokit/core@^5.0.0", "@octokit/core@^5.0.2": version "5.2.0" resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.2.0.tgz#ddbeaefc6b44a39834e1bb2e58a49a117672a7ea" integrity sha512-1LFfa/qnMQvEOAdzlQymH0ulepxbxnCYAKJZfMci/5XJyIHWgEYnDmgnKakbTh7CH2tFQ5O60oYDvns4i9RAIg== @@ -7318,6 +7504,13 @@ resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-graphql/-/plugin-paginate-graphql-4.0.1.tgz#9c0b1145b93a2b8635943f497c127969d54512fc" integrity sha512-R8ZQNmrIKKpHWC6V2gum4x9LG2qF1RxRjo27gjQcG3j+vf2tLsEfE7I/wRWEPzYMaenr1M+qDAtNcwZve1ce1A== +"@octokit/plugin-paginate-rest@11.3.1": + version "11.3.1" + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.1.tgz#fe92d04b49f134165d6fbb716e765c2f313ad364" + integrity sha512-ryqobs26cLtM1kQxqeZui4v8FeznirUsksiA+RYemMPJ7Micju0WSkv50dBksTuZks9O5cg4wp+t8fZ/cLY56g== + dependencies: + "@octokit/types" "^13.5.0" + "@octokit/plugin-paginate-rest@^6.1.2": version "6.1.2" resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz#f86456a7a1fe9e58fec6385a85cf1b34072341f8" @@ -7338,6 +7531,18 @@ resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85" integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA== +"@octokit/plugin-request-log@^4.0.0": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-4.0.1.tgz#98a3ca96e0b107380664708111864cb96551f958" + integrity sha512-GihNqNpGHorUrO7Qa9JbAl0dbLnqJVrV8OXe2Zm5/Y4wFkZQDfTreBzVmiRfJVfE4mClXdihHnbpyyO9FSX4HA== + +"@octokit/plugin-rest-endpoint-methods@13.2.2": + version "13.2.2" + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.2.2.tgz#af8e5dd2cddfea576f92ffaf9cb84659f302a638" + integrity sha512-EI7kXWidkt3Xlok5uN43suK99VWqc8OaIMktY9d9+RNKl69juoTyxmLoWPIZgJYzi41qj/9zU7G/ljnNOJ5AFA== + dependencies: + "@octokit/types" "^13.5.0" + "@octokit/plugin-rest-endpoint-methods@^10.0.0": version "10.4.1" resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz#41ba478a558b9f554793075b2e20cd2ef973be17" @@ -7429,6 +7634,16 @@ "@octokit/plugin-request-log" "^1.0.4" "@octokit/plugin-rest-endpoint-methods" "^7.1.2" +"@octokit/rest@^20.1.0": + version "20.1.1" + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-20.1.1.tgz#ec775864f53fb42037a954b9a40d4f5275b3dc95" + integrity sha512-MB4AYDsM5jhIHro/dq4ix1iWTLGToIGk6cWF5L6vanFaMble5jTX/UBQyiv05HsWnwUtY8JrfHy2LWfKwihqMw== + dependencies: + "@octokit/core" "^5.0.2" + "@octokit/plugin-paginate-rest" "11.3.1" + "@octokit/plugin-request-log" "^4.0.0" + "@octokit/plugin-rest-endpoint-methods" "13.2.2" + "@octokit/tsconfig@^1.0.2": version "1.0.2" resolved "https://registry.yarnpkg.com/@octokit/tsconfig/-/tsconfig-1.0.2.tgz#59b024d6f3c0ed82f00d08ead5b3750469125af7" @@ -7448,7 +7663,7 @@ dependencies: "@octokit/openapi-types" "^20.0.0" -"@octokit/types@^13.0.0", "@octokit/types@^13.1.0": +"@octokit/types@^13.0.0", "@octokit/types@^13.1.0", "@octokit/types@^13.5.0": version "13.5.0" resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.5.0.tgz#4796e56b7b267ebc7c921dcec262b3d5bfb18883" integrity sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ== @@ -7957,27 +8172,16 @@ dependencies: "@react-hookz/deep-equal" "^1.0.4" -"@remix-run/router@1.16.0": - version "1.16.0" - resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.0.tgz#0e10181e5fec1434eb071a9bc4bdaac843f16dcc" - integrity sha512-Quz1KOffeEf/zwkCBM3kBtH4ZoZ+pT3xIXBG4PPW/XFtDP7EGhtTiC2+gpL9GnR7+Qdet5Oa6cYSvwKYg6kN9Q== +"@remix-run/router@1.16.1": + version "1.16.1" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.1.tgz#73db3c48b975eeb06d0006481bde4f5f2d17d1cd" + integrity sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig== "@repeaterjs/repeater@^3.0.4": version "3.0.5" resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.5.tgz#b77571685410217a548a9c753aa3cdfc215bfc78" integrity sha512-l3YHBLAol6d/IKnB9LhpD0cEZWAoe3eFKUyTYWmFmCO2Q/WOckxLQAUyMZWwZV2M/m3+4vgRoaolFqaII82/TA== -"@rjsf/core@5.17.1": - version "5.17.1" - resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.17.1.tgz#747e82bc68347fc8b786fd817d380c7d8c36f766" - integrity sha512-COZSuumwHskWN8Pz3RxdxvuQUP6M/qBMXAkIi+TSWLFLaF6SUugpLiceMT1jGemDCr7fOSTiPxjkToSsgpvueQ== - dependencies: - lodash "^4.17.21" - lodash-es "^4.17.21" - markdown-to-jsx "^7.4.1" - nanoid "^3.3.7" - prop-types "^15.8.1" - "@rjsf/core@5.18.2": version "5.18.2" resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.18.2.tgz#618175e6ef96ed62ebe23c80cea47ba27bf03a17" @@ -7989,27 +8193,11 @@ nanoid "^3.3.7" prop-types "^15.8.1" -"@rjsf/material-ui@5.17.1": - version "5.17.1" - resolved "https://registry.yarnpkg.com/@rjsf/material-ui/-/material-ui-5.17.1.tgz#009f31d0e8b0c5801bc858847060081a074e0a1d" - integrity sha512-WCk3wZ+oiBCEKz/uwF9VwTl0XNYrcgsQwIh+qBk6JcB2TGSguRM7KtGcLSq/91+lqFvR9PWjP2pvnTJgyfO2cA== - "@rjsf/material-ui@5.18.2": version "5.18.2" resolved "https://registry.yarnpkg.com/@rjsf/material-ui/-/material-ui-5.18.2.tgz#5d14a733fcc1e3f4a325b03216309a2806552e01" integrity sha512-6KNGjsWPshbRYfiKk6knj0VDeWpKTL7lMpCb1IFJVbROU2oBmDNtmIWUoTKKheoAtoz2oc4YdCxq7T6SU66Icg== -"@rjsf/utils@5.17.1": - version "5.17.1" - resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.17.1.tgz#ad85d503dd15cc9fc49b5d6870534fa2ed8103b0" - integrity sha512-q1Igz/cuM2hi+jiXFkoaXqdRTUFB+a0jfVKNmZlHmvPmfYeeJfcfyOTzO8dQ41fHNHUFb15ryxa/TblDQimwkA== - dependencies: - json-schema-merge-allof "^0.8.1" - jsonpointer "^5.0.1" - lodash "^4.17.21" - lodash-es "^4.17.21" - react-is "^18.2.0" - "@rjsf/utils@5.18.2": version "5.18.2" resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.18.2.tgz#7a4af6a4dfe3c11ac2305d970855bbbbb140eeb2" @@ -8021,16 +8209,6 @@ lodash-es "^4.17.21" react-is "^18.2.0" -"@rjsf/validator-ajv8@5.17.1": - version "5.17.1" - resolved "https://registry.yarnpkg.com/@rjsf/validator-ajv8/-/validator-ajv8-5.17.1.tgz#9b5e4b22f3ab47316c7a19da22639812e4a91193" - integrity sha512-KdvHsjDQ60b04fqnoqhfkiCv7E4n4NIHli8QU8dtpuUAVS/TOqDuOtDJVz6bv/rd/QNROGpxlO/OCccE0rmxLQ== - dependencies: - ajv "^8.12.0" - ajv-formats "^2.1.1" - lodash "^4.17.21" - lodash-es "^4.17.21" - "@rjsf/validator-ajv8@5.18.2": version "5.18.2" resolved "https://registry.yarnpkg.com/@rjsf/validator-ajv8/-/validator-ajv8-5.18.2.tgz#cec163ca0b0e77b07b88a390fbc1977fa81c1c48" @@ -8056,16 +8234,16 @@ winston "^3.2.1" yn "^4.0.0" -"@roadiehq/backstage-plugin-argo-cd@^2.6.4": - version "2.6.4" - resolved "https://registry.yarnpkg.com/@roadiehq/backstage-plugin-argo-cd/-/backstage-plugin-argo-cd-2.6.4.tgz#c07c41ef2510c42c65189b7cce27a6a05ec8256e" - integrity sha512-dQ3InmLbaG3kv4hrgMsaCzJNBLmKYR8Wpb5VZK9i9HaMOl86bba5e/f0qxstOfQULypd8AJxNo2Z4VSuEboJ2Q== +"@roadiehq/backstage-plugin-argo-cd@^2.6.5": + version "2.6.5" + resolved "https://registry.yarnpkg.com/@roadiehq/backstage-plugin-argo-cd/-/backstage-plugin-argo-cd-2.6.5.tgz#5de33bee305bbdf332b8a168e1403ec9775ec033" + integrity sha512-pR8+DI8PB1rfcV9mf6Vu6L2S6L4ks5dzntnstfaLDIuAKdZWK9drolTlnXxHbMqxlso7LObOptDLP3bEHdtHbg== dependencies: "@backstage/catalog-model" "^1.4.5" - "@backstage/core-components" "^0.14.3" - "@backstage/core-plugin-api" "^1.9.1" - "@backstage/plugin-catalog-react" "^1.11.2" - "@backstage/theme" "^0.5.2" + "@backstage/core-components" "^0.14.6" + "@backstage/core-plugin-api" "^1.9.2" + "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/theme" "^0.5.3" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.45" @@ -8101,16 +8279,16 @@ react-use "^17.2.4" zustand "3.6.9" -"@roadiehq/backstage-plugin-github-pull-requests@^2.5.25": - version "2.5.25" - resolved "https://registry.yarnpkg.com/@roadiehq/backstage-plugin-github-pull-requests/-/backstage-plugin-github-pull-requests-2.5.25.tgz#7fcc802167bdc2e208680db2e750f0c5dbe07d64" - integrity sha512-KgNhd9fJkjsNIhaLiWwn5yML+dBPSZmXXS0Iwvn/UqwpYGwPQk/qCEW/eQZnuB6RigrbH8F9y6ZyD1sy+73n+g== +"@roadiehq/backstage-plugin-github-pull-requests@^2.5.26": + version "2.5.26" + resolved "https://registry.yarnpkg.com/@roadiehq/backstage-plugin-github-pull-requests/-/backstage-plugin-github-pull-requests-2.5.26.tgz#ac7d3b3840179c3dcb2ec8037512ca19e3a2e29e" + integrity sha512-Xov0ZNm+8lf81RcBL63GBNCG7vGITtIJFIJgo9XqzbnoWq/M7iZiNK44Ao7MHqfUvKv2Ujkion1aUucXeXOiSA== dependencies: "@backstage/catalog-model" "^1.4.5" - "@backstage/core-components" "^0.14.3" - "@backstage/core-plugin-api" "^1.9.1" - "@backstage/plugin-catalog-react" "^1.11.2" - "@backstage/plugin-home-react" "^0.1.11" + "@backstage/core-components" "^0.14.6" + "@backstage/core-plugin-api" "^1.9.2" + "@backstage/plugin-catalog-react" "^1.11.3" + "@backstage/plugin-home-react" "^0.1.12" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "^4.0.0-alpha.60" @@ -10384,7 +10562,7 @@ dependencies: "@types/express" "*" -"@types/prop-types@*", "@types/prop-types@^15.0.0", "@types/prop-types@^15.7.11", "@types/prop-types@^15.7.3": +"@types/prop-types@*", "@types/prop-types@^15.0.0", "@types/prop-types@^15.7.11", "@types/prop-types@^15.7.12", "@types/prop-types@^15.7.3": version "15.7.12" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6" integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q== @@ -10829,20 +11007,22 @@ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== -"@veecode-platform/backstage-plugin-github-workflows@^0.2.70": - version "0.2.77" - resolved "https://registry.yarnpkg.com/@veecode-platform/backstage-plugin-github-workflows/-/backstage-plugin-github-workflows-0.2.77.tgz#9c10d3ffbe1913fd051b88857a2bcbc793b150bf" - integrity sha512-Ix9I/L6VGSDRDTq86MQNlxVGBFjLq3ULH+yc9w4jvF26ollYMz7xIU4LG0Wv1gfM30rykp2X8NYz8/iULmqNmw== +"@veecode-platform/backstage-plugin-github-workflows@^0.4.9": + version "0.4.9" + resolved "https://registry.yarnpkg.com/@veecode-platform/backstage-plugin-github-workflows/-/backstage-plugin-github-workflows-0.4.9.tgz#c0617d65214a544152d25689915c4ecfa7d41d07" + integrity sha512-+IVRFltAANhW1AWAW+CBcHEA3nDUYe/chzZtszKJtsLu/StXBPUHnjS5/CdztpLcoHN5dP/kXaKrd/iW8G7hYg== dependencies: - "@backstage/catalog-model" "^1.4.4" - "@backstage/core-components" "^0.14.0" - "@backstage/core-plugin-api" "^1.9.0" - "@backstage/integration-react" "^1.1.24" - "@backstage/plugin-catalog-react" "^1.10.0" - "@backstage/theme" "^0.5.1" + "@backstage/catalog-model" "^1.5.0" + "@backstage/core-components" "^0.14.7" + "@backstage/core-plugin-api" "^1.9.2" + "@backstage/integration-react" "^1.1.27" + "@backstage/plugin-catalog-react" "^1.12.0" + "@backstage/theme" "^0.5.5" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" + "@octokit/rest" "^20.1.0" + dayjs "^1.11.9" js-yaml "^4.1.0" react-use "^17.2.4" @@ -11294,48 +11474,48 @@ anymatch@^3.0.3, anymatch@~3.1.2: version "0.0.0" dependencies: "@backstage-community/plugin-github-actions" "^0.6.16" - "@backstage/app-defaults" "^1.5.4" - "@backstage/catalog-model" "^1.4.5" - "@backstage/cli" "^0.26.3" - "@backstage/core-app-api" "^1.12.4" - "@backstage/core-components" "^0.14.4" + "@backstage-community/plugin-tech-radar" "0.7.4" + "@backstage/app-defaults" "^1.5.5" + "@backstage/catalog-model" "^1.5.0" + "@backstage/cli" "^0.26.6" + "@backstage/core-app-api" "^1.12.5" + "@backstage/core-components" "^0.14.7" "@backstage/core-plugin-api" "^1.9.2" - "@backstage/integration-react" "^1.1.26" - "@backstage/plugin-api-docs" "^0.11.4" - "@backstage/plugin-catalog" "^1.19.0" - "@backstage/plugin-catalog-common" "^1.0.22" - "@backstage/plugin-catalog-graph" "^0.4.4" - "@backstage/plugin-catalog-import" "^0.10.10" - "@backstage/plugin-catalog-react" "^1.11.3" - "@backstage/plugin-devtools" "^0.1.13" - "@backstage/plugin-org" "^0.6.24" + "@backstage/integration-react" "^1.1.27" + "@backstage/plugin-api-docs" "^0.11.5" + "@backstage/plugin-catalog" "^1.20.0" + "@backstage/plugin-catalog-common" "^1.0.23" + "@backstage/plugin-catalog-graph" "^0.4.5" + "@backstage/plugin-catalog-import" "^0.11.0" + "@backstage/plugin-catalog-react" "^1.12.0" + "@backstage/plugin-devtools" "^0.1.14" + "@backstage/plugin-org" "^0.6.25" "@backstage/plugin-permission-react" "^0.4.22" - "@backstage/plugin-scaffolder" "^1.19.3" - "@backstage/plugin-search" "^1.4.10" - "@backstage/plugin-search-react" "^1.7.10" - "@backstage/plugin-tech-radar" "^0.7.3" - "@backstage/plugin-techdocs" "^1.10.4" - "@backstage/plugin-techdocs-module-addons-contrib" "^1.1.9" - "@backstage/plugin-techdocs-react" "^1.2.3" - "@backstage/plugin-user-settings" "^0.8.5" - "@backstage/theme" "^0.5.3" + "@backstage/plugin-scaffolder" "^1.20.0" + "@backstage/plugin-search" "^1.4.11" + "@backstage/plugin-search-react" "^1.7.11" + "@backstage/plugin-techdocs" "^1.10.5" + "@backstage/plugin-techdocs-module-addons-contrib" "^1.1.10" + "@backstage/plugin-techdocs-react" "^1.2.4" + "@backstage/plugin-user-settings" "^0.8.6" + "@backstage/theme" "^0.5.5" "@bestsellerit/backstage-plugin-harbor" "^0.3.1" - "@janus-idp/plugin-notifications" "^1.3.0" - "@material-ui/core" "^4.12.2" - "@material-ui/icons" "^4.9.1" - "@roadiehq/backstage-plugin-argo-cd" "^2.6.4" + "@janus-idp/plugin-notifications" "^1.3.1" + "@material-ui/icons" "^4.11.3" + "@mui/material" next + "@roadiehq/backstage-plugin-argo-cd" "^2.6.5" "@roadiehq/backstage-plugin-github-insights" "^2.3.29" - "@roadiehq/backstage-plugin-github-pull-requests" "^2.5.25" + "@roadiehq/backstage-plugin-github-pull-requests" "^2.5.26" "@roadiehq/backstage-plugin-iframe" "^1.3.17" "@rsc-labs/backstage-changelog-plugin" "^0.5.0" - "@veecode-platform/backstage-plugin-github-workflows" "^0.2.70" + "@veecode-platform/backstage-plugin-github-workflows" "^0.4.9" add "^2.0.6" - history "^5.0.0" - react "^18.0.2" - react-dom "^18.0.2" - react-router "^6.3.0" - react-router-dom "^6.3.0" - react-use "^17.2.4" + history "^5.3.0" + react "^18.3.1" + react-dom "^18.3.1" + react-router "^6.23.1" + react-router-dom "^6.23.1" + react-use "^17.5.0" yarn "^1.22.22" append-field@^1.0.0: @@ -12696,7 +12876,7 @@ clsx@^1.0.2, clsx@^1.0.4, clsx@^1.1.1, clsx@^1.2.1: resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12" integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg== -clsx@^2.1.0: +clsx@^2.1.0, clsx@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999" integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA== @@ -14039,6 +14219,11 @@ dateformat@^3.0.3: resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== +dayjs@^1.11.9: + version "1.11.11" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.11.tgz#dfe0e9d54c5f8b68ccf8ca5f72ac603e7e5ed59e" + integrity sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg== + debounce@^1.2.0: version "1.2.1" resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5" @@ -16772,7 +16957,7 @@ highlight.js@^10.4.1, highlight.js@^10.7.2, highlight.js@~10.7.0: resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531" integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A== -history@^5.0.0: +history@^5.0.0, history@^5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b" integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ== @@ -22888,7 +23073,7 @@ react-dev-utils@^12.0.0-next.60: strip-ansi "^6.0.1" text-table "^0.2.0" -react-dom@^18.0.2: +react-dom@^18.3.1: version "18.3.1" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4" integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== @@ -23088,13 +23273,13 @@ react-router-dom@6.0.0-beta.0: prop-types "^15.7.2" react-router "6.0.0-beta.0" -react-router-dom@^6.3.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.0.tgz#8b80ad92ad28f4dc38972e92d84b4c208150545a" - integrity sha512-Q9YaSYvubwgbal2c9DJKfx6hTNoBp3iJDsl+Duva/DwxoJH+OTXkxGpql4iUK2sla/8z4RpjAm6EWx1qUDuopQ== +react-router-dom@^6.23.1: + version "6.23.1" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.1.tgz#30cbf266669693e9492aa4fc0dde2541ab02322f" + integrity sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ== dependencies: - "@remix-run/router" "1.16.0" - react-router "6.23.0" + "@remix-run/router" "1.16.1" + react-router "6.23.1" react-router@6.0.0-beta.0: version "6.0.0-beta.0" @@ -23103,12 +23288,12 @@ react-router@6.0.0-beta.0: dependencies: prop-types "^15.7.2" -react-router@6.23.0, react-router@^6.3.0: - version "6.23.0" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.0.tgz#2f2d7492c66a6bdf760be4c6bdf9e1d672fa154b" - integrity sha512-wPMZ8S2TuPadH0sF5irFGjkNLIcRvOSaEe7v+JER8508dyJumm6XZB1u5kztlX0RVq6AzRVndzqcUh6sFIauzA== +react-router@6.23.1, react-router@^6.23.1: + version "6.23.1" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.1.tgz#d08cbdbd9d6aedc13eea6e94bc6d9b29cb1c4be9" + integrity sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ== dependencies: - "@remix-run/router" "1.16.0" + "@remix-run/router" "1.16.1" react-side-effect@^2.1.0: version "2.1.2" @@ -23173,7 +23358,7 @@ react-universal-interface@^0.6.2: resolved "https://registry.yarnpkg.com/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b" integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw== -react-use@^17.2.4, react-use@^17.3.2, react-use@^17.4.0: +react-use@^17.2.4, react-use@^17.3.2, react-use@^17.4.0, react-use@^17.5.0: version "17.5.0" resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.5.0.tgz#1fae45638828a338291efa0f0c61862db7ee6442" integrity sha512-PbfwSPMwp/hoL847rLnm/qkjg3sTRCvn6YhUZiHaUa3FA6/aNoFX79ul5Xt70O1rK+9GxSVqkY0eTwMdsR/bWg== @@ -23206,7 +23391,7 @@ react-window@^1.8.6: "@babel/runtime" "^7.0.0" memoize-one ">=3.1.1 <6" -react@^18.0.2: +react@^18.3.1: version "18.3.1" resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891" integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==