Commit Graph

2092 Commits

Author SHA1 Message Date
Randy Eckenrode
81e4ca55c8
nodejs_18: fix build with clang 16
Backport a patch from v8 that resolves an enum width error when building
with clang 16.
2023-10-26 20:08:29 -04:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
Mario Rodas
87815e869e
Merge pull request #263323 from r-ryantm/auto-update/deno
deno: 1.37.1 -> 1.37.2
2023-10-25 19:11:50 -05:00
R. Ryantm
d65625b616 deno: 1.37.1 -> 1.37.2 2023-10-25 10:54:05 +00:00
Mario Rodas
fdf2af1cdf nodejs_21: 21.0.0 -> 21.1.0
Diff: https://github.com/nodejs/node/compare/v21.0.0...v21.1.0

Changelog: https://github.com/nodejs/node/releases/tag/v21.1.0
2023-10-25 04:20:00 +00:00
Mario Rodas
11011277cb nodejs_20: 20.8.1 -> 20.9.0
Diff: https://github.com/nodejs/node/compare/v20.8.1...v20.9.0

Changelog: https://github.com/nodejs/node/releases/tag/v20.9.0
2023-10-25 04:20:00 +00:00
github-actions[bot]
3d9ca9d8e3
Merge staging-next into staging 2023-10-22 18:01:34 +00:00
OTABI Tomoya
bd984a5d56
Merge pull request #262575 from cornedor/update-bun-1.0.7
bun: 1.0.6 -> 1.0.7
2023-10-22 23:47:54 +09:00
github-actions[bot]
f4afba2014
Merge staging-next into staging 2023-10-21 18:01:53 +00:00
Alyssa Ross
83b8726e5f
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/velbus-aio/default.nix
2023-10-21 17:24:16 +00:00
Corné Dorrestijn
a3d8834fae
bun: 1.0.6 -> 1.0.7 2023-10-21 18:34:39 +02:00
Weijia Wang
a68de7ac6f
Merge pull request #262360 from antonmosich/minify-update
minify: 2.12.9 -> 2.19.10
2023-10-21 15:18:09 +02:00
Anton Mosich
97df2b0513
minify: 2.12.9 -> 2.19.10
See https://github.com/tdewolff/minify/releases/tag/v2.19.10
2023-10-20 20:53:50 +02:00
github-actions[bot]
b0ec8bbe1d
Merge staging-next into staging 2023-10-20 12:01:55 +00:00
github-actions[bot]
d7e9da1742
Merge master into staging-next 2023-10-20 12:01:24 +00:00
Randy Eckenrode
3cb5c1189f
nodejs_16: work around building with clang 16
Node v16 can’t build with clang 16 due to `-Wenum-constexpr-conversion`
errors. Since the backport patch from v8 does not apply to Node v14, and
it is likely this will become a hard error in future versions of clang,
use clang 15 when the version in the stdenv is newer.

The version of libc++ used with the clang is made to match the one used
in the stdenv to avoid possible issues with mixing multiple versions of
libc++ in one binary (e.g., icu links against libc++).
2023-10-19 15:22:52 -04:00
Randy Eckenrode
3ad67b4e12
nodejs_14: work around building with clang 16
Node v14 can’t build with clang 16 due to `-Wenum-constexpr-conversion`
errors. Since the backport patch from v8 does not apply to Node v14, and
it is likely this will become a hard error in future versions of clang,
use clang 15 when the version in the stdenv is newer.

