@truedat/audit 5.4.2 → 5.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/audit",
3
- "version": "5.4.2",
3
+ "version": "5.5.0",
4
4
  "description": "Truedat Web Audit Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "5.3.3",
37
+ "@truedat/test": "5.5.0",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -43,8 +43,8 @@
43
43
  "enzyme": "^3.11.0",
44
44
  "enzyme-to-json": "^3.6.2",
45
45
  "identity-obj-proxy": "^3.0.0",
46
- "jest": "^28.1.0",
47
- "jest-environment-jsdom": "^28.1.0",
46
+ "jest": "^29.0.0",
47
+ "jest-environment-jsdom": "^29.0.0",
48
48
  "react": "^16.14.0",
49
49
  "react-dom": "^16.14.0",
50
50
  "redux-saga-test-plan": "^4.0.4",
@@ -84,8 +84,8 @@
84
84
  ]
85
85
  },
86
86
  "dependencies": {
87
- "@truedat/auth": "5.4.2",
88
- "@truedat/core": "5.4.2",
87
+ "@truedat/auth": "5.5.0",
88
+ "@truedat/core": "5.5.0",
89
89
  "moment": "^2.29.4",
90
90
  "path-to-regexp": "^1.7.0",
91
91
  "prop-types": "^15.8.1",
@@ -107,5 +107,5 @@
107
107
  "react-dom": ">= 16.8.6 < 17",
108
108
  "semantic-ui-react": ">= 2.0.3 < 2.2"
109
109
  },
110
- "gitHead": "09ddfaaacecfd66661249fe1f2009794cc5e4362"
110
+ "gitHead": "ca5e7f8fd1013de0b818798e05cbc1819a1d43ec"
111
111
  }
@@ -19,7 +19,7 @@ exports[`<ShareLinkPopup /> matches the latest snapshot 1`] = `
19
19
  onOpen={[Function]}
20
20
  open={false}
21
21
  pinned={false}
22
- popperModifiers={Array []}
22
+ popperModifiers={[]}
23
23
  position="bottom right"
24
24
  positionFixed={true}
25
25
  size="large"
@@ -5,10 +5,10 @@ exports[`<SubscriptionCrumbs /> matches the latest snapshot 1`] = `
5
5
  <BreadcrumbSection
6
6
  active={false}
