Commit Graph

3162 Commits

Author SHA1 Message Date
Antoine du Hamel
4bbb7414ba nodejs_24: 24.0.0-rc.2 -> 24.0.0-rc.3 2025-05-03 09:33:50 +02:00
Antoine du Hamel
c5f13f512d nodejs: update update script 2025-04-26 00:33:11 +02:00
Emily
35937cd7d0 Merge staging-next into staging 2025-04-23 17:28:03 +01:00
Antoine du Hamel
f52dfae760 nodejs_18: drop due to upstream EOL 2025-04-23 11:26:06 +02:00
Antoine du Hamel
9407b1dfd1 nodejs_22: 22.14.0 -> 22.15.0 2025-04-23 09:36:00 +02:00
Antoine du Hamel
52101e631c nodejs_20: 20.19.0 -> 20.19.1 2025-04-22 12:44:20 +02:00
Ihar Hrachyshka
dd0f03a56c treewide: remove usage of deprecated apple_sdk framework stubs
They are not doing anything right now. This is in preparation for their
complete removal from the tree.

Note: several changes that affect the derivation inputs (e.g. removal of
references to stub paths in build instructions) were left out. They will
be cleaned up the next iteration and will require special care.

Note: this PR is a result of a mix of ugly regex (not AST) based
automation and some manual labor. For reference, the regex automation
part was hacked in: https://github.com/booxter/nix-clean-apple_sdk

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-19 20:28:20 -04:00
Antoine du Hamel
f1690c45b6 nodejs_latest: 23.11.0 -> 24.0.0-rc.2 2025-04-17 00:22:57 +02:00
Vladimír Čunát
2e57d9e0fb nodejs: skip tests that are failing on macOS 15.4 (#397172) 2025-04-13 15:57:08 +02:00
Vladimír Čunát
a9ab0b117a python3Packages.playwright: nixfmt 2025-04-12 21:36:10 +02:00
Vladimír Čunát
8feef74f9b python3Packages.playwright: don't apply libavif patches
Taking a custom libavif commit and applying patches
meant for another version - that was just bound to break.
https://hydra.nixos.org/build/294635352/nixlog/2/tail
2025-04-12 17:36:25 +02:00
nixpkgs-ci[bot]
6d156779ea Merge master into staging-next 2025-04-11 06:05:13 +00:00
R. Ryantm
9476620334 grails: 7.0.0-M1 -> 7.0.0-M3 2025-04-11 07:16:58 +02:00
Antoine du Hamel
bb11d476f5 nodejs: skip tests that are failing on macOS 15.4 2025-04-08 18:49:21 +02:00
K900
f0df5fcf6b nodejs*: fix test failure on darwin on latest MacOS 15.4 (#396958) 2025-04-08 16:37:03 +03:00
Ihar Hrachyshka
9674c1f688 nodejs*: fix test failure on darwin on latest MacOS 15.4
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-08 09:33:26 -04:00
K900
f42e00d66e Merge remote-tracking branch 'origin/master' into staging-next 2025-04-08 10:29:26 +03:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
K900
b3146d4446 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-07 21:21:10 +03:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
K900
68d28ae1bb nodejs_18: hack to fix build
It should be dropped soon.
2025-04-05 21:58:11 +03:00
Silvan Mosberger
e52d633a63 Merge remote-tracking branch 'upstream/staging-next' into staging 2025-04-02 18:30:54 +02:00
Janne Heß
086dc342b2 nodejs_23: 23.10.0 -> 23.11.0 (#395193) 2025-04-02 10:00:29 +02:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Antoine du Hamel
728c87d2fc nodejs_23: 23.10.0 -> 23.11.0 2025-04-01 16:31:09 +02:00
K900
92e17913a7 Merge remote-tracking branch 'origin/staging-next' into staging 2025-03-29 21:07:19 +03:00
Antoine du Hamel
869672a118 nodejs_18: 18.20.7 -> 18.20.8 2025-03-27 18:58:13 +01:00
K900
aca918e668 Merge remote-tracking branch 'origin/staging-next' into staging 2025-03-25 21:06:52 +03:00
jopejoe1
7d30c40939 treewide: migrate packages to pkgs/by-name, again 2025-03-25 17:00:45 +01:00
nixpkgs-ci[bot]
080d906664 Merge staging-next into staging 2025-03-24 06:05:33 +00:00
Guy Chronister
abdf76a4b0 mailcatcher: 0.9.0 -> 0.10.0 2025-03-20 12:18:25 -05:00
Audrey Dutcher
b759eafff6 nodejs: fix cross compilation for non-emulatable platforms
This was tested x86_64-linux -> x86_64-freebsd. It works by injecting
the tools that would otherwise be run at build time for the same
executables extracted from a native build.

Without this, there are multiple issues:
a) It will fail to start building since there are naming conflicts
   between the "host" (build system) and "normal" (host system) object
   files. This is resolved with a patch from buildroot.
b) It will then still fail to build since it will still try to build the
   "host" objects, with a host compiler, but it will use the
   configuration flags for the "target" OS. This is resolved by
   importing the executables that would otherwise be run on the build
   system from the intermediate stage of a native build, saved in a new
   "dev" output. We also fake the "host" compiler as a tool which simply
   touches its outputs.
c) Finally, there is a clang bug which causes a static assert that
   something is trivially copyable to fire as a false positive. We
   remove this check with a patch from rubyjs.
