Commit graph

769 commits

Author SHA1 Message Date
Julius de Bruijn
05a10e9d94 nodePackages.prisma: 4.7.0 -> 4.8.0 2022-12-20 18:13:44 +01:00
Martin Weinelt
26daa8241e nodePackages: remove reference to deltachat-desktop in overrides
Which should fix eval.
2022-12-06 13:51:13 +01:00
Martin Weinelt
3a5e1d626c
nodePackages."@ansible/ansible-language-server": drop
in favor of `ansible-language-server` built using buildNpmPackage.
2022-12-05 21:06:47 +01:00
Sandro
ca2cc36c68
Merge pull request #203216 from tjni/pnpm-update 2022-12-04 20:43:49 +01:00
Theodore Ni
4fd2296166
nodePackages.pnpm: 7.17.0 -> 7.18.0 2022-12-04 00:12:21 -08:00
Julius de Bruijn
13142c6927 nodePackages.prisma: 4.6.0 -> 4.7.0 2022-11-29 18:23:31 +01:00
Robert Schütz
6d43ede855 deltachat-desktop: 1.30.1 -> 1.34.0
https://github.com/deltachat/deltachat-desktop/blob/v1.34.0/CHANGELOG.md
2022-11-27 09:30:26 -08:00
Theodore Ni
3cb8af381c
nodePackages.pnpm: 7.14.2 -> 7.17.0 2022-11-20 16:25:29 -08:00
Skyler Grey
5fb4db779e
Add cspell to node-packages
- 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-14 23:55:03 +00:00
Skyler Grey
54b03e5f4a
vimPlugins.coc-spell-checker: use a node package
- 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-14 23:54:31 +00:00
Bobby Rong
c92fb318d0
Merge pull request #200367 from tomhoule/nodepackages-prisma-4-6-0
prisma-engines: 4.5.0 -> 4.6.0
2022-11-13 11:01:41 +08:00
Sandro
5ce5a81443
Merge pull request #200030 from teutat3s/node-packages/add-myself-as-maintainer 2022-11-11 11:41:02 +01:00
Tom Houlé
908885b568 nodePackages.prisma: 4.5.0 -> 4.6.0 2022-11-09 12:05:04 +01:00
Sandro
281d598b39
Merge pull request #200010 from terlar/add-localtunnel 2022-11-08 02:22:18 +01:00
teutat3s
91242146f5
nodePackages.manta, nodePackages.triton: add myself as maintainer 2022-11-07 15:15:19 +01:00
Xavier Lambein
ddc69ddd77 nodePackages.elm-test: init at 0.19.1-revision10 2022-11-07 14:03:07 +01:00
Terje Larsen
cd5c84e886
nodePackages.localtunnel: init at 2.0.2
Fix #186841
2022-11-07 11:41:13 +01:00
Benjamin Isbarn
106a616eae
photoprism: init at 221102-905925b4d 2022-11-06 19:43:05 +01:00
Sandro
78095a966e
Merge pull request #192414 from loicreynier/feat-nodepackages-coc-ltex-init 2022-11-01 22:21:57 +01:00
Dennis Gosnell
4a089cd67f nodePackages.graphite-cli: add bash and zsh completion 2022-10-25 13:49:57 -04:00
Martin Weinelt
eab71d47d5
nodePackages."@ansible/ansible-language-server": init at 1.0.1 2022-10-23 14:10:33 +02:00
Malo Bourgon
d1ceedb49b nodePackages.grammarly-languageserver: init at 0.0.4 2022-10-22 19:31:51 -07:00
Malo Bourgon
bcf1c02d9d nodePackages: update 2022-10-22 17:46:06 -07:00
Martin Weinelt
85ca72b2e4
Merge pull request #197149 from mattchrist/zwave-js-server-init 2022-10-23 02:07:12 +02:00
Matt Christ
182338a9fd nodePackages.@zwave-js/server: init at 1.24.0
`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-21 20:00:03 -05:00
github-actions[bot]
bbaff9a043
Merge master into staging-next 2022-10-19 12:01:22 +00:00
Julius de Bruijn
c9dc6fb025 nodePackages.prisma: 4.4.0 -> 4.5.0 2022-10-18 20:04:17 +02:00
github-actions[bot]
4f07e7f326
Merge master into staging-next 2022-10-15 06:07:54 +00:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
ners
ce3d0adbd7 nodePackages.eas-cli: init at 2.3.0 2022-10-10 17:45:39 +02:00
Artturin
f4ea1208ec treewide: *Flags convert to list from str
*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-10 15:30:59 +03:00
Theodore Ni
9878eebbea
nodePackages.pnpm: 7.13.2 -> 7.13.3 2022-10-09 09:37:23 -07:00
github-actions[bot]
50515b668c
Merge staging-next into staging 2022-10-08 18:01:40 +00:00
Pol Dellaiera
e47dc78328
nodePackages.auto-changelog: init at 2.4.0 2022-10-07 23:59:52 +02:00
Lily Foster
688211615f nodePackages: remove usage of xcbuild 2022-10-01 08:54:20 +09:00
Lily Foster
dc642a9412 nodePackages: fix builds on x86_64-darwin
Follow-up to #193337 to fix several x86_64-darwin build failures due to
missing xcrun/xcodebuild
2022-10-01 00:46:46 +09:00
Lily Foster
07b207c5e9 nodePackages: patch node2nix for npm v7+ and switch to building package set with current nodejs 2022-09-28 12:41:47 -04:00
Lily Foster
7030b3d11c nodePackages.tedicross: add missing native build deps 2022-09-28 12:41:47 -04:00
Lily Foster
59911b6316 nodePackages.mdctl-cli: mark as broken to node.js 16+
This package can still be used via `nodejs-14_x.pkgs.mdctl-cli`
2022-09-28 12:41:47 -04:00
Lily Foster
13050043aa nodePackages.keyoxide: add missing build inputs for canvas module 2022-09-28 12:41:47 -04:00
Lily Foster
557b843b62 nodePackages.ijavascript: fix external libzmq env var 2022-09-28 12:41:47 -04:00
Lily Foster
1bf7e01e54 nodePackages.fauna-shell: disable github release notes fetcher 2022-09-28 12:41:47 -04:00
Lily Foster
e51b313775 epgstation: fix for node2nix npmv7 update 2022-09-28 12:41:47 -04:00
superherointj
2b8f8ede46
Merge pull request #193230 from pimeys/prisma-4.4.0
prisma-engines: 4.2.1 -> 4.4.0
2022-09-27 17:54:52 -03:00
Julius de Bruijn
39ed1df4d6 nodePackages.prisma: 4.2.1 -> 4.4.0 2022-09-27 21:46:28 +02:00
Theodore Ni
28845fc6a2 nodePackages.pnpm: 7.12.0 -> 7.12.2 2022-09-26 13:44:04 -04:00
Loïc Reynier
c46dd3961d nodePackages.coc-ltex: init at 13.1.0 2022-09-22 11:53:23 +02:00
Matthew Wraith
5234a266ac nodePackages.@withgraphite/graphite-cli: init at 0.20.10
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-19 11:28:48 -07:00
Nick Hu
b3a4ac83b0
vscode-lldb: 1.6.10 -> 1.7.4 (#191133) 2022-09-19 01:42:18 +01:00
David Houston
902e3f83a7
nodePackages.wrangler: init
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>
2022-09-13 09:30:17 -04:00