From 4060fffe1925395ceb60975e90d106b612101d9d Mon Sep 17 00:00:00 2001 From: dish Date: Sun, 1 Mar 2026 13:35:59 -0500 Subject: [PATCH] rl-2605: add dropped nodePackages entries --- doc/release-notes/rl-2605.section.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release-notes/rl-2605.section.md b/doc/release-notes/rl-2605.section.md index adc8cb486bba..7f9f5fb9858f 100644 --- a/doc/release-notes/rl-2605.section.md +++ b/doc/release-notes/rl-2605.section.md @@ -76,6 +76,10 @@ - `nodePackages.wavedrom-cli` has been removed, as it was unmaintained within nixpkgs. +- `nodePackages.browserify` has been removed, as it was unmaintained within nixpkgs. + +- `nodePackages.sass` has been removed, as it was unmaintained within nixpkgs. + - All `@tailwindcss` packages in the `nodePackages` set have been removed, as they are libraries that should instead be locked by JS projects that utilize them. - `arti` has been updated to major version 2, which removed the long-deprecated `proxy.socks_port` and `proxy.dns_port` and the legacy syntax for specifying directory authorities. For more information, see the [changelog for 2.0.0](https://gitlab.torproject.org/tpo/core/arti/-/blob/arti-v2.0.0/CHANGELOG.md).