@backstage/plugin-devtools-backend 0.3.0-next.0 → 0.3.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/package.json +10 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
+ ## 0.3.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2bd1410: Removed unused dependencies
8
+ - 8b0026d: Removed unused `devDependencies` identified in Knip Report
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.21.4-next.2
11
+ - @backstage/backend-plugin-api@0.6.14-next.2
12
+ - @backstage/cli-common@0.1.13
13
+ - @backstage/config@1.2.0-next.1
14
+ - @backstage/config-loader@1.7.0-next.1
15
+ - @backstage/errors@1.2.4-next.0
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-devtools-common@0.1.9-next.1
18
+ - @backstage/plugin-permission-common@0.7.13-next.1
19
+ - @backstage/plugin-permission-node@0.7.25-next.2
20
+
21
+ ## 0.3.0-next.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/config@1.2.0-next.1
27
+ - @backstage/config-loader@1.7.0-next.1
28
+ - @backstage/backend-common@0.21.4-next.1
29
+ - @backstage/backend-plugin-api@0.6.14-next.1
30
+ - @backstage/plugin-auth-node@0.4.9-next.1
31
+ - @backstage/plugin-permission-common@0.7.13-next.1
32
+ - @backstage/plugin-permission-node@0.7.25-next.1
33
+ - @backstage/cli-common@0.1.13
34
+ - @backstage/errors@1.2.4-next.0
35
+ - @backstage/types@1.1.1
36
+ - @backstage/plugin-devtools-common@0.1.9-next.1
37
+
3
38
  ## 0.3.0-next.0
4
39
 
5
40
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.3.0-next.0",
3
+ "version": "0.3.0-next.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,16 +28,15 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.21.3-next.0",
32
- "@backstage/backend-plugin-api": "^0.6.13-next.0",
31
+ "@backstage/backend-common": "^0.21.4-next.2",
32
+ "@backstage/backend-plugin-api": "^0.6.14-next.2",
33
33
  "@backstage/cli-common": "^0.1.13",
34
- "@backstage/config": "^1.1.2-next.0",
35
- "@backstage/config-loader": "^1.6.3-next.0",
34
+ "@backstage/config": "^1.2.0-next.1",
35
+ "@backstage/config-loader": "^1.7.0-next.1",
36
36
  "@backstage/errors": "^1.2.4-next.0",
37
- "@backstage/plugin-auth-node": "^0.4.8-next.0",
38
- "@backstage/plugin-devtools-common": "^0.1.9-next.0",
39
- "@backstage/plugin-permission-common": "^0.7.13-next.0",
40
- "@backstage/plugin-permission-node": "^0.7.24-next.0",
37
+ "@backstage/plugin-devtools-common": "^0.1.9-next.1",
38
+ "@backstage/plugin-permission-common": "^0.7.13-next.1",
39
+ "@backstage/plugin-permission-node": "^0.7.25-next.2",
41
40
  "@backstage/types": "^1.1.1",
42
41
  "@manypkg/get-packages": "^1.1.3",
43
42
  "@types/express": "*",
@@ -54,9 +53,8 @@
54
53
  "yn": "^4.0.0"
55
54
  },
56
55
  "devDependencies": {
57
- "@backstage/backend-test-utils": "^0.3.3-next.0",
58
- "@backstage/cli": "^0.25.3-next.0",
59
- "@types/minimist": "^1.2.0",
56
+ "@backstage/backend-test-utils": "^0.3.4-next.2",
57
+ "@backstage/cli": "^0.25.3-next.2",
60
58
  "@types/ping": "^0.4.1",
61
59
  "@types/supertest": "^2.0.8",
62
60
  "@types/yarnpkg__lockfile": "^1.1.4",