Commit Graph

1781 Commits

Author SHA1 Message Date
Nick Cao
d72657a34d
Merge pull request #226685 from themaxhero/cypress-12.9.0
cypress: 10.10.0 -> 12.9.0
2023-04-21 13:57:06 +08:00
Mario Rodas
31b6eca6c3
Merge pull request #226983 from JamieMagee/node-20
nodejs_20: init at 20.0.0
2023-04-20 07:30:44 -05:00
Jamie Magee
7c1f952db3
nodejs-20_x: init at 20.0.0 2023-04-19 21:36:44 -07:00
06kellyjac
1db8313b4f deno: 1.32.4 -> 1.32.5 2023-04-19 08:29:38 +01:00
Stanisław Pitucha
8d9f42c3a2
Merge pull request #226784 from r-ryantm/auto-update/flyctl
flyctl: 0.0.509 -> 0.0.522
2023-04-19 09:56:58 +10:00
Matthieu Coudron
6d9b879602
playwright-driver: init at 1.30.1 (#223382)
it was actually moved from
pkgs/development/python-modules/playwright/default.nix to its own
pkgs/development/web/playwright/driver.nix .

I am trying to package the typescript version of playwright and the
browsers are needed there, it's more convenient to split them away from the python module.

Careful playwright.browsers is not accessible anymore.

Apply suggestions from code review

Co-authored-by: Yannik Rödel <hey@yannik.info>
2023-04-18 23:18:03 +02:00
Weijia Wang
c29fd62b01
Merge pull request #226560 from reckenrode/postman-fix
postman: fix notarization failure on macOS 13
2023-04-18 23:55:24 +03:00
R. Ryantm
1935d4b5cb flyctl: 0.0.509 -> 0.0.522 2023-04-18 04:57:40 +00:00
Marcelo Amancio de Lima Santos
24a451a1db cypress: 10.10.0 -> 12.9.0 2023-04-17 15:06:26 -03:00
Randy Eckenrode
d8b461be95
postman: fix notarization failure on macOS 13 2023-04-16 20:56:32 -04:00
06kellyjac
19ee9ae59d deno: 1.32.3 -> 1.32.4 2023-04-14 15:13:42 +01:00
Sergei Trofimovich
916d029b63
Merge pull request #225264 from trofi/nodejs-no-CA
nodejs: explicitly disable __contentAddressed
2023-04-14 08:53:08 +01:00
06kellyjac
7d54a86a36 deno: 1.31.1 -> 1.32.3
Don't inherit from package sets in all-packages #204303
Fix update script to use new hash cargoHash attrs
2023-04-13 09:44:52 +01:00
Lassulus
4d6b6f18af
Merge pull request #223988 from johnrichardrinehart/johnrichardrinehart/fix-postman-linker 2023-04-12 10:53:39 +02:00
Stanisław Pitucha
679c22fc6d
Merge pull request #225680 from r-ryantm/auto-update/flyctl
flyctl: 0.0.500 -> 0.0.509
2023-04-11 20:09:40 +10:00
R. Ryantm
657344c12e flyctl: 0.0.500 -> 0.0.509 2023-04-11 04:54:38 +00:00
Weijia Wang
4fba351146
Merge pull request #221441 from pranaysashank/patch-2
insomnia: Add gappsWrapperArgs to wrapProgram
2023-04-10 09:58:25 +03:00
Mario Rodas
53a1930a17 nodejs-19_x: 19.8.1 -> 19.9.0
https://github.com/nodejs/node/releases/tag/v19.9.0
2023-04-10 04:20:00 +00:00
R. Ryantm
e5ce1f015b bun: 0.5.8 -> 0.5.9 2023-04-10 18:23:59 +00:00
R. Ryantm
cceb111fa7 function-runner: 3.2.4 -> 3.3.0 2023-04-09 20:53:12 +00:00
Sergei Trofimovich
5eea756074 nodejs: explicitly disable __contentAddressed
Without the change attempt to enable content addressing on nodejs
breaks the `nodejs` binary:

    $ nix build -f. nodejs --arg config '{ contentAddressedByDefault = true; }'
    $ LANG=C ./result/bin/node
    #
    # Fatal error in , line 0
    # Check failed: VerifyChecksum(blob).
    #
    #
    #
    #FailureMessage Object: 0x7ffce2820790
     1: 0xb2a2c5  [./result/bin/node]
     2: 0x1866d9a V8_Fatal(char const*, ...) [./result/bin/node]
     3: 0x12d7473 v8::internal::Snapshot::Initialize(v8::internal::Isolate*) [./result/bin/node]
     4: 0xce85e6 v8::Isolate::Initialize(v8::Isolate*, v8::Isolate::CreateParams const&) [./result/bin/node]
     5: 0x9e0614 node::NewIsolate(v8::Isolate::CreateParams*, uv_loop_s*, node::MultiIsolatePlatform*, bool) [./result/bin/node]
     6: 0xafdcb2 node::NodeMainInstance::NodeMainInstance(node::SnapshotData const*, uv_loop_s*, node::MultiIsolatePlatform*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) [./result/bin/node]
     7: 0xa670a3 node::LoadSnapshotDataAndRun(node::SnapshotData const**, node::InitializationResult const*) [./result/bin/node]
     8: 0xa6ac9c node::Start(int, char**) [./result/bin/node]
     9: 0x7f2b7002924e  [/nix/store/h9w6fix9k2lrbc05p4a6inw2r9sywlb1-glibc-2.35-224/lib/libc.so.6]
    10: 0x7f2b70029309 __libc_start_main [/nix/store/h9w6fix9k2lrbc05p4a6inw2r9sywlb1-glibc-2.35-224/lib/libc.so.6]
    11: 0x9da7f5 _start [./result/bin/node]
    Trace/breakpoint trap (core dumped)

Let's override the default by always disable content addressing.
2023-04-08 07:54:46 +01:00
Pranay Sashank
afd35a40e7 insomnia: Add gappsWrapperArgs to wrapProgram
Without wrapping insomnia with `gappsWrapperArgs`, importing from file
crashes the application with an error about
gsettings-desktop-schemas. In an earlier attempt, I unset the variable
`dontWrapGApps = true` but that caused insomnia to be wrapped twice
because of the usage of `wrapProgram` in `preFixup`.
2023-04-07 17:41:21 +05:30
Mario Rodas
3cde9b5e4d
Merge pull request #224804 from 06kellyjac/deno-patch
deno: fix CVE-2023-28446
2023-04-06 11:51:29 -05:00
Sandro
ab73fe1370
Merge pull request #224216 from ambroisie/add-pnpm-lock-export
pnpm-lock-export: init at 0.4.0
2023-04-06 16:33:56 +02:00
06kellyjac
531c554627 deno: fix CVE-2023-28446 2023-04-06 15:23:20 +01:00
Bruno BELANYI
ffcfd3faa5 pnpm-lock-export: init at 0.4.0 2023-04-06 08:25:24 +00:00
R. Ryantm
f2d65f49b2 flyctl: 0.0.498 -> 0.0.500 2023-04-02 03:45:07 +00:00
Mario Rodas
154e52b605
Merge pull request #223989 from marsam/update-node-16
nodejs-16_x: 16.19.1 -> 16.20.0
2023-03-31 22:57:52 -05:00
John Rinehart
7fe340e404 postman: patchelf chrome_crashpad_handler 2023-03-31 00:49:07 +01:00
Weijia Wang
8f88c6442a
Merge pull request #223830 from r-ryantm/auto-update/function-runner
function-runner: 3.2.3 -> 3.2.4
2023-03-30 23:08:53 +03:00
Robert Hensing
9fc93c5d90
Merge pull request #223903 from roberth/remove-cypress-test
cypress: Remove test
2023-03-30 18:31:02 +02:00
Robert Hensing
479b38649a cypress: Remove test 2023-03-30 13:50:37 +02:00
Robert Hensing
d5befe0223
Merge pull request #223607 from jtrees/cypress-aarch64
cypress: add aarch64-linux support
2023-03-30 13:37:15 +02:00
Mario Rodas
05c41a9b3c nodejs-16_x: 16.19.1 -> 16.20.0
https://github.com/nodejs/node/releases/tag/v16.20.0
2023-03-30 04:20:00 +00:00
R. Ryantm
3a0a076eb6 function-runner: 3.2.3 -> 3.2.4 2023-03-30 01:11:32 +00:00
Joshua Trees
716892066a cypress: add aarch64-linux support 2023-03-29 22:04:01 +02:00
github-actions[bot]
8422d0b645
Merge master into staging-next 2023-03-26 12:01:29 +00:00
Mario Rodas
fd32c26067
Merge pull request #222977 from r-ryantm/auto-update/bun
bun: 0.5.7 -> 0.5.8
2023-03-26 04:44:14 -05:00
github-actions[bot]
1f2e655ca9
Merge master into staging-next 2023-03-25 12:01:33 +00:00
R. Ryantm
78b77c8c89 flyctl: 0.0.492 -> 0.0.498 2023-03-25 07:36:26 +00:00
R. Ryantm
5d41b7a6bd bun: 0.5.7 -> 0.5.8 2023-03-25 00:41:09 +00:00
Martin Weinelt
ffe3165b27
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- nixos/doc/manual/release-notes/rl-2305.section.md
2023-03-21 12:35:53 +01:00
Gabriel Dougherty
463a1de84c postman: 9.31.0 -> 10.12.0 2023-03-19 20:34:46 -04:00
github-actions[bot]
4d82a453fb
Merge master into staging-next 2023-03-19 06:01:10 +00:00
R. Ryantm
83f7d26104 flyctl: 0.0.484 -> 0.0.492 2023-03-19 02:46:15 +00:00
github-actions[bot]
d761f69867
Merge master into staging-next 2023-03-17 17:57:00 +00:00
Weijia Wang
1d07677d2a
Merge pull request #203418 from r-ryantm/auto-update/bootstrap-studio
bootstrap-studio: 6.0.1 -> 6.2.1
2023-03-17 15:19:22 +02:00
github-actions[bot]
80a0ae17b5
Merge master into staging-next 2023-03-16 12:01:29 +00:00
github-actions[bot]
b28670c667
Merge staging-next into staging 2023-03-15 12:02:01 +00:00
Mario Rodas
f8cf72796e nodejs-19_x: 19.8.0 -> 19.8.1
https://github.com/nodejs/node/releases/tag/v19.8.1
2023-03-15 04:20:00 +00:00