@backstage-community/plugin-tekton 3.21.1 → 3.22.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +13 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  ### Dependencies
2
2
 
3
+ ## 3.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f84ad73: chore: remove homepage field from package.json
8
+ - Updated dependencies [f84ad73]
9
+ - @backstage-community/plugin-tekton-common@1.8.1
10
+
11
+ ## 3.22.0
12
+
13
+ ### Minor Changes
14
+
15
+ - de82c49: Bump backstage version to 1.36.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 43ed904: remove unused dependency: @types/node
20
+ - c31699d: Updated dependency `@playwright/test` to `1.51.1`.
21
+ - f16f56e: Updated dependency `start-server-and-test` to `2.0.11`.
22
+ - Updated dependencies [de82c49]
23
+ - @backstage-community/plugin-tekton-common@1.8.0
24
+
3
25
  ## 3.21.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tekton",
3
- "version": "3.21.1",
3
+ "version": "3.22.1",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -35,16 +35,16 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@aonic-ui/pipelines": "^3.1.0",
38
- "@backstage-community/plugin-tekton-common": "^1.7.0",
38
+ "@backstage-community/plugin-tekton-common": "^1.8.1",
39
39
  "@backstage/catalog-model": "^1.7.3",
40
- "@backstage/core-components": "^0.16.3",
41
- "@backstage/core-plugin-api": "^1.10.3",
42
- "@backstage/plugin-catalog-react": "^1.15.1",
40
+ "@backstage/core-components": "^0.16.4",
41
+ "@backstage/core-plugin-api": "^1.10.4",
42
+ "@backstage/plugin-catalog-react": "^1.15.2",
43
43
  "@backstage/plugin-kubernetes": "^0.12.4",
44
44
  "@backstage/plugin-kubernetes-common": "^0.9.3",
45
45
  "@backstage/plugin-kubernetes-react": "^0.5.4",
46
- "@backstage/plugin-permission-react": "^0.4.30",
47
- "@backstage/theme": "^0.6.3",
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
  "@kubernetes/client-node": "1.0.0-rc7",
50
50
  "@material-ui/core": "^4.9.13",
@@ -68,11 +68,11 @@
68
68
  "react-router-dom": "^6.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/cli": "^0.29.5",
72
- "@backstage/core-app-api": "^1.15.4",
73
- "@backstage/dev-utils": "^1.1.6",
74
- "@backstage/test-utils": "^1.7.4",
75
- "@playwright/test": "1.51.0",
71
+ "@backstage/cli": "^0.30.0",
72
+ "@backstage/core-app-api": "^1.15.5",
73
+ "@backstage/dev-utils": "^1.1.7",
74
+ "@backstage/test-utils": "^1.7.5",
75
+ "@playwright/test": "1.51.1",
76
76
  "@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
77
77
  "@testing-library/jest-dom": "6.6.3",
78
78
  "@testing-library/react": "14.3.1",
@@ -80,10 +80,9 @@
80
80
  "@testing-library/user-event": "14.6.1",
81
81
  "@types/dagre": "^0.7.52",
82
82
  "@types/lodash": "4.17.16",
83
- "@types/node": "18.19.68",
84
83
  "cross-fetch": "4.0.0",
85
84
  "msw": "1.3.5",
86
- "start-server-and-test": "2.0.10"
85
+ "start-server-and-test": "2.0.11"
87
86
  },
88
87
  "files": [
89
88
  "app-config.dynamic.yaml",
@@ -102,7 +101,6 @@
102
101
  "backstage",
103
102
  "plugin"
104
103
  ],
105
- "homepage": "https://red.ht/rhdh",
106
104
  "bugs": "https://github.com/backstage/community-plugins/issues",
107
105
  "maintainers": [
108
106
  "christoph-jerolimov",