about summary refs log tree commit diff
path: root/pkgs/build-support/node
AgeCommit message (Expand)AuthorFilesLines
2023-12-24npmHooks.npmInstallHook: ignore rather than error for missing bin/man keys in...Lily Foster1-0/+2
2023-12-05npmHooks.npmInstallHook: only overwrite npm cache for `npm pack` rather than ...Lily Foster1-4/+2
2023-12-05Merge pull request #267912 from reinismu/fetch-npm-deps-fix-bugLily Foster2-25/+66
2023-12-03Merge pull request #269078 from lilyinstarlight/fix/prefetch-npm-deps-more-ba...Janik6-81/+98
2023-11-29prefetch-npm-deps: add support for npm alias schema in version specReinis Muiznieks2-25/+66
2023-11-26Merge pull request #257337 from lorenzleutgeb/yarn-fileLily Foster3-14/+25
2023-11-23fetchNpmDeps: add test case where empty default lockfile packages is neededLily Foster1-0/+12
2023-11-23prefetch-npm-deps: use default value when lockfile has no depsLily Foster1-12/+9
2023-11-23prefetch-npm-deps: instrument some loggingLily Foster1-0/+5
2023-11-23prefetch-npm-deps: make cargo happyLily Foster2-4/+6
2023-11-23prefetch-npm-deps: bump depsLily Foster2-65/+66
2023-11-23Merge pull request #266296 from yayayayaka/element-1.11.48Nick Cao1-0/+1
2023-11-23Merge pull request #243458 from lilyinstarlight/fix/prefetch-npm-deps-error-w...Janik5-7/+52
2023-11-22fetch-yarn-deps: fix missing cert when fetching packagesSandro Jäckel1-0/+1
2023-11-22buildNpmPackage: add forceEmptyCache optionLily Foster1-1/+4
2023-11-22fetchNpmDeps: add forceEmptyCache optionLily Foster1-3/+19
2023-11-22prefetch-npm-deps: detect and error out when generating an empty cacheLily Foster3-3/+29
2023-11-22prefetch-yarn-deps: Fix access to `.resolved`Lorenz Leutgeb1-11/+2
2023-11-22prefetch-yarn-deps: Fix parsing of scoped packagesLorenz Leutgeb3-3/+23
2023-11-21prefetch-yarn-deps: add cacert to provide certificates during fetchesLily Foster1-1/+1
2023-11-17buildNpmPackages: add missing deependenciesmidchildan1-2/+10
2023-11-16Merge pull request #267778 from lilyinstarlight/fix/yay-more-fixup-yarn-lock-...Felix Bühler1-0/+2
2023-11-16buildNpmPackage: allow passing npmDepshappysalada1-6/+5
2023-11-15prefetch-yarn-deps: re-add git hash for fixupLily Foster1-0/+2
2023-11-13Merge pull request #254420 from lilyinstarlight/fix/npm-pack-pls-😭Janik1-1/+1
2023-11-09buildNpmPackage: make nodejs overridable (#265171)Yt1-1/+2
2023-10-12Merge pull request #260011 from lilyinstarlight/fix/prefetch-npm-deps-network...Weijia Wang4-214/+172
2023-10-10prefetch-npm-deps: read url bodies within the retry loopLily Foster2-20/+22
2023-10-09prefetch-npm-deps: bump depsLily Foster2-194/+150
2023-10-08Merge pull request #258384 from doronbehar/buildNpmPackage-makeWrapperArgsDoron Behar1-1/+11
2023-10-07Merge pull request #255984 from SuperSandro2000/patch-1Lily Foster1-1/+10
2023-10-07buildNpmPackage: give a hint when npm prune failsSandro1-1/+10
2023-10-07buildNpmPackage: support makeWrapperArgsDoron Behar1-1/+11
2023-09-27fetch-yarn-deps: warn on undefined expected hashDan Buch1-1/+3
2023-09-22treewide: sha512 → hashnicoo1-1/+1
2023-09-12Merge pull request #251066 from lilyinstarlight/feature/prefetch-npm-deps-tokensRick van Schijndel4-4/+19
2023-09-11fetchNpmDeps: pass NIX_NPM_TOKENS as an impure env varLily Foster1-1/+3
2023-09-11prefetch-npm-deps: add support for NIX_NPM_TOKENS env varLily Foster1-0/+13
2023-09-10npmHooks.npmInstallHook: avoid script output in npm pack commandLily Foster1-1/+1
2023-09-09npmHooks: use adjacent packages, not buildPackagessternenseemann2-9/+23
2023-08-19buildNpmPackage: use installManPageRobert Schütz2-3/+5
2023-08-18buildNpmPackage: symlink manpages to the correct output directoryPierre Bourdon1-0/+7
2023-08-09prefetch-npm-deps: fix error typo and unnecessary name qualifierLily Foster2-3/+3
2023-07-26feat: implement redirect for fetch-yarn-depsMicroBlock1-1/+9
2023-07-16Merge pull request #223457 from lilyinstarlight/fix/fetch-yarn-deps-pulsarLily Foster4-5/+33
2023-07-15buildNpmPackage: remove redundant passthru.npmDepsStanislav Asunkin1-2/+0
2023-07-08Merge pull request #240419 from lilyinstarlight/feature/prefetch-npm-deps-isahcLily Foster7-305/+718
2023-07-04prefetch-npm-deps: use exponential backoffLily Foster3-126/+155
2023-06-29prefetch-yarn-deps: add tests passthruLily Foster1-1/+5
2023-06-29prefetch-npm-deps: add env_loggerLily Foster3-0/+70