Skip to content

Commit 7d0d02f

Browse files
committed
nodePackages.@commitlint/config-conventional: drop
1 parent 024545f commit 7d0d02f

File tree

4 files changed

+3
-40
lines changed

4 files changed

+3
-40
lines changed

nixos/doc/manual/release-notes/rl-2505.section.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@
209209
word-breaking. So you want to write `extraArgs = [ "--prefer" "spaced pat" ]`
210210
rather than previous `extraArgs = [ "--prefer 'spaced pat'" ]`.
211211

212+
- `nodePackages."@commitlint/config-conventional"` has been removed, as it is a library, and projects should depend on it instead.
213+
212214
- `nodePackages.vls` has been deprecated, as the upstream consumer of it, vetur, has been deprecated by upstream. Upstream suggests migrating to Volar for Vue LSP tooling instead.
213215

214216
- `nodePackages.create-react-native-app` has been removed, as it is deprecated. Upstream suggests using a framework for React Native apps instead.

pkgs/development/node-packages/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ mapAliases {
3939
"@antora/cli" = pkgs.antora; # Added 2023-05-06
4040
"@astrojs/language-server" = pkgs.astro-language-server; # Added 2024-02-12
4141
"@bitwarden/cli" = pkgs.bitwarden-cli; # added 2023-07-25
42+
"@commitlint/config-conventional" = throw "@commitlint/config-conventional has been dropped, as it is a library and your JS project should lock it instead."; # added 2024-12-16
4243
"@emacs-eask/cli" = pkgs.eask; # added 2023-08-17
4344
"@forge/cli" = throw "@forge/cli was removed because it was broken"; # added 2023-09-20
4445
"@githubnext/github-copilot-cli" = pkgs.github-copilot-cli; # Added 2023-05-02

pkgs/development/node-packages/node-packages.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
, "@antfu/ni"
44
, "@babel/cli"
55
, "@commitlint/cli"
6-
, "@commitlint/config-conventional"
76
, "@microsoft/rush"
87
, "@shopify/cli"
98
, "@tailwindcss/aspect-ratio"

pkgs/development/node-packages/node-packages.nix

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)