Skip to content

chore: upgrade deps and local build.#115

Merged
morganney merged 3 commits intomainfrom
develop
Mar 30, 2026
Merged

chore: upgrade deps and local build.#115
morganney merged 3 commits intomainfrom
develop

Conversation

@morganney
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 30, 2026 18:04
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.37%. Comparing base (8740606) to head (3e9b730).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   98.37%   98.37%           
=======================================
  Files           7        7           
  Lines         614      614           
  Branches      157      157           
=======================================
  Hits          604      604           
  Misses         10       10           

☔ 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.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates dependency versions and local development build flow for the monorepo, including Storybook and documentation tweaks.

Changes:

  • Bump tts-react to 4.1.3 and update Storybook workspace deps/scripts (move to SWC compiler addon, serve).
  • Replace http-server-based local build with a Node-based local-build.js helper.
  • Update docs/examples and GitHub Actions workflow action versions.

Reviewed changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/tts-react/package.json Bumps tts-react package version to 4.1.3.
packages/story/package.json Updates Storybook/React deps, switches to ESM, adjusts build/serve scripts.
packages/story/.storybook/main.ts Updates Storybook config for new addon/framework resolution and SWC compiler addon.
package.json Updates root scripts/devDependencies; switches local build to local-build.js, adds serve.
local-build.js New local build helper that serves the repo and opens build.html.
eslint.config.js Disables no-unsafe-enum-comparison for src/component.tsx to preserve v4 API compatibility.
docs/examples.md Updates CDN/import-map example to use @knighted/jsx/react instead of htm.
build.html Updates local import map/example to use @knighted/jsx/react.
.github/workflows/publish.yml Updates action versions and keeps publish flow.
.github/workflows/deploy.yml Updates action versions and keeps deploy flow.
.github/workflows/ci.yml Updates action versions and Codecov action version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread build.html Outdated
@morganney morganney merged commit 0ee9429 into main Mar 30, 2026
3 checks passed
@morganney morganney deleted the develop branch March 30, 2026 18:11
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