@backstage-community/plugin-tekton 3.26.1 → 3.26.3

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 +15 -0
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  ### Dependencies
2
2
 
3
+ ## 3.26.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f818001: Updated dependency `@types/lodash` to `4.17.20`.
8
+
9
+ ## 3.26.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 8fa8ece: Updated dependency `@types/lodash` to `4.17.17`.
14
+ - 6a59fcf: remove support and lifecycle keywords in package.json
15
+ - Updated dependencies [6a59fcf]
16
+ - @backstage-community/plugin-tekton-common@1.10.1
17
+
3
18
  ## 3.26.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tekton",
3
- "version": "3.26.1",
3
+ "version": "3.26.3",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -11,7 +11,6 @@
11
11
  },
12
12
  "backstage": {
13
13
  "role": "frontend-plugin",
14
- "supported-versions": "1.39.1",
15
14
  "pluginId": "tekton",
16
15
  "pluginPackage": "@backstage-community/plugin-tekton",
17
16
  "pluginPackages": [
@@ -35,7 +34,7 @@
35
34
  },
36
35
  "dependencies": {
37
36
  "@aonic-ui/pipelines": "^3.1.0",
38
- "@backstage-community/plugin-tekton-common": "^1.10.0",
37
+ "@backstage-community/plugin-tekton-common": "^1.10.1",
39
38
  "@backstage/catalog-model": "^1.7.4",
40
39
  "@backstage/core-components": "^0.17.2",
41
40
  "@backstage/core-plugin-api": "^1.10.7",
@@ -80,7 +79,7 @@
80
79
  "@testing-library/react-hooks": "8.0.1",
81
80
  "@testing-library/user-event": "14.6.1",
82
81
  "@types/dagre": "^0.7.52",
83
- "@types/lodash": "4.17.16",
82
+ "@types/lodash": "4.17.20",
84
83
  "cross-fetch": "4.0.0",
85
84
  "msw": "1.3.5",
86
85
  "start-server-and-test": "2.0.12"
@@ -95,8 +94,6 @@
95
94
  "directory": "workspaces/tekton/plugins/tekton"
96
95
  },
97
96
  "keywords": [
98
- "support:production",
99
- "lifecycle:active",
100
97
  "kubernetes",
101
98
  "tekton",
102
99
  "backstage",