Conversation
- 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
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.
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.