@secustor/backstage-plugin-renovate-backend 0.16.2 → 0.17.1

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 +22 -0
  2. package/package.json +15 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @secustor/backstage-plugin-renovate-backend
2
2
 
3
+ ## 0.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#946](https://github.com/secustor/backstage-plugins/pull/946) [`bcbdf92`](https://github.com/secustor/backstage-plugins/commit/bcbdf92f8eefe66ed30cce94765247005ff529be) Thanks [@renovate](https://github.com/apps/renovate)! - Bump Backstage version to 1.46.1
8
+
9
+ - Updated dependencies [[`bcbdf92`](https://github.com/secustor/backstage-plugins/commit/bcbdf92f8eefe66ed30cce94765247005ff529be)]:
10
+ - @secustor/backstage-plugin-renovate-common@0.9.5
11
+ - @secustor/backstage-plugin-renovate-node@0.5.9
12
+
13
+ ## 0.17.0
14
+
15
+ ### Minor Changes
16
+
17
+ - [#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
18
+
19
+ - [#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
20
+
21
+ ### Patch Changes
22
+
23
+ - [#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
24
+
3
25
  ## 0.16.2
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@secustor/backstage-plugin-renovate-backend",
3
- "version": "0.16.2",
3
+ "version": "0.17.1",
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": {
@@ -52,17 +51,17 @@
52
51
  "postpack": "backstage-cli package postpack"
53
52
  },
54
53
  "dependencies": {
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",
54
+ "@backstage/backend-defaults": "^0.14.0",
55
+ "@backstage/backend-openapi-utils": "^0.6.4",
56
+ "@backstage/backend-plugin-api": "^1.6.0",
57
+ "@backstage/catalog-client": "^1.12.1",
58
+ "@backstage/catalog-model": "^1.7.6",
59
+ "@backstage/config": "^1.3.6",
61
60
  "@backstage/errors": "^1.2.7",
62
- "@backstage/integration": "^1.17.1",
63
- "@backstage/types": "^1.2.1",
64
- "@secustor/backstage-plugin-renovate-common": "^0.9.4",
65
- "@secustor/backstage-plugin-renovate-node": "^0.5.8",
61
+ "@backstage/integration": "^1.19.0",
62
+ "@backstage/types": "^1.2.2",
63
+ "@secustor/backstage-plugin-renovate-common": "^0.9.5",
64
+ "@secustor/backstage-plugin-renovate-node": "^0.5.9",
66
65
  "@sindresorhus/is": "^4.6.0",
67
66
  "@types/express": "^4.17.21",
68
67
  "express": "^4.17.1",
@@ -75,10 +74,10 @@
75
74
  "zod": "^3.22.4"
76
75
  },
77
76
  "devDependencies": {
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",
77
+ "@backstage/backend-test-utils": "^1.10.2",
78
+ "@backstage/cli": "^0.35.1",
79
+ "@backstage/repo-tools": "^0.16.1",
80
+ "@backstage/test-utils": "^1.7.14",
82
81
  "@types/supertest": "^6.0.0",
83
82
  "jest-mock-extended": "^4.0.0",
84
83
  "msw": "^2.0.0",