@backstage/plugin-catalog-backend-module-msgraph 0.10.2-next.2 → 0.10.2

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 +4 -15
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,27 +1,16 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.10.2-next.2
3
+ ## 0.10.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - e6493b9: Fixed a bug where setting `user.select` to an empty array would cause all users to be dropped from the catalog instead of using the default set of fields.
7
+ - 190f4ce: Fixed a bug where setting `user.select` to an empty array would cause all users to be dropped from the catalog instead of using the default set of fields.
8
8
 
9
- ## 0.10.2-next.1
9
+ ## 0.10.1
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - 8930d77: Reverted the server-side `accountEnabled eq true` base filter that was added in v1.51.0, which broke the `userGroupMember` path because the group members endpoint doesn't support `$filter` on that property. Disabled users (`accountEnabled === false`) are now filtered client-side in both the `/users` and group members paths. The mutual exclusivity checks between `userFilter` and `userGroupMemberFilter`/`userGroupMemberSearch` have been restored.
14
- - Updated dependencies
15
- - @backstage/backend-plugin-api@1.9.2-next.1
16
-
17
- ## 0.10.1-next.0
18
-
19
- ### Patch Changes
20
-
21
- - e0889a3: chore(deps): bump `qs` from 6.15.1 to 6.15.2
22
- - Updated dependencies
23
- - @backstage/plugin-catalog-node@2.2.2-next.0
24
- - @backstage/backend-plugin-api@1.9.2-next.0
13
+ - fb3e16d: Reverted the server-side `accountEnabled eq true` base filter that was added in v1.51.0, which broke the `userGroupMember` path because the group members endpoint doesn't support `$filter` on that property. Disabled users (`accountEnabled === false`) are now filtered client-side in both the `/users` and group members paths. The mutual exclusivity checks between `userFilter` and `userGroupMemberFilter`/`userGroupMemberSearch` have been restored.
25
14
 
26
15
  ## 0.10.0
27
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
- "version": "0.10.2-next.2",
3
+ "version": "0.10.2",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -66,19 +66,19 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@azure/identity": "^4.0.0",
69
- "@backstage/backend-plugin-api": "1.9.2-next.1",
70
- "@backstage/catalog-model": "1.9.0",
71
- "@backstage/config": "1.3.8",
72
- "@backstage/plugin-catalog-common": "1.1.10",
73
- "@backstage/plugin-catalog-node": "2.2.2-next.0",
69
+ "@backstage/backend-plugin-api": "^1.9.1",
70
+ "@backstage/catalog-model": "^1.9.0",
71
+ "@backstage/config": "^1.3.8",
72
+ "@backstage/plugin-catalog-common": "^1.1.10",
73
+ "@backstage/plugin-catalog-node": "^2.2.1",
74
74
  "@microsoft/microsoft-graph-types": "^2.6.0",
75
75
  "lodash": "^4.17.21",
76
76
  "p-limit": "^3.0.2",
77
- "qs": "^6.15.2"
77
+ "qs": "^6.9.4"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/backend-test-utils": "1.11.4-next.1",
81
- "@backstage/cli": "0.36.3-next.1",
80
+ "@backstage/backend-test-utils": "^1.11.3",
81
+ "@backstage/cli": "^0.36.2",
82
82
  "@types/lodash": "^4.14.151",
83
83
  "msw": "^1.0.0"
84
84
  },