7
7
  as={
8
- Object {
8
+ {
9
9
  "$$typeof": Symbol(react.forward_ref),
10
10
  "displayName": "Link",
11
- "propTypes": Object {
11
+ "propTypes": {
12
12
  "innerRef": [Function],
13
13
  "onClick": [Function],
14
14
  "replace": [Function],
package/CHANGELOG.md DELETED
@@ -1,219 +0,0 @@
1
- # Changelog
2
-
3
- ## [5.4.1] 2023-03-22
4
-
5
- ### Fixed
6
-
7
- - [TD-5486] Fixed link in bell icon for grant requests group creation notification
8
-
9
- ## [5.0.1] 2023-01-26
10
-
11
- ### Added
12
-
13
- - [TD-5473] New subscribable event `structure_note_updated`
14
-
15
- ## [4.58.6] 2022-12-23
16
-
17
- ### Added
18
-
19
- - [TD-5369] Messages for new subscription `remediation_created`
20
-
21
- ## [4.54.4] 2022-10-25
22
-
23
- ### Added
24
-
25
- - [TD-3765] Add empty datset status for quality execution subscriptions
26
-
27
- ## [4.52.6] 2022-10-03
28
-
29
- ### Added
30
-
31
- - [TD-4214] Grant request workflow events
32
-
33
- ## [4.51.3] 2022-09-16
34
-
35
- ### Changed
36
-
37
- - [TD-4794] Use `DomainSelector` in `SubscriptionForm`
38
-
39
- ## [4.49.8] 2022-08-11
40
-
41
- ### Added
42
-
43
- - [TD-5035] Get external notification body from event payload
44
-
45
- ## [4.48.11] 2022-21-07
46
-
47
- ### Added
48
-
49
- - [TD-4441] Added grant_approval notification messages
50
-
51
- ## [4.48.2] 2022-07-08
52
-
53
- ### Changed
54
-
55
- - [TD-4995] Support localization of template fields and fixed values
56
-
57
- ## [4.47.4] 2022-06-29
58
-
59
- ### Added
60
-
61
- - [TD-4921] Add implementation workflow events
62
-
63
- ## [4.45.6] 2022-06-06
64
-
65
- ### Added
66
-
67
- - [TD-4655] Add errored status for quality execution subscriptions
68
-
69
- ## [4.45.2] 2022-05-31
70
-
71
- ### Added
72
-
73
- - [TD-3633] Add implementation checkbox filter to Subscriptions
74
-
75
- ## [4.44.4] 2022-05-19
76
-
77
- ### Changed
78
-
79
- - Use `lowerDeburrTrim` function from `@truedat/core`
80
-
81
- ## [4.43.3] 2022-05-04
82
-
83
- ### Changed
84
-
85
- - [TD-3936] Updated `react-hook-form`, refactored `SubscriptionForm`
86
-
87
- ## [4.38.4] 2022-02-20
88
-
89
- ### Fixed
90
-
91
- - Missing translations
92
-
93
- ## [4.38.0] 2022-02-14
94
-
95
- ### Added
96
-
97
- - [TD-4463] Notifications included for `rule_created` and `implementation_created`
98
-
99
- ## [4.34.1] 2021-12-02
100
-
101
- ### Added
102
-
103
- - [TD-4345] Change notificaction messages for rule results
104
-
105
- ## [4.32.0] 2021-11-08
106
-
107
- ### Added
108
-
109
- - [TD-4099] Add source events subscriptions
110
-
111
- ## [4.30.0] 2021-10-06
112
-
113
- ### Changed
114
-
115
- - [TD-3603] Update react-intl version to v5
116
-
117
- ## [4.29.2] 2021-09-28
118
-
119
- ### Added
120
-
121
- - [TD-3396] Unread notifications badge
122
-
123
- ## [4.28.7] 2021-09-20
124
-
125
- ### Added
126
-
127
- - [TD-3780] Support for `taxonomy_role` subscriptor type
128
-
129
- ## [4.27.7] 2021-09-06
130
-
131
- ### Added
132
-
133
- - [TD-3910] Notifications included for structures notes status changes
134
-
135
- ## [4.27.2] 2021-08-27
136
-
137
- ### Added
138
-
139
- - [TD-3951] Include grant events
140
- - [TD-3910] Notifications included for structures notes status changes
141
-
142
- ## [4.26.4] 2021-08-05
143
-
144
- ### Fixed
145
-
146
- - [TD-4005] Test for `SubscriptionForm` was timing out
147
-
148
- ## [4.24.4] 2021-07-08
149
-
150
- ### Changed
151
-
152
- - [TD-3230] Support for hierarchy Domain Selector and Filter
153
-
154
- ## [4.24.3] 2021-06-17
155
-
156
- ### Added
157
-
158
- - [TD-3724] Add messages for `share_document` event
159
-
160
- ## [4.23.2] 2021-06-17
161
-
162
- ### Added
163
-
164
- - [TD-3720] Add `manage_structures_domain` permission
165
-
166
- ## [4.22.2] 2021-06-14
167
-
168
- ### Added
169
-
170
- - [TD-3735] Create subscriptions under structures and tag related events
171
-
172
- ## [4.21.0] 2021-05-19
173
-
174
- ### Changed
175
-
176
- - [TD-3503] ShareLink will search users and groups with a query
177
-
178
- ## [4.20.0] 2021-05-16
179
-
180
- ### Added
181
-
182
- - [TD-3597] Text for permission `link_data_structure_tag`
183
-
184
- ## [4.19.2] 2021-04-28
185
-
186
- ### Refactor
187
-
188
- - [TD-3521] Move notification creation from `bg`
189
-
190
- ## [4.15.2] 2021-03-08
191
-
192
- ### Added
193
-
194
- - [TD-3063]: Store filters on subscription creation
195
-
196
- ## [4.15.0] 2021-02-24
197
-
198
- ### Added
199
-
200
- - [TD-3055]: Fetch user notifications with notification event view
201
-
202
- ## [4.14.5] 2021-02-18
203
-
204
- ### Fixed
205
-
206
- - [TD-3310]: Show selected user on subscription creation
207
-
208
- ## [4.14.4] 2021-02-16
209
-
210
- ### Fixed
211
-
212
- - [TD-3285]: Improved SubscriptionForm tests
213
-
214
- ## [4.13.4] 2021-02-08
215
-
216
- ### Added
217
-
218
- - [TD-2437]: Create subscriptions manager
219
- - Created audit package