Skip to content

Dev - #81

Merged
takadr merged 5 commits into
mainfrom
dev
May 29, 2026
Merged

Dev#81
takadr merged 5 commits into
mainfrom
dev

Conversation

@takadr

@takadr takadr commented May 29, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

takadr and others added 5 commits May 26, 2026 14:34
- pin packageManager to pnpm@9.15.4 to match lockfile v9 and CI (pnpm ^9.4)
- pin eslint-config-turbo to ^1.13.4 so the ESLint config loads and lint runs again
- upgrade Next.js 14.2.26 -> 15.5.18 (fixes SSRF / middleware-bypass / DoS advisories)
- add pnpm overrides (elliptic, pbkdf2, sha.js) and update deps within semver range
- audited vulnerabilities reduced 181 -> 43 (critical 8 -> 2, high 62 -> 9)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Add the env vars read by packages/lib (NEXT_PUBLIC_LOCAL_* addresses,
NEXT_PUBLIC_SUBGRAPH_ENDPOINT_* variants, INFURA_API_TOKEN, ALCHEMY_API_KEY,
NEXT_PUBLIC_SUPPOTED_CHAIN_IDS) to build.env so turbo cache-busts on change
and lint no longer flags them.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ws reaches the production path via wagmi -> viem -> isows pinned at 8.13.0
(ws DoS with many HTTP headers). Force >=8.17.1 across the tree.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Track node-linker=hoisted / shamefully-hoist / strict-peer-dependencies=false /
prefer-frozen-lockfile / lockfile-include-tarball-url so local and CI installs
match the committed pnpm-lock.yaml and avoid node_modules drift. Hoisted layout
improves compatibility with web3 packages that ship undeclared deps.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@takadr
takadr merged commit d527272 into main May 29, 2026
2 checks passed
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.

1 participant