Skip to content

Conversation

@mofojed
Copy link
Member

@mofojed mofojed commented Dec 2, 2025

Cherry-picking back the following changes from main:

mofojed and others added 4 commits December 2, 2025 15:49
…en#2582)

- Combine the publish alpha/production packages into the same workflow
- Required for trusted publishing, as you need to specify one workflow
that is trusted
- Removed the nightly publishing
  - Just do an alpha publish if you need a package published

---------

Co-authored-by: Brian Ingles <[email protected]>
- I got bit with package-lock updating when switching from release/v0.85
to main branch
- Just restrict it using engines so we don't get bit
…eephaven#2585)

- Lerna added trusted publishing support in v9
- Updated lerna, and ran `lerna repair`
- Ensure `npm run build`, `npm test`, `npm start` actions all worked
@mofojed mofojed requested a review from mattrunyon December 2, 2025 21:00
@mofojed mofojed self-assigned this Dec 2, 2025
@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.44%. Comparing base (a7a2aa4) to head (f651c32).
⚠️ Report is 1 commits behind head on release/v0.85.

Files with missing lines Patch % Lines
.../src/command-history/CommandHistoryItemTooltip.tsx 50.00% 1 Missing ⚠️
...console-history/ConsoleHistoryResultInProgress.tsx 50.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##           release/v0.85    #2587   +/-   ##
==============================================
  Coverage          48.44%   48.44%           
==============================================
  Files                712      712           
  Lines              39747    39747           
  Branches           10112    10112           
==============================================
  Hits               19255    19255           
  Misses             20435    20435           
  Partials              57       57           
Flag Coverage Δ
unit 48.44% <50.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

[Vite 5 release notes](https://vitejs.dev/blog/announcing-vite5) look
like some possible performance gains. Another nice thing is aligning dev
and preview servers because I think the inconsistency caused annoying DX
when I tried to make embed-widget just a route in code-studio.

[Vite React
SWC](https://github.com/vitejs/vite-plugin-react-swc/releases). Main
thing is 3.7.0 supporting HMR for class components. Should be a nice
improvement for us.
@mofojed mofojed merged commit 217fd1b into deephaven:release/v0.85 Dec 3, 2025
12 checks passed
@mofojed mofojed deleted the v0.85-trusted-publishing branch December 3, 2025 14:39
@github-actions github-actions bot locked and limited conversation to collaborators Dec 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants