Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
diff→ v8.0.3js-yaml→ v4.1.1vega→ v6.2.0handlebars→ v4.7.9DevDep minors / lockfile
eslintmonorepo → v9.39.4jest→ v30.3.0dotenv→ v17.4.2globals→ v16.5.0vega-lite→ v6.4.3Runtime minors / lockfile
@whatwg-node/server→ v0.10.18@adobe/aio-lib-runtime→ v7.3.0Major bumps (audited)
adobe/aio-apps-actionv3 → v4 — breaking change is "remove sudo from aio-cli commands" (workflow-side only); the renovate PR's CI passed with v4.p-limitv6 → v7 — breaking changes are Node ≥20 (CI is Node 22) andactiveCountsemantics (we don't read it); only call site ispLimit(50)inactions/check-product-changes/poller.jsvia dynamic import.Excluded
msw→ v2.14.3 — real regression: pulls in transitiverettime(ESM-only.mjs) and our test files userequire('msw'), so jest fails withMust use import to load ES Module. Needs one of: pin upper bound (~2.10), convert affected tests to ESM, or add jesttransformIgnorePatternsforrettime. Tracking via PR Update dependency msw to v2.14.3 #218.Test plan
npm cicleannpm run lintcleannpm run test— 123/123 passingnpm run e2e) — not run locally (requires deployed AIO Runtime); not in CI either, matching existing gating🤖 Generated with Claude Code