Skip to content

Renovate dependency batch (13 PRs)#275

Open
sirugh wants to merge 26 commits intomainfrom
dep-updates
Open

Renovate dependency batch (13 PRs)#275
sirugh wants to merge 26 commits intomainfrom
dep-updates

Conversation

@sirugh
Copy link
Copy Markdown
Collaborator

@sirugh sirugh commented May 5, 2026

Summary

Consolidates 13 open Renovate PRs onto a single branch, validated locally with the same gating as CI (npm ci && npm run lint && npm run test — 123/123 passing) plus inspection of breaking-change notes.

Included

Security patches

DevDep minors / lockfile

Runtime minors / lockfile

Major bumps (audited)

  • Update adobe/aio-apps-action action to v4 #222 adobe/aio-apps-action v3 → v4 — breaking change is "remove sudo from aio-cli commands" (workflow-side only); the renovate PR's CI passed with v4.
  • Update dependency p-limit to v7 #204 p-limit v6 → v7 — breaking changes are Node ≥20 (CI is Node 22) and activeCount semantics (we don't read it); only call site is pLimit(50) in actions/check-product-changes/poller.js via dynamic import.

Excluded

  • Update dependency msw to v2.14.3 #218 msw → v2.14.3 — real regression: pulls in transitive rettime (ESM-only .mjs) and our test files use require('msw'), so jest fails with Must use import to load ES Module. Needs one of: pin upper bound (~2.10), convert affected tests to ESM, or add jest transformIgnorePatterns for rettime. Tracking via PR Update dependency msw to v2.14.3 #218.

Test plan

  • npm ci clean
  • npm run lint clean
  • npm run test — 123/123 passing
  • CI green on this PR (Test PR + Kodiak)
  • e2e (npm run e2e) — not run locally (requires deployed AIO Runtime); not in CI either, matching existing gating
  • deploy app from this branch against small catalog.

🤖 Generated with Claude Code

renovate Bot and others added 26 commits March 27, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant