allure - version:bump to v1.32.2 (#1566)

* 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 01:26:52 +02:00 committed by GitHub
parent 58c28d3a8b
commit 0a41508ab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 575 additions and 406 deletions

View File

@ -0,0 +1,5 @@
---
'@backstage-community/plugin-allure': 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/allure"
},
"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

@ -38,16 +38,16 @@
},
"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",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"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