@backstage/plugin-catalog-backend-module-gitlab 0.1.9-next.1 → 0.1.10-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
+ ## 0.1.10-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
8
+ - Updated dependencies
9
+ - @backstage/plugin-catalog-backend@1.6.0-next.0
10
+ - @backstage/backend-common@0.16.1-next.0
11
+ - @backstage/integration@1.4.1-next.0
12
+ - @backstage/types@1.0.2-next.0
13
+ - @backstage/backend-plugin-api@0.1.5-next.0
14
+ - @backstage/plugin-catalog-node@1.2.2-next.0
15
+ - @backstage/backend-tasks@0.3.8-next.0
16
+ - @backstage/catalog-model@1.1.4-next.0
17
+ - @backstage/config@1.0.5-next.0
18
+ - @backstage/errors@1.1.4-next.0
19
+
20
+ ## 0.1.9
21
+
22
+ ### Patch Changes
23
+
24
+ - 6bb046bcbe: Add `gitlabDiscoveryEntityProviderCatalogModule` (new backend-plugin-api, alpha).
25
+ - 81cedb5033: `GitlabDiscoveryEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
26
+
27
+ Please find how to configure the schedule at the config at
28
+ https://backstage.io/docs/integrations/gitlab/discovery
29
+
30
+ - 4c9f7847e4: Updated dependency `msw` to `^0.48.0` while moving it to be a dev dependency.
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.16.0
33
+ - @backstage/plugin-catalog-backend@1.5.1
34
+ - @backstage/integration@1.4.0
35
+ - @backstage/backend-tasks@0.3.7
36
+ - @backstage/catalog-model@1.1.3
37
+ - @backstage/types@1.0.1
38
+ - @backstage/backend-plugin-api@0.1.4
39
+ - @backstage/plugin-catalog-node@1.2.1
40
+ - @backstage/config@1.0.4
41
+ - @backstage/errors@1.1.3
42
+
3
43
  ## 0.1.9-next.1
4
44
 
5
45
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.1.9-next.1",
3
+ "version": "0.1.10-next.0",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
4
- "version": "0.1.9-next.1",
4
+ "version": "0.1.10-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,28 +33,28 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.16.0-next.1",
37
- "@backstage/backend-plugin-api": "^0.1.4-next.1",
38
- "@backstage/backend-tasks": "^0.3.7-next.1",
39
- "@backstage/catalog-model": "^1.1.3-next.0",
40
- "@backstage/config": "^1.0.4-next.0",
41
- "@backstage/errors": "^1.1.3-next.0",
42
- "@backstage/integration": "^1.4.0-next.0",
43
- "@backstage/plugin-catalog-backend": "^1.5.1-next.1",
44
- "@backstage/plugin-catalog-node": "^1.2.1-next.1",
45
- "@backstage/types": "^1.0.1-next.0",
36
+ "@backstage/backend-common": "^0.16.1-next.0",
37
+ "@backstage/backend-plugin-api": "^0.1.5-next.0",
38
+ "@backstage/backend-tasks": "^0.3.8-next.0",
39
+ "@backstage/catalog-model": "^1.1.4-next.0",
40
+ "@backstage/config": "^1.0.5-next.0",
41
+ "@backstage/errors": "^1.1.4-next.0",
42
+ "@backstage/integration": "^1.4.1-next.0",
43
+ "@backstage/plugin-catalog-backend": "^1.6.0-next.0",
44
+ "@backstage/plugin-catalog-node": "^1.2.2-next.0",
45
+ "@backstage/types": "^1.0.2-next.0",
46
46
  "lodash": "^4.17.21",
47
- "msw": "^0.47.0",
48
47
  "node-fetch": "^2.6.7",
49
48
  "uuid": "^8.0.0",
50
49
  "winston": "^3.2.1"
51
50
  },
52
51
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.1.30-next.1",
54
- "@backstage/cli": "^0.21.0-next.1",
52
+ "@backstage/backend-test-utils": "^0.1.31-next.0",
53
+ "@backstage/cli": "^0.21.2-next.0",
55
54
  "@types/lodash": "^4.14.151",
56
55
  "@types/uuid": "^8.0.0",
57
- "luxon": "^3.0.0"
56
+ "luxon": "^3.0.0",
57
+ "msw": "^0.49.0"
58
58
  },
59
59
  "files": [
60
60
  "alpha",