arol-ai 0.1.7 → 0.1.9

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": "arol-ai",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "Scan a local repo for upcoming third-party API/SDK deprecations. Fully local — no network, no telemetry, your code never leaves the machine.",
5
5
  "keywords": [
6
6
  "deprecation",
@@ -34,6 +34,7 @@
34
34
  "prepublishOnly": "npm run build"
35
35
  },
36
36
  "dependencies": {
37
+ "arol-ai": "^0.1.8",
37
38
  "commander": "^12.1.0",
38
39
  "fast-glob": "^3.3.2"
39
40
  },
@@ -203,7 +203,11 @@
203
203
  "sunset_date": "2024-05-15",
204
204
  "detect": {
205
205
  "sdk": ["stripe"],
206
- "patterns": ["\\bstripe\\.sources\\.create", "\\bstripe\\.charges\\.create", "\\bstripe\\.Charge\\.create"]
206
+ "patterns": [
207
+ "\\bstripe\\.sources\\.create",
208
+ "\\bstripe\\.charges\\.create",
209
+ "\\bstripe\\.Charge\\.create"
210
+ ]
207
211
  },
208
212
  "migration_url": "https://docs.stripe.com/payments/older-apis",
209
213
  "summary": "The Sources API is deprecated (local payment methods stopped being accepted May 15, 2024) and the Charges API is legacy. Migrate to the PaymentMethods + PaymentIntents APIs.",
@@ -393,5 +397,82 @@
393
397
  "migration_url": "https://clerk.com/docs/reference/objects/clerk#redirect-to-user-profile",
394
398
  "summary": "Clerk's <RedirectToUserProfile /> control component is deprecated in favor of the redirectToUserProfile() method on the Clerk object. No removal date announced.",
395
399
  "source": "https://clerk.com/docs/nextjs/reference/components/control/redirect-to-user-profile"
400
+ },
401
+ {
402
+ "id": "openai-2026-07-23-shutdown",
403
+ "vendor": "OpenAI",
404
+ "title": "OpenAI models shut down July 23, 2026 (audio/search/realtime previews, deep research)",
405
+ "severity": "high",
406
+ "match": "pattern",
407
+ "applies_to": ["*"],
408
+ "sunset_date": "2026-07-23",
409
+ "detect": {
410
+ "sdk": ["openai"],
411
+ "patterns": [],
412
+ "models": [
413
+ "computer-use-preview-2025-03-11",
414
+ "gpt-4o-audio-preview-2024-12-17",
415
+ "gpt-4o-mini-audio-preview-2024-12-17",
416
+ "gpt-4o-mini-realtime-preview-2024-12-17",
417
+ "gpt-4o-mini-search-preview-2025-03-11",
418
+ "gpt-4o-mini-tts-2025-03-20",
419
+ "gpt-4o-search-preview-2025-03-11",
420
+ "gpt-audio-mini-2025-10-06",
421
+ "gpt-realtime-mini-2025-10-06",
422
+ "o3-deep-research-2025-06-26",
423
+ "o4-mini-deep-research-2025-06-26"
424
+ ]
425
+ },
426
+ "migration_url": "https://platform.openai.com/docs/deprecations",
427
+ "summary": "These OpenAI model snapshots (audio/search/realtime previews, computer-use preview, and the deep research models) shut down in the API on July 23, 2026; pinned calls to these IDs will fail. Migrate to current flagship models.",
428
+ "source": "https://developers.openai.com/api/docs/deprecations"
429
+ },
430
+ {
431
+ "id": "openai-2026-10-23-shutdown",
432
+ "vendor": "OpenAI",
433
+ "title": "OpenAI models shut down October 23, 2026 (legacy GPT-3.5/4/4o, GPT-4.1-nano, o1/o3-mini/o4-mini, gpt-image-1)",
434
+ "severity": "high",
435
+ "match": "pattern",
436
+ "applies_to": ["*"],
437
+ "sunset_date": "2026-10-23",
438
+ "detect": {
439
+ "sdk": ["openai"],
440
+ "patterns": [],
441
+ "models": [
442
+ "gpt-3.5-turbo",
443
+ "gpt-3.5-turbo-0125",
444
+ "gpt-4",
445
+ "gpt-4-0613",
446
+ "gpt-4-1106-preview",
447
+ "gpt-4-turbo",
448
+ "gpt-4.1-nano",
449
+ "gpt-4o-2024-05-13",
450
+ "gpt-image-1",
451
+ "o1",
452
+ "o1-pro",
453
+ "o3-mini",
454
+ "o4-mini"
455
+ ]
456
+ },
457
+ "migration_url": "https://platform.openai.com/docs/deprecations",
458
+ "summary": "These OpenAI models shut down in the API on October 23, 2026: GPT-3.5 Turbo, GPT-4, GPT-4 Turbo, GPT-4.1-nano, the gpt-4o-2024-05-13 snapshot, gpt-image-1, and the o1 / o1-pro / o3-mini / o4-mini reasoning models — bare aliases included, since OpenAI retires them alongside the dated snapshots. The still-current gpt-4o alias is intentionally NOT matched (only its retiring 2024-05-13 snapshot is). Migrate to the gpt-4.1 / gpt-5 family or gpt-image-1.5.",
459
+ "source": "https://developers.openai.com/api/docs/deprecations"
460
+ },
461
+ {
462
+ "id": "openai-realtime-beta-removed",
463
+ "vendor": "OpenAI",
464
+ "title": "Realtime API beta interface removed",
465
+ "severity": "high",
466
+ "match": "pattern",
467
+ "applies_to": ["py", "js", "ts", "jsx", "tsx", "mjs"],
468
+ "sunset_date": "2026-05-12",
469
+ "detect": {
470
+ "sdk": ["openai"],
471
+ "patterns": ["\\bbeta\\.realtime\\b"],
472
+ "models": []
473
+ },
474
+ "migration_url": "https://platform.openai.com/docs/changelog",
475
+ "summary": "The Realtime API beta was removed from the API on May 12, 2026. Migrate from the client.beta.realtime interface to the released (GA) Realtime API.",
476
+ "source": "https://platform.openai.com/docs/changelog"
396
477
  }
397
478
  ]