|
| 1 | +# EVERGREEN Completion Log — pabrikroti-master main |
| 2 | + |
| 3 | +## Summary |
| 4 | + |
| 5 | +- Repo: `pabrikroti-master` |
| 6 | +- Base branch: `origin/main` |
| 7 | +- Working branch: `stacks-evergreen-main-20260530-220652` |
| 8 | +- Class: Class A — App Repo |
| 9 | +- Runtime target: Node.js 24.x |
| 10 | +- Package manager: Yarn Modern 4.12.0 |
| 11 | +- Live URL: `https://pabrikroti.endhonesa.com/` |
| 12 | + |
| 13 | +## Branch Scope |
| 14 | + |
| 15 | +This run is only for the `main` branch cycle. The `preview` branch must be handled in a separate branch and separate Evergreen run after this branch is inspected and merged as requested. |
| 16 | + |
| 17 | +## Baseline |
| 18 | + |
| 19 | +- Starting point: `origin/main` at release `2.7.0`. |
| 20 | +- Existing package manager file: Yarn v1 `yarn.lock`. |
| 21 | +- Existing runtime metadata targeted Node `>=22.14.0` and Yarn `>=1.22.0`. |
| 22 | +- Existing CI used `actions/setup-node@v3` with Node 22. |
| 23 | +- Live production URL returned HTTP 200. |
| 24 | +- `.env.local` was present locally and used for build validation; it was not committed. |
| 25 | + |
| 26 | +## Monthly / Quarterly Changes |
| 27 | + |
| 28 | +- Added `.nvmrc` with Node 24. |
| 29 | +- Added `.yarnrc.yml` with `nodeLinker: node-modules` for Next.js/Web3 compatibility. |
| 30 | +- Added `packageManager: yarn@4.12.0`. |
| 31 | +- Updated `engines` to Node 24.x and Yarn 4.x. |
| 32 | +- Regenerated `yarn.lock` with Yarn 4.12.0. |
| 33 | +- Updated CI to Node 24, `actions/setup-node@v4`, Corepack, and `yarn install --immutable`. |
| 34 | +- Updated runtime dependencies: |
| 35 | + - `next` to 16.2.6. |
| 36 | + - `react` and `react-dom` to 19.2.6. |
| 37 | + - `thirdweb` to 5.120.0. |
| 38 | + - `@vercel/analytics` to 2.0.1. |
| 39 | + - `framer-motion` to 12.40.0. |
| 40 | + - `hls.js` to 1.6.16. |
| 41 | + - `react-icons` to 5.6.0. |
| 42 | + - `@noble/curves` and `@noble/hashes` to 2.2.0. |
| 43 | +- Updated dev dependencies: |
| 44 | + - Next ESLint packages to 16.2.6. |
| 45 | + - Tailwind CSS and `@tailwindcss/postcss` to 4.3.0. |
| 46 | + - `postcss` to 8.5.15. |
| 47 | + - `@types/node` to 24.12.4. |
| 48 | + - React type packages to current React 19 types. |
| 49 | + - `prettier` to 3.8.3. |
| 50 | +- Removed `NEXT_PUBLIC_TW_SECRET_KEY` from `.env.example` and CI public env injection because secret keys must not be exposed through `NEXT_PUBLIC_*`. |
| 51 | +- Updated README commands and added Evergreen maintenance notes for the `main` cycle. |
| 52 | + |
| 53 | +## Deferred Items |
| 54 | + |
| 55 | +- `@types/node@25` is intentionally deferred because the repo targets Node.js 24.x. |
| 56 | +- `eslint@10` is deferred until the current Next/TypeScript/Web3 lint stack is confirmed compatible. |
| 57 | +- `typescript@6` is deferred until the current Next/Web3 dependency stack is confirmed compatible. |
| 58 | +- Yarn peer warnings remain from transitive Web3/Solana/WalletConnect packages; no direct app code change is indicated by those warnings. |
| 59 | + |
| 60 | +## Validation |
| 61 | + |
| 62 | +- `corepack yarn install` completed with peer warnings only. |
| 63 | +- `corepack yarn lint` passed. |
| 64 | +- `corepack yarn build` passed using `.env.local`. |
| 65 | +- `corepack yarn npm audit --severity moderate --recursive` reported zero moderate-or-higher audit findings after the update. |
| 66 | +- Production URL check: `https://pabrikroti.endhonesa.com/` returned HTTP 200 during the read-only preflight. |
| 67 | + |
| 68 | +## Notes |
| 69 | + |
| 70 | +- No feature behavior was intentionally changed. |
| 71 | +- This branch is ready for manual inspection before commit/merge handling requested by Prof. NOTA. |
| 72 | + |
| 73 | +## Deployment Follow-up — 2026-05-31 |
| 74 | + |
| 75 | +- Vercel deployment failed because Vercel invoked Yarn Classic 1.22.19 while `package.json` requires Yarn Modern 4.12.0. |
| 76 | +- Added `vercel.json` so Vercel install/build commands call Yarn through Corepack. |
| 77 | +- Updated GitHub Actions to avoid invoking Yarn before Corepack is active and to run install/lint/build through `corepack yarn`. |
0 commit comments