Skip to content

scanservjs: use generic nodejs version#518019

Merged
pyrox0 merged 1 commit into
NixOS:masterfrom
epireyn:update/scanservjs-nodejs
May 17, 2026
Merged

scanservjs: use generic nodejs version#518019
pyrox0 merged 1 commit into
NixOS:masterfrom
epireyn:update/scanservjs-nodejs

Conversation

@epireyn

@epireyn epireyn commented May 8, 2026

Copy link
Copy Markdown
Contributor

Upstream seems to stick to old versions for development (nodejs 16 for UI development), breaking changes with latest nodejs should therefore be pretty unlikely (for now).

See #515284

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Upstream seems to stick to old versions for development (nodejs 16 for UI development), breaking changes with latest nodejs should therefore be pretty unlikely (for now).
Resolves NixOS#515284
@nixpkgs-ci nixpkgs-ci Bot requested a review from chayleaf May 8, 2026 10:43
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels May 8, 2026
@epireyn

epireyn commented May 8, 2026

Copy link
Copy Markdown
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 518019
Commit: b5edec9e119fcd00c708abecae0243313945130f


x86_64-linux

✅ 1 package built:
  • scanservjs

@SuperSandro2000

Copy link
Copy Markdown
Member

Upstream seems to stick to old versions for development (nodejs 16 for UI development), breaking changes with latest nodejs should therefore be pretty unlikely (for now).

I would say the opposite. New versions might remove deprecated features. We should probably just bump to 24 and hope for the best.

@epireyn

epireyn commented May 8, 2026

Copy link
Copy Markdown
Contributor Author

That's exactly what I did :).

@qweered qweered mentioned this pull request May 8, 2026
25 tasks
@nixpkgs-ci nixpkgs-ci Bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label May 9, 2026
@pyrox0 pyrox0 added this pull request to the merge queue May 17, 2026
@pyrox0 pyrox0 added the backport release-25.11 Backport PR automatically label May 17, 2026
Merged via the queue into NixOS:master with commit 3ef9dc5 May 17, 2026
37 of 39 checks passed
@nixpkgs-ci

nixpkgs-ci Bot commented May 17, 2026

Copy link
Copy Markdown
Contributor

Backport failed for release-25.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-25.11
git worktree add -d .worktree/backport-518019-to-release-25.11 origin/release-25.11
cd .worktree/backport-518019-to-release-25.11
git switch --create backport-518019-to-release-25.11
git cherry-pick -x b5edec9e119fcd00c708abecae0243313945130f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: failed backport 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person. backport release-25.11 Backport PR automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants