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