Skip to content

Commit c97aa39

Browse files
committed
deps: Bump npm dependencies
1 parent a98af06 commit c97aa39

File tree

5 files changed

+332
-1867
lines changed

5 files changed

+332
-1867
lines changed

demo-catalog/templates/spring-boot-ai-service/template.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,17 @@ spec:
195195
path: '/proxy/sonarqube/projects/create?name=${{ (parameters.repoUrl | parseRepoUrl).repo }}&organization=${{ (parameters.repoUrl | parseRepoUrl).owner }}&project=${{ (parameters.repoUrl | parseRepoUrl).owner }}_${{ (parameters.repoUrl | parseRepoUrl).repo }}'
196196
headers:
197197
content-type: 'application/json'
198+
199+
- id: notify
200+
name: Notify
201+
action: notification:send
202+
input:
203+
recipients: entity
204+
entityRefs:
205+
- user:default/guest
206+
title: 'Template executed'
207+
info: 'Your template has been executed'
208+
severity: 'normal'
198209

199210
output:
200211
links:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@backstage/cli": "backstage:^",
3333
"@backstage/e2e-test-utils": "backstage:^",
34-
"@playwright/test": "^1.52.0",
34+
"@playwright/test": "^1.55.1",
3535
"@spotify/prettier-config": "^15.0.0",
3636
"env-cmd": "^10.1.0",
3737
"node-gyp": "^11.2.0",

packages/app/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"lint": "backstage-cli package lint"
1515
},
1616
"dependencies": {
17-
"@backstage-community/plugin-github-actions": "^0.11.0",
18-
"@backstage-community/plugin-sonarqube": "^0.12.1",
17+
"@backstage-community/plugin-github-actions": "^0.14.0",
18+
"@backstage-community/plugin-sonarqube": "^0.18.1",
1919
"@backstage/app-defaults": "backstage:^",
2020
"@backstage/catalog-model": "backstage:^",
2121
"@backstage/cli": "backstage:^",
@@ -44,12 +44,12 @@
4444
"@backstage/plugin-user-settings": "backstage:^",
4545
"@backstage/theme": "backstage:^",
4646
"@backstage/ui": "backstage:^",
47-
"@dweber019/backstage-plugin-endoflife": "^0.0.19",
47+
"@dweber019/backstage-plugin-endoflife": "^0.1.1",
4848
"@material-ui/core": "^4.12.4",
4949
"@material-ui/icons": "^4.11.3",
50-
"@roadiehq/backstage-plugin-github-insights": "^3.1.4",
51-
"@roadiehq/backstage-plugin-security-insights": "^3.1.3",
52-
"@veecode-platform/backstage-plugin-github-workflows": "^1.1.4",
50+
"@roadiehq/backstage-plugin-github-insights": "^3.2.0",
51+
"@roadiehq/backstage-plugin-security-insights": "^3.2.0",
52+
"@veecode-platform/backstage-plugin-github-workflows": "^1.2.3",
5353
"history": "^5.3.0",
5454
"react": "^18.3.1",
5555
"react-dom": "^18.3.1",
@@ -58,9 +58,9 @@
5858
},
5959
"devDependencies": {
6060
"@backstage/test-utils": "backstage:^",
61-
"@playwright/test": "^1.52.0",
62-
"@testing-library/dom": "^10.4.0",
63-
"@testing-library/jest-dom": "^6.6.3",
61+
"@playwright/test": "^1.55.1",
62+
"@testing-library/dom": "^10.4.1",
63+
"@testing-library/jest-dom": "^6.8.0",
6464
"@testing-library/react": "^16.3.0",
6565
"@testing-library/user-event": "^14.6.1",
6666
"@types/react-dom": "^18.3.7",

packages/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
1717
},
1818
"dependencies": {
19-
"@backstage-community/plugin-sonarqube-backend": "^0.8.0",
19+
"@backstage-community/plugin-sonarqube-backend": "^0.12.0",
2020
"@backstage/backend-defaults": "backstage:^",
2121
"@backstage/config": "backstage:^",
2222
"@backstage/plugin-app-backend": "backstage:^",
@@ -44,11 +44,11 @@
4444
"@backstage/plugin-search-backend-node": "backstage:^",
4545
"@backstage/plugin-signals-backend": "backstage:^",
4646
"@backstage/plugin-techdocs-backend": "backstage:^",
47-
"@roadiehq/scaffolder-backend-module-http-request": "^5.3.1",
47+
"@roadiehq/scaffolder-backend-module-http-request": "^5.4.2",
4848
"app": "link:../app",
4949
"better-sqlite3": "^12.0.0",
5050
"node-gyp": "^11.2.0",
51-
"pg": "^8.16.0"
51+
"pg": "^8.16.3"
5252
},
5353
"devDependencies": {
5454
"@backstage/cli": "backstage:^"

0 commit comments

Comments
 (0)