lol

nodePackages.vls: drop (#363742)

authored by

Aleksana and committed by
GitHub
15c97ffc e4d97f3e

+3 -224
+2
nixos/doc/manual/release-notes/rl-2505.section.md
··· 58 58 59 59 - `zammad` has had its support for MySQL removed, since it was never working correctly and is now deprecated upstream. Check the [migration guide](https://docs.zammad.org/en/latest/appendix/migrate-to-postgresql.html) for how to convert your database to PostgreSQL. 60 60 61 + - `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. 62 + 61 63 - `nodePackages.create-react-native-app` has been removed, as it is deprecated. Upstream suggests using a framework for React Native apps instead. 62 64 63 65 - `nodePackages.insect` has been removed, as it's deprecated by upstream. The suggested replacement is `numbat`.
+1
pkgs/development/node-packages/aliases.nix
··· 208 208 inherit (pkgs) undollar; # added 2024-06-29 209 209 inherit (pkgs) ungit; # added 2023-08-20 210 210 inherit (pkgs) vim-language-server; # added 2024-06-25 211 + vls = throw "vls has been deprecated by upstream as vetur is also deprecated. Upstream suggests migrating to Volar for Vue LSP tooling instead."; # added 2024-12-09 211 212 inherit (pkgs) vsc-leetcode-cli; # Added 2023-08-30 212 213 vscode-css-languageserver-bin = throw "vscode-css-languageserver-bin has been removed since the upstream repository is archived; consider using vscode-langservers-extracted instead."; # added 2024-06-26 213 214 vscode-html-languageserver-bin = throw "vscode-html-languageserver-bin has been removed since the upstream repository is archived; consider using vscode-langservers-extracted instead."; # added 2024-06-26
-1
pkgs/development/node-packages/node-packages.json
··· 217 217 , "vega-cli" 218 218 , "vega-lite" 219 219 , "vercel" 220 - , "vls" 221 220 , "vscode-json-languageserver" 222 221 , "wavedrom-cli" 223 222 , "webpack"
-223
pkgs/development/node-packages/node-packages.nix
··· 22578 22578 sha512 = "oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw=="; 22579 22579 }; 22580 22580 }; 22581 - "eslint-plugin-vue-9.28.0" = { 22582 - name = "eslint-plugin-vue"; 22583 - packageName = "eslint-plugin-vue"; 22584 - version = "9.28.0"; 22585 - src = fetchurl { 22586 - url = "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.28.0.tgz"; 22587 - sha512 = "ShrihdjIhOTxs+MfWun6oJWuk+g/LAhN+CiuOl/jjkG3l0F2AuK5NMTaWqyvBgkFtpYmyks6P4603mLmhNJW8g=="; 22588 - }; 22589 - }; 22590 22581 "eslint-rule-docs-1.1.235" = { 22591 22582 name = "eslint-rule-docs"; 22592 22583 packageName = "eslint-rule-docs"; ··· 51381 51372 sha512 = "qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg=="; 51382 51373 }; 51383 51374 }; 51384 - "vue-eslint-parser-9.4.3" = { 51385 - name = "vue-eslint-parser"; 51386 - packageName = "vue-eslint-parser"; 51387 - version = "9.4.3"; 51388 - src = fetchurl { 51389 - url = "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz"; 51390 - sha512 = "2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg=="; 51391 - }; 51392 - }; 51393 51375 "w3c-hr-time-1.0.2" = { 51394 51376 name = "w3c-hr-time"; 51395 51377 packageName = "w3c-hr-time"; ··· 52495 52477 src = fetchurl { 52496 52478 url = "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz"; 52497 52479 sha512 = "A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="; 52498 - }; 52499 - }; 52500 - "xml-name-validator-4.0.0" = { 52501 - name = "xml-name-validator"; 52502 - packageName = "xml-name-validator"; 52503 - version = "4.0.0"; 52504 - src = fetchurl { 52505 - url = "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz"; 52506 - sha512 = "ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw=="; 52507 52480 }; 52508 52481 }; 52509 52482 "xml-name-validator-5.0.0" = { ··· 78711 78684 description = "The command-line interface for Vercel"; 78712 78685 homepage = "https://vercel.com"; 78713 78686 license = "Apache-2.0"; 78714 - }; 78715 - production = true; 78716 - bypassCache = true; 78717 - reconstructLock = true; 78718 - }; 78719 - vls = nodeEnv.buildNodePackage { 78720 - name = "vls"; 78721 - packageName = "vls"; 78722 - version = "0.8.5"; 78723 - src = fetchurl { 78724 - url = "https://registry.npmjs.org/vls/-/vls-0.8.5.tgz"; 78725 - sha512 = "61kbdO2COZWBMC4wq59QfDdev9ruXd0226f57DFJTFpFXv85S+qnHakQlAmbSYFFLGKcx95HB2UjnuQh4YRwFA=="; 78726 - }; 78727 - dependencies = [ 78728 - sources."@babel/code-frame-7.24.7" 78729 - sources."@babel/helper-validator-identifier-7.24.7" 78730 - (sources."@babel/highlight-7.24.7" // { 78731 - dependencies = [ 78732 - sources."ansi-styles-3.2.1" 78733 - sources."chalk-2.4.2" 78734 - sources."color-convert-1.9.3" 78735 - sources."color-name-1.1.3" 78736 - sources."escape-string-regexp-1.0.5" 78737 - sources."has-flag-3.0.0" 78738 - sources."supports-color-5.5.0" 78739 - ]; 78740 - }) 78741 - sources."@eslint-community/eslint-utils-4.4.0" 78742 - sources."@eslint-community/regexpp-4.11.1" 78743 - sources."@eslint/eslintrc-2.1.4" 78744 - sources."@eslint/js-8.57.1" 78745 - sources."@humanwhocodes/config-array-0.13.0" 78746 - sources."@humanwhocodes/module-importer-1.0.1" 78747 - sources."@humanwhocodes/object-schema-2.0.3" 78748 - sources."@nodelib/fs.scandir-2.1.5" 78749 - sources."@nodelib/fs.stat-2.0.5" 78750 - sources."@nodelib/fs.walk-1.2.8" 78751 - sources."@ungap/structured-clone-1.2.0" 78752 - sources."acorn-8.12.1" 78753 - sources."acorn-jsx-5.3.2" 78754 - sources."ajv-6.12.6" 78755 - sources."ansi-regex-5.0.1" 78756 - sources."ansi-styles-4.3.0" 78757 - sources."argparse-2.0.1" 78758 - sources."balanced-match-1.0.2" 78759 - sources."boolbase-1.0.0" 78760 - sources."brace-expansion-1.1.11" 78761 - sources."builtin-modules-1.1.1" 78762 - sources."call-bind-1.0.7" 78763 - sources."callsites-3.1.0" 78764 - sources."chalk-4.1.2" 78765 - sources."character-parser-2.2.0" 78766 - sources."color-convert-2.0.1" 78767 - sources."color-name-1.1.4" 78768 - sources."commander-2.20.3" 78769 - sources."concat-map-0.0.1" 78770 - sources."cross-spawn-7.0.3" 78771 - sources."cssesc-3.0.0" 78772 - sources."debug-4.3.7" 78773 - sources."deep-is-0.1.4" 78774 - sources."define-data-property-1.1.4" 78775 - sources."diff-4.0.2" 78776 - sources."doctrine-3.0.0" 78777 - sources."es-define-property-1.0.0" 78778 - sources."es-errors-1.3.0" 78779 - sources."escape-string-regexp-4.0.0" 78780 - sources."eslint-8.57.1" 78781 - sources."eslint-plugin-vue-9.28.0" 78782 - sources."eslint-scope-7.2.2" 78783 - sources."eslint-visitor-keys-3.4.3" 78784 - sources."espree-9.6.1" 78785 - sources."esprima-4.0.1" 78786 - sources."esquery-1.6.0" 78787 - sources."esrecurse-4.3.0" 78788 - sources."estraverse-5.3.0" 78789 - sources."esutils-2.0.3" 78790 - sources."fast-deep-equal-3.1.3" 78791 - sources."fast-json-stable-stringify-2.1.0" 78792 - sources."fast-levenshtein-2.0.6" 78793 - sources."fastq-1.17.1" 78794 - sources."file-entry-cache-6.0.1" 78795 - sources."find-up-5.0.0" 78796 - sources."flat-cache-3.2.0" 78797 - sources."flatted-3.3.1" 78798 - sources."fs.realpath-1.0.0" 78799 - sources."function-bind-1.1.2" 78800 - sources."get-intrinsic-1.2.4" 78801 - sources."glob-7.2.3" 78802 - sources."glob-parent-6.0.2" 78803 - sources."globals-13.24.0" 78804 - sources."gopd-1.0.1" 78805 - sources."graphemer-1.4.0" 78806 - sources."has-flag-4.0.0" 78807 - sources."has-property-descriptors-1.0.2" 78808 - sources."has-proto-1.0.3" 78809 - sources."has-symbols-1.0.3" 78810 - sources."has-tostringtag-1.0.2" 78811 - sources."hasown-2.0.2" 78812 - sources."ignore-5.3.2" 78813 - sources."import-fresh-3.3.0" 78814 - sources."imurmurhash-0.1.4" 78815 - sources."inflight-1.0.6" 78816 - sources."inherits-2.0.4" 78817 - sources."is-core-module-2.15.1" 78818 - (sources."is-expression-4.0.0" // { 78819 - dependencies = [ 78820 - sources."acorn-7.4.1" 78821 - ]; 78822 - }) 78823 - sources."is-extglob-2.1.1" 78824 - sources."is-glob-4.0.3" 78825 - sources."is-path-inside-3.0.3" 78826 - sources."is-regex-1.1.4" 78827 - sources."isexe-2.0.0" 78828 - sources."js-tokens-4.0.0" 78829 - sources."js-yaml-4.1.0" 78830 - sources."json-buffer-3.0.1" 78831 - sources."json-schema-traverse-0.4.1" 78832 - sources."json-stable-stringify-without-jsonify-1.0.1" 78833 - sources."keyv-4.5.4" 78834 - sources."levn-0.4.1" 78835 - sources."locate-path-6.0.0" 78836 - sources."lodash-4.17.21" 78837 - sources."lodash.merge-4.6.2" 78838 - sources."minimatch-3.1.2" 78839 - sources."minimist-1.2.8" 78840 - sources."mkdirp-0.5.6" 78841 - sources."ms-2.1.3" 78842 - sources."natural-compare-1.4.0" 78843 - sources."nth-check-2.1.1" 78844 - sources."object-assign-4.1.1" 78845 - sources."once-1.4.0" 78846 - sources."optionator-0.9.4" 78847 - sources."p-limit-3.1.0" 78848 - sources."p-locate-5.0.0" 78849 - sources."parent-module-1.0.1" 78850 - sources."path-exists-4.0.0" 78851 - sources."path-is-absolute-1.0.1" 78852 - sources."path-key-3.1.1" 78853 - sources."path-parse-1.0.7" 78854 - sources."picocolors-1.1.0" 78855 - sources."postcss-selector-parser-6.1.2" 78856 - sources."prelude-ls-1.2.1" 78857 - sources."prettier-2.8.8" 78858 - sources."pug-error-2.1.0" 78859 - sources."pug-lexer-5.0.1" 78860 - sources."punycode-2.3.1" 78861 - sources."queue-microtask-1.2.3" 78862 - sources."resolve-1.22.8" 78863 - sources."resolve-from-4.0.0" 78864 - sources."reusify-1.0.4" 78865 - sources."rimraf-3.0.2" 78866 - sources."run-parallel-1.2.0" 78867 - sources."semver-7.6.3" 78868 - sources."set-function-length-1.2.2" 78869 - sources."shebang-command-2.0.0" 78870 - sources."shebang-regex-3.0.0" 78871 - sources."sprintf-js-1.0.3" 78872 - sources."strip-ansi-6.0.1" 78873 - sources."strip-json-comments-3.1.1" 78874 - sources."supports-color-7.2.0" 78875 - sources."supports-preserve-symlinks-flag-1.0.0" 78876 - sources."text-table-0.2.0" 78877 - sources."tslib-1.14.1" 78878 - (sources."tslint-6.1.3" // { 78879 - dependencies = [ 78880 - sources."ansi-styles-3.2.1" 78881 - sources."argparse-1.0.10" 78882 - sources."chalk-2.4.2" 78883 - sources."color-convert-1.9.3" 78884 - sources."color-name-1.1.3" 78885 - sources."escape-string-regexp-1.0.5" 78886 - sources."has-flag-3.0.0" 78887 - sources."js-yaml-3.14.1" 78888 - sources."semver-5.7.2" 78889 - sources."supports-color-5.5.0" 78890 - ]; 78891 - }) 78892 - sources."tsutils-2.29.0" 78893 - sources."type-check-0.4.0" 78894 - sources."type-fest-0.20.2" 78895 - sources."typescript-4.9.5" 78896 - sources."uri-js-4.4.1" 78897 - sources."util-deprecate-1.0.2" 78898 - sources."vue-eslint-parser-9.4.3" 78899 - sources."which-2.0.2" 78900 - sources."word-wrap-1.2.5" 78901 - sources."wrappy-1.0.2" 78902 - sources."xml-name-validator-4.0.0" 78903 - sources."yocto-queue-0.1.0" 78904 - ]; 78905 - buildInputs = globalBuildInputs; 78906 - meta = { 78907 - description = "Vue Language Server"; 78908 - homepage = "https://github.com/vuejs/vetur/tree/master/server"; 78909 - license = "MIT"; 78910 78687 }; 78911 78688 production = true; 78912 78689 bypassCache = true;