chore: add nextjs-app fixture files#920
Conversation
|
Claude finished @binoy14's task in 1m 8s —— View job Review
Missing changeset
|
34325ad to
99b85a4
Compare
📦 Bundle Stats —
|
| Metric | Value | vs main (e816a43) |
|---|---|---|
| Internal (raw) | 2.1 KB | - |
| Internal (gzip) | 799 B | - |
| Bundled (raw) | 10.95 MB | - |
| Bundled (gzip) | 2.06 MB | - |
| Import time | 861ms | -18ms, -2.0% |
bin:sanity
| Metric | Value | vs main (e816a43) |
|---|---|---|
| Internal (raw) | 975 B | - |
| Internal (gzip) | 460 B | - |
| Bundled (raw) | 9.84 MB | - |
| Bundled (gzip) | 1.77 MB | - |
| Import time | 2.05s | -16ms, -0.8% |
🗺️ View treemap · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
📦 Bundle Stats — @sanity/cli-core
Compared against main (e816a43a)
| Metric | Value | vs main (e816a43) |
|---|---|---|
| Internal (raw) | 93.1 KB | - |
| Internal (gzip) | 21.9 KB | - |
| Bundled (raw) | 21.53 MB | - |
| Bundled (gzip) | 3.41 MB | - |
| Import time | 807ms | -2ms, -0.2% |
🗺️ View treemap · Artifacts
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
📦 Bundle Stats — create-sanity
Compared against main (e816a43a)
| Metric | Value | vs main (e816a43) |
|---|---|---|
| Internal (raw) | 976 B | - |
| Internal (gzip) | 507 B | - |
| Bundled (raw) | 50.7 KB | - |
| Bundled (gzip) | 12.6 KB | - |
| Import time | ❌ ChildProcess denied: node | - |
Details
- Import time regressions over 10% are flagged with
⚠️ - Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Coverage DeltaNo covered files changed in this PR. Overall Coverage
|
Add a minimal Next.js app fixture for use in e2e init tests, matching the fixture from #894. Register it in cli-test constants and knip config. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
99b85a4 to
50ac0ff
Compare
Description
Add a minimal Next.js app fixture for use in e2e init tests. These files were copied from #894 to make the fixture available ahead of that PR landing.
Includes:
app/layout.tsxandapp/page.tsx— minimal App Router componentsnext.config.mjs— empty Next.js configpackage.json— next 16, react 19, typescripttsconfig.json— standard Next.js TypeScript configWhat to review
Verify the fixture files match what's expected in #894 and are sufficient for e2e init tests.
Testing
No automated tests added — this is a test fixture that will be consumed by e2e tests in #894.
🤖 Generated with Claude Code