Commit Graph

2200 Commits

Author SHA1 Message Date
Mario Rodas
32c00dc370 nodejs_21: 21.5.0 -> 21.6.0
Diff: https://github.com/nodejs/node/compare/v21.5.0...v21.6.0

Changelog: https://github.com/nodejs/node/releases/tag/v21.6.0
2024-01-17 04:20:00 +00:00
superherointj
f0f94e7823 pkgsMusl.bun: mark broken for musl
Tracking issue: https://github.com/NixOS/nixpkgs/issues/280716
2024-01-13 11:26:13 -03:00
R. Ryantm
dc8a34cf0f deno: 1.39.1 -> 1.39.2 2024-01-11 20:05:18 -06:00
Kane Wang
d81ad3a523
bun: 1.0.21 -> 1.0.22 2024-01-10 08:42:27 +00:00
R. Ryantm
492e3331eb flyctl: 0.1.136 -> 0.1.137 2024-01-09 01:19:26 +00:00
Pascal Bach
974e39287e
Merge pull request #278229 from kane50613/update-bun
bun: 1.0.20 -> 1.0.21
2024-01-04 22:46:42 +01:00
Weijia Wang
ddf97a5204
Merge pull request #277308 from r-ryantm/auto-update/newman
newman: 5.3.2 -> 6.1.0
2024-01-03 19:46:15 +01:00
Weijia Wang
01fe81e113
Merge pull request #276531 from r-ryantm/auto-update/publii
publii: 0.44.1 -> 0.44.2
2024-01-03 19:07:23 +01:00
Weijia Wang
d4c1c87b40
Merge pull request #274842 from r-ryantm/auto-update/minify
minify: 2.20.7 -> 2.20.10
2024-01-03 17:54:46 +01:00
R. Ryantm
45477c4bd5 flyctl: 0.1.135 -> 0.1.136 2024-01-03 07:08:28 +00:00
Kane Wang
294487aade
bun: 1.0.20 -> 1.0.21 2024-01-02 08:33:49 +00:00
R. Ryantm
1895fb383a minify: 2.20.7 -> 2.20.10 2024-01-01 22:36:05 +00:00
Nick Cao
554307ef49
Merge pull request #276495 from shyim/upd-bun
bun: 1.0.18 -> 1.0.20
2023-12-31 10:42:49 -05:00
R. Ryantm
907df9b922 newman: 5.3.2 -> 6.1.0 2023-12-28 11:22:36 +00:00
Mario Rodas
9ebcdaa094
Merge pull request #276844 from r-ryantm/auto-update/flyctl
flyctl: 0.1.134 -> 0.1.135
2023-12-26 07:09:16 -05:00
Stanisław Pitucha
b46592cef4 flyctl: drop maintainer 2023-12-26 22:25:45 +11:00
R. Ryantm
91b7b94bcc flyctl: 0.1.134 -> 0.1.135 2023-12-26 04:03:29 +00:00
Aaron Janse
2f38b15f16 flyctl: remove myself as maintainer 2023-12-25 01:04:12 +00:00
R. Ryantm
8811ed9838 publii: 0.44.1 -> 0.44.2 2023-12-24 19:39:59 +00:00
Soner Sayakci
c85602181e
bun: 1.0.18 -> 1.0.20 2023-12-24 16:51:18 +01:00
Mario Rodas
2957b358d4 nodejs_21: 21.4.0 -> 21.5.0
Changelog: https://github.com/nodejs/node/releases/tag/v21.5.0
2023-12-23 04:20:00 +00:00
winston
25f831dea6
deno: 1.39.0 -> 1.39.1 2023-12-21 19:29:34 +01:00
06kellyjac
5206e2075b deno: fix darwin build
Provide missing framework
Fix substitution to avoid using lld
2023-12-19 23:21:56 +00:00
Weijia Wang
ef9561119e
Merge pull request #274477 from phaer/playwright-cacert
playwright-driver: fix browser download on darwin
2023-12-18 08:10:32 +01:00
Pascal Bach
9c69bc8cae
Merge pull request #274722 from shyim/update-bun
bun: 1.0.17 -> 1.0.18
2023-12-17 13:37:28 +01:00
Mario Rodas
3dc5eca5a8
Merge pull request #274723 from Qusic/master
nodejs_21: 21.3.0 -> 21.4.0
2023-12-16 13:59:32 -05:00
Qusic
42b0713b5f nodejs_21: 21.3.0 -> 21.4.0 2023-12-16 22:08:49 +08:00
Soner Sayakci
01d2063942
bun: 1.0.17 -> 1.0.18 2023-12-16 14:01:57 +01:00
R. Ryantm
bd5193e652 ihp-new: 1.1.0 -> 1.2.0 2023-12-15 20:30:59 +00:00
Pierre Bourdon
a3fd47a44f
Merge pull request #274351 from r-ryantm/auto-update/flyctl
flyctl: 0.1.131 -> 0.1.134
2023-12-15 17:43:52 +01:00
Nick Cao
7e4757f958
Merge pull request #274357 from r-ryantm/auto-update/function-runner
function-runner: 4.0.0 -> 4.1.0
2023-12-15 10:14:37 -05:00
phaer
bb74ebb72b playwright-driver: fix browser download on darwin
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-15 15:33:26 +01:00
R. Ryantm
b60af5f605 function-runner: 4.0.0 -> 4.1.0 2023-12-15 04:07:24 +00:00
R. Ryantm
b14791881a flyctl: 0.1.131 -> 0.1.134 2023-12-15 02:39:13 +00:00
R. Ryantm
c2cf349ec4 deno: 1.38.5 -> 1.39.0 2023-12-14 09:39:06 +00:00
R. Ryantm
37fc451476 bun: 1.0.16 -> 1.0.17 2023-12-13 10:54:37 +00:00
happysalada
3df2965698 bun: 1.0.15 -> 1.0.16 2023-12-12 00:10:15 +00:00
Weijia Wang
ad7edda3e2 Merge branch 'master' into staging-next 2023-12-08 22:09:49 +01:00
Silvan Mosberger
c89d45747b
Merge pull request #272976 from hercules-ci/netlify-cli-meta-mainProgram
netlify-cli: Set meta.mainProgram
2023-12-08 20:45:46 +01:00
Robert Hensing
f58acfc56c netlify-cli: Set meta.mainProgram 2023-12-08 19:54:54 +01:00
github-actions[bot]
367355c966
Merge master into staging-next 2023-12-08 12:01:36 +00:00
Lena
7790bd3d30 deno: 1.38.4 -> 1.38.5 2023-12-08 10:48:47 +01:00
github-actions[bot]
fd7a8aedb0
Merge master into staging-next 2023-12-07 00:02:20 +00:00
Raghav Sood
c79b2552db
flyctl: 0.1.127 -> 0.1.131 2023-12-06 18:49:38 +08:00
github-actions[bot]
035a649a67
Merge master into staging-next 2023-12-06 06:01:30 +00:00
Rick van Schijndel
ba75066821
Merge pull request #271362 from pbsds/rm-dead-patches
treewide: remove unreferenced patch files
2023-12-06 03:28:15 +01:00
github-actions[bot]
740525486e
Merge master into staging-next 2023-12-05 00:02:18 +00:00
happysalada
ff5d637a73 bun: 1.0.14 -> 1.0.15 2023-12-04 23:43:46 +00:00
github-actions[bot]
9cca0e4288
Merge master into staging-next 2023-12-01 12:01:16 +00:00
Emily Trau
04089c8814
Merge pull request #271311 from acuteenvy/deno-v1.38.4
deno: 1.38.2 -> 1.38.4
2023-12-01 21:44:48 +11:00