@backstage-community/plugin-quay 1.18.0 → 1.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/package.json +19 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
### Dependencies
|
|
2
2
|
|
|
3
|
+
## 1.19.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 110b103: Add scalprum configuration for generating OCI artifacts
|
|
8
|
+
- 1f3ea2f: Backstage version bump to v1.36.1
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 973a5ef: remove prettier from devDevpendencies
|
|
13
|
+
- c222ea4: Updated dependency `@playwright/test` to `1.51.0`.
|
|
14
|
+
- Updated dependencies [973a5ef]
|
|
15
|
+
- Updated dependencies [1f3ea2f]
|
|
16
|
+
- @backstage-community/plugin-quay-common@1.7.0
|
|
17
|
+
|
|
18
|
+
## 1.18.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 3e35324: Updated dependency `start-server-and-test` to `2.0.10`.
|
|
23
|
+
|
|
3
24
|
## 1.18.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-quay",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"ui-test": "start-server-and-test start localhost:3000 'playwright test'"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage-community/plugin-quay-common": "^1.
|
|
40
|
+
"@backstage-community/plugin-quay-common": "^1.7.0",
|
|
41
41
|
"@backstage/catalog-model": "^1.7.3",
|
|
42
|
-
"@backstage/core-components": "^0.16.
|
|
43
|
-
"@backstage/core-plugin-api": "^1.10.
|
|
42
|
+
"@backstage/core-components": "^0.16.4",
|
|
43
|
+
"@backstage/core-plugin-api": "^1.10.4",
|
|
44
44
|
"@backstage/plugin-catalog-common": "^1.1.3",
|
|
45
|
-
"@backstage/plugin-catalog-react": "^1.15.
|
|
46
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
47
|
-
"@backstage/theme": "^0.6.
|
|
45
|
+
"@backstage/plugin-catalog-react": "^1.15.2",
|
|
46
|
+
"@backstage/plugin-permission-react": "^0.4.31",
|
|
47
|
+
"@backstage/theme": "^0.6.4",
|
|
48
48
|
"@janus-idp/shared-react": "^2.16.0",
|
|
49
49
|
"@material-ui/core": "^4.12.2",
|
|
50
50
|
"@material-ui/icons": "^4.11.3",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"react-router-dom": "^6.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@backstage/cli": "^0.
|
|
61
|
-
"@backstage/core-app-api": "^1.15.
|
|
62
|
-
"@backstage/dev-utils": "^1.1.
|
|
63
|
-
"@backstage/test-utils": "^1.7.
|
|
64
|
-
"@playwright/test": "1.
|
|
60
|
+
"@backstage/cli": "^0.30.0",
|
|
61
|
+
"@backstage/core-app-api": "^1.15.5",
|
|
62
|
+
"@backstage/dev-utils": "^1.1.7",
|
|
63
|
+
"@backstage/test-utils": "^1.7.5",
|
|
64
|
+
"@playwright/test": "1.51.0",
|
|
65
65
|
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
|
|
66
66
|
"@spotify/prettier-config": "^15.0.0",
|
|
67
67
|
"@testing-library/jest-dom": "^6.0.0",
|
|
@@ -71,11 +71,10 @@
|
|
|
71
71
|
"@types/react-dom": "^18.2.19",
|
|
72
72
|
"cross-fetch": "4.0.0",
|
|
73
73
|
"msw": "1.3.5",
|
|
74
|
-
"prettier": "3.4.2",
|
|
75
74
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
76
75
|
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
77
76
|
"react-router-dom": "^6.0.0",
|
|
78
|
-
"start-server-and-test": "2.0.
|
|
77
|
+
"start-server-and-test": "2.0.10"
|
|
79
78
|
},
|
|
80
79
|
"files": [
|
|
81
80
|
"app-config.dynamic.yaml",
|
|
@@ -99,6 +98,12 @@
|
|
|
99
98
|
"maintainers": [
|
|
100
99
|
"@karthikjeeyar"
|
|
101
100
|
],
|
|
101
|
+
"scalprum": {
|
|
102
|
+
"name": "backstage-community.plugin-quay",
|
|
103
|
+
"exposedModules": {
|
|
104
|
+
"PluginRoot": "./src/index.ts"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
102
107
|
"author": "Red Hat",
|
|
103
108
|
"typesVersions": {
|
|
104
109
|
"*": {
|