Commit Graph

2252 Commits

Author SHA1 Message Date
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
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
R. Ryantm
234e73e3a2 flyctl: 0.1.101 -> 0.1.102 2023-09-28 16:09:06 +00:00
06kellyjac
e187c41b28 deno: 1.36.0 -> 1.37.1
Also fix update script so it can find the v8 crate dependency version
Add cmake for building libz-sys (can't link to existing zlib-ng yet)
Add protoc for internal deno libs
2023-09-28 11:48:57 +01:00
R. Ryantm
5cb69a6ad7 function-runner: 3.6.0 -> 4.0.0 2023-09-28 02:40:40 +00:00
Sophie Tauchert
45fa4a8863
nodejs: use system ca certificate store 2023-09-27 00:14:23 +02:00
github-actions[bot]
2717201e72
Merge master into staging-next 2023-09-26 12:01:28 +00:00
Weijia Wang
7d3927c322
Merge pull request #255642 from r-ryantm/auto-update/twitterBootstrap
twitterBootstrap: 5.3.1 -> 5.3.2
2023-09-26 10:51:08 +02:00
Fabian Affolter
cd4e4e5106
Merge pull request #256846 from fabaff/pycookiecheat-bump
python311Packages.playwright: 1.37.0 -> 1.38.0, python311Packages.pycookiecheat: 0.5.0 -> 0.6.0
2023-09-26 09:27:12 +02:00
Corné Dorrestijn
f758d66c9c
bun: use correct fake hash function in bun update script (#257133) 2023-09-26 08:45:30 +02:00
github-actions[bot]
3bfcfd7eef
Merge master into staging-next 2023-09-26 06:01:00 +00:00
OTABI Tomoya
feea24ea25
Merge pull request #256950 from cornedor/bun-1.0.3
bun: 1.0.2 -> 1.0.3
2023-09-26 10:37:58 +09:00
github-actions[bot]
3e52e5929d
Merge master into staging-next 2023-09-25 12:01:02 +00:00
John Rinehart
c144e2919b postman: 10.15.0 → 10.18.6 2023-09-24 19:39:56 -07:00
github-actions[bot]
680b13891d
Merge master into staging-next 2023-09-25 00:02:13 +00:00
John Rinehart
d1114bc017 postman: add openssl dependency 2023-09-24 23:21:55 +02:00
Corné Dorrestijn
2ef86dc848
updated hashes 2023-09-24 22:10:44 +02:00
github-actions[bot]
0e6413dbff
Merge master into staging-next 2023-09-24 00:02:23 +00:00
Silvan Mosberger
390a4247e0
Merge pull request #255512 from nbraud/sha512-to-hash
treewide: sha512 → hash
2023-09-24 00:03:31 +02:00
Corné Dorrestijn
7027aace9f
bun: 1.0.2 -> 1.0.3 2023-09-23 20:53:17 +02:00
Adithya Nair
9fc1f87010
flyctl: 0.1.92 -> 0.1.101 2023-09-23 23:32:42 +05:30
Fabian Affolter
4059c4f71b python311Packages.playwright: 1.37.0 -> 1.38.0 2023-09-23 11:51:05 +02:00
nicoo
fab52fca51 treewide: sha512 → hash 2023-09-22 18:37:42 +02:00
github-actions[bot]
3431cedfe3
Merge master into staging-next 2023-09-22 12:01:02 +00:00
Weijia Wang
0b0fb4002e
Merge pull request #253588 from r-ryantm/auto-update/cypress
cypress: 12.17.4 -> 13.2.0
2023-09-22 11:34:11 +02:00
github-actions[bot]
4c610adf95
Merge master into staging-next 2023-09-21 12:01:19 +00:00
IogaMaster
5c3a366f0c Make postman and beekeeper compatible with NIXOS_OZONE_WL 2023-09-21 08:40:06 +02:00
Fabián Heredia Montiel
b2f85dbf28 Merge remote-tracking branch 'origin/master' into staging-next 2023-09-20 15:08:16 -06:00
Wout Mertens
e99603603d
Merge pull request #244646 from wmertens/corepack-wrappers
nodejs: corepack wrappers package
2023-09-20 21:00:37 +02:00
Wout Mertens
00de2104fc corepack: PR review updates
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Sandro Jaeckel <sandro.jaeckel@gmail.com>
2023-09-20 17:27:05 +02:00
Wout Mertens
724f6bcb77 nodejs: corepack wrappers package 2023-09-20 10:10:51 +02:00
Jörg Thalheim
4ed27ad63b deno: set mainProgram 2023-09-20 07:17:10 +02:00
Mario Rodas
15caf7f787 nodejs: 20.6.1 -> 20.7.0
Changelog: https://github.com/nodejs/node/releases/tag/v20.7.0
2023-09-19 04:20:00 +00:00
Mario Rodas
2f2a55e675 nodejs_18: 18.17.1 -> 18.18.0
Changelog: https://github.com/nodejs/node/releases/tag/v18.18.0
2023-09-19 04:20:00 +00:00
Ryan Cao
92f31b5b7c bun: install completions
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-09-18 09:14:44 +00:00
R. Ryantm
6dff71c211 twitterBootstrap: 5.3.1 -> 5.3.2 2023-09-17 10:32:27 +00:00
Mario Rodas
4587bc7849
Merge pull request #255349 from adtya/flyctl/0.1.92
flyctl: 0.1.90 -> 0.1.92
2023-09-16 08:27:47 -05:00
Colton Donnelly
d68b3b0c91 bun: 1.0.1 -> 1.0.2 2023-09-15 16:33:02 -04:00
Adithya Nair
4001a95e1d
flyctl: 0.1.90 -> 0.1.92 2023-09-16 01:13:27 +05:30
R. Ryantm
66cf9f15c1 cypress: 12.17.4 -> 13.2.0 2023-09-14 23:25:08 +00:00
OTABI Tomoya
82bc3bda31
Merge pull request #254873 from Abdiramen/update-bun-1.0.1
bun: 1.0.0 -> 1.0.1
2023-09-14 09:11:50 +09:00
Fabián Heredia Montiel
8ab25fa307
Merge pull request #252138 from Theaninova/patch-1
insomnia: add electron wayland flags
2023-09-13 17:12:57 -05:00
Abdirahman Osman
c636fe7908 bun: 1.0.0 -> 1.0.1 2023-09-13 10:14:51 -05:00
Mario Rodas
ac50b4a9ce
Merge pull request #254314 from afontaine/afontaine/flyctl/v0.1.90
flyctl: 0.1.84 -> 0.1.90
2023-09-13 07:27:49 -05:00
Mario Rodas
a143810455
Merge pull request #254715 from antonmosich/minify-update
minify: 2.12.8 -> 2.12.9
2023-09-13 06:59:26 -05:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Anton Mosich
49fa5fd4c2 minify: 2.12.8 -> 2.12.9
See https://github.com/tdewolff/minify/releases/tag/v2.12.9
2023-09-12 12:03:02 +02:00
Andrew Fontaine
35fb13529c
flyctl: 0.1.84 -> 0.1.90
Looks like the Go version required was bumped to 1.21, and quite a few
changes:

https://github.com/superfly/flyctl/compare/v0.1.84...v0.1.90
2023-09-09 19:54:44 -04:00
Mario Rodas
2644f6a7f3 nodejs_20: 20.6.0 -> 20.6.1
Changelog: https://github.com/nodejs/node/releases/tag/v20.6.1
2023-09-08 04:20:00 +00:00
Tiaguinho
6f2a7f88d4 bun: fix changelog link 2023-09-08 17:30:46 +00:00
Tiaguinho
2d41cc62f5 bun: add coffeeispower as a maintainer 2023-09-08 17:30:46 +00:00
Tiaguinho
c054b2a07b bun: 0.8.1 -> 1.0.0 2023-09-08 17:30:46 +00:00
Mario Rodas
695d8aa69b nodejs_20: 20.5.1 -> 20.6.0
Changelog: https://github.com/nodejs/node/releases/tag/v20.6.0
2023-09-07 04:20:00 +00:00
happysalada
bcbbfd86e0 edge-runtime: 1.10.0 -> 1.14.0 2023-09-04 22:31:19 +00:00
github-actions[bot]
2e1f9ebefb
Merge master into staging-next 2023-09-03 06:00:57 +00:00
Mario Rodas
6ec4c3001f
Merge pull request #252382 from domenkozar/flyctl-0.1.84
flyctl: 0.1.71 -> 0.1.84
2023-09-02 22:59:16 -05:00
github-actions[bot]
14f4a764c5
Merge master into staging-next 2023-09-02 00:02:17 +00:00
kashw2
d4bf5278ac insomnia: 2023.5.5 -> 2023.5.7 2023-08-31 17:16:52 +10:00
Domen Kožar
aa74587527 flyctl: 0.1.71 -> 0.1.84 2023-08-30 17:58:34 +01:00
github-actions[bot]
e04d83dad1
Merge staging-next into staging 2023-08-30 00:02:26 +00:00
Weijia Wang
aaa5bced6f
Merge pull request #251212 from r-ryantm/auto-update/cypress
cypress: 12.17.3 -> 12.17.4
2023-08-29 23:28:20 +02:00
Thea Schöbl
0ed874c003
insomnia: add electron wayland flags 2023-08-29 14:28:48 +02:00
Ivan Trubach
2c88411556 nodejs_20: remove upstreamed patch 2023-08-28 12:20:57 +03:00
Ivan Trubach
65ff987f80 nodejs: set strictDeps and patch bash shebangs 2023-08-28 12:16:30 +03:00
Ivan Trubach
e29c330939 nodejs: use fetchpatch for cross-compilation patches 2023-08-28 12:16:30 +03:00
Ivan Trubach
e4d6d1b05b nodejs: cross-compile with icu 2023-08-28 12:16:30 +03:00
Ivan Trubach
d9dc4b0a07 nodejs: patch shebangs for shell scripts when cross-compiling 2023-08-28 12:16:30 +03:00
Ivan Trubach
c66389c6e1 nodejs: remove no-op postPatch phase
tr1/type_traits replacement is only relevent for Node.js v6 that’s
reached EOL in 2019.
2023-08-28 12:16:30 +03:00
Ivan Trubach
608c96eefc nodejs: run a subset of test suite 2023-08-28 12:16:30 +03:00
Ivan Trubach
51d74ca18f nodejs: mark as broken when cross-compiling for different OS 2023-08-28 12:16:30 +03:00
Ivan Trubach
f6b56c9136 nodejs: install shell completions and man pages when cross-compiling 2023-08-28 12:16:30 +03:00
Ivan Trubach
80e825ede8 nodejs: do not run patchShebangs with build inputs 2023-08-28 12:16:30 +03:00
Ivan Trubach
3751f6abb0 nodejs_{18,20}: fix cross compilation from aarch64-linux
This change adds a fix for Node.js build system passing flags intended
for the target toolchain to the host toolchain.
2023-08-28 12:16:30 +03:00
Ivan Trubach
deb5cc6dc8 nodejs: do not pass --without-snapshot
Building --without-snapshot is no longer possible since v14. See
0822bfaa9f
2023-08-28 12:16:30 +03:00
Ivan Trubach
b0312f6daf nodejs_18: backport v8 trap handler conditional compilation 2023-08-28 12:16:29 +03:00
OTABI Tomoya
d6ddaa4ad6
Merge pull request #246551 from pietdevries94/playwright-update
playwright: 1.34.3 > 1.37.0
2023-08-28 14:31:11 +09:00
Nick Cao
37e5c71d87
Merge pull request #251517 from r-ryantm/auto-update/insomnia
insomnia: 2023.4.0 -> 2023.5.5
2023-08-27 08:52:18 +08:00
R. Ryantm
8cf934e9df insomnia: 2023.4.0 -> 2023.5.5 2023-08-26 05:36:11 +00:00
Colton Donnelly
ecf1ea0cdb bun: 0.8.0 -> 0.8.1 2023-08-25 19:09:05 -04:00
R. Ryantm
aa8b09f450 cypress: 12.17.3 -> 12.17.4 2023-08-24 19:53:20 +00:00
Colton Donnelly
291d9155c6 bun: 0.7.3 -> 0.8.0 2023-08-24 12:57:21 -04:00
Piet de Vries
84b273f885
playwright: 1.34.3 > 1.37.0 2023-08-24 11:12:51 +02:00
OTABI Tomoya
c61d68ab95
Merge pull request #250473 from kashw2/bootstrap-studio
bootstrap-studio: 6.2.1 -> 6.4.5
2023-08-22 12:00:54 +09:00
R. Ryantm
b16b6cc6f2 grails: 5.3.3 -> 6.0.0 2023-08-21 17:35:03 +02:00
kashw2
d6855fb33a bootstrap-studio: 6.2.1 -> 6.4.5 2023-08-21 13:20:42 +10:00
R. Ryantm
c26c708048 edge-runtime: 1.8.1 -> 1.10.0 2023-08-14 10:29:17 +08:00
Colton Donnelly
efc8403bb5 bun: 0.7.1 -> 0.7.3 2023-08-12 12:11:18 -04:00
Mario Rodas
510f1b9733 nodejs_20: 20.5.0 -> 20.5.1
Changelog: https://github.com/nodejs/node/releases/tag/v20.5.1
2023-08-09 04:20:00 +00:00
Mario Rodas
25441183e2 nodejs_18: 18.17.0 -> 18.17.1
Changelog: https://github.com/nodejs/node/releases/tag/v18.17.1
2023-08-09 04:20:00 +00:00
Mario Rodas
b72c3a8fa9 nodejs_16: 16.20.1 -> 16.20.2
Changelog: https://github.com/nodejs/node/releases/tag/v16.20.2
2023-08-09 04:20:00 +00:00
Robert Schütz
242d458f25 Merge branch 'master' into staging-next 2023-08-07 12:40:10 -07:00
Guillaume Girol
20831fcd94
Merge pull request #246172 from mpscholten/update-ihp-new
ihp-new: 1.0.1 -> 1.1.0
2023-08-07 19:26:23 +00:00
github-actions[bot]
dd48ee46cf
Merge master into staging-next 2023-08-07 12:00:52 +00:00
R. Ryantm
9c7a52e6a6 flyctl: 0.1.62 -> 0.1.71 2023-08-07 01:37:48 +00:00
Weijia Wang
284b259bd3
Merge pull request #247366 from tjni/boa
boa: fix compilation with rust 1.71
2023-08-05 22:57:01 +02:00
Theodore Ni
5452351b11
boa: fix compilation with rust 1.71 2023-08-05 11:19:14 -07:00
github-actions[bot]
e329dc70ee
Merge master into staging-next 2023-08-05 18:01:09 +00:00
Weijia Wang
27fff9ef3c
Merge pull request #246930 from tjni/bunx
bun: add bunx cli
2023-08-05 19:47:58 +02:00
Vladimír Čunát
3a5c176f95
Merge branch 'master' into staging-next 2023-08-05 07:40:22 +02:00
Ryan Cao
7deb15252c deno: 1.35.2 -> 1.36.0 2023-08-05 09:45:59 +08:00
github-actions[bot]
0542af4e29
Merge master into staging-next 2023-08-04 00:02:04 +00:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Theodore Ni
c0754f9035
bun: add bunx cli
This is just a symlink to bun, which detects it's being run as bunx by
checking argv.
2023-08-03 00:55:36 -07:00
github-actions[bot]
f4d61a2542
Merge master into staging-next 2023-08-02 18:01:18 +00:00
Pol Dellaiera
834540c433
Merge pull request #246658 from r-ryantm/auto-update/cypress
cypress: 12.17.2 -> 12.17.3
2023-08-02 18:20:06 +02:00
github-actions[bot]
5220a928f2
Merge master into staging-next 2023-08-02 06:01:23 +00:00
R. Ryantm
96112a3ed5 edge-runtime: 1.7.2 -> 1.8.1 2023-08-02 13:05:20 +08:00
github-actions[bot]
1e74d60033
Merge master into staging-next 2023-08-02 00:01:57 +00:00
R. Ryantm
48e83e2d85 cypress: 12.17.2 -> 12.17.3 2023-08-01 22:49:15 +00:00
Pol Dellaiera
843fd10bdb
Merge pull request #246567 from szucsitg/update-mailcatcher
mailcatcher: 0.7.1 -> 0.9.0
2023-08-01 22:41:19 +02:00
etienne-k
991770e431 bun: 0.7.0 -> 0.7.1 2023-08-01 17:28:14 +03:00
Ryan Mulligan
cd04ed9c4d
Merge pull request #246536 from etienne-k/update-bun
bun: 0.7.0 -> 0.7.1
2023-08-01 07:02:51 -07:00
Adam
88bf8ce451 mailcatcher: 0.7.1 -> 0.9.0 2023-08-01 15:54:10 +02:00
Doron Behar
cc63e791bf Merge branch 'master' into staging-next
* master: (77 commits)
  containerd: 1.7.2 -> 1.7.3
  python310Packages.transformers: 4.30.2 -> 4.31.0
  plasma-sdk: unbreak build, again
  stellarium: add patch for indi 2.0 compatibility
  indi-full: 1.9.8 -> 2.0.2, reenable Atik, Pentax and SX drivers
  indilib: 1.9.8 -> 2.0.2
  plasma: 5.27.6 -> 5.27.7
  alsa-scarlett-gui: light refactoring
  alsa-scarlett-gui: Change icons path back to relative in desktop entry file
  alsa-scarlet-gui: light refactoring Done some light refactoring for better consitence in the code.
  alsa-scarlett-gui: fix for deskop integration
  alsa-scarlett-gui: fixed desktop entry
  release-notes: note breaking woodpecker update
  woodpecker-*: 0.15.11 -> 1.0.0
  pnpm-lock-export: use fork with v6 support
  suricata: 6.0.13 -> 7.0.0
  rubyfmt: add support for macos arm64/x86
  rubyfmt: init at 0.8.1
  dayon: init at 11.0.7
  nixos/atuin: harden systemd unit
  ...
2023-08-01 16:52:24 +03:00
Bruno BELANYI
1e0ff6105a pnpm-lock-export: use fork with v6 support 2023-08-01 11:05:08 +00:00
etienne-k
3788d28081
bun: 0.7.0 -> 0.7.1 2023-08-01 12:10:34 +02:00
github-actions[bot]
8faf32ac60
Merge master into staging-next 2023-08-01 00:02:30 +00:00
Gaël Reyrol
26e8499f22
minify: 2.12.7 -> 2.12.8 2023-07-31 19:37:55 +02:00
github-actions[bot]
050b858d31
Merge master into staging-next 2023-07-31 12:01:34 +00:00
Pol Dellaiera
602ba5f53a
Merge pull request #246102 from r-ryantm/auto-update/cypress
cypress: 12.17.1 -> 12.17.2
2023-07-31 10:12:57 +02:00
github-actions[bot]
88c2e66d47
Merge master into staging-next 2023-07-31 00:02:09 +00:00
Pol Dellaiera
375333dae4
Merge pull request #246146 from r-ryantm/auto-update/twitterBootstrap
twitterBootstrap: 5.3.0 -> 5.3.1
2023-07-30 22:45:44 +02:00
Pol Dellaiera
6b37793395
twitterBootstrap: use finalAttrs pattern 2023-07-30 22:05:32 +02:00
Marc Scholten
a061657b0e ihp-new: 1.0.1 -> 1.1.0 2023-07-30 12:23:30 +02:00
R. Ryantm
d6604d0c8a twitterBootstrap: 5.3.0 -> 5.3.1 2023-07-30 06:14:34 +00:00
Martin Weinelt
167f6dfee4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/science/astronomy/cfitsio/default.nix
2023-07-30 03:54:27 +02:00
R. Ryantm
d6e26fdf02 cypress: 12.17.1 -> 12.17.2 2023-07-29 21:25:06 +00:00
R. Ryantm
3641464f1c edge-runtime: 1.6.7 -> 1.7.2 2023-07-29 06:09:08 +00:00
github-actions[bot]
eec08f8a6d
Merge staging-next into staging 2023-07-28 12:01:43 +00:00
Pol Dellaiera
b5b32308f5
Merge pull request #245553 from r-ryantm/auto-update/function-runner
function-runner: 3.5.0 -> 3.6.0
2023-07-28 11:07:49 +02:00
github-actions[bot]
24182c8911
Merge staging-next into staging 2023-07-26 18:01:41 +00:00
R. Ryantm
d3bd2c2a5d function-runner: 3.5.0 -> 3.6.0 2023-07-26 16:02:44 +00:00
Pol Dellaiera
7a87cec13c
Merge pull request #244773 from r-ryantm/auto-update/insomnia
insomnia: 2023.2.2 -> 2023.4.0
2023-07-26 14:41:00 +02:00
github-actions[bot]
208cfcb988
Merge staging-next into staging 2023-07-23 18:02:10 +00:00
Stanisław Pitucha
88fc4998ff
Merge pull request #244494 from gmemstr/flyctl-0.1.62
flyctl: update to 0.1.62, disable autoupdate
2023-07-23 23:26:36 +10:00
github-actions[bot]
941ae3102b
Merge staging-next into staging 2023-07-22 12:02:07 +00:00
Mario Rodas
ba0d5fa2f7
Merge pull request #244593 from marsam/update-nodejs_20
nodejs_20: 20.4.0 -> 20.5.0
2023-07-22 05:48:10 -05:00
R. Ryantm
82e6b3ffa2 insomnia: 2023.2.2 -> 2023.4.0 2023-07-22 06:06:14 +00:00
github-actions[bot]
b8dbb233c8
Merge staging-next into staging 2023-07-22 06:01:44 +00:00
Colton Donnelly
7cecff4e80 bun: use blog for changelog 2023-07-21 21:02:21 -04:00
Colton Donnelly
2746e75e64 bun: 0.6.14 -> 0.7.0 2023-07-21 21:01:34 -04:00
Gabriel Simmer
3dcfe64370
flyctl: add auto update disable patch 2023-07-21 08:24:38 +01:00