@backstage/plugin-catalog-backend-module-gitlab 0.5.0-next.3 → 0.5.1-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +13 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
+ ## 0.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.6.0-next.0
9
+ - @backstage/integration@1.16.0-next.0
10
+ - @backstage/backend-plugin-api@1.0.3-next.0
11
+ - @backstage/plugin-events-node@0.4.6-next.0
12
+ - @backstage/catalog-model@1.7.1
13
+ - @backstage/config@1.3.0
14
+ - @backstage/plugin-catalog-common@1.1.1
15
+ - @backstage/plugin-catalog-node@1.14.1-next.0
16
+
17
+ ## 0.5.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 1b5fdd9: Extended the configuration with the `includeArchivedRepos` property, which allows including repositories when the project is archived.
22
+
23
+ ### Patch Changes
24
+
25
+ - 4e58bc7: Upgrade to uuid v11 internally
26
+ - Updated dependencies
27
+ - @backstage/config@1.3.0
28
+ - @backstage/plugin-events-node@0.4.5
29
+ - @backstage/backend-defaults@0.5.3
30
+ - @backstage/plugin-catalog-node@1.14.0
31
+ - @backstage/backend-plugin-api@1.0.2
32
+ - @backstage/catalog-model@1.7.1
33
+ - @backstage/integration@1.15.2
34
+ - @backstage/plugin-catalog-common@1.1.1
35
+
3
36
  ## 0.5.0-next.3
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.5.0-next.3",
3
+ "version": "0.5.1-next.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -61,25 +61,24 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/backend-defaults": "0.5.3-next.3",
65
- "@backstage/backend-plugin-api": "1.0.2-next.2",
66
- "@backstage/catalog-model": "1.7.0",
67
- "@backstage/config": "1.2.0",
68
- "@backstage/integration": "1.15.1",
69
- "@backstage/plugin-catalog-common": "1.1.0",
70
- "@backstage/plugin-catalog-node": "1.14.0-next.2",
71
- "@backstage/plugin-events-node": "0.4.5-next.3",
64
+ "@backstage/backend-defaults": "0.6.0-next.0",
65
+ "@backstage/backend-plugin-api": "1.0.3-next.0",
66
+ "@backstage/catalog-model": "1.7.1",
67
+ "@backstage/config": "1.3.0",
68
+ "@backstage/integration": "1.16.0-next.0",
69
+ "@backstage/plugin-catalog-common": "1.1.1",
70
+ "@backstage/plugin-catalog-node": "1.14.1-next.0",
71
+ "@backstage/plugin-events-node": "0.4.6-next.0",
72
72
  "@gitbeaker/rest": "^40.0.3",
73
73
  "lodash": "^4.17.21",
74
74
  "node-fetch": "^2.7.0",
75
- "uuid": "^9.0.0"
75
+ "uuid": "^11.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-test-utils": "1.1.0-next.3",
79
- "@backstage/cli": "0.29.0-next.3",
80
- "@backstage/plugin-events-backend-test-utils": "0.1.38-next.3",
78
+ "@backstage/backend-test-utils": "1.2.0-next.0",
79
+ "@backstage/cli": "0.29.3-next.0",
80
+ "@backstage/plugin-events-backend-test-utils": "0.1.39-next.0",
81
81
  "@types/lodash": "^4.14.151",
82
- "@types/uuid": "^9.0.0",
83
82
  "luxon": "^3.0.0",
84
83
  "msw": "^1.0.0"
85
84
  },