0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nodePackages.@commitlint/config-conventional: drop

This commit is contained in:
dish 2024-12-16 15:07:45 -05:00
parent 024545f5d6
commit 7d0d02fc3b
No known key found for this signature in database
4 changed files with 3 additions and 40 deletions

View file

@ -209,6 +209,8 @@
word-breaking. So you want to write `extraArgs = [ "--prefer" "spaced pat" ]`
rather than previous `extraArgs = [ "--prefer 'spaced pat'" ]`.
- `nodePackages."@commitlint/config-conventional"` has been removed, as it is a library, and projects should depend on it instead.
- `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.
- `nodePackages.create-react-native-app` has been removed, as it is deprecated. Upstream suggests using a framework for React Native apps instead.

View file

@ -39,6 +39,7 @@ mapAliases {
"@antora/cli" = pkgs.antora; # Added 2023-05-06
"@astrojs/language-server" = pkgs.astro-language-server; # Added 2024-02-12
"@bitwarden/cli" = pkgs.bitwarden-cli; # added 2023-07-25
"@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
"@emacs-eask/cli" = pkgs.eask; # added 2023-08-17
"@forge/cli" = throw "@forge/cli was removed because it was broken"; # added 2023-09-20
"@githubnext/github-copilot-cli" = pkgs.github-copilot-cli; # Added 2023-05-02

View file

@ -3,7 +3,6 @@
, "@antfu/ni"
, "@babel/cli"
, "@commitlint/cli"
, "@commitlint/config-conventional"
, "@microsoft/rush"
, "@shopify/cli"
, "@tailwindcss/aspect-ratio"

View file

@ -17942,15 +17942,6 @@ let
sha512 = "8gsBDI5Y3vrKUCxN6Ue8xr6occZ5nsDEc4C7jO/EovFGozx8uttCAyfhRrvoUAWi2WMm3OmYs+0mPJU7kQdYWQ==";
};
};
"conventional-changelog-conventionalcommits-7.0.2" = {
name = "conventional-changelog-conventionalcommits";
packageName = "conventional-changelog-conventionalcommits";
version = "7.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz";
sha512 = "NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==";
};
};
"conventional-changelog-conventionalcommits-8.0.0" = {
name = "conventional-changelog-conventionalcommits";
packageName = "conventional-changelog-conventionalcommits";
@ -53769,36 +53760,6 @@ in
bypassCache = true;
reconstructLock = true;
};
"@commitlint/config-conventional" = nodeEnv.buildNodePackage {
name = "_at_commitlint_slash_config-conventional";
packageName = "@commitlint/config-conventional";
version = "19.5.0";
src = fetchurl {
url = "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.5.0.tgz";
sha512 = "OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==";
};
dependencies = [
sources."@commitlint/types-19.5.0"
sources."@types/conventional-commits-parser-5.0.0"
sources."@types/node-22.5.5"
sources."array-ify-1.0.0"
sources."chalk-5.3.0"
sources."compare-func-2.0.0"
sources."conventional-changelog-conventionalcommits-7.0.2"
sources."dot-prop-5.3.0"
sources."is-obj-2.0.0"
sources."undici-types-6.19.8"
];
buildInputs = globalBuildInputs;
meta = {
description = "Shareable commitlint config enforcing conventional commits";
homepage = "https://commitlint.js.org/";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
"@microsoft/rush" = nodeEnv.buildNodePackage {
name = "_at_microsoft_slash_rush";
packageName = "@microsoft/rush";