Skip to content

fix(deps): ビルドエラーの修正#425

Merged
takanakahiko merged 5 commits intodevfrom
claude/fix-build-errors-XuPrm
Jan 26, 2026
Merged

fix(deps): ビルドエラーの修正#425
takanakahiko merged 5 commits intodevfrom
claude/fix-build-errors-XuPrm

Conversation

@takanakahiko
Copy link
Member

@takanakahiko takanakahiko commented Jan 22, 2026

No description provided.

- Replace node-sass with sass (Dart Sass) to avoid native build issues
- Downgrade sass-loader from 16 to 10.5 for webpack 4 compatibility
- Upgrade eslint from 7 to 8.57 for eslint-plugin-vue 10 compatibility
- Upgrade @babel/eslint-parser from 7.11 to 7.23
- Add @babel/plugin-proposal-private-property-in-object for Nuxt 2 build
- Remove deprecated eslint-loader
- nuxt: 2.16.1 → 2.18.1 (latest Nuxt 2)
- @babel/eslint-parser: 7.23.0 → 7.28.0
- eslint: 8.57.0 → 9.0.0
- eslint-plugin-vue: 10.7.0 (unchanged, already latest)
- sass: 1.77.0 → 1.97.0
- sass-loader: 10.5.0 → 10.5.2
- axios: 1.13.2 (unchanged, already latest)

Removed unused eslint-friendly-formatter dependency.
- Add actions/setup-node@v4 with Node.js 22 to GitHub Actions workflows
- Update actions/checkout to v6 in pr.yml
- Downgrade eslint to 8.57.0 and eslint-plugin-vue to 9.33.0 for legacy config compatibility
- Update .eslintrc.js parser to @babel/eslint-parser
- Disable vue/multi-word-component-names rule for Nuxt compatibility
- Enable npm caching in GitHub Actions for faster CI
@takanakahiko takanakahiko changed the title fix(deps): update dependencies for Node.js 22 compatibility fix(deps): ビルドエラーの修正 Jan 23, 2026
The lockfile has peer dependency conflicts between buffer versions.
Using --legacy-peer-deps flag resolves this issue.
Use npm overrides to pin crc to 3.8.0 which doesn't require buffer>=6.
This resolves the peer dependency conflict between:
- crc@4.x (requires buffer>=6.0.3)
- node-libs-browser (requires buffer@^4.x)

Removes --legacy-peer-deps workaround from CI workflows.
@takanakahiko takanakahiko merged commit d4340c4 into dev Jan 26, 2026
2 checks passed
@takanakahiko takanakahiko deleted the claude/fix-build-errors-XuPrm branch January 27, 2026 15:51
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