Commit Graph

2496 Commits

Author SHA1 Message Date
rucadi
aeae82eb6b Revert "nodejs_18: 18.19.1 -> 18.20.0"
This reverts commit b5e930a583.
2024-03-28 19:41:21 +01:00
github-actions[bot]
373201cddf
Merge staging-next into staging 2024-03-28 00:02:59 +00:00
Maxine Aubrey
da8f2e0978
flyctl: 0.2.17 → 0.2.25
https://github.com/superfly/flyctl/compare/v0.2.17...v0.2.25
2024-03-27 17:33:00 +01:00
github-actions[bot]
2400488a9e
Merge staging-next into staging 2024-03-27 06:01:54 +00:00
Mario Rodas
2c944d2037 nodejs_20: 20.11.1 -> 20.12.0
Changelog: https://github.com/nodejs/node/releases/tag/v20.12.0
2024-03-26 04:20:00 +00:00
Mario Rodas
b5e930a583 nodejs_18: 18.19.1 -> 18.20.0
Changelog: https://github.com/nodejs/node/releases/tag/v18.20.0
2024-03-26 04:20:00 +00:00
Weijia Wang
4a493c5f9e
Merge pull request #298416 from r-ryantm/auto-update/bun
bun: 1.0.33 -> 1.0.35
2024-03-25 00:11:09 +01:00
Weijia Wang
6540ec0976
Merge pull request #296027 from r-ryantm/auto-update/newman
newman: 6.1.1 -> 6.1.2
2024-03-24 23:00:38 +01:00
Austin Horstman
a07ef204c5
bun: add meta.mainProgram 2024-03-24 09:28:53 -05:00
R. Ryantm
dceddf5c25 bun: 1.0.33 -> 1.0.35 2024-03-23 18:12:47 +00:00
R. Ryantm
b45493ec73 shopify-themekit: 1.3.1 -> 1.3.2 2024-03-22 03:43:37 +00:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
github-actions[bot]
7c0bd382c7
Merge master into staging-next 2024-03-19 00:02:09 +00:00
Gary50613
a67eba88ca
bun: 1.0.32 -> 1.0.33 2024-03-18 23:13:33 +08:00
github-actions[bot]
100b3bb178
Merge master into staging-next 2024-03-17 18:00:54 +00:00
Gary50613
e8eb04958f
bun: 1.0.31 -> 1.0.32 2024-03-18 00:07:09 +08:00
Yt
03cce5618f
Merge pull request #296494 from r-ryantm/auto-update/bun
bun: 1.0.30 -> 1.0.31
2024-03-17 12:32:09 +00:00
github-actions[bot]
2178d8d857
Merge master into staging-next 2024-03-17 00:02:17 +00:00
Nick Cao
c42e624f30
Merge pull request #292644 from NickCao/kore
kore: unpin openssl_1_1
2024-03-16 13:27:44 -07:00
R. Ryantm
f2af085973 bun: 1.0.30 -> 1.0.31 2024-03-16 19:58:24 +00:00
github-actions[bot]
9db4d84312
Merge master into staging-next 2024-03-16 12:01:19 +00:00
R. Ryantm
351e470e61 deno: 1.41.2 -> 1.41.3 2024-03-16 03:32:59 +00:00
github-actions[bot]
7006358e6a
Merge master into staging-next 2024-03-16 00:02:02 +00:00
Nick Cao
cd92b8e664
Merge pull request #295479 from r-ryantm/auto-update/publii
publii: 0.45.1 -> 0.45.2
2024-03-15 14:06:04 -04:00
R. Ryantm
c166d75cc5 newman: 6.1.1 -> 6.1.2 2024-03-15 00:37:10 +00:00
github-actions[bot]
c160165e60
Merge master into staging-next 2024-03-14 18:01:26 +00:00
R. Ryantm
626a09e43e publii: 0.45.1 -> 0.45.2 2024-03-13 00:52:08 +00:00
Maxine Aubrey
e9efa31ee7
flyctl: 0.2.6 → 0.2.17
https://github.com/superfly/flyctl/compare/v0.2.6...v0.2.17
2024-03-13 01:08:39 +01:00
github-actions[bot]
1cef2a1be7
Merge staging-next into staging 2024-03-12 12:01:40 +00:00
Mario Rodas
de9926c7be
Merge pull request #293984 from kane50613/master
bun: 1.0.29 -> 1.0.30
2024-03-12 01:49:45 -05:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
Daniel Flanagan
0ebce1ce11 deno: update to 1.41.2 2024-03-09 20:51:28 -06:00
Mario Rodas
6837b28d6e nodejs_21: 21.7.0 -> 21.7.1
Changelog: https://github.com/nodejs/node/releases/tag/v21.7.1
2024-03-08 04:20:00 +00:00
Nick Cao
4a43441087
Merge pull request #293932 from NickCao/publii
publii: 0.45.0 -> 0.45.1
2024-03-07 09:36:56 -05:00
Weijia Wang
b972852f3a
Merge pull request #291288 from r-ryantm/auto-update/deno
deno: 1.40.5 -> 1.41.1
2024-03-07 15:32:16 +01:00
Weijia Wang
10a76d5ef5
Merge pull request #288286 from chewblacka/update-insomnia
insomnia: 2023.5.8 -> 8.6.1
2024-03-07 12:39:40 +01:00
Kane Wang
1f15b45127
bun: 1.0.29 -> 1.0.30 2024-03-07 15:52:36 +08:00
Mario Rodas
a07ebaa556 nodejs_21: 21.6.2 -> 21.7.0
Changelog: https://github.com/nodejs/node/releases/tag/v21.7.0
2024-03-07 04:20:00 +00:00
Nick Cao
e2fbadcbb1
publii: 0.45.0 -> 0.45.1 2024-03-06 21:16:39 -05:00
R. Ryantm
528495b68e publii: 0.44.4 -> 0.45.0 2024-03-06 03:41:28 +00:00
R. Ryantm
c99f6ad6de deno: 1.40.5 -> 1.41.1 2024-03-03 04:01:59 +00:00
Nick Cao
487a5e9b52
kore: unpin openssl_1_1 2024-03-01 14:54:01 -05:00
Atemu
9afb0cc001
Merge pull request #290307 from r-ryantm/auto-update/twitterBootstrap
twitterBootstrap: 5.3.2 -> 5.3.3
2024-03-01 12:04:55 +00:00
R. Ryantm
2ed1ebcb1c bun: 1.0.28 -> 1.0.29 2024-02-25 19:20:06 +00:00
khaser
bfebd27bdd postman: 10.18.6 -> 10.23.5 2024-02-23 01:35:19 +03:00
R. Ryantm
e7f5b2c943 bun: 1.0.27 -> 1.0.28 2024-02-21 21:48:32 +00:00
R. Ryantm
9b89ddcab7 twitterBootstrap: 5.3.2 -> 5.3.3 2024-02-20 23:30:30 +00:00
OTABI Tomoya
abcdc16fa3
Merge pull request #286068 from r-ryantm/auto-update/deno
deno: 1.40.2 -> 1.40.5
2024-02-19 18:59:45 +09:00
R. Ryantm
2ae5b21beb bun: 1.0.26 -> 1.0.27 2024-02-18 09:22:50 +00:00
R. Ryantm
0958f60289 deno: 1.40.2 -> 1.40.5 2024-02-17 15:26:32 +00:00
roger
2da65488de flyctl: 0.1.148 -> 0.2.6
Switched to buildGo122Module, flyctl now depends on go >= 1.21.7
2024-02-15 21:06:31 +00:00
Mario Rodas
e02399bdd8 nodejs_21: 21.6.1 -> 21.6.2
Changelog: https://github.com/nodejs/node/releases/tag/v21.6.2
2024-02-14 04:20:00 +00:00
Mario Rodas
60bbd39dd7 nodejs_20: 20.11.0 -> 20.11.1
Changelog: https://github.com/nodejs/node/releases/tag/v20.11.1
2024-02-14 04:20:00 +00:00
Mario Rodas
4ae7cfd895 nodejs_18: 18.19.0 -> 18.19.1
Changelog: https://github.com/nodejs/node/releases/tag/v18.19.1
2024-02-14 04:20:00 +00:00
John Garcia
5f04929fda insomnia: 2023.5.8 -> 8.6.1 2024-02-12 13:01:13 +00:00
R. Ryantm
931224b275 flyctl: 0.1.147 -> 0.1.148 2024-02-09 08:38:34 +00:00
Adam Szucs-Matyas
8b4b69be04 mailcatcher: fix libxml2.12 breaking change 2024-02-08 12:45:12 -08:00
R. Ryantm
c99c3b79e3 newman: 6.1.0 -> 6.1.1 2024-02-06 05:11:59 +00:00
R. Ryantm
579039abfd bun: 1.0.25 -> 1.0.26 2024-02-04 03:37:15 +00:00
R. Ryantm
019015621b flyctl: 0.1.146 -> 0.1.147 2024-02-02 15:01:38 +00:00
R. Ryantm
7c3ef6a1bb grails: 6.1.0 -> 6.1.2 2024-02-01 20:41:42 +01:00
Nick Cao
73da221af9
Merge pull request #285454 from r-ryantm/auto-update/function-runner
function-runner: 4.1.0 -> 4.2.0
2024-02-01 09:28:31 -05:00
R. Ryantm
a37111456e function-runner: 4.1.0 -> 4.2.0 2024-02-01 06:14:06 +00:00
R. Ryantm
9d3034e4ba minify: 2.20.15 -> 2.20.16 2024-01-31 13:29:02 +01:00
Mario Rodas
02ce345f04
Merge pull request #284143 from r-ryantm/auto-update/flyctl
flyctl: 0.1.143 -> 0.1.146
2024-01-30 08:12:04 -05:00
NixOS
902d74314f deno : 1.39.2 -> 1.40.2 2024-01-28 17:40:23 +01:00
Nick Cao
b840ed610e
Merge pull request #284094 from r-ryantm/auto-update/bootstrap-studio
bootstrap-studio: 6.6.0 -> 6.6.1
2024-01-27 11:15:46 -05:00
R. Ryantm
68459bd6d0 minify: 2.20.14 -> 2.20.15 2024-01-27 08:50:26 +00:00
R. Ryantm
31d32f9467 flyctl: 0.1.143 -> 0.1.146 2024-01-27 00:15:08 +00:00
R. Ryantm
54f72d875e bootstrap-studio: 6.6.0 -> 6.6.1 2024-01-26 20:20:53 +00:00
Nora Breitmoser-Widdecke
4e4f86fbcc protege-distribution: set meta.mainProgram
Make `nix run nixpkgs#protege-distribution` work even though the binary is named `run-protege`.
2024-01-25 14:52:32 +01:00
Alyssa Ross
0a95fd24f0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/libunwind/default.nix
2024-01-24 22:00:49 +01:00
Nick Cao
b18b43f02d
Merge pull request #282899 from kane50613/master
bun: 1.0.24 -> 1.0.25
2024-01-24 12:32:59 -05:00
github-actions[bot]
01a65d81f3
Merge master into staging-next 2024-01-23 18:00:56 +00:00
R. Ryantm
d095ce93bc flyctl: 0.1.137 -> 0.1.143 2024-01-23 09:23:27 -08:00
github-actions[bot]
70e275b1cb
Merge master into staging-next 2024-01-23 06:00:55 +00:00
Mario Rodas
4a8d8eac21
Merge pull request #283050 from marsam/update-nodejs_21
nodejs_21: 21.6.0 -> 21.6.1
2024-01-22 22:55:17 -05:00
Peder Bergebakken Sundt
3636c6c4d8
Merge pull request #282271 from r-ryantm/auto-update/publii
publii: 0.44.2 -> 0.44.4
2024-01-23 03:03:10 +01:00
Mario Rodas
77f691c8bb nodejs_21: 21.6.0 -> 21.6.1
Changelog: https://github.com/nodejs/node/releases/tag/v21.6.1
2024-01-22 20:02:12 -05:00
Gary50613
5b146e6796
bun: 1.0.24 -> 1.0.25 2024-01-22 21:16:29 +08:00
github-actions[bot]
dceddd03df
Merge master into staging-next 2024-01-22 00:02:14 +00:00
R. Ryantm
c1d19e5fba minify: 2.20.10 -> 2.20.14 2024-01-21 04:25:46 +00:00
github-actions[bot]
4dea63e421
Merge master into staging-next 2024-01-20 18:01:02 +00:00
OTABI Tomoya
8b397b2bfb
Merge pull request #282242 from kane50613/master
bun: 1.0.23 -> 1.0.24
2024-01-20 22:25:58 +09:00
github-actions[bot]
2aa3d6edac
Merge master into staging-next 2024-01-20 12:00:58 +00:00
Weijia Wang
281b6511a1
Merge pull request #278421 from r-ryantm/auto-update/bootstrap-studio
bootstrap-studio: 6.5.1 -> 6.6.0
2024-01-20 10:51:36 +01:00
R. Ryantm
9e0c900ce9 publii: 0.44.2 -> 0.44.4 2024-01-20 08:53:23 +00:00
Kane Wang
2d67382acb
bun: 1.0.23 -> 1.0.24 2024-01-20 06:39:28 +00:00
github-actions[bot]
331c789712
Merge master into staging-next 2024-01-19 18:01:00 +00:00
Kane Wang
e99651a836 bun: 1.0.22 -> 1.0.23 2024-01-19 17:48:49 +01:00
github-actions[bot]
5fe540596f
Merge staging-next into staging 2024-01-17 18:01:27 +00:00
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
github-actions[bot]
84325112d5
Merge staging-next into staging 2024-01-17 00:02:43 +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
Mario Rodas
8bb118403b
Merge pull request #280434 from marsam/update-nodejs_20
nodejs_20: 20.10.0 -> 20.11.0
2024-01-12 07:03:05 -05:00
Mario Rodas
fea57dc5b5 nodejs_20: 20.10.0 -> 20.11.0
Changelog: https://github.com/nodejs/node/releases/tag/v20.11.0
2024-01-12 04:20:00 +00: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
R. Ryantm
adbb20330e bootstrap-studio: 6.5.1 -> 6.6.0 2024-01-03 05:59:06 +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
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
Raito Bezarius
ad11438d09 treewide: cleanup references to nodejs_14
Those packages didn't use Node.js 14 in practice, but Node.js 18 or more.
2023-11-17 20:26:55 +01:00
Raito Bezarius
b013b3ee50 nodejs_16: drop
Security support EOLed 1 month ago.
2023-11-17 20:26:55 +01:00
Ryan Lahfa
5dcbaf3cc3
Merge pull request #264361 from RaitoBezarius/drop-ruby3 2023-11-17 18:43:35 +01:00
Raito Bezarius
2912f7ec10 nodejs_14: drop
Security support EOLed 6 months ago.
2023-11-17 16:05:24 +01:00
Raito Bezarius
374917faf7 mailcatcher: use Ruby 3.2
Ruby 3.0 will be removed.
2023-11-17 16:03:00 +01:00
R. Ryantm
f53263cace bun: 1.0.11 -> 1.0.12 2023-11-17 06:06:33 +00:00
Vladimír Čunát
c46eae0f35
Merge branch 'master' into staging-next 2023-11-15 07:33:10 +01:00
Mario Rodas
e072852d9f nodejs_21: 21.1.0 -> 21.2.0
Changelog: https://github.com/nodejs/node/releases/tag/v21.2.0
2023-11-14 04:20:00 +00:00
github-actions[bot]
e8096ee1e1
Merge staging-next into staging 2023-11-10 18:01:34 +00:00
Alyssa Ross
afabc4a15d
Merge remote-tracking branch 'origin/master' into HEAD
Conflicts:
	pkgs/development/libraries/SDL2/default.nix
