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
Vladimír Čunát
305cd929fd
Merge branch 'staging' into staging-next
2023-12-01 07:33:49 +01:00
Peder Bergebakken Sundt
f41aba3739
treewide: remove unreferenced patch files
...
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01 06:11:20 +01:00
Lena
330c1bdbbd
deno: 1.38.2 -> 1.38.4
2023-12-01 00:34:06 +01:00
R. Ryantm
e8fb64175f
publii: 0.43.1 -> 0.44.1
2023-11-30 05:10:12 +00:00
Mario Rodas
a0681500a9
nodejs_21: 21.2.0 -> 21.3.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v21.3.0
2023-11-30 04:20:00 +00:00
Martin Weinelt
76f642f87f
Merge pull request #269658 from phaer/playwright-upgrade
...
playwright: 1.38.0 -> 1.40.0
2023-11-29 10:15:19 +01:00
Mario Rodas
3f05c9a8f8
nodejs_18: 18.18.2 -> 18.19.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v18.19.0
2023-11-29 04:20:00 +00:00
phaer
207d3c4081
playwright: 1.38.0 -> 1.40.0
2023-11-28 16:29:04 +00:00
Corné Dorrestijn
5d99e55bbb
bun: 1.0.13 -> 1.0.14
2023-11-24 14:04:33 +01:00
Mario Rodas
ea60451259
Merge pull request #269377 from marsam/update-nodejs_20
...
nodejs_20: 20.9.0 -> 20.10.0
2023-11-23 22:52:06 -05:00
Robin Gloster
96b90644bd
Merge pull request #269505 from r-ryantm/auto-update/minify
...
minify: 2.20.5 -> 2.20.7
2023-11-24 02:37:26 +01:00
R. Ryantm
63a81d98a5
minify: 2.20.5 -> 2.20.7
2023-11-23 22:03:24 +00:00
Mario Rodas
120a67bbfa
nodejs_20: 20.9.0 -> 20.10.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v20.10.0
2023-11-23 04:20:00 +00:00
Tomas Antonio Lopez
b751c28f67
protege-distribution: 5.5.0 -> 5.6.3
2023-11-22 14:50:25 +01:00
Corné Dorrestijn
a3dbce2780
bun: 1.0.12 -> 1.0.13
2023-11-19 16:43:46 +01:00
R. Ryantm
8758e3a4eb
flyctl: 0.1.117 -> 0.1.127
2023-11-18 23:49:00 +00:00
Emily Trau
a350ac03bc
Merge pull request #267196 from emilytrau/deno-clang-fix
...
deno: fix `-Wno-unknown-warning-option` error with clang
2023-11-18 21:57:36 +11:00
R. Ryantm
008d33c70f
deno: 1.38.0 -> 1.38.2
2023-11-18 08:12:48 +00:00
Emily Trau
58046c39a5
deno: fix -Wno-unknown-warning-option
error with clang
2023-11-18 05:55:44 +01:00
Ryan Lahfa
d3530f494c
Merge pull request #264358 from RaitoBezarius/drop-nodejs
2023-11-17 23:26:13 +01:00