Skip to content
Open
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,4 @@ dist

# Custom ignores
*.expanded.yaml
.backstage-tmp
Expand Down
2 changes: 1 addition & 1 deletion backstage/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ nodeLinker: node-modules
plugins:
- checksum: 05b51f75814596aa3e15b296af3287240351c8b7f1df1e05c2ceedf7f3820627759605825fd932f1f7c3c3287b61b16f9e8195b0927a0f80345493f81376947a
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
spec: "https://versions.backstage.io/v1/releases/1.49.2/yarn-plugin"
spec: "https://versions.backstage.io/v1/releases/1.49.4/yarn-plugin"
3 changes: 3 additions & 0 deletions backstage/app-config.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ backstageInsights:
debug: false

skillExchange:
enableEmbeds: true
enableHacks: true
enableMentorships: true
hackUpdateNotificationsCron: '0 17 * * 1'
slack:
token:
Expand Down
10 changes: 9 additions & 1 deletion backstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,15 @@
},
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18"
"@types/react-dom": "^18",
"@backstage/catalog-model": "1.7.7",
"@backstage/core-components": "0.18.8",
"@backstage/core-plugin-api": "1.12.4",
"@backstage/integration-react": "1.2.16",
"@backstage/plugin-catalog-react": "2.1.0",
"@backstage/plugin-home-react": "0.1.36",
"react-aria-components": "1.16.0",
"@react-aria/collections": "3.0.3"
},
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
Expand Down
24 changes: 10 additions & 14 deletions backstage/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@
"cy:run": "cypress run --browser chrome"
},
"dependencies": {
"@backstage-community/plugin-cloudbuild": "^0.9.1",
"@backstage-community/plugin-copilot": "^0.9.2",
"@backstage-community/plugin-cost-insights": "^0.15.0",
"@backstage-community/plugin-gcp-projects": "^0.7.1",
"@backstage-community/plugin-github-actions": "^0.9.1",
"@backstage-community/plugin-github-pull-requests-board": "^0.5.1",
"@backstage-community/plugin-tech-radar": "^1.2.0",
"@backstage-community/plugin-copilot": "^0.19.1",
"@backstage-community/plugin-github-actions": "^0.22.0",
"@backstage-community/plugin-github-pull-requests-board": "^0.16.0",
"@backstage-community/plugin-tech-radar": "^1.17.0",
"@backstage/app-defaults": "backstage:^",
"@backstage/catalog-model": "backstage:^",
"@backstage/cli": "backstage:^",
Expand Down Expand Up @@ -59,17 +56,16 @@
"@pagerduty/backstage-plugin": "^0.18.0",
"@pagerduty/backstage-plugin-backend": "^0.11.0",
"@pagerduty/backstage-plugin-common": "^0.2.3",
"@roadiehq/backstage-plugin-github-pull-requests": "^3.6.0",
"@roadiehq/plugin-scaffolder-frontend-module-http-request-field": "^2.3.0",
"@spotify/backstage-plugin-analytics-module-insights": "^0.10.1",
"@spotify/backstage-plugin-insights": "^0.8.2",
"@spotify/backstage-plugin-rbac": "^0.8.1",
"@spotify/backstage-plugin-skill-exchange": "^0.12.14",
"@spotify/backstage-plugin-soundcheck": "^0.19.6",
"@spotify/backstage-plugin-analytics-module-insights": "^0.10.6",
"@spotify/backstage-plugin-insights": "^0.9.0",
"@spotify/backstage-plugin-rbac": "^0.8.6",
"@spotify/backstage-plugin-skill-exchange": "^0.12.19",
"@spotify/backstage-plugin-soundcheck": "^0.23.2",
Comment on lines 59 to +64
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spotify/backstage-plugin-analytics-module-insights is still listed as a dependency but there are no remaining imports/usages of it in the app source. Either register the analytics module in the new frontend feature list (if Insights analytics events are still desired) or remove this dependency to avoid shipping unused code.

Copilot uses AI. Check for mistakes.
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.11",
"backstage-plugin-techdocs-addon-mermaid": "^0.19.0",
"backstage-plugin-techdocs-addon-mermaid": "^0.26.0",
"eslint": "^9.12.0",
"history": "^5.0.0",
"mermaid": "^11.7.0",
Expand Down
Loading
Loading