@depup/testing-library__user-event 14.6.5-depup.0 → 14.6.6-depup.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/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/testing-library__user-event
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@testing-library/user-event](https://www.npmjs.com/package/@testing-library/user-event) @ 14.6.5 |
17
- | Processed | 2026-08-18 |
16
+ | Original | [@testing-library/user-event](https://www.npmjs.com/package/@testing-library/user-event) @ 14.6.6 |
17
+ | Processed | 2026-08-22 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 0 |
20
20
 
package/changes.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "bumped": {},
3
- "timestamp": "2026-08-18T08:10:26.817Z",
3
+ "timestamp": "2026-08-22T08:07:17.039Z",
4
4
  "totalUpdated": 0
5
5
  }
@@ -185,7 +185,7 @@ function initPointerEvent(event, { pointerId, width, height, pressure, tangentia
185
185
  tiltX: sanitizeNumber(tiltX),
186
186
  tiltY: sanitizeNumber(tiltY),
187
187
  twist: sanitizeNumber(twist),
188
- pointerType: String(pointerType),
188
+ pointerType: String(pointerType !== null && pointerType !== void 0 ? pointerType : ''),
189
189
  isPrimary: Boolean(isPrimary)
190
190
  });
191
191
  }
@@ -183,7 +183,7 @@ function initPointerEvent(event, { pointerId, width, height, pressure, tangentia
183
183
  tiltX: sanitizeNumber(tiltX),
184
184
  tiltY: sanitizeNumber(tiltY),
185
185
  twist: sanitizeNumber(twist),
186
- pointerType: String(pointerType),
186
+ pointerType: String(pointerType !== null && pointerType !== void 0 ? pointerType : ''),
187
187
  isPrimary: Boolean(isPrimary)
188
188
  });
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/testing-library__user-event",
3
- "version": "14.6.5-depup.0",
3
+ "version": "14.6.6-depup.0",
4
4
  "description": "Fire events the same way the user does (with updated dependencies)",
5
5
  "keywords": [
6
6
  "@testing-library/user-event",
@@ -124,8 +124,8 @@
124
124
  "changes": {},
125
125
  "depsUpdated": 0,
126
126
  "originalPackage": "@testing-library/user-event",
127
- "originalVersion": "14.6.5",
128
- "processedAt": "2026-08-18T08:10:53.133Z",
127
+ "originalVersion": "14.6.6",
128
+ "processedAt": "2026-08-22T08:07:48.858Z",
129
129
  "smokeTest": "failed"
130
130
  }
131
131
  }