rollbar - version:bump to v1.32.2 (#1669)

* v1.32.2 version bump

* Updated API Reports

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 2024-10-19 22:32:38 +02:00 committed by GitHub
parent c7477bf427
commit 5ae84d2f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 784 additions and 603 deletions

View File

@ -0,0 +1,6 @@
---
'@backstage-community/plugin-rollbar': patch
'@backstage-community/plugin-rollbar-backend': patch
---
Backstage version bump to v1.32.2

View File

@ -1,3 +1,3 @@
{
"version": "1.31.2"
"version": "1.32.2"
}

View File

@ -18,7 +18,7 @@
"prettier:check": "prettier --check .",
"new": "backstage-cli new --scope @backstage-community",
"build:api-reports": "yarn build:api-reports:only --tsc",
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type --validate-release-tags",
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type,ae-undocumented --validate-release-tags",
"postinstall": "cd ../../ && yarn install"
},
"workspaces": {
@ -33,9 +33,9 @@
"directory": "workspaces/rollbar"
},
"devDependencies": {
"@backstage/cli": "^0.27.1",
"@backstage/cli": "^0.28.0",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.9.7",
"@backstage/repo-tools": "^0.10.0",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^15.0.0",
"node-gyp": "^10.0.0",

View File

@ -43,7 +43,7 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-plugin-api": "^1.0.0",
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/config": "^1.2.0",
"@types/express": "^4.17.6",
"compression": "^1.7.4",
@ -58,11 +58,11 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-defaults": "^0.5.0",
"@backstage/backend-test-utils": "^1.0.0",
"@backstage/cli": "^0.27.1",
"@backstage/plugin-auth-backend": "^0.23.0",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.0",
"@backstage/backend-defaults": "^0.5.2",
"@backstage/backend-test-utils": "^1.0.2",
"@backstage/cli": "^0.28.0",
"@backstage/plugin-auth-backend": "^0.23.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1",
"@types/lodash": "^4.14.151",
"@types/node-fetch": "^2.5.12",
"@types/supertest": "^6.0.0",

View File

@ -44,9 +44,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-components": "^0.15.0",
"@backstage/core-plugin-api": "^1.9.4",
"@backstage/plugin-catalog-react": "^1.13.1",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@material-ui/core": "^4.12.2",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
@ -55,9 +55,9 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.27.1",
"@backstage/dev-utils": "^1.1.1",
"@backstage/test-utils": "^1.6.0",
"@backstage/cli": "^0.28.0",
"@backstage/dev-utils": "^1.1.2",
"@backstage/test-utils": "^1.7.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",

File diff suppressed because it is too large Load Diff