summaryrefslogtreecommitdiffstats
path: root/pkgs/development/web
AgeCommit message (Collapse)Author
2023-12-19deno: fix darwin build06kellyjac
Provide missing framework Fix substitution to avoid using lld
2023-12-18Merge pull request #274477 from phaer/playwright-cacertWeijia Wang
playwright-driver: fix browser download on darwin
2023-12-17Merge pull request #274722 from shyim/update-bunPascal Bach
bun: 1.0.17 -> 1.0.18
2023-12-16Merge pull request #274723 from Qusic/masterMario Rodas
nodejs_21: 21.3.0 -> 21.4.0
2023-12-16nodejs_21: 21.3.0 -> 21.4.0Qusic
2023-12-16bun: 1.0.17 -> 1.0.18Soner Sayakci
2023-12-15ihp-new: 1.1.0 -> 1.2.0R. Ryantm
2023-12-15Merge pull request #274351 from r-ryantm/auto-update/flyctlPierre Bourdon
flyctl: 0.1.131 -> 0.1.134
2023-12-15Merge pull request #274357 from r-ryantm/auto-update/function-runnerNick Cao
function-runner: 4.0.0 -> 4.1.0
2023-12-15playwright-driver: fix browser download on darwinphaer
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. Ryantm
2023-12-15flyctl: 0.1.131 -> 0.1.134R. Ryantm
2023-12-14deno: 1.38.5 -> 1.39.0R. Ryantm
2023-12-13bun: 1.0.16 -> 1.0.17R. Ryantm
2023-12-12bun: 1.0.15 -> 1.0.16happysalada
2023-12-08Merge branch 'master' into staging-nextWeijia Wang
2023-12-08Merge pull request #272976 from hercules-ci/netlify-cli-meta-mainProgramSilvan Mosberger
netlify-cli: Set meta.mainProgram
2023-12-08netlify-cli: Set meta.mainProgramRobert Hensing
2023-12-08Merge master into staging-nextgithub-actions[bot]
2023-12-08deno: 1.38.4 -> 1.38.5Lena
2023-12-07Merge master into staging-nextgithub-actions[bot]
2023-12-06flyctl: 0.1.127 -> 0.1.131Raghav Sood
2023-12-06Merge master into staging-nextgithub-actions[bot]
2023-12-06Merge pull request #271362 from pbsds/rm-dead-patchesRick van Schijndel
treewide: remove unreferenced patch files
2023-12-05Merge master into staging-nextgithub-actions[bot]
2023-12-04bun: 1.0.14 -> 1.0.15happysalada
2023-12-01Merge master into staging-nextgithub-actions[bot]
2023-12-01Merge pull request #271311 from acuteenvy/deno-v1.38.4Emily Trau
deno: 1.38.2 -> 1.38.4
2023-12-01Merge branch 'staging' into staging-nextVladimír Čunát
2023-12-01treewide: remove unreferenced patch filesPeder Bergebakken Sundt
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01deno: 1.38.2 -> 1.38.4Lena
2023-11-30publii: 0.43.1 -> 0.44.1R. Ryantm
2023-11-30nodejs_21: 21.2.0 -> 21.3.0Mario Rodas
Changelog: https://github.com/nodejs/node/releases/tag/v21.3.0
2023-11-29Merge pull request #269658 from phaer/playwright-upgradeMartin Weinelt
playwright: 1.38.0 -> 1.40.0
2023-11-29nodejs_18: 18.18.2 -> 18.19.0Mario Rodas
Changelog: https://github.com/nodejs/node/releases/tag/v18.19.0
2023-11-28playwright: 1.38.0 -> 1.40.0phaer
2023-11-24bun: 1.0.13 -> 1.0.14Corné Dorrestijn
2023-11-23Merge pull request #269377 from marsam/update-nodejs_20Mario Rodas
nodejs_20: 20.9.0 -> 20.10.0
2023-11-24Merge pull request #269505 from r-ryantm/auto-update/minifyRobin Gloster
minify: 2.20.5 -> 2.20.7
2023-11-23minify: 2.20.5 -> 2.20.7R. Ryantm
2023-11-23nodejs_20: 20.9.0 -> 20.10.0Mario Rodas
Changelog: https://github.com/nodejs/node/releases/tag/v20.10.0
2023-11-22protege-distribution: 5.5.0 -> 5.6.3Tomas Antonio Lopez
2023-11-19bun: 1.0.12 -> 1.0.13Corné Dorrestijn
2023-11-18flyctl: 0.1.117 -> 0.1.127R. Ryantm
2023-11-18Merge pull request #267196 from emilytrau/deno-clang-fixEmily Trau
deno: fix `-Wno-unknown-warning-option` error with clang
2023-11-18deno: 1.38.0 -> 1.38.2R. Ryantm
2023-11-18deno: fix `-Wno-unknown-warning-option` error with clangEmily Trau
2023-11-17Merge pull request #264358 from RaitoBezarius/drop-nodejsRyan Lahfa
2023-11-17treewide: cleanup references to nodejs_14Raito Bezarius
Those packages didn't use Node.js 14 in practice, but Node.js 18 or more.
2023-11-17nodejs_16: dropRaito Bezarius
Security support EOLed 1 month ago.