Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependency versions and example projects, and refreshes internal plugin/pipeline context documentation for the FastEdge SDK repo.
Changes:
- Bump root/dev-site/example dependencies (including tooling like TypeScript, Jest, Astro, and handlebars).
- Add a new
examples/react-with-hono-serverfull-stack example (Vite + React frontend, Hono API + FastEdge static server). - Update pipeline context docs under
context/and regenerate static asset manifests inexamples/static-assets.
Reviewed changes
Copilot reviewed 40 out of 44 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates root devDependencies/dependencies (incl. toolchain + npm-run-all2). |
| github-pages/package.json | Bumps Astro/Starlight versions for GitHub Pages docs site. |
| examples/template-invoice/package.json | Bumps handlebars dependency. |
| examples/template-invoice/.node-version | Pins example Node version. |
| examples/template-invoice-ab-testing/package.json | Bumps handlebars dependency. |
| examples/template-invoice-ab-testing/.node-version | Pins example Node version. |
| examples/static-assets/src/templates-static-assets.ts | Updates generated static asset manifest metadata. |
| examples/static-assets/src/styles-static-assets.ts | Updates generated static asset manifest metadata. |
| examples/static-assets/src/images-static-assets.ts | Updates generated static asset manifest metadata. |
| examples/static-assets/package.json | Switches dev dependency to npm-run-all2. |
| examples/static-assets/.node-version | Pins example Node version. |
| examples/react-with-hono-server/vite.config.ts | Adds Vite config with /api dev proxy to the Hono dev server. |
| examples/react-with-hono-server/VITE-README.md | Adds Vite template readme content for the example. |
| examples/react-with-hono-server/tsconfig.node.json | Adds TS config for Vite config/build tooling. |
| examples/react-with-hono-server/tsconfig.json | Adds TS project references. |
| examples/react-with-hono-server/tsconfig.fastedge.json | Adds TS config for FastEdge server code typechecking. |
| examples/react-with-hono-server/tsconfig.app.json | Adds TS config for the React app. |
| examples/react-with-hono-server/src/vite-env.d.ts | Adds env var typings for the Vite app. |
| examples/react-with-hono-server/src/utils/api.ts | Adds API URL builder + simple API client wrapper. |
| examples/react-with-hono-server/src/main.tsx | Adds React entrypoint. |
| examples/react-with-hono-server/src/index.css | Adds base styles (Vite template). |
| examples/react-with-hono-server/src/assets/react.svg | Adds React logo asset. |
| examples/react-with-hono-server/src/App.tsx | Adds sample UI + API demo consuming /api/users. |
| examples/react-with-hono-server/src/App.css | Adds component styles. |
| examples/react-with-hono-server/README.md | Documents build/deploy/dev workflow for the example. |
| examples/react-with-hono-server/public/vite.svg | Adds Vite logo asset. |
| examples/react-with-hono-server/package.json | Adds example scripts and dependencies for React/Vite/Hono/FastEdge. |
| examples/react-with-hono-server/index.html | Adds HTML entrypoint for Vite app. |
| examples/react-with-hono-server/fastedge-server/server.ts | Adds FastEdge runtime server combining API routes + static server. |
| examples/react-with-hono-server/fastedge-server/dev-server.ts | Adds Node-based dev API server using @hono/node-server. |
| examples/react-with-hono-server/fastedge-server/config/server.config.ts | Adds static server configuration used by createStaticServer. |
| examples/react-with-hono-server/fastedge-server/config/build-config.ts | Adds fastedge-build config for building the example to wasm. |
| examples/react-with-hono-server/fastedge-server/config/asset-manifest.ts | Adds placeholder generated asset manifest file (to be overwritten by build). |
| examples/react-with-hono-server/fastedge-server/api/routes.ts | Adds sample Hono API routes (/hello, /users, /status). |
| examples/react-with-hono-server/eslint.config.js | Adds ESLint config for the example. |
| examples/react-with-hono-server/ENVIRONMENT-SETUP.md | Adds documentation for env/proxy/API utility usage. |
| examples/react-with-hono-server/API-README.md | Adds documentation for API routes setup and usage. |
| examples/react-with-hono-server/.node-version | Pins example Node version. |
| examples/react-with-hono-server/.gitignore | Adds example-specific ignores (dist/node_modules/wasm/etc.). |
| examples/mcp-server/package.json | Bumps MCP/Hono-related dependencies. |
| examples/mcp-server/.node-version | Pins example Node version. |
| context/PLUGIN_CONTRACT.md | Updates plugin pipeline contract text (notes pipeline operational date). |
| context/CONTEXT_INDEX.md | Updates repo context index to reflect docs/ now present/operational. |
qrdl
approved these changes
Apr 13, 2026
|
🎉 This PR is included in version 2.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.