@secustor/backstage-plugin-renovate-backend 0.16.1 → 0.17.0
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 +24 -0
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @secustor/backstage-plugin-renovate-backend
|
|
2
2
|
|
|
3
|
+
## 0.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#867](https://github.com/secustor/backstage-plugins/pull/867) [`8504179`](https://github.com/secustor/backstage-plugins/commit/850417985c80c58ae14ffd39d0da58220f9b93e4) Thanks [@renovate](https://github.com/apps/renovate)! - Bump Backstage to 1.43.1
|
|
8
|
+
|
|
9
|
+
- [#891](https://github.com/secustor/backstage-plugins/pull/891) [`ce4812d`](https://github.com/secustor/backstage-plugins/commit/ce4812dfa3d7c180de0bc335c2d6fb5228e31a6c) Thanks [@renovate](https://github.com/apps/renovate)! - Bump Backstage to 1.44.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#865](https://github.com/secustor/backstage-plugins/pull/865) [`ab5399f`](https://github.com/secustor/backstage-plugins/commit/ab5399f6f6158266c553009c1280f0d5b0e27277) Thanks [@secustor](https://github.com/secustor)! - Remove `commonjs` package type to fix new NodeJS versions
|
|
14
|
+
|
|
15
|
+
## 0.16.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#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
|
|
20
|
+
|
|
21
|
+
- [#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
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [[`db57f5e`](https://github.com/secustor/backstage-plugins/commit/db57f5e3c94066417d9ac256ce50922aff05761b)]:
|
|
24
|
+
- @secustor/backstage-plugin-renovate-common@0.9.4
|
|
25
|
+
- @secustor/backstage-plugin-renovate-node@0.5.8
|
|
26
|
+
|
|
3
27
|
## 0.16.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@secustor/backstage-plugin-renovate-backend",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
|
-
"type": "commonjs",
|
|
7
6
|
"license": "LGPL-3.0-or-later",
|
|
8
7
|
"configSchema": "config.d.ts",
|
|
9
8
|
"publishConfig": {
|
|
@@ -17,6 +16,7 @@
|
|
|
17
16
|
"pluginPackages": [
|
|
18
17
|
"@secustor/backstage-plugin-renovate",
|
|
19
18
|
"@secustor/backstage-plugin-renovate-backend",
|
|
19
|
+
"@secustor/backstage-plugin-renovate-client",
|
|
20
20
|
"@secustor/backstage-plugin-renovate-common",
|
|
21
21
|
"@secustor/backstage-plugin-renovate-node"
|
|
22
22
|
],
|
|
@@ -51,18 +51,17 @@
|
|
|
51
51
|
"postpack": "backstage-cli package postpack"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@backstage/backend-defaults": "^0.
|
|
54
|
+
"@backstage/backend-defaults": "^0.13.0",
|
|
55
55
|
"@backstage/backend-openapi-utils": "^0.6.0",
|
|
56
56
|
"@backstage/backend-plugin-api": "^1.4.2",
|
|
57
|
-
"@backstage/backend-tasks": "^0.6.1",
|
|
58
57
|
"@backstage/catalog-client": "^1.11.0",
|
|
59
58
|
"@backstage/catalog-model": "^1.7.5",
|
|
60
59
|
"@backstage/config": "^1.3.3",
|
|
61
60
|
"@backstage/errors": "^1.2.7",
|
|
62
61
|
"@backstage/integration": "^1.17.1",
|
|
63
62
|
"@backstage/types": "^1.2.1",
|
|
64
|
-
"@secustor/backstage-plugin-renovate-common": "^0.9.
|
|
65
|
-
"@secustor/backstage-plugin-renovate-node": "^0.5.
|
|
63
|
+
"@secustor/backstage-plugin-renovate-common": "^0.9.4",
|
|
64
|
+
"@secustor/backstage-plugin-renovate-node": "^0.5.8",
|
|
66
65
|
"@sindresorhus/is": "^4.6.0",
|
|
67
66
|
"@types/express": "^4.17.21",
|
|
68
67
|
"express": "^4.17.1",
|
|
@@ -76,7 +75,7 @@
|
|
|
76
75
|
},
|
|
77
76
|
"devDependencies": {
|
|
78
77
|
"@backstage/backend-test-utils": "^1.8.0",
|
|
79
|
-
"@backstage/cli": "^0.34.
|
|
78
|
+
"@backstage/cli": "^0.34.1",
|
|
80
79
|
"@backstage/repo-tools": "^0.15.1",
|
|
81
80
|
"@backstage/test-utils": "^1.7.11",
|
|
82
81
|
"@types/supertest": "^6.0.0",
|