Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/chilly-eagles-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@dweber019/backstage-plugin-simple-icons': patch
'@dweber019/backstage-plugin-accentuate': patch
'@dweber019/backstage-plugin-endoflife': patch
---

Update dependencies.
19 changes: 19 additions & 0 deletions .changeset/great-tables-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@dweber019/backstage-plugin-api-docs-module-wsdl-backend': minor
'@dweber019/backstage-plugin-api-docs-spectral-linter': minor
'@dweber019/backstage-plugin-missing-entity-backend': minor
'@dweber019/backstage-plugin-missing-entity-common': minor
'@dweber019/backstage-plugin-api-docs-module-wsdl': minor
'@dweber019/backstage-plugin-accentuate-backend': minor
'@dweber019/backstage-plugin-accentuate-common': minor
'@dweber019/backstage-plugin-endoflife-backend': minor
'@dweber019/backstage-plugin-relations-backend': minor
'@dweber019/backstage-plugin-missing-entity': minor
'@dweber019/backstage-plugin-simple-icons': minor
'@dweber019/backstage-plugin-accentuate': minor
'@dweber019/backstage-plugin-endoflife': minor
'@dweber019/backstage-plugin-relations': minor
'@dweber019/backstage-plugin-tips': minor
---

Update backstage to 1.41.0 and remove react imports.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ dist
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Cache
.cache/
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ A standalone development version of both the frontend and backend plugins are in
They can be started as follows:

```
yarn dev # starts both the frontend
yarn start # starts the frontend only
yarn start # starts both the frontend & backend
```