2025-03-18 23:31:45 -07:00
dotlambda
def6d11812 nodejs_20: 20.18.3 -> 20.19.0 (#389518) 2025-03-16 11:27:50 -07:00
jopejoe1
59e342fbc2 treewide: remove unused rec expressions (#389708) 2025-03-15 01:15:57 +01:00
Janne Heß
181ac6f4ee nodejs_23: 23.9.0 -> 23.10.0 (#389695) 2025-03-14 10:53:15 +01:00
Sigmanificient
91d5ab3ae4 treewide: remove unused rec expressions 2025-03-14 05:15:05 +01:00
Antoine du Hamel
e9f8e53b70 nodejs_23: 23.9.0 -> 23.10.0 2025-03-14 01:36:19 +01:00
Sigmanificient
670aba9a64 treewide: remove unused arguments 2025-03-13 18:00:11 +01:00
Antoine du Hamel
5c27bbb351 nodejs_20: 20.18.3 -> 20.19.0 2025-03-13 15:08:34 +01:00
Peder Bergebakken Sundt
8b79e04284 nodejs_18: 18.20.6 -> 18.20.7 (#383613) 2025-03-03 06:43:48 +01:00
Antoine du Hamel
84442eb885 nodejs_23: 23.8.0 -> 23.9.0 2025-02-26 17:44:02 +01:00
Antoine du Hamel
ab7885f1ef nodejs_18: 18.20.6 -> 18.20.7 2025-02-20 11:05:41 +01:00
Kirill Radzikhovskyy
42e7b59a9d nodejs_20: nixfmt 2025-02-19 19:24:10 +11:00
nixpkgs-ci[bot]
aadc0bf661 Merge master into staging-next 2025-02-17 12:05:58 +00:00
Janne Heß
c5119e3e5d nodejs_23: 23.7.0 -> 23.8.0 (#381837) 2025-02-17 10:31:38 +01:00
K900
94e8af4270 nodejs_20: backport patches to fix tests on OpenSSL 3.4 2025-02-16 14:47:21 +03:00
K900
924d1840da nodejs_18: fix build
- pin ICU 75
- backport patch to fix tests on OpenSSL 3.4
2025-02-16 14:07:26 +03:00
nixpkgs-ci[bot]
43a5de6cbb Merge master into staging-next 2025-02-14 12:05:56 +00:00
K900
95f49597d7 Revert "playwright-test: Add PLAYWRIGHT_BROWSERS_PATH to build environment" 2025-02-14 11:04:50 +03:00
Antoine du Hamel
36e10e883f nodejs_23: 23.7.0 -> 23.8.0 2025-02-13 19:53:55 +01:00