sonarqube - version:bump to v1.39.0 (#4043)

* v1.39.0 version bump

* Updated API Report

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Backstage Service Account 2025-05-30 22:08:19 +02:00 committed by GitHub
parent d4720ccb8d
commit f3284e7ccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 686 additions and 1830 deletions

View File

@ -0,0 +1,7 @@
---
'@backstage-community/plugin-sonarqube': minor
'@backstage-community/plugin-sonarqube-backend': minor
'@backstage-community/plugin-sonarqube-react': minor
---
Backstage version bump to v1.39.0

View File

@ -1,3 +1,3 @@
{
"version": "1.38.1"
"version": "1.39.0"
}

View File

@ -36,9 +36,9 @@
"directory": "workspaces/sonarqube"
},
"devDependencies": {
"@backstage/cli": "^0.32.0",
"@backstage/cli": "^0.32.1",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.13.2",
"@backstage/repo-tools": "^0.13.3",
"@changesets/cli": "^2.27.1",
"knip": "^5.27.4",
"node-gyp": "^10.0.0",

View File

@ -20,26 +20,26 @@
},
"dependencies": {
"@backstage-community/plugin-sonarqube": "workspace:^",
"@backstage/app-defaults": "^1.6.1",
"@backstage/catalog-model": "^1.7.3",
"@backstage/cli": "^0.32.0",
"@backstage/core-app-api": "^1.16.1",
"@backstage/core-compat-api": "^0.4.1",
"@backstage/core-components": "^0.17.1",
"@backstage/core-plugin-api": "^1.10.6",
"@backstage/frontend-app-api": "^0.11.1",
"@backstage/frontend-defaults": "^0.2.1",
"@backstage/frontend-plugin-api": "^0.10.1",
"@backstage/integration-react": "^1.2.6",
"@backstage/plugin-api-docs": "^0.12.6",
"@backstage/plugin-catalog": "^1.29.0",
"@backstage/plugin-catalog-common": "^1.1.3",
"@backstage/plugin-catalog-graph": "^0.4.18",
"@backstage/plugin-catalog-import": "^0.12.13",
"@backstage/plugin-catalog-react": "^1.17.0",
"@backstage/plugin-org": "^0.6.38",
"@backstage/plugin-user-settings": "^0.8.21",
"@backstage/theme": "^0.6.5",
"@backstage/app-defaults": "^1.6.2",
"@backstage/catalog-model": "^1.7.4",
"@backstage/cli": "^0.32.1",
"@backstage/core-app-api": "^1.17.0",
"@backstage/core-compat-api": "^0.4.2",
"@backstage/core-components": "^0.17.2",
"@backstage/core-plugin-api": "^1.10.7",
"@backstage/frontend-app-api": "^0.11.2",
"@backstage/frontend-defaults": "^0.2.2",
"@backstage/frontend-plugin-api": "^0.10.2",
"@backstage/integration-react": "^1.2.7",
"@backstage/plugin-api-docs": "^0.12.7",
"@backstage/plugin-catalog": "^1.30.0",
"@backstage/plugin-catalog-common": "^1.1.4",
"@backstage/plugin-catalog-graph": "^0.4.19",
"@backstage/plugin-catalog-import": "^0.13.0",
"@backstage/plugin-catalog-react": "^1.18.0",
"@backstage/plugin-org": "^0.6.39",
"@backstage/plugin-user-settings": "^0.8.22",
"@backstage/theme": "^0.6.6",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
@ -51,7 +51,7 @@
"styled-components": "^6.1.8"
},
"devDependencies": {
"@backstage/test-utils": "^1.7.7",
"@backstage/test-utils": "^1.7.8",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",

View File

@ -20,23 +20,23 @@
},
"dependencies": {
"@backstage-community/plugin-sonarqube": "workspace:^",
"@backstage/app-defaults": "^1.6.1",
"@backstage/catalog-model": "^1.7.3",
"@backstage/cli": "^0.32.0",
"@backstage/core-app-api": "^1.16.1",
"@backstage/core-components": "^0.17.1",
"@backstage/core-plugin-api": "^1.10.6",
"@backstage/integration-react": "^1.2.6",
"@backstage/plugin-api-docs": "^0.12.6",
"@backstage/plugin-catalog": "^1.29.0",
"@backstage/plugin-catalog-common": "^1.1.3",
"@backstage/plugin-catalog-graph": "^0.4.18",
"@backstage/plugin-catalog-import": "^0.12.13",
"@backstage/plugin-catalog-react": "^1.17.0",
"@backstage/plugin-org": "^0.6.38",
"@backstage/plugin-permission-react": "^0.4.33",
"@backstage/plugin-user-settings": "^0.8.21",
"@backstage/theme": "^0.6.5",
"@backstage/app-defaults": "^1.6.2",
"@backstage/catalog-model": "^1.7.4",
"@backstage/cli": "^0.32.1",
"@backstage/core-app-api": "^1.17.0",
"@backstage/core-components": "^0.17.2",
"@backstage/core-plugin-api": "^1.10.7",
"@backstage/integration-react": "^1.2.7",
"@backstage/plugin-api-docs": "^0.12.7",
"@backstage/plugin-catalog": "^1.30.0",
"@backstage/plugin-catalog-common": "^1.1.4",
"@backstage/plugin-catalog-graph": "^0.4.19",
"@backstage/plugin-catalog-import": "^0.13.0",
"@backstage/plugin-catalog-react": "^1.18.0",
"@backstage/plugin-org": "^0.6.39",
"@backstage/plugin-permission-react": "^0.4.34",
"@backstage/plugin-user-settings": "^0.8.22",
"@backstage/theme": "^0.6.6",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
@ -47,7 +47,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/test-utils": "^1.7.7",
"@backstage/test-utils": "^1.7.8",
"@playwright/test": "^1.32.3",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",

View File

@ -22,16 +22,16 @@
},
"dependencies": {
"@backstage-community/plugin-sonarqube-backend": "workspace:^",
"@backstage/backend-defaults": "^0.9.0",
"@backstage/backend-plugin-api": "^1.3.0",
"@backstage/backend-defaults": "^0.10.0",
"@backstage/backend-plugin-api": "^1.3.1",
"@backstage/config": "^1.3.2",
"@backstage/plugin-app-backend": "^0.5.1",
"@backstage/plugin-auth-backend": "^0.24.5",
"@backstage/plugin-auth-backend-module-github-provider": "^0.3.2",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.7",
"@backstage/plugin-auth-node": "^0.6.2",
"@backstage/plugin-catalog-backend": "^1.32.1",
"@backstage/plugin-proxy-backend": "^0.6.1",
"@backstage/plugin-app-backend": "^0.5.2",
"@backstage/plugin-auth-backend": "^0.25.0",
"@backstage/plugin-auth-backend-module-github-provider": "^0.3.3",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.8",
"@backstage/plugin-auth-node": "^0.6.3",
"@backstage/plugin-catalog-backend": "^2.0.0",
"@backstage/plugin-proxy-backend": "^0.6.2",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.1",
@ -40,7 +40,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.32.0",
"@backstage/cli": "^0.32.1",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",

View File

@ -38,8 +38,8 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/backend-defaults": "^0.9.0",
"@backstage/backend-plugin-api": "^1.3.0",
"@backstage/backend-defaults": "^0.10.0",
"@backstage/backend-plugin-api": "^1.3.1",
"@backstage/config": "^1.3.2",
"@backstage/errors": "^1.2.7",
"@types/express": "*",
@ -49,10 +49,10 @@
"yn": "^5.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.4.0",
"@backstage/cli": "^0.32.0",
"@backstage/plugin-auth-backend": "^0.24.5",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.7",
"@backstage/backend-test-utils": "^1.5.0",
"@backstage/cli": "^0.32.1",
"@backstage/plugin-auth-backend": "^0.25.0",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.8",
"@types/node-fetch": "^2.5.12",
"@types/supertest": "^6.0.0",
"msw": "^1.0.0",

View File

@ -51,11 +51,11 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/catalog-model": "^1.7.3",
"@backstage/core-plugin-api": "^1.10.6"
"@backstage/catalog-model": "^1.7.4",
"@backstage/core-plugin-api": "^1.10.7"
},
"devDependencies": {
"@backstage/cli": "^0.32.0",
"@backstage/cli": "^0.32.1",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react-dom": "^18.2.19",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",

View File

@ -60,13 +60,13 @@
},
"dependencies": {
"@backstage-community/plugin-sonarqube-react": "workspace:^",
"@backstage/catalog-model": "^1.7.3",
"@backstage/core-compat-api": "^0.4.1",
"@backstage/core-components": "^0.17.1",
"@backstage/core-plugin-api": "^1.10.6",
"@backstage/frontend-app-api": "^0.11.1",
"@backstage/frontend-plugin-api": "^0.10.1",
"@backstage/plugin-catalog-react": "^1.17.0",
"@backstage/catalog-model": "^1.7.4",
"@backstage/core-compat-api": "^0.4.2",
"@backstage/core-components": "^0.17.2",
"@backstage/core-plugin-api": "^1.10.7",
"@backstage/frontend-app-api": "^0.11.2",
"@backstage/frontend-plugin-api": "^0.10.2",
"@backstage/plugin-catalog-react": "^1.18.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
@ -77,11 +77,11 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.32.0",
"@backstage/core-app-api": "^1.16.1",
"@backstage/dev-utils": "^1.1.9",
"@backstage/frontend-test-utils": "^0.3.1",
"@backstage/test-utils": "^1.7.7",
"@backstage/cli": "^0.32.1",
"@backstage/core-app-api": "^1.17.0",
"@backstage/dev-utils": "^1.1.10",
"@backstage/frontend-test-utils": "^0.3.2",
"@backstage/test-utils": "^1.7.8",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",

View File

@ -5,7 +5,7 @@
```ts
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { DiscoveryApi } from '@backstage/core-plugin-api';
import { Entity } from '@backstage/catalog-model/index';
import { Entity } from '@backstage/catalog-model';
import { FetchApi } from '@backstage/core-plugin-api';
import { FindingSummary } from '@backstage-community/plugin-sonarqube-react';
import { InfoCardVariants } from '@backstage/core-components';

File diff suppressed because it is too large Load Diff