about summary refs log tree commit diff
path: root/pkgs/development/node-packages
AgeCommit message (Collapse)AuthorFilesLines
2022-06-07deltachat-desktop: 1.30.0 -> 1.30.1Robert Schütz1-1245/+1018
https://github.com/deltachat/deltachat-desktop/releases/tag/v1.30.1
2022-06-05iosevka: 14.0.1 → 15.5.0lunik12-1007/+1362
2022-06-01nodePackages: update to fix markdown-preview-nvimPaul Dettorer Hervot1-573/+1137
2022-05-30beancount-language-server: refactor -> 1.1.1Brian Ryall2-413/+159
2022-05-30deltachat-desktop: 1.28.2 -> 1.30.0Robert Schütz1-1404/+1468
https://github.com/deltachat/deltachat-desktop/blob/v1.30.0/CHANGELOG.md
2022-05-29vimPlugins.markdown-preview-nvim: add a missing node depedencyPaul Dettorer Hervot1-0/+1
2022-05-27Merge pull request #174928 from toastal/purs-tidy-initSandro2-2783/+3112
nodePackages.purs-tidy: init at 0.9.0
2022-05-27nodePackages.purs-tidy: init at 0.9.0toastal2-2783/+3112
Code formatter for modern PureScript
2022-05-27treewide: change some glibc to stdenv.cc.libcArtturin1-1/+1
2022-05-21vscode-extensions.rust-lang.rust-analyzer: 0.2.1048 -> 0.3.1059Joscha1-2562/+2642
This update changes the extension's publisher from "matklad" to "rust-lang" and moves it to `vscode-extensions.rust-lang.rust-analyzer`, but keeps `vscode-extensions.matklad.rust-analyzer` for backwards compatibility. It also bumps the version number from 0.2.xxx to 0.3.xxx, as described in changelog #129.5: https://rust-analyzer.github.io/thisweek/2022/05/17/changelog-129-5.html
2022-05-17nodePackages: add meta.mainProgram to packages with multiple executablesMalo Bourgon1-0/+6
where none of the executables match the package's `name` or `pname`, and one of the executables is the obvious `mainProgram`.
2022-05-14nodePackages: get more packages buildingMalo Bourgon1-42/+43
Packages that now build: * "@electron-forge/cli * "@hyperspace/cli"/hyperspace-cli * "@medable/mdctl-cli" * thelounge-plugin-giphy * vega-cli Also move `pkgs.makeWrapper` from `buildInputs` to `nativeBuildInputs` in overrides.
2022-05-14nodePackages: make it easy to add meta.mainProgram to packagesMalo Bourgon3-534/+623
This was accomplish by moving the current overrides overlay out of ./default.nix into to a seperate file ./overrides.nix, and composing that overlay an overlay ,`mainProgramOverrides`, (defined in ./default.nix) which uses the contents of a new file ./main-programs.nix to create overrides that add `meta.mainProgram` to packages. The following changes were also made to existing overrides: * `self` and `super` where changed to `final` and `prev` respectively * Existing additions of `mainProgram` were moved to ./main-programs.nix * References to `pkgs.lib` were changed to `lib` * References to `pkgs.nodejs` were changed to `nodejs` * References to `nodePackages` were changed to `final` * References to `pkgs.callPackage` were changed to `callPackage` Finally `meta.mainProgram` was added to all packages that provide a single executable whose name differs from the package's name, for packages available on `{aarch64,x86_64}-darwin` and `x86_64-linux`.
2022-05-14nodePackages: cleanup/fix overridesMalo Bourgon1-61/+57
* Standardize on `override` vs `overrideAttrs'. * Use `oldAttrs` as standard argument to `override` when it's needed. * Fix overrides of `meta` so that original attributes are preserved.
2022-05-14nodePackages: sort overridesMalo Bourgon1-141/+141
2022-05-14Merge pull request #172801 from midchildan/fix/epgstationJörg Thalheim1-0/+1
epgstation: fix build
2022-05-13Merge pull request #172563 from pimeys/prisma-testsSandro2-0/+62
2022-05-14epgstation: move node-pre-gyp and node-gyp-build to buildInputsmidchildan1-1/+1
2022-05-13nodePackages.prisma: package tests to validate binary interopJulius de Bruijn2-0/+62
2022-05-13vscode-extensions.matklad.rust-analyzer: 0.2.975 - > 0.2.1048Aleksander Gondek1-1/+1
2022-05-13epgstation: fix buildmidchildan1-0/+1
2022-05-12nodePackages: remove lumo-build-depsArmeen Mahdian2-4017/+1982
2022-05-10nodePackages.prisma: 3.13.0 -> 3.14.0Julius de Bruijn2-11/+1
2022-05-04phantomjs2: removeArmeen Mahdian1-4/+0
2022-05-02nodePackages: use latest node2nixhappysalada5-3752/+3309
2022-04-27Merge pull request #170524 from armeenm/unbreak-hyperspace-cliSandro1-3/+0
hyperspace-cli: unbreak
2022-04-27nodePackages.prisma: 3.12.0 -> 3.13.0Julius de Bruijn2-9/+19
2022-04-26hyperspace-cli: unbreakArmeen Mahdian1-3/+0
2022-04-21coc-haxe: init at 0.8.0DarkOnion02-1112/+1307
2022-04-16add coc-flutter NPM dependencyworkflow2-347/+425
2022-04-15update node-packages.nixworkflow1-673/+861
2022-04-13nodePackages: add ts-nodeJonas Heinrich3-1823/+1799
2022-04-09deltachat-desktop: 1.28.1 -> 1.28.2Robert Schütz1-1497/+1419
https://github.com/deltachat/deltachat-desktop/releases/tag/v1.28.2
2022-04-06Merge pull request #166804 from Luflosi/fix-postcss-cliSandro1-1/+5
2022-04-05deltachat-desktop: 1.28.0 -> 1.28.1Robert Schütz1-2264/+2725
https://github.com/deltachat/deltachat-desktop/releases/tag/v1.28.1
2022-04-05nodePackages.prisma: 3.11.0 -> 3.12.0Julius de Bruijn1-1/+4
2022-04-01nodePackages.postcss-cli: fix execution of binaryLuflosi1-0/+1
Without this change, executing the postcss binary results in the following error: Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'postcss' Thanks to https://github.com/NixOS/nixpkgs/issues/145618#issuecomment-1051347961 I finally managed to fix this. For some reason `wrapProgram` is still needed though. Fixes https://github.com/NixOS/nixpkgs/issues/145618.
2022-04-01nodePackages.postcss-cli: add Luflosi as maintainerLuflosi1-1/+4
2022-03-28nodePackages.typescript: add mainProgramMalo Bourgon1-0/+4
2022-03-28deltachat-desktop: update react-string-replace to 1.0.0Robert Schütz1-419/+414
This reduces the closure size by 4.9 MiB.
2022-03-27deltachat-desktop: 1.26.0 -> 1.28.0Robert Schütz1-2568/+2705
https://github.com/deltachat/deltachat-desktop/releases/tag/v1.28.0
2022-03-23Merge pull request #161249 from lunik1/lounge-plugin-fixesSandro1-0/+12
2022-03-21vscode-extensions.matklad.rust-analyzer: 0.2.834 -> 0.2.975Austin Butler2-3037/+2988
2022-03-15prisma: 3.10.0 -> 3.11.0Julius de Bruijn1-1/+1
2022-03-12Merge pull request #159865 from midchildan/update/epgstationKevin Cox3-2448/+5017
epgstation: 1.7.5 -> 2.6.20
2022-03-12nodePackages: updatemidchildan2-2447/+5000
2022-03-12node2nix: backport package alias portmidchildan1-0/+8
2022-03-12epgstation: 1.7.5 -> 2.6.20midchildan1-1/+9
2022-03-11nodePackages: fix evalNaïm Favier1-1/+1
Remove use of aliases so that eval succeeds with allowAliases = false
2022-03-07nodePackages.prettier_d_slim: init at 1.2.0Mr Hedgehog2-633/+703
Fixes #162653