about summary refs log tree commit diff
path: root/pkgs/development/node-packages
AgeCommit message (Collapse)AuthorFilesLines
2022-12-20nodePackages.prisma: 4.7.0 -> 4.8.0Julius de Bruijn1-1/+1
2022-12-06nodePackages: remove reference to deltachat-desktop in overridesMartin Weinelt1-4/+0
Which should fix eval.
2022-12-05nodePackages."@ansible/ansible-language-server": dropMartin Weinelt2-7766/+6901
in favor of `ansible-language-server` built using buildNpmPackage.
2022-12-04Merge pull request #203216 from tjni/pnpm-updateSandro1-3/+3
2022-12-04nodePackages.pnpm: 7.17.0 -> 7.18.0Theodore Ni1-3/+3
2022-11-29nodePackages.prisma: 4.6.0 -> 4.7.0Julius de Bruijn1-1/+1
2022-11-27deltachat-desktop: 1.30.1 -> 1.34.0Robert Schütz1-1/+0
https://github.com/deltachat/deltachat-desktop/blob/v1.34.0/CHANGELOG.md
2022-11-20nodePackages.pnpm: 7.14.2 -> 7.17.0Theodore Ni1-3/+3
2022-11-14Add cspell to node-packagesSkyler Grey1-0/+531
- This node-packages.nix file in this commit was generated with ./pkgs/development/node-packages/generate.sh and then trimmed down in order to only commit the new package and dependencies Dependencies include: - @cspell/dict packages - Other cspell libraries - Some other JS libraries (e.g. comment-json) - The vim/plugins/generated.nix file in this commit was generated with ./pkgs/applications/editors/vim/plugins/update.py and then trimmed down in order to only commit the removal of coc-spell-checker being directly in there - This is to avoid large rebuilds (and make conflicts less likely)
2022-11-14vimPlugins.coc-spell-checker: use a node packageSkyler Grey1-0/+1
- coc-spell-checker needs to be from nodePackages rather than generated as normal vim plugins are - this commit adds coc-spell-checker to nodePackages and adds an override to the vim plugin
2022-11-13Merge pull request #200367 from tomhoule/nodepackages-prisma-4-6-0Bobby Rong1-1/+1
prisma-engines: 4.5.0 -> 4.6.0
2022-11-11Merge pull request #200030 from teutat3s/node-packages/add-myself-as-maintainerSandro1-4/+6
2022-11-09nodePackages.prisma: 4.5.0 -> 4.6.0Tom Houlé1-1/+1
2022-11-08Merge pull request #200010 from terlar/add-localtunnelSandro3-0/+43
2022-11-07nodePackages.manta, nodePackages.triton: add myself as maintainerteutat3s1-4/+6
2022-11-07nodePackages.elm-test: init at 0.19.1-revision10Xavier Lambein2-2273/+1954
2022-11-07nodePackages.localtunnel: init at 2.0.2Terje Larsen3-2273/+1925
Fix #186841
2022-11-06photoprism: init at 221102-905925b4dBenjamin Isbarn3-3829/+6990
2022-11-01Merge pull request #192414 from loicreynier/feat-nodepackages-coc-ltex-initSandro2-0/+19
2022-10-25nodePackages.graphite-cli: add bash and zsh completionDennis Gosnell1-0/+6
2022-10-23nodePackages."@ansible/ansible-language-server": init at 1.0.1Martin Weinelt2-70/+173
2022-10-22nodePackages.grammarly-languageserver: init at 0.0.4Malo Bourgon2-0/+91
2022-10-22nodePackages: updateMalo Bourgon1-260/+223
2022-10-23Merge pull request #197149 from mattchrist/zwave-js-server-initMartin Weinelt3-3990/+4559
2022-10-21nodePackages.@zwave-js/server: init at 1.24.0Matt Christ3-3990/+4559
`zwave-server` is the corrently-recommended ZWave integration for Home Assistant: https://www.home-assistant.io/integrations/zwave_js/ Homepage: https://github.com/zwave-js/zwave-js-server Release notes: https://github.com/zwave-js/zwave-js-server/releases/tag/1.24.0
2022-10-19Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-10-18nodePackages.prisma: 4.4.0 -> 4.5.0Julius de Bruijn1-1/+1
2022-10-15Merge master into staging-nextgithub-actions[bot]2-1243/+1937
2022-10-13Merge branch 'master' into stagingVladimír Čunát1-3/+3
2022-10-10nodePackages.eas-cli: init at 2.3.0ners2-1246/+1940
2022-10-10treewide: *Flags convert to list from strArtturin1-1/+1
*Flags implies a list slightly relevant: > stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172 the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so it's not a breaking change
2022-10-09nodePackages.pnpm: 7.13.2 -> 7.13.3Theodore Ni1-3/+3
2022-10-08Merge staging-next into staginggithub-actions[bot]2-2979/+3107
2022-10-07nodePackages.auto-changelog: init at 2.4.0Pol Dellaiera2-2979/+3107
2022-10-01nodePackages: remove usage of xcbuildLily Foster1-17/+4
2022-10-01nodePackages: fix builds on x86_64-darwinLily Foster1-5/+27
Follow-up to #193337 to fix several x86_64-darwin build failures due to missing xcrun/xcodebuild
2022-09-28nodePackages: patch node2nix for npm v7+ and switch to building package set ↵Lily Foster5-3377/+12257
with current nodejs
2022-09-28nodePackages.tedicross: add missing native build depsLily Foster1-1/+1
2022-09-28nodePackages.mdctl-cli: mark as broken to node.js 16+Lily Foster1-2/+4
This package can still be used via `nodejs-14_x.pkgs.mdctl-cli`
2022-09-28nodePackages.keyoxide: add missing build inputs for canvas moduleLily Foster1-0/+9
2022-09-28nodePackages.ijavascript: fix external libzmq env varLily Foster1-1/+1
2022-09-28nodePackages.fauna-shell: disable github release notes fetcherLily Foster1-0/+7
2022-09-28epgstation: fix for node2nix npmv7 updateLily Foster1-1/+2
2022-09-27Merge pull request #193230 from pimeys/prisma-4.4.0superherointj1-1/+1
prisma-engines: 4.2.1 -> 4.4.0
2022-09-27nodePackages.prisma: 4.2.1 -> 4.4.0Julius de Bruijn1-1/+1
2022-09-26nodePackages.pnpm: 7.12.0 -> 7.12.2Theodore Ni1-3/+3
2022-09-22nodePackages.coc-ltex: init at 13.1.0Loïc Reynier2-0/+19
2022-09-19nodePackages.@withgraphite/graphite-cli: init at 0.20.10Matthew Wraith4-1932/+2086
Adding graphite (https://graphite.dev/) cli tool: https://www.npmjs.com/package/@withgraphite/graphite-cli This node package provides the 'gt' binary, which interacts with the graphite system for stacked github PRs. From their README (https://github.com/withgraphite/graphite-cli): Graphite is a fast, simple code review platform designed for engineers who want to write and review smaller pull requests, stay unblocked, and ship faster.
2022-09-19vscode-lldb: 1.6.10 -> 1.7.4 (#191133)Nick Hu2-349/+0
2022-09-13nodePackages.wrangler: initDavid Houston3-2353/+3114
Create a package for the latest version of wrangler, and rename the old one to wrangler_1. The application will not work before Node.js v16.13.0, so this is added to the meta. Added it to the top-level as well. Signed-off-by: David Houston <houstdav000@gmail.com>