Skip to content

chore(deps-dev): npm-run-all2 9, sass-loader 17, eslint plugins (consolidated majors)#150

Merged
countgitmick merged 1 commit into
developmentfrom
deps/npm-majors
Jun 13, 2026
Merged

chore(deps-dev): npm-run-all2 9, sass-loader 17, eslint plugins (consolidated majors)#150
countgitmick merged 1 commit into
developmentfrom
deps/npm-majors

Conversation

@countgitmick

Copy link
Copy Markdown
Owner

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 to path.join(). flake hash recomputed.

Verified locally before pushing: yarn lint clean + full nix build passes. Closes the three individual PRs once merged.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant