quay - version:bump to v1.34.2 (#2369)

* v1.34.2 version bump

* Manual changes

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-12-24 17:48:58 +01:00 committed by GitHub
parent 41a2455d98
commit 7daf65abbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 934 additions and 633 deletions

View File

@ -0,0 +1,7 @@
---
'@backstage-community/plugin-quay': minor
'@backstage-community/plugin-scaffolder-backend-module-quay': minor
'@backstage-community/plugin-quay-common': minor
---
Backstage version bump to v1.34.2

View File

@ -1 +1,3 @@
{ "version": "1.32.0" }
{
"version": "1.34.2"
}

View File

@ -33,12 +33,11 @@
"directory": "workspaces/quay"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.4",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.10.0",
"@backstage/repo-tools": "^0.12.0",
"@changesets/cli": "^2.27.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@spotify/prettier-config": "^12.0.0",
"knip": "^5.27.4",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
@ -48,7 +47,7 @@
"@types/react": "^18",
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"eslint --fix",

View File

@ -39,13 +39,13 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/plugin-scaffolder-node": "^0.5.0",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/plugin-scaffolder-node": "^0.6.2",
"yaml": "^2.6.0"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/plugin-scaffolder-node-test-utils": "0.1.14",
"@backstage/cli": "^0.29.4",
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.17",
"@spotify/prettier-config": "^15.0.0",
"prettier": "3.4.2"
},

View File

@ -5,7 +5,7 @@
```ts
import { BackendFeature } from '@backstage/backend-plugin-api';
import { JsonObject } from '@backstage/types';
import { JsonObject } from '@backstage/types/index';
import { TemplateAction } from '@backstage/plugin-scaffolder-node';
// @public (undocumented)

View File

@ -54,12 +54,12 @@
"dist"
],
"peerDependencies": {
"@backstage/plugin-permission-common": "^0.8.1",
"@backstage/plugin-permission-common": "^0.8.3",
"react": "16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/plugin-permission-common": "^0.8.1",
"@backstage/cli": "^0.29.4",
"@backstage/plugin-permission-common": "^0.8.3",
"@spotify/prettier-config": "^15.0.0",
"@types/react": "^18.2.58",
"prettier": "3.4.2",

View File

@ -37,13 +37,13 @@
},
"dependencies": {
"@backstage-community/plugin-quay-common": "workspace:^",
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-catalog-common": "^1.1.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/plugin-permission-react": "^0.4.27",
"@backstage/theme": "^0.6.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/plugin-catalog-common": "^1.1.2",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/plugin-permission-react": "^0.4.29",
"@backstage/theme": "^0.6.3",
"@janus-idp/shared-react": "^2.13.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.3",
@ -56,10 +56,10 @@
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"@backstage/cli": "0.28.2",
"@backstage/core-app-api": "1.15.1",
"@backstage/dev-utils": "1.1.2",
"@backstage/test-utils": "1.7.0",
"@backstage/cli": "^0.29.4",
"@backstage/core-app-api": "^1.15.3",
"@backstage/dev-utils": "^1.1.5",
"@backstage/test-utils": "^1.7.3",
"@playwright/test": "1.49.1",
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
"@spotify/prettier-config": "^15.0.0",

File diff suppressed because it is too large Load Diff