@secustor/backstage-plugin-renovate-backend 0.16.0 → 0.16.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 (3) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/config.d.ts +1 -1
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @secustor/backstage-plugin-renovate-backend
2
2
 
3
+ ## 0.16.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#838](https://github.com/secustor/backstage-plugins/pull/838) [`db57f5e`](https://github.com/secustor/backstage-plugins/commit/db57f5e3c94066417d9ac256ce50922aff05761b) Thanks [@secustor](https://github.com/secustor)! - Correctly mark renovate-client package as a common libary and part of the Renovate plugin
8
+
9
+ - [#839](https://github.com/secustor/backstage-plugins/pull/839) [`ad8a17d`](https://github.com/secustor/backstage-plugins/commit/ad8a17db9f7b434fb661314d06c874f67bf2d231) Thanks [@secustor](https://github.com/secustor)! - Remove unused @backstage/backend-tasks package
10
+
11
+ - Updated dependencies [[`db57f5e`](https://github.com/secustor/backstage-plugins/commit/db57f5e3c94066417d9ac256ce50922aff05761b)]:
12
+ - @secustor/backstage-plugin-renovate-common@0.9.4
13
+ - @secustor/backstage-plugin-renovate-node@0.5.8
14
+
15
+ ## 0.16.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [`01a41bd`](https://github.com/secustor/backstage-plugins/commit/01a41bdbfb456fcbe6af1dfcf56143d6c59aef7c) Thanks [@renovate[bot]](https://github.com/renovate%5Bbot%5D)! - Bump Backstage to 1.42.1
20
+
21
+ - Updated dependencies [[`01a41bd`](https://github.com/secustor/backstage-plugins/commit/01a41bdbfb456fcbe6af1dfcf56143d6c59aef7c)]:
22
+ - @secustor/backstage-plugin-renovate-common@0.9.3
23
+ - @secustor/backstage-plugin-renovate-node@0.5.7
24
+
3
25
  ## 0.16.0
4
26
 
5
27
  ### Minor Changes
package/config.d.ts CHANGED
@@ -66,7 +66,7 @@ export interface Config {
66
66
  /**
67
67
  * Config for queues
68
68
  */
69
- queues: {
69
+ queue: {
70
70
  /**
71
71
  * The queue to use. The value references id of a queue supplied by a module
72
72
  * For module-specific configuration sees the relevant module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secustor/backstage-plugin-renovate-backend",
3
- "version": "0.16.0",
3
+ "version": "0.16.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -17,6 +17,7 @@
17
17
  "pluginPackages": [
18
18
  "@secustor/backstage-plugin-renovate",
19
19
  "@secustor/backstage-plugin-renovate-backend",
20
+ "@secustor/backstage-plugin-renovate-client",
20
21
  "@secustor/backstage-plugin-renovate-common",
21
22
  "@secustor/backstage-plugin-renovate-node"
22
23
  ],
@@ -51,18 +52,17 @@
51
52
  "postpack": "backstage-cli package postpack"
52
53
  },
53
54
  "dependencies": {
54
- "@backstage/backend-defaults": "^0.11.0",
55
- "@backstage/backend-openapi-utils": "^0.5.3",
56
- "@backstage/backend-plugin-api": "^1.3.1",
57
- "@backstage/backend-tasks": "^0.6.1",
58
- "@backstage/catalog-client": "^1.10.0",
59
- "@backstage/catalog-model": "^1.7.4",
60
- "@backstage/config": "^1.3.2",
55
+ "@backstage/backend-defaults": "^0.12.0",
56
+ "@backstage/backend-openapi-utils": "^0.6.0",
57
+ "@backstage/backend-plugin-api": "^1.4.2",
58
+ "@backstage/catalog-client": "^1.11.0",
59
+ "@backstage/catalog-model": "^1.7.5",
60
+ "@backstage/config": "^1.3.3",
61
61
  "@backstage/errors": "^1.2.7",
62
- "@backstage/integration": "^1.17.0",
62
+ "@backstage/integration": "^1.17.1",
63
63
  "@backstage/types": "^1.2.1",
64
- "@secustor/backstage-plugin-renovate-common": "^0.9.2",
65
- "@secustor/backstage-plugin-renovate-node": "^0.5.6",
64
+ "@secustor/backstage-plugin-renovate-common": "^0.9.4",
65
+ "@secustor/backstage-plugin-renovate-node": "^0.5.8",
66
66
  "@sindresorhus/is": "^4.6.0",
67
67
  "@types/express": "^4.17.21",
68
68
  "express": "^4.17.1",
@@ -75,10 +75,10 @@
75
75
  "zod": "^3.22.4"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-test-utils": "^1.5.0",
79
- "@backstage/cli": "^0.33.0",
80
- "@backstage/repo-tools": "^0.14.0",
81
- "@backstage/test-utils": "^1.7.8",
78
+ "@backstage/backend-test-utils": "^1.8.0",
79
+ "@backstage/cli": "^0.34.0",
80
+ "@backstage/repo-tools": "^0.15.1",
81
+ "@backstage/test-utils": "^1.7.11",
82
82
  "@types/supertest": "^6.0.0",
83
83
  "jest-mock-extended": "^4.0.0",
84
84
  "msw": "^2.0.0",