Skip to content

DC Milo 0.2638 - #202

Merged
Ruchika4 merged 17 commits into
mainfrom
stage
Sep 16, 2026
Merged

Ruchika4 merged 17 commits into
mainfrom
stage

Conversation

Ruchika4 and others added 2 commits September 8, 2026 12:37
Co-authored-by: Ruchika Sinha <tek10248@Ruchikas-MacBook-Pro.local>
…201)

* support edgeworker for client upload block

* edgeworker code update to support client upload block

* edgeworker code update

* add code to remove prerender html same as verb-widget block

* remove prerender html

---------

Co-authored-by: Ruchika Sinha <tek10248@Ruchikas-MacBook-Pro.local>
@aem-code-sync

aem-code-sync Bot commented Sep 9, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run all PSI checks
  • Re-run failed PSI checks
  • Re-sync branch
Commits

@aem-code-sync

aem-code-sync Bot commented Sep 9, 2026

Copy link
Copy Markdown
Page Scores Audits
📱 /acrobat/online/image-to-pdf PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS
🖥️ /acrobat/online/image-to-pdf PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS

The block's flex layout was inert (display: flow instead of flex),
so cards with different title line-counts in the same grid row
rendered at different heights, misaligning the Copy button row
(MWPW-180247). Also fixes a box-sizing gap that would have inflated
every card's height regardless of content.

Co-authored-by: David Hahn <davidhahn@Davids-MacBook-Pro-3.local>
@Ruchika4 Ruchika4 changed the title DC Milo 0.2637 (Part 2) DC Milo 0.2638 Sep 9, 2026
@Ruchika4

Ruchika4 commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator Author

@markovicpredrag1209 , removing verified label as we will be merging more PRs for release next week.

@Ruchika4 Ruchika4 removed the verified label Sep 9, 2026
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.22.1 to 4.28.8.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.22.1...4.28.8)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-version: 4.28.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.16.0.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.11.2...v6.16.0)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ruchika4 and others added 2 commits September 9, 2026 17:05
Co-authored-by: Ruchika Sinha <tek10248@Ruchikas-MacBook-Pro.local>
)

Fixes a stylelint value-no-vendor-prefix failure on pre-existing code
(acrobat/blocks/prompt-card/prompt-card.css, display: -webkit-box)
flagged during review of PR #198. The vendor-prefixed value is
required alongside -webkit-line-clamp/-webkit-box-orient for Safari's
line-clamp truncation and has no unprefixed equivalent. Fixed at the
config level since this is a recurring, deliberate pattern (also
present untouched in the mep/dc1052 duplicate of this file) rather
than a one-off.

Co-authored-by: David Hahn <davidhahn@sudhakars-mbp-3.corp.adobe.com>
Bumps [ip-address](https://github.com/beaugunderson/ip-address) and [socks](https://github.com/JoshGlazebrook/socks). These dependencies needed to be updated together.

Updates `ip-address` from 9.0.5 to 10.7.0
- [Release notes](https://github.com/beaugunderson/ip-address/releases)
- [Commits](beaugunderson/ip-address@v9.0.5...v10.7.0)

Updates `socks` from 2.8.4 to 2.8.10
- [Release notes](https://github.com/JoshGlazebrook/socks/releases)
- [Commits](JoshGlazebrook/socks@2.8.4...2.8.10)

---
updated-dependencies:
- dependency-name: ip-address
  dependency-version: 10.7.0
  dependency-type: indirect
- dependency-name: socks
  dependency-version: 2.8.10
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.5.28.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.31...8.5.28)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.28
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.11 to 3.3.18.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.11...3.3.18)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-version: 3.3.18
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [svgo](https://github.com/svg/svgo) from 2.8.0 to 2.8.4.
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v2.8.0...v2.8.4)

---
updated-dependencies:
- dependency-name: svgo
  dependency-version: 2.8.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@codecov

codecov Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 86.15752% with 58 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.61%. Comparing base (05e00ee) to head (14e71a2).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
acrobat/blocks/unity-marquee/unity-marquee.js 87.12% 47 Missing ⚠️
edgeworkers/Acrobat_DC_web_prod/main.js 63.33% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #202      +/-   ##
==========================================
+ Coverage   78.01%   80.61%   +2.59%     
==========================================
  Files          47       48       +1     
  Lines       11554    11956     +402     
==========================================
+ Hits         9014     9638     +624     
+ Misses       2540     2318     -222     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…210)

* remove placeholder dependency from client-upload block

* fix unit test

---------

Co-authored-by: Ruchika Sinha <tek10248@Ruchikas-MacBook-Pro.local>
Ruchika4 and others added 3 commits September 14, 2026 09:59
* Add student-space-marquee block (display-only study-marquee variant)

Create a presentational variation of study-marquee without the file
upload zone: no dropzone, file input, drag-and-drop, or error handling
and none of the associated event listeners. Keeps the rendering,
analytics landing, ping, and signed-in redirect logic.

Read all block text (copy, sub-copy, legal, tooltip) from the authored
DOM first; fall back to placeholders only for values that are not
authored, loading the placeholder file only when needed.

Add AUTHORING.md documenting the block structure and fallback behavior.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* base block for citation widget

* rename column name

* unity-marquee

* css fix

* css fix

* css fix

* fix flicker

* optimize and fix lint issues

* eager load image for unity-marquee

* add unit tests

* update authoring document

* fix unit tests

* fix lint errors

* css fixes

* legal text css fix

* tablet legal text css fix

* css fix

---------

Co-authored-by: Ruchika Sinha <tek10248@Ruchikas-MacBook-Pro.local>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.15.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.2/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.14.1...3.15.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.15.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [axios](https://github.com/axios/axios) from 1.7.5 to 1.20.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.5...v1.20.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.20.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps  and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together.

Updates `brace-expansion` from 2.0.2 to 2.1.4
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.2...v2.1.4)

Updates `brace-expansion` from 1.1.12 to 1.1.18
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.2...v2.1.4)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.1.4
  dependency-type: indirect
- dependency-name: brace-expansion
  dependency-version: 1.1.18
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruchika Sinha <69535463+Ruchika4@users.noreply.github.com>
@Ruchika4
Ruchika4 merged commit 702eeb8 into main Sep 16, 2026
406 of 412 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants