Commit Graph

1216 Commits

Author SHA1 Message Date
Pyrox
7614e2c62f
yalc: migrate from nodePackages 2024-11-05 02:45:57 -05:00
Gaétan Lepage
0f955c4b3e
coc-css: migrate from nodePackages (#323474) 2024-11-01 15:47:24 +01:00
Aleksana
6ce04a9424
node-env: fix for utillinux deprecation (#350815) 2024-10-27 11:57:22 +08:00
Aleksana
1dd9d10b45
patch-package: migrate from nodePackages (#323295) 2024-10-24 16:38:22 +08:00
Tyler Hardin
f9fb59ff21 node-env: fix for utillinux deprecation 2024-10-23 20:46:47 -04:00
Tomo
0003fd75d8 {nodePackages,vimPlugins}.coc-tslint{,-plugin}: drop
Both deprecated upstream:
https://github.com/neoclide/coc-tslint
https://github.com/neoclide/coc-tslint-plugin

coc-eslint provides comparable features and is maintained.

Part of #229475
2024-10-21 21:10:02 +00:00
Tomo
76c7c2dd88 nodePackages.shout: drop
shout has been deprecated since 2016:
90a62c56af

Also, move the top-level `shout` alias to `pkgs/top-level/aliases.nix`.

Part of #229475
2024-10-19 17:53:20 +00:00
Tomo
4f89295d80
{nodePackages,vimPlugins}.coc-metals: drop (#349105) 2024-10-18 09:53:32 -07:00
Pyrox
7f110cfc7d
sql-formatter: 15.4.2 -> 15.4.3, migrate from nodePackages (#323304)
sql-formatter: migrate from nodePackages
2024-10-17 16:31:51 +02:00
Pyrox
0f4f56b43f
patch-package: migrate from nodePackages 2024-10-16 22:12:30 -04:00
Pyrox
0239e4afbd
coc-css: migrate from nodePackages 2024-10-16 22:11:05 -04:00
Tomo
666d3bd33d {nodePackages,vimPlugins}.coc-metals: drop
Upstream deprecated it:
https://github.com/scalameta/coc-metals

Upstream recommends vimPlugins.nvim-metals instead.

Part of #229475
2024-10-16 21:51:52 +00:00
Tomo
f3929d6b78 {nodePackages,vimPlugins}.coc-python: drop
See notice in the README:
https://github.com/neoclide/coc-python

> WARNING: it's recommended to use coc-pyright if
> you're using python3 or use coc-jedi if you're using jedi,
> the code of coc-python is too hard to maintain!

If that isn't convincing, the repo was archived on 2020-12-24.

Part of #229475
2024-10-16 05:59:46 +00:00
Robert Schütz
db4fd8f4e3
nodePackages.npm: drop (#346536) 2024-10-09 12:01:42 -07:00
Robert Schütz
b129e21ffd node-red: move from nodePackages 2024-10-08 08:29:56 -07:00
Robert Schütz
506df4e38e nodePackages.npm: drop 2024-10-05 11:23:49 -07:00
Robert Schütz
46bb7c84ac nodePackages.bower2nix: drop 2024-10-01 16:23:59 -07:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Pablo Ovelleiro Corral
5815729213
nodePackages: update to latest 2024-09-20 14:47:54 +02:00
natsukium
8121348089
nodePackages: update to latest 2024-09-08 11:49:21 +09:00
OTABI Tomoya
15ecc60006
coc-clangd: migrate from nodePackages (#323476) 2024-09-08 10:08:56 +09:00
OTABI Tomoya
ad60caf890
coc-pyright: migrate from nodePackages (#327171) 2024-09-08 10:03:49 +09:00
éclairevoyant
912723b1b5
nodePackages.eslint: fix alias 2024-09-04 18:23:14 -04:00
Aleksana
8658668934
postcss-cli: fix darwin hashes (#336091) 2024-09-03 19:52:23 +08:00
Pol Dellaiera
77dd66910e
intelephense: remove from nodePackages (#338761) 2024-09-01 12:09:00 +02:00
Patka
6776764639
intelephense: remove from nodePackages 2024-09-01 11:12:00 +02:00
Simon Žlender
9cd4a79999 nodeModules.prisma: alias to prisma 2024-08-31 22:28:00 +02:00
Jonas Heinrich
02f6fcb039 eslint: 9.7.0 -> 9.9.1 2024-08-31 10:46:21 +02:00
Simon Žlender
dcbcaee4cf prisma: init at 5.18.0 2024-08-30 21:12:54 +02:00
Pyrox
eaff6e79d4
coc-pyright: migrate from nodePackages 2024-08-25 17:30:39 -04:00
Franz Pletz
5d5367eb9d
Merge pull request #336929 from dotlambda/teck-programmer 2024-08-25 01:44:30 +02:00
Robert Schütz
118df3852d teck-programmer: drop
It is broken in both master and release-24.05.
2024-08-23 21:27:31 -07:00
Robert Schütz
17f09bddf2 nodePackages.inliner: drop
Upstream hasn't seen any commits in almost seven years.
2024-08-23 21:01:44 -07:00
Olivér Falvai
36de652d39
postcss-cli: fix darwin hashes 2024-08-20 17:28:04 +02:00
Philip Taron
633c856885
nodePackage: remove with statements in aliases 2024-08-18 06:31:16 -07:00
Doron Behar
24a76db073
Merge pull request #334377 from dotlambda/node-gyp
node-gyp: init at 10.2.0
2024-08-16 15:34:47 +00:00
Robert Schütz
87d6cc69a4 nodePackages.yarn: drop 2024-08-13 06:55:04 -07:00
Robert Schütz
000f83e17c nodePackages.node-gyp: drop 2024-08-13 05:54:31 -07:00
Doron Behar
ee74566fdd nodePackages."@astrojs/language-server": fix alias
After comment here:
d128948f8c (commitcomment-145244043)
2024-08-10 20:51:35 +03:00
Doron Behar
d6f7206fe0
Merge pull request #323493 from pyrox0/pnpm-fetchdeps-improve
pnpm.fetchDeps: Add workspace and custom pnpm config commands support
2024-08-07 12:37:34 +00:00
Robert Schütz
3d19c4d6ed
Merge pull request #330940 from dotlambda/node-pre-gyp
node-pre-gyp: init at 1.0.11
2024-08-06 05:24:38 -07:00
Doron Behar
d128948f8c astro-language-server: init at 2.10.0
Close #309100 .

Co-authored-by: Pyrox <pyrox@pyrox.dev>
2024-08-05 18:36:54 +03:00
Robert Schütz
0fc3337666 concurrently: move out of nodePackages 2024-08-05 07:23:25 -07:00
Robert Schütz
d4260d7ae2 nodePackages.node-pre-gyp: drop 2024-08-05 03:34:40 -07:00
Pyrox
4a938f0428
coc-clangd: migrate from nodePackages 2024-08-02 15:43:59 -04:00
Pyrox
65c30b34ca
coc-diagnostic: migrate from nodePackages 2024-07-29 01:17:33 -04:00
OTABI Tomoya
067751f9e8
Merge pull request #330568 from natsukium/node-packages/update
nodePackages: update to latest
2024-07-29 00:17:43 +09:00
natsukium
131df0bffa
nodePackages: update to latest 2024-07-28 12:19:36 +09:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
OTABI Tomoya
c6b83ffac3
Merge pull request #299236 from philiptaron/issue-208242/node-packages-part-1
Avoid top-level `with ...;` in `pkgs/development/node-packages`
2024-07-27 10:27:41 +09:00