about summary refs log tree commit diff
path: root/pkgs/development/node-packages
Commit message (Collapse)AuthorAge
* treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-05-08
|
* lumo 1.10.1: fix missing npm dependencyhlolli2020-05-04
|
* thelounge: write out default path for theloungeEd Cragg2020-05-01
| | | | | | | | | | | The output file is found and handled by thelounge itself [1], leaving the user free to override THELOUNGE_HOME in the environment if they choose, but having a sensible default to make `thelounge` generally usable in most cases. This solution follows discussion on #70318. [1] https://github.com/thelounge/thelounge/blob/9ef5c6c67e463c1f401e33b21dfb5641636e5ed1/src/command-line/utils.js#L56
* nodePackages.coc-rust-analyzer: init at 0.5.5Sam Hug2020-04-26
|
* vscode-extensions.rust-analyzer: 2020-04-06 -> 2020-04-20oxalica2020-04-23
|
* treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-04-18
|
* postcss-cli: init at 7.1.0Riley Inman2020-04-17
|
* Merge pull request #77752 from oxalica/rust-analyzerJörg Thalheim2020-04-14
|\ | | | | rust-analyzer: init at unstable-2020-03-09
| * nodePackages: updateoxalica2020-04-11
| |
| * vscode-extensions.rust-analyzer: use global NPM packages to share dependenciesoxalica2020-04-11
| |
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* nodePackages: use node2nix from gitJörg Thalheim2020-03-28
|
* nodePackages: updateJörg Thalheim2020-03-25
|
* nodePackages: fix broken update scriptJörg Thalheim2020-03-25
| | | | | The computed path was wrong and references within the file where wrong as well due to the temporary directory.
* nodePackages: regenerate setsadisbladis2020-03-15
|
* nodePackages: Fix NODE_NIXPKGS_PATH in shell-generate.nixadisbladis2020-03-15
|
* vimPlugins.coc-*: add npm dependencieseyjhbb@gmail.com2020-03-15
|
* nodePackages: regenerate with node2nix 1.8.0Sander van der Burg2020-03-15
|
* nodePackages: regenerate setadisbladis2020-03-15
|
* nodePackages.coc-prettier: initErsin Akinci2020-03-15
|
* cryptpad: 3.0.1 -> 3.13.0 (#82602)zimbatm2020-03-14
|
* joplin: clean up dependenciesJan Tojnar2020-03-04
| | | | vips now propagates the requirements correctly
* Merge pull request #81070 from lilyball/insectMatthieu Coudron2020-02-27
|\ | | | | nodePackages.insect: init at 5.4.0
| * nodePackages.insect: init at 5.4.0Lily Ballard2020-02-25
| |
* | node updater improvementsMatthieu Coudron2020-02-27
|/ | | | | | - Make it run from anywhere - overwrite old packages only on success to prevent getting into a bad state
* nodePackages.parsoid: init at 0.11.0Martin Milata2020-02-25
|
* nodePackages: remove duplicate packageRobert Helgesson2020-02-25
|
* yaml-language-server: init at 0.7.2Robert Helgesson2020-02-25
|
* nodePackages: update package versionsRobert Helgesson2020-02-25
|
* cleanuphlolli2020-02-19
|
* lumo 1.9.0 -> 1.10.1 plus darwin supporthlolli2020-02-19
|
* nodePackages.webpack-dev-server: init at 3.10.3Pierre-Étienne Meunier2020-02-18
|
* nodePackages_10_x."@angular/cli": disable analyticsEvan Stoll2020-02-09
| | | | | | | @angular/cli fails to build due to the prompt for NG_CLI_ANALYTICS Set NG_CLI_ANALYTICS to false to skip this prompt and allow the build to continue
* nodePackages: update setEvan Stoll2020-02-09
|
* nodePackages: update setEvan Stoll2020-02-07
|
* nodePackages_12_x: add node-gypDanju Visvanathan2020-01-20
|
* nodePackages.dat: added dependencies to fix compilationPasquale2020-01-03
|
* bitwarden-cli: move to nodePackages version (#76489)Jörg Thalheim2020-01-01
|\ | | | | bitwarden-cli: move to nodePackages version
| * bitwarden-cli: move to nodePackages versionJörg Thalheim2019-12-25
| |
| * nodePackages.bitwarden-cli: init at 1.8.0Jörg Thalheim2019-12-25
| |
* | texlab: 1.7.0 -> 1.9.0 (#76730)K. Bruneau2019-12-31
| | | | | | | | This commit also removes texlab-citeproc since it was replaced with citeproc-rs and is no longer available.
* | texlab: fix macOS build (#76544)K. Bruneau2019-12-26
|/
* pscid: init at 2.8.5(cdep)illabout2019-12-21
|
* purescript-psa: init at 0.7.3(cdep)illabout2019-12-20
|
* Merge master into staging-nextFrederik Rietdijk2019-11-14
|\
| * texlab: init at 1.6.0MetaDark2019-11-13
| |
* | Merge staging-next into stagingFrederik Rietdijk2019-11-11
|\|
| * nodePackages: UpdatesTim Steinbach2019-11-10
| |
| * nodePackages: Add gitmoji-cliTim Steinbach2019-11-10
| |
* | treewide: Make still dont* Variables are optional in most casesJohn Ericson2019-11-01
|/ | | | | | | | | | Go beyond the obvious setup hooks now, with a bit of sed, with a skipped case: - cc-wrapper's `dontlink`, because it already is handled. Also, in nix files escaping was manually added. EMP