The version of libc++ used with the clang is made to match the one used
in the stdenv to avoid possible issues with mixing multiple versions of
libc++ in one binary (e.g., icu links against libc++).
2023-10-19 15:22:52 -04:00
Randy Eckenrode
cf1128c17a
nodejs: clang 16 compatibility for x86_64-darwin
Make aligned allocations work on x86_64-darwin by ensuring libc++ uses
`posix_memalign` instead of `aligned_alloc`, which was added in 10.15.
2023-10-19 15:22:51 -04:00
github-actions[bot]
07245b90f3
Merge staging-next into staging 2023-10-18 00:02:49 +00:00
github-actions[bot]
35eee590be
Merge master into staging-next 2023-10-18 00:02:17 +00:00
Weijia Wang
940c736d32
Merge pull request #260024 from r-ryantm/auto-update/bootstrap-studio
bootstrap-studio: 6.4.5 -> 6.5.1
2023-10-18 00:15:17 +02:00
github-actions[bot]
97d0182583
Merge staging-next into staging 2023-10-17 06:01:51 +00:00
github-actions[bot]
c61915bc96
Merge master into staging-next 2023-10-17 06:01:22 +00:00
Mario Rodas
d479580285 nodejs_21: init at 21.0.0
Changelog: https://github.com/nodejs/node/releases/tag/v21.0.0
2023-10-16 16:20:00 -05:00
github-actions[bot]
fbd39f6b6b
Merge staging-next into staging 2023-10-14 06:01:29 +00:00
Mario Rodas
547ea2e2e1 nodejs_20: 20.8.0 -> 20.8.1
Changelog: https://github.com/nodejs/node/releases/tag/v20.8.1
2023-10-13 04:20:00 +00:00
Mario Rodas
bf85265bb3 nodejs_18: 18.18.1 -> 18.18.2
Changelog: https://github.com/nodejs/node/releases/tag/v18.18.2
2023-10-13 04:20:00 +00:00
R. Ryantm
fa3fdd0c2b publii: 0.42.1 -> 0.43.0 2023-10-13 03:00:03 +00:00
github-actions[bot]
80ddbc41e6
Merge staging-next into staging 2023-10-12 18:01:34 +00:00
github-actions[bot]
176015fc74
Merge master into staging-next 2023-10-12 18:01:06 +00:00
Corné Dorrestijn
fce2579c31
bun: 1.0.5 -> 1.0.6 2023-10-12 14:22:16 +02:00
Corné Dorrestijn
930c2a578f
bun: 1.0.4 -> 1.0.5 2023-10-12 12:07:03 +02:00
github-actions[bot]
7909827752
Merge staging-next into staging 2023-10-12 00:02:50 +00:00
Mario Rodas
c8e2c3fb58 nodejs_18: 18.18.0 -> 18.18.1
Changelog: https://github.com/nodejs/node/releases/tag/v18.18.1
2023-10-11 04:20:00 +00:00
github-actions[bot]
0cf0d9af7e
Merge staging-next into staging 2023-10-10 18:01:26 +00:00
R. Ryantm
3064c2e9e0 insomnia: 2023.5.7 -> 2023.5.8 2023-10-10 10:03:13 +00:00
R. Ryantm
837f9e49d8 bootstrap-studio: 6.4.5 -> 6.5.1 2023-10-09 17:07:13 +00:00
github-actions[bot]
f1a87e41ca
Merge staging-next into staging 2023-10-09 00:03:06 +00:00
R. Ryantm
b8d7c9d5f1 flyctl: 0.1.102 -> 0.1.104 2023-10-08 21:57:45 +00:00
github-actions[bot]
6215da7844
Merge staging-next into staging 2023-10-08 18:01:27 +00:00
R. Ryantm
2c1be231cb boa: 0.17 -> 0.17.3 2023-10-07 23:08:49 +00:00
github-actions[bot]
5c5cb21569
Merge staging-next into staging 2023-10-04 06:01:26 +00:00
BlankParticle
2cddf70d79 bun: 1.0.3 -> 1.0.4 2023-10-04 06:06:28 +01:00
github-actions[bot]
54de96536d
Merge staging-next into staging 2023-09-29 18:01:23 +00:00
Mario Rodas
bb256d8c2a
Merge pull request #258016 from marsam/update-nodejs_20
nodejs_20: 20.7.0 -> 20.8.0
2023-09-29 09:21:40 -05:00
github-actions[bot]
d7de1ca6fb
Merge staging-next into staging 2023-09-29 12:01:47 +00:00
Mario Rodas
dc1b364975
Merge pull request #257617 from 06kellyjac/deno
deno: 1.36.0 -> 1.37.1
2023-09-29 06:24:26 -05:00
Mario Rodas
d0829e587e nodejs_20: 20.7.0 -> 20.8.0
Changelog: https://github.com/nodejs/node/releases/tag/v20.8.0
2023-09-29 04:20:00 +00:00
github-actions[bot]
7fb0efd757
Merge staging-next into staging 2023-09-28 18:01:26 +00:00
Nick Cao
24392b0a7f
Merge pull request #257854 from r-ryantm/auto-update/flyctl
flyctl: 0.1.101 -> 0.1.102
2023-09-28 13:30:25 -04:00