@secustor/backstage-plugin-renovate-backend 0.15.7 → 0.15.8

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,15 @@
1
1
  # @secustor/backstage-plugin-renovate-backend
2
2
 
3
+ ## 0.15.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#744](https://github.com/secustor/backstage-plugins/pull/744) [`8670607`](https://github.com/secustor/backstage-plugins/commit/8670607b4aa74c468a53523c6ef35b73487f0877) Thanks [@renovate](https://github.com/apps/renovate)! - Upgrade Backstage to 1.40.0
8
+
9
+ - Updated dependencies [[`8670607`](https://github.com/secustor/backstage-plugins/commit/8670607b4aa74c468a53523c6ef35b73487f0877)]:
10
+ - @secustor/backstage-plugin-renovate-common@0.9.2
11
+ - @secustor/backstage-plugin-renovate-node@0.5.6
12
+
3
13
  ## 0.15.7
4
14
 
5
15
  ### Patch Changes
package/README.md CHANGED
@@ -32,6 +32,7 @@ See the respective plugins for more information:
32
32
  - [@secustor/backstage-plugin-renovate-backend-module-queue-redis](https://www.npmjs.com/package/@secustor/backstage-plugin-renovate-backend-module-queue-redis)
33
33
  - [@secustor/backstage-plugin-renovate-backend-module-runtime-direct](https://www.npmjs.com/package/@secustor/backstage-plugin-renovate-backend-module-runtime-direct)
34
34
  - [@secustor/backstage-plugin-renovate-backend-module-runtime-docker](https://www.npmjs.com/package/@secustor/backstage-plugin-renovate-backend-module-runtime-docker)
35
+ - [@secustor/backstage-plugin-renovate-backend-module-runtime-s3](https://www.npmjs.com/package/@secustor/backstage-plugin-renovate-backend-module-runtime-s3)
35
36
 
36
37
  If you wish to install the frontend plugin, you can do so by following the instructions in the frontend plugin's [README](../renovate).
37
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secustor/backstage-plugin-renovate-backend",
3
- "version": "0.15.7",
3
+ "version": "0.15.8",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -51,7 +51,7 @@
51
51
  "postpack": "backstage-cli package postpack"
52
52
  },
53
53
  "dependencies": {
54
- "@backstage/backend-defaults": "^0.10.0",
54
+ "@backstage/backend-defaults": "^0.11.0",
55
55
  "@backstage/backend-openapi-utils": "^0.5.3",
56
56
  "@backstage/backend-plugin-api": "^1.3.1",
57
57
  "@backstage/backend-tasks": "^0.6.1",
@@ -61,8 +61,8 @@
61
61
  "@backstage/errors": "^1.2.7",
62
62
  "@backstage/integration": "^1.17.0",
63
63
  "@backstage/types": "^1.2.1",
64
- "@secustor/backstage-plugin-renovate-common": "^0.9.1",
65
- "@secustor/backstage-plugin-renovate-node": "^0.5.5",
64
+ "@secustor/backstage-plugin-renovate-common": "^0.9.2",
65
+ "@secustor/backstage-plugin-renovate-node": "^0.5.6",
66
66
  "@sindresorhus/is": "^4.6.0",
67
67
  "@types/express": "^4.17.21",
68
68
  "express": "^4.17.1",
@@ -76,11 +76,11 @@
76
76
  },
77
77
  "devDependencies": {
78
78
  "@backstage/backend-test-utils": "^1.5.0",
79
- "@backstage/cli": "^0.32.1",
80
- "@backstage/repo-tools": "^0.13.3",
79
+ "@backstage/cli": "^0.33.0",
80
+ "@backstage/repo-tools": "^0.14.0",
81
81
  "@backstage/test-utils": "^1.7.8",
82
82
  "@types/supertest": "^6.0.0",
83
- "jest-mock-extended": "^3.0.5",
83
+ "jest-mock-extended": "^4.0.0",
84
84
  "msw": "^2.0.0",
85
85
  "supertest": "^7.0.0"
86
86
  },