@capgo/capacitor-patch 8.1.0 → 8.2.1

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 (34) hide show
  1. package/README.md +195 -11
  2. package/package.json +1 -1
  3. package/patches/catalog.json +657 -9
  4. package/patches/upstream-pr-6991-android-native-bridge.patch +15 -0
  5. package/patches/upstream-pr-6991-ios-native-bridge.patch +15 -0
  6. package/patches/upstream-pr-7301-core.patch +38 -0
  7. package/patches/upstream-pr-7419-ios.patch +13 -0
  8. package/patches/upstream-pr-7420-ios.patch +13 -0
  9. package/patches/upstream-pr-7446-android.patch +14 -0
  10. package/patches/upstream-pr-7490-android.patch +13 -0
  11. package/patches/upstream-pr-7490-ios.patch +13 -0
  12. package/patches/upstream-pr-7535-android.patch +13 -0
  13. package/patches/upstream-pr-7599-ios.patch +86 -0
  14. package/patches/upstream-pr-7732-android-native-bridge.patch +12 -0
  15. package/patches/upstream-pr-7732-ios-native-bridge.patch +12 -0
  16. package/patches/upstream-pr-7781-android.patch +24 -0
  17. package/patches/upstream-pr-7803-android.patch +13 -0
  18. package/patches/upstream-pr-7831-ios.patch +13 -0
  19. package/patches/upstream-pr-7987-android.patch +42 -0
  20. package/patches/upstream-pr-8087-android.patch +64 -0
  21. package/patches/upstream-pr-8188-cli.patch +18 -0
  22. package/patches/upstream-pr-8190-android.patch +13 -0
  23. package/patches/upstream-pr-8249-ios.patch +32 -0
  24. package/patches/upstream-pr-8252-cli.patch +31 -0
  25. package/patches/upstream-pr-8271-core.patch +30 -0
  26. package/patches/upstream-pr-8275-android.patch +158 -0
  27. package/patches/upstream-pr-8304-ios.patch +36 -0
  28. package/patches/upstream-pr-8418-android.patch +82 -0
  29. package/patches/upstream-pr-8424-android.patch +55 -0
  30. package/patches/upstream-pr-8429-android.patch +19 -0
  31. package/patches/upstream-pr-8454-android.patch +207 -0
  32. package/patches/upstream-pr-8458-cli.patch +14 -0
  33. package/scripts/capacitor-patch/runner.mjs +38 -4
  34. package/patches/capacitor-cli-spm-ios-minor-platform.patch +0 -40
