Skip to content

Conversation

@graygilmore
Copy link
Contributor

@graygilmore graygilmore commented Nov 13, 2025

Patch for v3.87 of #6614

@graygilmore graygilmore force-pushed the gg-fix-tae-images-3.87-patch branch from eee9f11 to 3d6eb87 Compare November 13, 2025 18:22
@github-actions
Copy link
Contributor

github-actions bot commented Nov 13, 2025

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 79.26% 13582/17136
🟡 Branches 73.11% 6631/9070
🟡 Functions 79.39% 3505/4415
🟡 Lines 79.62% 12827/16111

Test suite run success

3356 tests passing in 1372 suites.

Report generated by 🧪jest coverage report action from 718c173

Our wrapper around fs's `readFile` sets a default of `{encoding:
'utf8'}` to the options. This will cause any binary files (like images
or fonts) to not be read properly.

There isn't a way to disable the encoding based on how the function is
currently typed so I'm switching to fs's version of `readFile` which
will handle all file types correctly automatically.
@graygilmore graygilmore force-pushed the gg-fix-tae-images-3.87-patch branch from 3d6eb87 to 718c173 Compare November 13, 2025 18:40
@graygilmore graygilmore changed the title Gg fix tae images 3.87 patch 3.87 Patch: Fix images not loading in theme app extensions Nov 13, 2025
@graygilmore graygilmore marked this pull request as ready for review November 13, 2025 18:43
@graygilmore graygilmore requested review from a team as code owners November 13, 2025 18:43
@github-actions
Copy link
Contributor

Differences in type declarations

We detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:

  • Some seemingly private modules might be re-exported through public modules.
  • If the branch is behind main you might see odd diffs, rebase main into this branch.

New type declarations

We found no new type declarations in this PR

Existing type declarations

packages/cli-kit/dist/public/common/version.d.ts
@@ -1 +1 @@
-export declare const CLI_KIT_VERSION = "3.87.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "3.87.2";
\ No newline at end of file

@graygilmore graygilmore merged commit 0ce6f2b into stable/3.87 Nov 13, 2025
29 checks passed
@graygilmore graygilmore deleted the gg-fix-tae-images-3.87-patch branch November 13, 2025 18:52
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.

2 participants