@backstage/plugin-kubernetes 0.11.14-next.0 → 0.11.14-next.2

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 CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.11.14-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.14.11-next.1
10
+ - @backstage/plugin-catalog-react@1.13.0-next.2
11
+ - @backstage/core-compat-api@0.3.0-next.2
12
+ - @backstage/core-plugin-api@1.9.4-next.0
13
+ - @backstage/frontend-plugin-api@0.8.0-next.2
14
+ - @backstage/plugin-kubernetes-react@0.4.3-next.1
15
+ - @backstage/catalog-model@1.6.0
16
+ - @backstage/plugin-kubernetes-common@0.8.2
17
+
18
+ ## 0.11.14-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/frontend-plugin-api@0.8.0-next.1
24
+ - @backstage/core-compat-api@0.3.0-next.1
25
+ - @backstage/core-components@0.14.11-next.0
26
+ - @backstage/plugin-catalog-react@1.12.4-next.1
27
+ - @backstage/catalog-model@1.6.0
28
+ - @backstage/core-plugin-api@1.9.3
29
+ - @backstage/plugin-kubernetes-common@0.8.2
30
+ - @backstage/plugin-kubernetes-react@0.4.3-next.0
31
+
3
32
  ## 0.11.14-next.0
4
33
 
5
34
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes__alpha",
3
- "version": "0.11.14-next.0",
3
+ "version": "0.11.14-next.2",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as _backstage_catalog_model from '@backstage/catalog-model';
3
3
  import * as react from 'react';
4
4
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
5
5
 
6
- declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
6
+ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
7
7
  kubernetes: _backstage_frontend_plugin_api.RouteRef<undefined>;
8
8
  }, {}, {
9
9
  "api:kubernetes": _backstage_frontend_plugin_api.ExtensionDefinition<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
- "version": "0.11.14-next.0",
3
+ "version": "0.11.14-next.2",
4
4
  "description": "A Backstage plugin that integrates towards Kubernetes",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -58,13 +58,13 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@backstage/catalog-model": "^1.6.0",
61
- "@backstage/core-compat-api": "^0.2.9-next.0",
62
- "@backstage/core-components": "^0.14.10",
63
- "@backstage/core-plugin-api": "^1.9.3",
64
- "@backstage/frontend-plugin-api": "^0.8.0-next.0",
65
- "@backstage/plugin-catalog-react": "^1.12.4-next.0",
61
+ "@backstage/core-compat-api": "^0.3.0-next.2",
62
+ "@backstage/core-components": "^0.14.11-next.1",
63
+ "@backstage/core-plugin-api": "^1.9.4-next.0",
64
+ "@backstage/frontend-plugin-api": "^0.8.0-next.2",
65
+ "@backstage/plugin-catalog-react": "^1.13.0-next.2",
66
66
  "@backstage/plugin-kubernetes-common": "^0.8.2",
67
- "@backstage/plugin-kubernetes-react": "^0.4.2",
67
+ "@backstage/plugin-kubernetes-react": "^0.4.3-next.1",
68
68
  "@kubernetes-models/apimachinery": "^1.1.0",
69
69
  "@kubernetes-models/base": "^4.0.1",
70
70
  "@kubernetes/client-node": "0.20.0",
@@ -80,12 +80,12 @@
80
80
  "xterm-addon-fit": "^0.8.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "^0.27.1-next.0",
84
- "@backstage/dev-utils": "^1.0.38-next.0",
85
- "@backstage/test-utils": "^1.6.0-next.0",
83
+ "@backstage/cli": "^0.27.1-next.2",
84
+ "@backstage/dev-utils": "^1.1.0-next.2",
85
+ "@backstage/test-utils": "^1.6.0-next.1",
86
86
  "@testing-library/dom": "^10.0.0",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
- "@testing-library/react": "^15.0.0"
88
+ "@testing-library/react": "^16.0.0"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",