@@ -1,8 +1,654 @@
1
1
  [
2
2
  {
3
- "id": "capacitor-cli-spm-ios-minor-platform",
4
- "title": "Generate SPM Package.swift with the full iOS deployment target",
5
- "recommended": true,
3
+ "id": "upstream-pr-6991-android",
4
+ "title": "fix(http): dispatch progress event properly when the response body is null (android-native-bridge)",
5
+ "recommended": false,
6
+ "phase": "package",
7
+ "target": {
8
+ "type": "package",
9
+ "packageName": "@capacitor/android",
10
+ "versionRange": ">=8.0.0 <9.0.0"
11
+ },
12
+ "source": {
13
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/6991",
14
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-6991",
15
+ "author": "AndrWeisR",
16
+ "authorAssociation": "external"
17
+ },
18
+ "upstream": {
19
+ "state": "closed",
20
+ "mergedAt": null,
21
+ "status": "not-merged-as-of-2026-05-12"
22
+ },
23
+ "patchFile": "patches/upstream-pr-6991-android-native-bridge.patch"
24
+ },
25
+ {
26
+ "id": "upstream-pr-6991-ios",
27
+ "title": "fix(http): dispatch progress event properly when the response body is null (ios-native-bridge)",
28
+ "recommended": false,
29
+ "phase": "package",
30
+ "target": {
31
+ "type": "package",
32
+ "packageName": "@capacitor/ios",
33
+ "versionRange": ">=8.0.0 <9.0.0"
34
+ },
35
+ "source": {
36
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/6991",
37
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-6991",
38
+ "author": "AndrWeisR",
39
+ "authorAssociation": "external"
40
+ },
41
+ "upstream": {
42
+ "state": "closed",
43
+ "mergedAt": null,
44
+ "status": "not-merged-as-of-2026-05-12"
45
+ },
46
+ "patchFile": "patches/upstream-pr-6991-ios-native-bridge.patch"
47
+ },
48
+ {
49
+ "id": "upstream-pr-7301-core",
50
+ "title": "Don't process response body for http status 204 (no content) (core)",
51
+ "recommended": false,
52
+ "phase": "package",
53
+ "target": {
54
+ "type": "package",
55
+ "packageName": "@capacitor/core",
56
+ "versionRange": ">=8.0.0 <9.0.0"
57
+ },
58
+ "source": {
59
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7301",
60
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7301",
61
+ "author": "jwltr",
62
+ "authorAssociation": "external"
63
+ },
64
+ "upstream": {
65
+ "state": "closed",
66
+ "mergedAt": null,
67
+ "status": "not-merged-as-of-2026-05-12"
68
+ },
69
+ "patchFile": "patches/upstream-pr-7301-core.patch"
70
+ },
71
+ {
72
+ "id": "upstream-pr-7419-ios",
73
+ "title": "Update WebViewDelegationHandler.swift to prevent warning in Xcode (ios)",
74
+ "recommended": false,
75
+ "phase": "package",
76
+ "target": {
77
+ "type": "package",
78
+ "packageName": "@capacitor/ios",
79
+ "versionRange": ">=8.0.0 <9.0.0"
80
+ },
81
+ "source": {
82
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7419",
83
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7419",
84
+ "author": "neave",
85
+ "authorAssociation": "external"
86
+ },
87
+ "upstream": {
88
+ "state": "closed",
89
+ "mergedAt": null,
90
+ "status": "not-merged-as-of-2026-05-12"
91
+ },
92
+ "patchFile": "patches/upstream-pr-7419-ios.patch"
93
+ },
94
+ {
95
+ "id": "upstream-pr-7420-ios",
96
+ "title": "Update CAPApplicationDelegateProxy.swift to prevent warning in Xcode (ios)",
97
+ "recommended": false,
98
+ "phase": "package",
99
+ "target": {
100
+ "type": "package",
101
+ "packageName": "@capacitor/ios",
102
+ "versionRange": ">=8.0.0 <9.0.0"
103
+ },
104
+ "source": {
105
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7420",
106
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7420",
107
+ "author": "neave",
108
+ "authorAssociation": "external"
109
+ },
110
+ "upstream": {
111
+ "state": "closed",
112
+ "mergedAt": null,
113
+ "status": "not-merged-as-of-2026-05-12"
114
+ },
115
+ "patchFile": "patches/upstream-pr-7420-ios.patch"
116
+ },
117
+ {
118
+ "id": "upstream-pr-7446-android",
119
+ "title": "Fix initial scale of webview to 100% (android)",
120
+ "recommended": false,
121
+ "phase": "package",
122
+ "target": {
123
+ "type": "package",
124
+ "packageName": "@capacitor/android",
125
+ "versionRange": ">=8.0.0 <9.0.0"
126
+ },
127
+ "source": {
128
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7446",
129
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7446",
130
+ "author": "emilkoto",
131
+ "authorAssociation": "external"
132
+ },
133
+ "upstream": {
134
+ "state": "closed",
135
+ "mergedAt": null,
136
+ "status": "not-merged-as-of-2026-05-12"
137
+ },
138
+ "patchFile": "patches/upstream-pr-7446-android.patch"
139
+ },
140
+ {
141
+ "id": "upstream-pr-7490-android",
142
+ "title": "fix: add default value for dataType (android)",
143
+ "recommended": false,
144
+ "phase": "package",
145
+ "target": {
146
+ "type": "package",
147
+ "packageName": "@capacitor/android",
148
+ "versionRange": ">=8.0.0 <9.0.0"
149
+ },
150
+ "source": {
151
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7490",
152
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7490",
153
+ "author": "RichardVsc",
154
+ "authorAssociation": "external"
155
+ },
156
+ "upstream": {
157
+ "state": "closed",
158
+ "mergedAt": null,
159
+ "status": "not-merged-as-of-2026-05-12"
160
+ },
161
+ "patchFile": "patches/upstream-pr-7490-android.patch"
162
+ },
163
+ {
164
+ "id": "upstream-pr-7490-ios",
165
+ "title": "fix: add default value for dataType (ios)",
166
+ "recommended": false,
167
+ "phase": "package",
168
+ "target": {
169
+ "type": "package",
170
+ "packageName": "@capacitor/ios",
171
+ "versionRange": ">=8.0.0 <9.0.0"
172
+ },
173
+ "source": {
174
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7490",
175
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7490",
176
+ "author": "RichardVsc",
177
+ "authorAssociation": "external"
178
+ },
179
+ "upstream": {
180
+ "state": "closed",
181
+ "mergedAt": null,
182
+ "status": "not-merged-as-of-2026-05-12"
183
+ },
184
+ "patchFile": "patches/upstream-pr-7490-ios.patch"
185
+ },
186
+ {
187
+ "id": "upstream-pr-7535-android",
188
+ "title": "Update WebColor.java to don't crash on empty string on colorString var (android)",
189
+ "recommended": false,
190
+ "phase": "package",
191
+ "target": {
192
+ "type": "package",
193
+ "packageName": "@capacitor/android",
194
+ "versionRange": ">=8.0.0 <9.0.0"
195
+ },
196
+ "source": {
197
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7535",
198
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7535",
199
+ "author": "aleixfargas",
200
+ "authorAssociation": "external"
201
+ },
202
+ "upstream": {
203
+ "state": "closed",
204
+ "mergedAt": null,
205
+ "status": "not-merged-as-of-2026-05-12"
206
+ },
207
+ "patchFile": "patches/upstream-pr-7535-android.patch"
208
+ },
209
+ {
210
+ "id": "upstream-pr-7599-ios",
211
+ "title": "fix(ios): allow enabling gesture navigation via config (#3808) (ios)",
212
+ "recommended": false,
213
+ "phase": "package",
214
+ "target": {
215
+ "type": "package",
216
+ "packageName": "@capacitor/ios",
217
+ "versionRange": ">=8.0.0 <9.0.0"
218
+ },
219
+ "source": {
220
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7599",
221
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7599",
222
+ "author": "MegaMaddin",
223
+ "authorAssociation": "external"
224
+ },
225
+ "upstream": {
226
+ "state": "open",
227
+ "mergedAt": null,
228
+ "status": "not-merged-as-of-2026-05-12"
229
+ },
230
+ "patchFile": "patches/upstream-pr-7599-ios.patch"
231
+ },
232
+ {
233
+ "id": "upstream-pr-7732-android",
234
+ "title": "fix(core): add missing XMLHttpRequest.prototype (android-native-bridge)",
235
+ "recommended": false,
236
+ "phase": "package",
237
+ "target": {
238
+ "type": "package",
239
+ "packageName": "@capacitor/android",
240
+ "versionRange": ">=8.0.0 <9.0.0"
241
+ },
242
+ "source": {
243
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7732",
244
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7732",
245
+ "author": "CatsJuice",
246
+ "authorAssociation": "external"
247
+ },
248
+ "upstream": {
249
+ "state": "closed",
250
+ "mergedAt": null,
251
+ "status": "not-merged-as-of-2026-05-12"
252
+ },
253
+ "patchFile": "patches/upstream-pr-7732-android-native-bridge.patch"
254
+ },
255
+ {
256
+ "id": "upstream-pr-7732-ios",
257
+ "title": "fix(core): add missing XMLHttpRequest.prototype (ios-native-bridge)",
258
+ "recommended": false,
259
+ "phase": "package",
260
+ "target": {
261
+ "type": "package",
262
+ "packageName": "@capacitor/ios",
263
+ "versionRange": ">=8.0.0 <9.0.0"
264
+ },
265
+ "source": {
266
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7732",
267
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7732",
268
+ "author": "CatsJuice",
269
+ "authorAssociation": "external"
270
+ },
271
+ "upstream": {
272
+ "state": "closed",
273
+ "mergedAt": null,
274
+ "status": "not-merged-as-of-2026-05-12"
275
+ },
276
+ "patchFile": "patches/upstream-pr-7732-ios-native-bridge.patch"
277
+ },
278
+ {
279
+ "id": "upstream-pr-7781-android",
280
+ "title": "Inject Capacitor JS for error fallbacks. (android)",
281
+ "recommended": false,
282
+ "phase": "package",
283
+ "target": {
284
+ "type": "package",
285
+ "packageName": "@capacitor/android",
286
+ "versionRange": ">=8.0.0 <9.0.0"
287
+ },
288
+ "source": {
289
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7781",
290
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7781",
291
+ "author": "cpojer",
292
+ "authorAssociation": "external"
293
+ },
294
+ "upstream": {
295
+ "state": "closed",
296
+ "mergedAt": null,
297
+ "status": "not-merged-as-of-2026-05-12"
298
+ },
299
+ "patchFile": "patches/upstream-pr-7781-android.patch"
300
+ },
301
+ {
302
+ "id": "upstream-pr-7803-android",
303
+ "title": "fix(android): Subsequent build crash with missing version data (android)",
304
+ "recommended": false,
305
+ "phase": "package",
306
+ "target": {
307
+ "type": "package",
308
+ "packageName": "@capacitor/android",
309
+ "versionRange": ">=8.0.0 <8.3.1"
310
+ },
311
+ "source": {
312
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7803",
313
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7803",
314
+ "author": "aeharding",
315
+ "authorAssociation": "external"
316
+ },
317
+ "upstream": {
318
+ "state": "closed",
319
+ "mergedAt": null,
320
+ "status": "not-merged-as-of-2026-05-12"
321
+ },
322
+ "patchFile": "patches/upstream-pr-7803-android.patch"
323
+ },
324
+ {
325
+ "id": "upstream-pr-7831-ios",
326
+ "title": "fix(ios): fix URL resolution when external frameworks are loaded (ios)",
327
+ "recommended": false,
328
+ "phase": "package",
329
+ "target": {
330
+ "type": "package",
331
+ "packageName": "@capacitor/ios",
332
+ "versionRange": ">=8.0.0 <9.0.0"
333
+ },
334
+ "source": {
335
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7831",
336
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7831",
337
+ "author": "daniellacosse",
338
+ "authorAssociation": "external"
339
+ },
340
+ "upstream": {
341
+ "state": "closed",
342
+ "mergedAt": null,
343
+ "status": "not-merged-as-of-2026-05-12"
344
+ },
345
+ "patchFile": "patches/upstream-pr-7831-ios.patch"
346
+ },
347
+ {
348
+ "id": "upstream-pr-7987-android",
349
+ "title": "The app is crashed, if any low memory issue occured (android)",
350
+ "recommended": false,
351
+ "phase": "package",
352
+ "target": {
353
+ "type": "package",
354
+ "packageName": "@capacitor/android",
355
+ "versionRange": ">=8.0.0 <9.0.0"
356
+ },
357
+ "source": {
358
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/7987",
359
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-7987",
360
+ "author": "merbin2012",
361
+ "authorAssociation": "external"
362
+ },
363
+ "upstream": {
364
+ "state": "closed",
365
+ "mergedAt": null,
366
+ "status": "not-merged-as-of-2026-05-12"
367
+ },
368
+ "patchFile": "patches/upstream-pr-7987-android.patch"
369
+ },
370
+ {
371
+ "id": "upstream-pr-8087-android",
372
+ "title": "Use JSONTokener for application/json reponse parsing (android)",
373
+ "recommended": false,
374
+ "phase": "package",
375
+ "target": {
376
+ "type": "package",
377
+ "packageName": "@capacitor/android",
378
+ "versionRange": ">=8.0.0 <9.0.0"
379
+ },
380
+ "source": {
381
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8087",
382
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8087",
383
+ "author": "Crylion",
384
+ "authorAssociation": "external"
385
+ },
386
+ "upstream": {
387
+ "state": "open",
388
+ "mergedAt": null,
389
+ "status": "not-merged-as-of-2026-05-12"
390
+ },
391
+ "patchFile": "patches/upstream-pr-8087-android.patch"
392
+ },
393
+ {
394
+ "id": "upstream-pr-8188-cli",
395
+ "title": "Fix update failing because of xcodebuild clean error (cli)",
396
+ "recommended": false,
397
+ "phase": "package",
398
+ "target": {
399
+ "type": "package",
400
+ "packageName": "@capacitor/cli",
401
+ "versionRange": ">=8.0.0 <9.0.0"
402
+ },
403
+ "source": {
404
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8188",
405
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8188",
406
+ "author": "viteinfinite",
407
+ "authorAssociation": "external"
408
+ },
409
+ "upstream": {
410
+ "state": "open",
411
+ "mergedAt": null,
412
+ "status": "not-merged-as-of-2026-05-12"
413
+ },
414
+ "patchFile": "patches/upstream-pr-8188-cli.patch"
415
+ },
416
+ {
417
+ "id": "upstream-pr-8190-android",
418
+ "title": "fix(Android): range requests (android)",
419
+ "recommended": false,
420
+ "phase": "package",
421
+ "target": {
422
+ "type": "package",
423
+ "packageName": "@capacitor/android",
424
+ "versionRange": ">=8.0.0 <8.2.0"
425
+ },
426
+ "source": {
427
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8190",
428
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8190",
429
+ "author": "bolivir",
430
+ "authorAssociation": "external"
431
+ },
432
+ "upstream": {
433
+ "state": "closed",
434
+ "mergedAt": null,
435
+ "status": "not-merged-as-of-2026-05-12"
436
+ },
437
+ "patchFile": "patches/upstream-pr-8190-android.patch"
438
+ },
439
+ {
440
+ "id": "upstream-pr-8249-ios",
441
+ "title": "fix(ios): remove percent-encoding of cookie values in CapacitorCookies (ios)",
442
+ "recommended": false,
443
+ "phase": "package",
444
+ "target": {
445
+ "type": "package",
446
+ "packageName": "@capacitor/ios",
447
+ "versionRange": ">=8.0.0 <9.0.0"
448
+ },
449
+ "source": {
450
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8249",
451
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8249",
452
+ "author": "michaelwolz",
453
+ "authorAssociation": "external"
454
+ },
455
+ "upstream": {
456
+ "state": "open",
457
+ "mergedAt": null,
458
+ "status": "not-merged-as-of-2026-05-12"
459
+ },
460
+ "patchFile": "patches/upstream-pr-8249-ios.patch"
461
+ },
462
+ {
463
+ "id": "upstream-pr-8252-cli",
464
+ "title": "Fix iOS CLI checks and Cordova Package.swift generation race (cli)",
465
+ "recommended": false,
466
+ "phase": "package",
467
+ "target": {
468
+ "type": "package",
469
+ "packageName": "@capacitor/cli",
470
+ "versionRange": ">=8.3.2 <9.0.0"
471
+ },
472
+ "source": {
473
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8252",
474
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8252",
475
+ "author": "MOHITKOURAV01",
476
+ "authorAssociation": "external"
477
+ },
478
+ "upstream": {
479
+ "state": "closed",
480
+ "mergedAt": null,
481
+ "status": "not-merged-as-of-2026-05-12"
482
+ },
483
+ "patchFile": "patches/upstream-pr-8252-cli.patch"
484
+ },
485
+ {
486
+ "id": "upstream-pr-8271-core",
487
+ "title": "fix(core): prevent removeListener from removing wrong listener (core)",
488
+ "recommended": false,
489
+ "phase": "package",
490
+ "target": {
491
+ "type": "package",
492
+ "packageName": "@capacitor/core",
493
+ "versionRange": ">=8.0.0 <9.0.0"
494
+ },
495
+ "source": {
496
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8271",
497
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8271",
498
+ "author": "maniktyagi04",
499
+ "authorAssociation": "external"
500
+ },
501
+ "upstream": {
502
+ "state": "open",
503
+ "mergedAt": null,
504
+ "status": "not-merged-as-of-2026-05-12"
505
+ },
506
+ "patchFile": "patches/upstream-pr-8271-core.patch"
507
+ },
508
+ {
509
+ "id": "upstream-pr-8275-android",
510
+ "title": "fix(android): preserve file chooser callback across activity recreation (android)",
511
+ "recommended": false,
512
+ "phase": "package",
513
+ "target": {
514
+ "type": "package",
515
+ "packageName": "@capacitor/android",
516
+ "versionRange": ">=8.0.0 <9.0.0"
517
+ },
518
+ "source": {
519
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8275",
520
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8275",
521
+ "author": "Suryansh0910",
522
+ "authorAssociation": "external"
523
+ },
524
+ "upstream": {
525
+ "state": "open",
526
+ "mergedAt": null,
527
+ "status": "not-merged-as-of-2026-05-12"
528
+ },
529
+ "patchFile": "patches/upstream-pr-8275-android.patch"
530
+ },
531
+ {
532
+ "id": "upstream-pr-8304-ios",
533
+ "title": "fix(http): Fix throwing data URI requests on iOS (ios)",
534
+ "recommended": false,
535
+ "phase": "package",
536
+ "target": {
537
+ "type": "package",
538
+ "packageName": "@capacitor/ios",
539
+ "versionRange": ">=8.0.0 <9.0.0"
540
+ },
541
+ "source": {
542
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8304",
543
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8304",
544
+ "author": "frederikbosch",
545
+ "authorAssociation": "external"
546
+ },
547
+ "upstream": {
548
+ "state": "closed",
549
+ "mergedAt": null,
550
+ "status": "not-merged-as-of-2026-05-12"
551
+ },
552
+ "patchFile": "patches/upstream-pr-8304-ios.patch"
553
+ },
554
+ {
555
+ "id": "upstream-pr-8418-android",
556
+ "title": "fix(android): range request truncation (android)",
557
+ "recommended": false,
558
+ "phase": "package",
559
+ "target": {
560
+ "type": "package",
561
+ "packageName": "@capacitor/android",
562
+ "versionRange": ">=8.3.2 <9.0.0"
563
+ },
564
+ "source": {
565
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8418",
566
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8418",
567
+ "author": "bwees",
568
+ "authorAssociation": "external"
569
+ },
570
+ "upstream": {
571
+ "state": "open",
572
+ "mergedAt": null,
573
+ "status": "not-merged-as-of-2026-05-12"
574
+ },
575
+ "patchFile": "patches/upstream-pr-8418-android.patch"
576
+ },
577
+ {
578
+ "id": "upstream-pr-8424-android",
579
+ "title": "fix(SystemBars): make `safe-area-inset-x` available on API <= 34 (android)",
580
+ "recommended": false,
581
+ "phase": "package",
582
+ "target": {
583
+ "type": "package",
584
+ "packageName": "@capacitor/android",
585
+ "versionRange": ">=8.3.0 <9.0.0"
586
+ },
587
+ "source": {
588
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8424",
589
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8424",
590
+ "author": "theproducer",
591
+ "authorAssociation": "external"
592
+ },
593
+ "upstream": {
594
+ "state": "open",
595
+ "mergedAt": null,
596
+ "status": "not-merged-as-of-2026-05-12"
597
+ },
598
+ "patchFile": "patches/upstream-pr-8424-android.patch"
599
+ },
600
+ {
601
+ "id": "upstream-pr-8429-android",
602
+ "title": "fix: Fix missing `window.Capacitor` on Android after redirection (android)",
603
+ "recommended": false,
604
+ "phase": "package",
605
+ "target": {
606
+ "type": "package",
607
+ "packageName": "@capacitor/android",
608
+ "versionRange": ">=8.0.0 <9.0.0"
609
+ },
610
+ "source": {
611
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8429",
612
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8429",
613
+ "author": "caffeinated10xprogrammer",
614
+ "authorAssociation": "external"
615
+ },
616
+ "upstream": {
617
+ "state": "open",
618
+ "mergedAt": null,
619
+ "status": "not-merged-as-of-2026-05-12"
620
+ },
621
+ "supersedes": ["upstream-pr-7781-android"],
622
+ "patchFile": "patches/upstream-pr-8429-android.patch"
623
+ },
624
+ {
625
+ "id": "upstream-pr-8454-android",
626
+ "title": "Fix navigation bar overlay in edge-to-edge mode on Android (android)",
627
+ "recommended": false,
628
+ "phase": "package",
629
+ "target": {
630
+ "type": "package",
631
+ "packageName": "@capacitor/android",
632
+ "versionRange": ">=8.3.2 <9.0.0"
633
+ },
634
+ "source": {
635
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8454",
636
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8454",
637
+ "author": "stormbeforesunsetbee",
638
+ "authorAssociation": "external"
639
+ },
640
+ "upstream": {
641
+ "state": "open",
642
+ "mergedAt": null,
643
+ "status": "not-merged-as-of-2026-05-12"
644
+ },
645
+ "supersedes": ["upstream-pr-8424-android"],
646
+ "patchFile": "patches/upstream-pr-8454-android.patch"
647
+ },
648
+ {
649
+ "id": "upstream-pr-8458-cli",
650
+ "title": "fix(cli): iOS allow provision update on build xArchieve (cli)",
651
+ "recommended": false,
6
652
  "phase": "package",
7
653
  "target": {
8
654
  "type": "package",
@@ -10,14 +656,16 @@
10
656
  "versionRange": ">=8.0.0 <9.0.0"
11
657
  },
12
658
  "source": {
13
- "capacitorPlusPr": "https://github.com/Cap-go/capacitor-plus/pull/38",
14
- "author": "WcaleNieWolny",
15
- "mergedAt": "2025-12-16T13:50:22Z"
659
+ "upstreamPullRequest": "https://github.com/ionic-team/capacitor/pull/8458",
660
+ "capacitorPlusBranch": "https://github.com/Cap-go/capacitor-plus/tree/sync/upstream-pr-8458",
661
+ "author": "EltonFaust",
662
+ "authorAssociation": "external"
16
663
  },
17
664
  "upstream": {
18
- "status": "not-merged-as-of-2026-05-12",
19
- "officialRepository": "https://github.com/ionic-team/capacitor"
665
+ "state": "open",
666
+ "mergedAt": null,
667
+ "status": "not-merged-as-of-2026-05-12"
20
668
  },
21
- "patchFile": "patches/capacitor-cli-spm-ios-minor-platform.patch"
669
+ "patchFile": "patches/upstream-pr-8458-cli.patch"
22
670
  }
23
671
  ]