chore(deps-dev): npm-run-all2 9, sass-loader 17, eslint plugins (consolidated majors)#150
Merged
Merged
Conversation
Consolidates Dependabot's open major dev-dependency PRs (#143, #147, #148) into one CI-verified change, instead of merging them separately (each rewrites the same flake.nix hash line, so they would conflict in series). - npm-run-all2 8.0.4 -> 9.0.2 - sass-loader 16.0.7 -> 17.0.0 - eslint-plugin-jsdoc 62.9.0 -> 63.0.2 - eslint-plugin-n 17.24.0 -> 18.1.0 - eslint-plugin-unicorn 64.0.0 -> 65.0.1 eslint-plugin-n 18 enables n/no-path-concat, which flagged a real dirname-concatenated path in _scripts/getRegions.mjs; switched it to path.join(). flake.nix fetchYarnDeps hash recomputed for the new lock. Verified locally: yarn lint clean and a full nix build passes.
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.
Consolidates Dependabot's open major dev-dep PRs (#143 npm-run-all2 8->9, #147 sass-loader 16->17, #148 eslint group jsdoc/n/unicorn) into one CI-verified change. Merging them separately would conflict (each rewrites the same flake.nix hash line).
eslint-plugin-n 18 enables
n/no-path-concat, which flagged a real dirname-concatenated path in_scripts/getRegions.mjs; switched topath.join(). flake hash recomputed.Verified locally before pushing:
yarn lintclean + fullnix buildpasses. Closes the three individual PRs once merged.