2023-11-10 15:18:19 +01:00
OTABI Tomoya
2cffef623d
Merge pull request #265452 from r-ryantm/auto-update/grails
grails: 6.0.0 -> 6.1.0
2023-11-10 18:24:05 +09:00
OTABI Tomoya
1d96171a00
Merge pull request #265572 from r-ryantm/auto-update/publii
publii: 0.43.0 -> 0.43.1
2023-11-10 18:01:07 +09:00
github-actions[bot]
6a669d1ab2
Merge staging-next into staging 2023-11-09 18:01:27 +00:00
github-actions[bot]
e112f9b8bb
Merge master into staging-next 2023-11-09 18:00:56 +00:00
Corné Dorrestijn
231b230513
bun: 1.0.10 -> 1.0.11 2023-11-09 10:50:24 +01:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
github-actions[bot]
4aad65bfdb
Merge master into staging-next 2023-11-09 06:01:11 +00:00
Weijia Wang
0d8ec4eb0e
Merge pull request #266007 from cornedor/update-bun-1.0.9
bun: 1.0.7 -> 1.0.10
2023-11-09 06:07:55 +01:00
github-actions[bot]
1505981287
Merge master into staging-next 2023-11-07 18:00:55 +00:00
winston
17ba61f386
deno: 1.37.2 -> 1.38.0 2023-11-07 11:28:26 +01:00
Corné Dorrestijn
19c740d734
bun: 1.0.7 -> 1.0.10 2023-11-07 11:11:41 +01:00
github-actions[bot]
da4d99e016
Merge master into staging-next 2023-11-05 06:00:55 +00:00
R. Ryantm
6e880e55b0 publii: 0.43.0 -> 0.43.1 2023-11-05 04:45:55 +00:00
R. Ryantm
bb8669712e grails: 6.0.0 -> 6.1.0 2023-11-04 12:37:44 +00:00
Stanisław Pitucha
6a551a4a86 flyctl: 0.1.104 -> 0.1.117
Update tags and build info handling
2023-11-04 22:10:16 +11:00
github-actions[bot]
10d3ba75f0
Merge master into staging-next 2023-11-04 06:01:18 +00:00
R. Ryantm
c452705e90 pnpm-lock-export: unstable-2023-07-31 -> unstable-2023-07-31 2023-11-03 14:16:15 +00:00
github-actions[bot]
677e25fcd2
Merge master into staging-next 2023-11-02 12:01:08 +00:00
R. Ryantm
b09fd3644e minify: 2.20.1 -> 2.20.5 2023-11-02 02:13:19 +00:00
Vladimír Čunát
80d84b4310
Merge #263847: nodejs_18: fix build with clang 16
...into staging-next
2023-10-31 22:11:47 +01:00
github-actions[bot]
2fd5f8dd7a
Merge master into staging-next 2023-10-31 12:01:11 +00:00
Peter Hoeg
4669456057 lucky-cli: 1.0.0 -> 1.1.0 2023-10-31 10:45:30 +00:00
github-actions[bot]
97868dae8e
Merge master into staging-next 2023-10-31 06:00:58 +00:00
Anton Mosich
1da9377680
minify: 2.20.0 -> 2.20.1
See https://github.com/tdewolff/minify/releases/tag/v2.20.1
2023-10-30 16:45:08 +01:00
github-actions[bot]
64070c2fda
Merge master into staging-next 2023-10-29 18:01:23 +00:00
Randy Eckenrode
b034e4cbf1
nodejs_18: fix build with clang 16 mk2
Trying to backport the fixes from v8 caused crashes with npm when
building other packages, so just build it with clang 15.
2023-10-29 09:58:01 -04:00
Randy Eckenrode
81d2db9460
Revert "nodejs_18: fix build with clang 16"
This reverts commit 81e4ca55c8.
2023-10-29 09:58:00 -04:00
Anton Mosich
b0249f884c
minify: 2.19.10 -> 2.20.0
See https://github.com/tdewolff/minify/releases/tag/v2.20.0
2023-10-28 14:26:30 +02:00
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