## Making Changes
Expand Down
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.36.1"
"version": "1.40.1"
}
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"node": "20 || 22"
},
"scripts": {
"dev": "yarn workspaces foreach -A --include backend --include app --parallel -v -i run start",
"start": "yarn workspace app start",
"start-backend": "yarn workspace backend start",
"start": "backstage-cli repo start",
"build:backend": "yarn workspace backend build",
"build:all": "backstage-cli repo build --all",
"build-image": "yarn workspace backend build-image",
Expand Down Expand Up @@ -44,7 +42,7 @@
"@changesets/cli": "^2.18.0"
},
"devDependencies": {
"@backstage/cli": "^0.30.0",
"@backstage/cli": "^0.33.0",
"@backstage/e2e-test-utils": "^0.1.1",
"@playwright/test": "^1.32.3",
"@spotify/prettier-config": "^12.0.0",
Expand All @@ -53,7 +51,7 @@
"lint-staged": "^13.0.3",
"node-gyp": "^10.0.0",
"prettier": "^2.3.2",
"typescript": "5.5.4"
"typescript": "~5.8.0"
},
"resolutions": {
"@types/react": "^18",
Expand Down
51 changes: 26 additions & 25 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,31 @@
},
"bundled": true,
"dependencies": {
"@backstage/app-defaults": "^1.5.17",
"@backstage/catalog-model": "^1.7.3",
"@backstage/cli": "^0.30.0",
"@backstage/core-app-api": "^1.15.5",
"@backstage/core-components": "^0.16.4",
"@backstage/core-plugin-api": "^1.10.4",
"@backstage/integration-react": "^1.2.4",
"@backstage/plugin-api-docs": "^0.12.4",
"@backstage/plugin-catalog": "^1.27.0",
"@backstage/plugin-catalog-common": "^1.1.3",
"@backstage/plugin-catalog-graph": "^0.4.16",
"@backstage/plugin-catalog-import": "^0.12.10",
"@backstage/plugin-catalog-react": "^1.15.2",
"@backstage/plugin-notifications": "^0.5.2",
"@backstage/plugin-org": "^0.6.36",
"@backstage/plugin-permission-react": "^0.4.31",
"@backstage/plugin-scaffolder": "^1.28.0",
"@backstage/plugin-search": "^1.4.23",
"@backstage/plugin-search-react": "^1.8.6",
"@backstage/plugin-techdocs": "^1.12.3",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.21",
"@backstage/plugin-techdocs-react": "^1.2.14",
"@backstage/plugin-user-settings": "^0.8.19",
"@backstage/theme": "^0.6.4",
"@backstage/app-defaults": "^1.6.3",
"@backstage/canon": "^0.5.0",
"@backstage/catalog-model": "^1.7.4",
"@backstage/cli": "^0.33.0",
"@backstage/core-app-api": "^1.17.1",
"@backstage/core-components": "^0.17.3",
"@backstage/core-plugin-api": "^1.10.8",
"@backstage/integration-react": "^1.2.8",
"@backstage/plugin-api-docs": "^0.12.8",
"@backstage/plugin-catalog": "^1.31.0",
"@backstage/plugin-catalog-common": "^1.1.4",
"@backstage/plugin-catalog-graph": "^0.4.20",
"@backstage/plugin-catalog-import": "^0.13.1",
"@backstage/plugin-catalog-react": "^1.19.0",
"@backstage/plugin-notifications": "^0.5.6",
"@backstage/plugin-org": "^0.6.40",
"@backstage/plugin-permission-react": "^0.4.35",
"@backstage/plugin-scaffolder": "^1.32.0",
"@backstage/plugin-search": "^1.4.27",
"@backstage/plugin-search-react": "^1.9.1",
"@backstage/plugin-techdocs": "^1.13.1",
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.25",
"@backstage/plugin-techdocs-react": "^1.3.0",
"@backstage/plugin-user-settings": "^0.8.23",
"@backstage/theme": "^0.6.6",
"@dweber019/backstage-plugin-accentuate": "^0.0.14",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.20",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.4.10",
Expand All @@ -54,7 +55,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/test-utils": "^1.7.5",
"@backstage/test-utils": "^1.7.9",
"@playwright/test": "^1.32.3",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

import React from 'react';
import { Navigate, Route } from 'react-router-dom';
import { apiDocsPlugin, ApiExplorerPage } from '@backstage/plugin-api-docs';
import {
Expand Down
1 change: 0 additions & 1 deletion packages/app/src/components/Root/LogoFull.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { makeStyles } from '@material-ui/core';

const useStyles = makeStyles({
Expand Down
1 change: 0 additions & 1 deletion packages/app/src/components/Root/LogoIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { makeStyles } from '@material-ui/core';

const useStyles = makeStyles({
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/components/Root/Root.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { PropsWithChildren } from 'react';
import { PropsWithChildren } from 'react';
import { makeStyles } from '@material-ui/core';
import HomeIcon from '@material-ui/icons/Home';
import ExtensionIcon from '@material-ui/icons/Extension';
Expand Down
1 change: 0 additions & 1 deletion packages/app/src/components/catalog/EntityPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { Button, Grid } from '@material-ui/core';
import {
EntityApiDefinitionCard,
Expand Down
1 change: 0 additions & 1 deletion packages/app/src/components/search/SearchPage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { makeStyles, Theme, Grid, Paper } from '@material-ui/core';

import { CatalogSearchResultListItem } from '@backstage/plugin-catalog';
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '@backstage/cli/asset-types';
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import '@backstage/canon/css/styles.css';

// @ts-ignore
ReactDOM.createRoot(document.getElementById('root')!).render(<App />);
48 changes: 24 additions & 24 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-defaults": "^0.8.1",
"@backstage/backend-defaults": "^0.11.0",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/catalog-client": "^1.9.1",
"@backstage/catalog-model": "^1.7.3",
"@backstage/catalog-client": "^1.10.1",
"@backstage/catalog-model": "^1.7.4",
"@backstage/config": "^1.3.2",
"@backstage/plugin-app-backend": "^0.4.5",
"@backstage/plugin-auth-backend": "^0.24.3",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.5",
"@backstage/plugin-auth-node": "^0.6.0",
"@backstage/plugin-catalog-backend": "^1.31.0",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.7",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.5",
"@backstage/plugin-notifications-backend": "^0.5.3",
"@backstage/plugin-permission-backend": "^0.5.54",
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.5",
"@backstage/plugin-permission-common": "^0.8.4",
"@backstage/plugin-permission-node": "^0.8.8",
"@backstage/plugin-proxy-backend": "^0.5.11",
"@backstage/plugin-scaffolder-backend": "^1.30.0",
"@backstage/plugin-search-backend": "^1.8.2",
"@backstage/plugin-search-backend-module-catalog": "^0.3.1",
"@backstage/plugin-search-backend-module-pg": "^0.5.41",
"@backstage/plugin-search-backend-module-techdocs": "^0.3.6",
"@backstage/plugin-search-backend-node": "^1.3.8",
"@backstage/plugin-techdocs-backend": "^1.11.6",
"@backstage/plugin-app-backend": "^0.5.3",
"@backstage/plugin-auth-backend": "^0.25.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.9",
"@backstage/plugin-auth-node": "^0.6.4",
"@backstage/plugin-catalog-backend": "^2.1.0",
"@backstage/plugin-catalog-backend-module-logs": "^0.1.11",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.9",
"@backstage/plugin-notifications-backend": "^0.5.7",
"@backstage/plugin-permission-backend": "^0.7.1",
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.9",
"@backstage/plugin-permission-common": "^0.9.0",
"@backstage/plugin-permission-node": "^0.10.1",
"@backstage/plugin-proxy-backend": "^0.6.3",
"@backstage/plugin-scaffolder-backend": "^2.0.0",
"@backstage/plugin-search-backend": "^2.0.3",
"@backstage/plugin-search-backend-module-catalog": "^0.3.5",
"@backstage/plugin-search-backend-module-pg": "^0.5.45",
"@backstage/plugin-search-backend-module-techdocs": "^0.4.3",
"@backstage/plugin-search-backend-node": "^1.3.12",
"@backstage/plugin-techdocs-backend": "^2.0.3",
"@dweber019/backstage-plugin-accentuate-backend": "^1.0.4",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^1.0.4",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.15",
Expand All @@ -64,7 +64,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.30.0",
"@backstage/cli": "^0.33.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
"@types/luxon": "^2.0.4"
Expand Down
16 changes: 8 additions & 8 deletions plugins/accentuate-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-defaults": "^0.8.1",
"@backstage/backend-plugin-api": "^1.2.0",
"@backstage/catalog-model": "^1.7.3",
"@backstage/backend-defaults": "^0.11.0",
"@backstage/backend-plugin-api": "^1.4.0",
"@backstage/catalog-model": "^1.7.4",
"@backstage/config": "^1.3.2",
"@backstage/errors": "^1.2.7",
"@backstage/plugin-auth-node": "^0.6.0",
"@backstage/plugin-catalog-node": "^1.16.0",
"@backstage/plugin-auth-node": "^0.6.4",
"@backstage/plugin-catalog-node": "^1.17.1",
"@backstage/types": "^1.2.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.12",
"@types/express": "^4.17.6",
Expand All @@ -54,9 +54,9 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.3.0",
"@backstage/cli": "^0.30.0",
"@backstage/test-utils": "^1.7.5",
"@backstage/backend-test-utils": "^1.6.0",
"@backstage/cli": "^0.33.0",
"@backstage/test-utils": "^1.7.9",
"@types/supertest": "^6.0.0",
"msw": "^1.0.0",
"supertest": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/accentuate-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.7.3",
"@backstage/catalog-model": "^1.7.4",
"@backstage/types": "^1.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.30.0"
"@backstage/cli": "^0.33.0"
},
"files": [
"dist"
Expand Down
16 changes: 8 additions & 8 deletions plugins/accentuate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.7.3",
"@backstage/core-components": "^0.16.4",
"@backstage/core-plugin-api": "^1.10.4",
"@backstage/catalog-model": "^1.7.4",
"@backstage/core-components": "^0.17.3",
"@backstage/core-plugin-api": "^1.10.8",
"@backstage/errors": "^1.2.7",
"@backstage/plugin-catalog": "^1.27.0",
"@backstage/plugin-catalog-react": "^1.15.2",
"@backstage/plugin-catalog": "^1.31.0",
"@backstage/plugin-catalog-react": "^1.19.0",
"@backstage/types": "^1.2.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.12",
"@material-ui/core": "^4.12.2",
Expand All @@ -58,9 +58,9 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.30.0",
"@backstage/dev-utils": "^1.1.7",
"@backstage/test-utils": "^1.7.5",
"@backstage/cli": "^0.33.0",
"@backstage/dev-utils": "^1.1.11",
"@backstage/test-utils": "^1.7.9",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
TableColumn,
} from '@backstage/core-components';
import Alert from '@material-ui/lab/Alert';
import React from 'react';
import { useApi } from '@backstage/core-plugin-api';
import useAsync from 'react-use/lib/useAsync';
import { accentuateApiRef } from '../../api';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useRef } from 'react';
import { useRef } from 'react';
import {
Button,
Dialog,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { Autocomplete } from '@material-ui/lab';
import { WidgetProps } from '@rjsf/utils';
import { Chip, TextField } from '@material-ui/core';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import { useState } from 'react';
import { Progress } from '@backstage/core-components';
import { useEntity } from '@backstage/plugin-catalog-react';
import { useApi } from '@backstage/core-plugin-api';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EntityLayout } from '@backstage/plugin-catalog';
import React, { ReactNode, useMemo, useState } from 'react';
import { ReactNode, useMemo, useState } from 'react';
import { EntityAccentuateDialog } from '../EntityAccentuateDialog';
import EditIcon from '@material-ui/icons/Edit';
import { isAccentuateEnabled } from '@dweber019/backstage-plugin-accentuate-common';
Expand Down
8 changes: 4 additions & 4 deletions plugins/api-docs-module-wsdl-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-plugin-api": "^1.2.0",
"@backstage/catalog-client": "^1.9.1",
"@backstage/catalog-model": "^1.7.3",
"@backstage/backend-plugin-api": "^1.4.0",
"@backstage/catalog-client": "^1.10.1",
"@backstage/catalog-model": "^1.7.4",
"@types/express": "^4.17.6",
"cross-fetch": "^3.1.5",
"express": "^4.18.1",
Expand All @@ -48,7 +48,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.30.0",
"@backstage/cli": "^0.33.0",
"@types/supertest": "^6.0.0",
"msw": "^1.0.0",
"supertest": "^7.0.0"
Expand Down
Loading