summary refs log tree commit diff
path: root/pkgs/development/node-packages
Commit message (Collapse)AuthorAge
* texlab: init at 1.6.0MetaDark2019-11-13
|
* nodePackages: UpdatesTim Steinbach2019-11-10
|
* nodePackages: Add gitmoji-cliTim Steinbach2019-11-10
|
* Merge pull request #72049 from babariviere/iosevka-v2.3.2Renaud2019-10-31
|\ | | | | iosevka: 2.3.0 -> 2.3.2
| * iosevka: 2.3.0 -> 2.3.2Bastien Riviere2019-10-26
| | | | | | | | | | | | | | | | This commit include: - update iosevka version - fix extraParameters, was not able to inject all needed settings - format file - update package.json
* | nodejs-13_x: init at 13.0.1Mario Rodas2019-10-23
|/ | | | | | Changelog: + https://github.com/nodejs/node/releases/tag/v13.0.0 + https://github.com/nodejs/node/releases/tag/v13.0.1
* nodePackages_10_x.azure-cli, nodePackages_10_x.azure-functions… (#71170)Florian Klink2019-10-17
|\ | | | | nodePackages_10_x.azure-cli, nodePackages_10_x.azure-functions-core-tools: remove
| * nodePackages_10_x.azure-cli, nodePackages_10_x.azure-functions-core-tools: ↵Florian Klink2019-10-15
| | | | | | | | remove
* | elm.elmPackages: Cleanup codeMarek Fajkus2019-10-13
|/
* nodePackages: Use repo tree as nixpkgs (#69351)Jörg Thalheim2019-10-11
|\ | | | | nodePackages: Use repo tree as nixpkgs
| * nodePackages: Use repo tree as nixpkgsRiley Inman2019-09-24
| | | | | | | | | | | | This will make sure that generate.sh uses the correct version of node2nix when building nodePackages, since the current version on 19.03 is 1.6.0 and the tree should be built with 1.7.0.
* | Merge pull request #69219 from rileyinman/iosevkaThomas Tuegel2019-09-24
|\ \ | |/ |/| | | | | iosevka: Simplify custom build process The interface to configure a custom build with Nix has changed due to changes upstream; please refer to the derivation for details.
| * iosevka: Merge node dependencies into nodePackagesRiley Inman2019-09-23
| |
* | nodePackages.dockerfile-language-server-nodejs: init at 0.0.21Roman Volosatovs2019-09-23
|/
* nodePackages.serverless: init at 1.52.0Malo Bourgon2019-09-17
| | | | Closes https://github.com/NixOS/nixpkgs/pull/64204.
* nodePackages: updateMalo Bourgon2019-09-17
|
* Merge staging-next into stagingFrederik Rietdijk2019-08-28
|\
| * nodePackages.gtop: init at 1.0.0 (#65306)Jacek Galowicz2019-08-25
| | | | | | | | | | | | * Add gtop to node-packages-v10.json * Run node-packages/generate.sh on edited node-packages-v10.json * Add gtop to all-packages.nix
* | treewide: remove redundant quotesvolth2019-08-26
|/
* nodejs-8_x: Drop packageadisbladis2019-08-02
| | | | It will be EOL within the support period of 19.09
* nodePackages: Regenerate node packages for nodejs 10 & 12adisbladis2019-08-02
|
* npm2nix: removeFlorian Friesdorf2019-07-28
| | | | | | | | | | | `npm2nix` is unmaintained for about two years[1], node2nix[2] or probably even yarn2nix[3] should be used nowadays. [1] https://github.com/nixos/npm2nix#disclaimer-this-project-is-no-longer-maintained-instead-use-node2nix [2] https://github.com/svanderburg/node2nix [3] https://github.com/moretea/yarn2nix Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>
* regenerate node-packages*.nix for nodePackages.theloungeMrmaxmeier2019-07-23
|
* thelounge: init node package at v3.0.1Mrmaxmeier2019-07-23
|
* antora: include site-generator-defaultDomen Kožar2019-07-23
|
* Add antoraDomen Kožar2019-07-22
|
* nodePackages.scuttlebot -> nodePackages.ssb-server, updated nodePackages_10_xFrederik Rietdijk2019-07-14
| | | | Package was renamed upstream.
* Revert Nodejs-8_x deprecationadisbladis2019-07-05
| | | | | | | | | | This was supposed to go through a pull request Revert "nodePackages: Regenerate node packages for nodejs 10 & 12" This reverts commit 6a17bdf3974fce9d0c5098e77aa5fe6de279f2c7. Revert "nodejs-8_x: Drop package" This reverts commit e06c97b71d33bf8480fb40f825e8d3138783f986.
* nodejs-8_x: Drop packageadisbladis2019-07-05
| | | | It will be EOL within the support period of 19.09
* nodePackages: Regenerate node packages for nodejs 10 & 12adisbladis2019-07-05
|
* nodePackages: RegenerateTim Steinbach2019-07-04
| | | | Updates from Jul 1, 2019 @ 23:15 UTC
* nodePackages.aws-azure-login: Init at 1.7.0Tim Steinbach2019-07-04
|
* elmPackages.{elm-test,elm-analyse..}: tooling additions and fixesMarek Fajkus2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extends the number of available tools for Elm language. 1. fix and move "elm-test" Previously located in nodePackages.elm-test but broken (see binwrap info). Now fixed and located in elmPackages.elm-test 2. add "elm-verify-examples" Generate tests from documentation examples 3. add "elm-upgrade" upgrade assistant using statical analysis 4. add "elm-analyse" static analysis for elm code (linter) 5. move "elm-doc-preview" originally located in nodePackages.elm-upgrade - moved for consistency 6. add "elmi-to-json" transforms elmi files to json - used by other tools like elm-test and elm-verify-examples Node.js based dependencies are defined the same way as nodePackages contaparts but are independent (has it's own packages.json) patch-binwrap.nix is used to as a replacement for binwrap package used by some nodejs dependencies that depends on Haskell binaries (elm-test and elm-verify-examples). BREAKING CHANGE =============== elm-doc-preview (as well as broken elm-test) is now commented in `node-packages-v10.json` and should be removed once new nix-expressions for node10 are generated (out of scope of this PR) There are still 2 outstanding elm related packages in nodePackages 1. elm-oracle - legacy package which is not compatible with elm 0.19 2. elm-live - should be moved in the future I think
* node2nix: 1.6.0 -> 1.7.0 and regenerate all Nix expressions, introduce ↵Sander van der Burg2019-06-05
| | | | nodePackages_12_x attribute set
* nodePackages: regenerateMatthew Piziak2019-05-29
|
* nodePackages: init openstfMikhail Klementev2019-05-28
|
* nodePackages: regenerateMatthew Piziak2019-05-10
|
* nodePackages: init vue, html & css languageserversBrice Waegeneire2019-05-10
|
* nodePackages: init bash-language-server, init speed-test, init ↵Malo Bourgon2019-05-09
| | | | typescript-language-server
* nodePackages_10_x: add textlint-plugins to list of generated packages (#54443)Matthew Piziak2019-05-09
| | | | | | | | | | | | | | | nodePackages_10_x.textlint-plugin-latex: init at 1.0.4 nodePackages_10_x.textlint-rule-abbr-within-parentheses: init at 1.0.2 nodePackages_10_x.textlint-rule-alex: init at 1.3.1 nodePackages_10_x.textlint-rule-common-misspellings: init at 1.0.1 nodePackages_10_x.textlint-rule-diacritics: init at 0.0.2 nodePackages_10_x.textlint-rule-en-max-word-count: init at 1.0.1 nodePackages_10_x.textlint-rule-max-comma: init at 1.0.4 nodePackages_10_x.textlint-rule-no-start-duplicated-conjunction: init at 2.0.2 nodePackages_10_x.textlint-rule-period-in-list-item: init at 0.2.0 nodePackages_10_x.textlint-rule-stop-words: init at 1.0.8 nodePackages_10_x.textlint-rule-terminology: init at 1.1.30 nodePackages_10_x.textlint-rule-unexpanded-acronym: init at 1.2.3 nodePackages_10_x.textlint-rule-write-good: init at 1.6.2
* Merge pull request #58096 from pacien/tedicross-initSilvan Mosberger2019-04-23
|\ | | | | tedicross: init at 0.8.7
| * tedicross: init at 0.8.7pacien2019-04-23
| |
* | treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
|/ | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* Merge pull request #59097 from dtzWill/feature/joplin-cliWill Dietz2019-04-17
|\ | | | | joplin: init at 1.0.124 (CLI note-taking app, cc joplin-desktop)
| * nodePackages: update (regen via generate.sh)Will Dietz2019-04-07
| |
| * nodePackages.joplin: init, cli note-taking appWill Dietz2019-04-07
| | | | | | | | Companion to joplin-desktop!
* | Remove nodejs-6_x which is about to enter EOLtobias pflug2019-04-04
|/ | | | | | - Remove nodejs-6_x - Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x - Re-generate node2nix generated files using nodejs-8_x instead
* nodePackages.indium: init at 3.4.1Terje Larsen2019-03-21
|
* Add nodePackages.elm-doc-previewDomen Kožar2019-03-20
|
* hueadm: init at 1.2.0Silvan Mosberger2019-02-27
|