about summary refs log tree commit diff
path: root/pkgs/development/web
AgeCommit message (Collapse)AuthorFilesLines
2023-12-19deno: fix darwin build06kellyjac1-2/+9
Provide missing framework Fix substitution to avoid using lld
2023-12-18Merge pull request #274477 from phaer/playwright-cacertWeijia Wang1-0/+5
playwright-driver: fix browser download on darwin
2023-12-17Merge pull request #274722 from shyim/update-bunPascal Bach1-5/+5
bun: 1.0.17 -> 1.0.18
2023-12-16Merge pull request #274723 from Qusic/masterMario Rodas2-3/+3
nodejs_21: 21.3.0 -> 21.4.0
2023-12-16nodejs_21: 21.3.0 -> 21.4.0Qusic2-3/+3
2023-12-16bun: 1.0.17 -> 1.0.18Soner Sayakci1-5/+5
2023-12-15ihp-new: 1.1.0 -> 1.2.0R. Ryantm1-2/+2
2023-12-15Merge pull request #274351 from r-ryantm/auto-update/flyctlPierre Bourdon1-3/+3
flyctl: 0.1.131 -> 0.1.134
2023-12-15Merge pull request #274357 from r-ryantm/auto-update/function-runnerNick Cao1-3/+3
function-runner: 4.0.0 -> 4.1.0
2023-12-15playwright-driver: fix browser download on darwinphaer1-0/+5
We are currently using an impure method to build a derivation for playwrights browsers on darwin: We just call `playwright install` during build-time. But this recently began to fail, with an error that the azure certificate would be self-signed, while it was not. This is presumably due to https://github.com/NixOS/nixpkgs/pull/257513 where we started to use the systems CA store for nodejs instead of the bundled one, so we add cacert to fix it. Maybe the whole impure method of downloading browsers on darwin should be reconsidered in favor of following the same approach as on Linux, but that would probably have the drawback that we'd loose safari as one of the browsers.
2023-12-15function-runner: 4.0.0 -> 4.1.0R. Ryantm1-3/+3
2023-12-15flyctl: 0.1.131 -> 0.1.134R. Ryantm1-3/+3
2023-12-14deno: 1.38.5 -> 1.39.0R. Ryantm2-8/+8
2023-12-13bun: 1.0.16 -> 1.0.17R. Ryantm1-5/+5
2023-12-12bun: 1.0.15 -> 1.0.16happysalada1-5/+5
2023-12-08Merge branch 'master' into staging-nextWeijia Wang1-0/+1
2023-12-08Merge pull request #272976 from hercules-ci/netlify-cli-meta-mainProgramSilvan Mosberger1-0/+1
netlify-cli: Set meta.mainProgram
2023-12-08netlify-cli: Set meta.mainProgramRobert Hensing1-0/+1
2023-12-08Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-12-08deno: 1.38.4 -> 1.38.5Lena1-3/+3
2023-12-07Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-12-06flyctl: 0.1.127 -> 0.1.131Raghav Sood1-3/+3
2023-12-06Merge master into staging-nextgithub-actions[bot]1-95/+0
2023-12-06Merge pull request #271362 from pbsds/rm-dead-patchesRick van Schijndel1-95/+0
treewide: remove unreferenced patch files
2023-12-05Merge master into staging-nextgithub-actions[bot]1-5/+5
2023-12-04bun: 1.0.14 -> 1.0.15happysalada1-5/+5
2023-12-01Merge master into staging-nextgithub-actions[bot]2-5/+5
2023-12-01Merge pull request #271311 from acuteenvy/deno-v1.38.4Emily Trau1-3/+3
deno: 1.38.2 -> 1.38.4
2023-12-01Merge branch 'staging' into staging-nextVladimír Čunát1-2/+2
2023-12-01treewide: remove unreferenced patch filesPeder Bergebakken Sundt1-95/+0
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01deno: 1.38.2 -> 1.38.4Lena1-3/+3
2023-11-30publii: 0.43.1 -> 0.44.1R. Ryantm1-2/+2
2023-11-30nodejs_21: 21.2.0 -> 21.3.0Mario Rodas1-2/+2
Changelog: https://github.com/nodejs/node/releases/tag/v21.3.0
2023-11-29Merge pull request #269658 from phaer/playwright-upgradeMartin Weinelt3-30/+20
playwright: 1.38.0 -> 1.40.0
2023-11-29nodejs_18: 18.18.2 -> 18.19.0Mario Rodas1-2/+2
Changelog: https://github.com/nodejs/node/releases/tag/v18.19.0
2023-11-28playwright: 1.38.0 -> 1.40.0phaer3-30/+20
2023-11-24bun: 1.0.13 -> 1.0.14Corné Dorrestijn1-5/+5
2023-11-23Merge pull request #269377 from marsam/update-nodejs_20Mario Rodas1-2/+2
nodejs_20: 20.9.0 -> 20.10.0
2023-11-24Merge pull request #269505 from r-ryantm/auto-update/minifyRobin Gloster1-3/+3
minify: 2.20.5 -> 2.20.7
2023-11-23minify: 2.20.5 -> 2.20.7R. Ryantm1-3/+3
2023-11-23nodejs_20: 20.9.0 -> 20.10.0Mario Rodas1-2/+2
Changelog: https://github.com/nodejs/node/releases/tag/v20.10.0
2023-11-22protege-distribution: 5.5.0 -> 5.6.3Tomas Antonio Lopez1-18/+24
2023-11-19bun: 1.0.12 -> 1.0.13Corné Dorrestijn1-5/+5
2023-11-18flyctl: 0.1.117 -> 0.1.127R. Ryantm1-3/+3
2023-11-18Merge pull request #267196 from emilytrau/deno-clang-fixEmily Trau1-0/+3
deno: fix `-Wno-unknown-warning-option` error with clang
2023-11-18deno: 1.38.0 -> 1.38.2R. Ryantm1-3/+3
2023-11-18deno: fix `-Wno-unknown-warning-option` error with clangEmily Trau1-0/+3
2023-11-17Merge pull request #264358 from RaitoBezarius/drop-nodejsRyan Lahfa3-62/+1
2023-11-17treewide: cleanup references to nodejs_14Raito Bezarius1-1/+1
Those packages didn't use Node.js 14 in practice, but Node.js 18 or more.
2023-11-17nodejs_16: dropRaito Bezarius1-35/+0
Security support EOLed 1 month ago.