Skip to content

Conversation

isaacroldan
Copy link
Contributor

@isaacroldan isaacroldan commented Aug 22, 2025

WHY are these changes introduced?

Fixes #0000

WHAT is this pull request doing?

How to test your changes?cbcb

Post-release steps

Measuring impact

How do we know this change was effective? Please choose one:cb

  • n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix
  • Existing analytics will cater for this addition
  • PR includes analytics changes to measure impact

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentationchanges

Copy link
Contributor Author

isaacroldan commented Aug 22, 2025

@isaacroldan isaacroldan force-pushed the 08-22-make_build_config_a_series_of_build_steps branch 2 times, most recently from 2ecd2d5 to 0e3af76 Compare August 22, 2025 14:29
Copy link
Contributor

github-actions bot commented Aug 22, 2025

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
78.7% (+0.04% 🔼)
13525/17186
🟡 Branches
72.7% (+0.06% 🔼)
6565/9030
🟡 Functions
78.97% (+0.03% 🔼)
3512/4447
🟡 Lines
79.06% (+0.05% 🔼)
12784/16171
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / extension-instance.ts
83.33% (+0.27% 🔼)
78.57% (-0.17% 🔻)
92.73%
83.13% (+0.29% 🔼)
🟢
... / publish.ts
100% (+11.11% 🔼)
87.5% (-12.5% 🔻)
100% (+50% 🔼)
100% (+12.5% 🔼)

Test suite run success

3243 tests passing in 1359 suites.

Report generated by 🧪jest coverage report action from 9f6dcf3

@isaacroldan isaacroldan force-pushed the 08-22-make_build_config_a_series_of_build_steps branch from 0e3af76 to 6004278 Compare August 29, 2025 11:39
@isaacroldan isaacroldan force-pushed the 08-22-add_apply_new_build_mode_to_flow branch from 9bbde93 to 2bed3b6 Compare August 29, 2025 11:39
@isaacroldan isaacroldan changed the base branch from 08-22-add_apply_new_build_mode_to_flow to graphite-base/6311 August 29, 2025 15:09
@isaacroldan isaacroldan mentioned this pull request Aug 29, 2025
5 tasks
@isaacroldan isaacroldan force-pushed the 08-22-make_build_config_a_series_of_build_steps branch from 6004278 to c455270 Compare September 9, 2025 13:30
@isaacroldan isaacroldan changed the base branch from graphite-base/6311 to 08-22-add_apply_new_build_mode_to_flow September 9, 2025 13:31
@isaacroldan isaacroldan force-pushed the 08-22-add_apply_new_build_mode_to_flow branch from 434c6c3 to b1979e0 Compare September 9, 2025 13:35
@isaacroldan isaacroldan force-pushed the 08-22-make_build_config_a_series_of_build_steps branch from c455270 to 68f4f1b Compare September 9, 2025 13:35
Copy link
Contributor

github-actions bot commented Sep 9, 2025

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.84.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "3.84.1";
\ No newline at end of file

1 similar comment
Copy link
Contributor

github-actions bot commented Sep 9, 2025

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.84.0";
\ No newline at end of file
+export declare const CLI_KIT_VERSION = "3.84.1";
\ No newline at end of file

@isaacroldan isaacroldan force-pushed the 08-22-add_apply_new_build_mode_to_flow branch from b1979e0 to 89de6ea Compare September 9, 2025 15:11
@isaacroldan isaacroldan force-pushed the 08-22-make_build_config_a_series_of_build_steps branch 2 times, most recently from 8a9f4d0 to e4065f4 Compare September 11, 2025 15:51
@isaacroldan isaacroldan force-pushed the 08-22-add_apply_new_build_mode_to_flow branch from 89de6ea to 46b6836 Compare September 11, 2025 15:51
@seandmccarthy seandmccarthy changed the base branch from 08-22-add_apply_new_build_mode_to_flow to graphite-base/6311 September 11, 2025 22:56
@isaacroldan isaacroldan force-pushed the 08-22-make_build_config_a_series_of_build_steps branch from e4065f4 to 2c85cef Compare September 12, 2025 10:48
@isaacroldan isaacroldan changed the base branch from graphite-base/6311 to 08-22-add_apply_new_build_mode_to_flow September 12, 2025 10:49
@isaacroldan isaacroldan force-pushed the 08-22-make_build_config_a_series_of_build_steps branch from 2c85cef to 78ff53f Compare September 12, 2025 11:03
@isaacroldan isaacroldan force-pushed the 08-22-add_apply_new_build_mode_to_flow branch 2 times, most recently from 3f326e3 to 577a5ef Compare September 12, 2025 12:56
@isaacroldan isaacroldan force-pushed the 08-22-make_build_config_a_series_of_build_steps branch from 78ff53f to d0d7bc9 Compare September 12, 2025 12:56
@isaacroldan isaacroldan force-pushed the 08-22-make_build_config_a_series_of_build_steps branch from d0d7bc9 to 9f6dcf3 Compare September 16, 2025 10:41
Base automatically changed from 08-22-add_apply_new_build_mode_to_flow to main September 16, 2025 14:44
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