about summary refs log tree commit diff
path: root/pkgs/development/web
AgeCommit message (Collapse)AuthorFilesLines
2024-05-24pkgs/development: remove unused fetchpatch argumentsSigmanificient1-1/+1
2024-05-23edge-runtime: 1.14.0 -> 1.53.1Indexyz3-31/+7140
2024-05-21Merge pull request #311217 from r-ryantm/auto-update/denoOTABI Tomoya2-8/+8
deno: 1.43.1 -> 1.43.5
2024-05-21flyctl: buildGo122Module -> buildGoModuleRaghav Sood1-2/+2
2024-05-20flyctl: add updateScriptRaghav Sood1-1/+9
2024-05-20flyctl: add RaghavSood as maintainerRaghav Sood1-1/+1
2024-05-20flyctl: 0.2.52 -> 0.2.55Raghav Sood1-5/+17
2024-05-19deno: 1.43.1 -> 1.43.5R. Ryantm2-8/+8
2024-05-16Merge pull request #308614 from Chaostheorie/cobalt.rocks/nodejs-22.1.0Mario Rodas1-2/+2
nodejs_22: 22.0.0 -> 22.1.0
2024-05-16nodejs_22: 22.1.0 -> 22.2.0Mario Rodas1-2/+2
Changelog: https://github.com/nodejs/node/releases/tag/v22.2.0
2024-05-14Merge pull request #311445 from csyankovskyi/update-postmanFranz Pletz3-5/+5
postman: 10.23.5 -> 11.1.0
2024-05-14Merge pull request #279260 from SuperSamus/multiPkgs-false-removeAtemu1-3/+0
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-14bun: 1.1.7 -> 1.1.8aprilthepink1-5/+5
2024-05-13postman: 10.23.5 -> 11.1.0csyankovskyi3-5/+5
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-2/+0
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13treewide: remove `multiArch=false` from `buildFHSEnv` usagesMartino Fontana1-1/+0
Cleanup after the work of #240860. Also preventing new packages to copy from outdated ones.
2024-05-11flyctl: 0.2.51 -> 0.2.52Tricia Tan1-2/+2
2024-05-09flyctl: 0.2.46 -> 0.2.51Raghav Sood1-3/+3
2024-05-06bun: 1.1.6 -> 1.1.7R. Ryantm1-5/+5
2024-05-05Merge pull request #309226 from r-ryantm/auto-update/denoPol Dellaiera2-8/+8
deno: 1.42.4 -> 1.43.1
2024-05-05deno: 1.42.4 -> 1.43.1R. Ryantm2-8/+8
2024-05-05ihp-new: 1.2.0 -> 1.3.0R. Ryantm1-2/+2
2024-05-02nodejs_22: 22.0.0 -> 22.1.0Cobalt1-2/+2
Update to current nodejs 22.1.0 release. This release notably include a node compile cache and multiple bug fixes. Release note: https://github.com/nodejs/node/releases/tag/v22.1.0
2024-05-02Merge branch 'master' into staging-nextVladimír Čunát1-6/+6
2024-05-01flyctl: remove nested with from metasuperherointj1-3/+3
2024-05-02flyctl: 0.2.40 -> 0.2.46Raghav Sood1-3/+3
2024-04-30Merge branch 'master' into staging-nextWeijia Wang1-5/+5
2024-04-29bun: 1.1.4 -> 1.1.6R. Ryantm1-5/+5
2024-04-29Merge master into staging-nextgithub-actions[bot]1-1/+1
2024-04-28Remove 'gilligan' as maintainerTobias Pflug1-1/+1
2024-04-27Merge branch 'master' into staging-nextWeijia Wang2-8/+8
2024-04-27Merge pull request #304600 from r-ryantm/auto-update/denoWeijia Wang2-8/+8
deno: 1.42.3 -> 1.42.4
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar5-10/+10
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-25Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
2024-04-25Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-04-24Merge pull request #306612 from marsam/add-nodejs_22Mario Rodas1-2/+2
nodejs_22: init at 22.0.0
2024-04-25Merge master into staging-nextgithub-actions[bot]2-3/+0
2024-04-24Merge pull request #271071 from pbsds/wrapAppImage-pname-reduxAtemu2-3/+0
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt2-3/+0
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2024-04-24maintainers: drop marsamMario Rodas1-1/+1
2024-04-24nodejs_21: dropMario Rodas1-18/+0
Node.js 21 reachs EOL in 2024-06-01
2024-04-24nodejs_22: init at 22.0.0Mario Rodas1-0/+18
Changelog: https://github.com/nodejs/node/releases/tag/v22.0.0
2024-04-21Merge staging-next into staginggithub-actions[bot]1-3/+3
2024-04-20flyctl: 0.2.25 -> 0.2.40Alan Pearce1-3/+3
https://github.com/superfly/flyctl/releases/tag/v0.2.40
2024-04-19Merge staging-next into staginggithub-actions[bot]1-3/+3
2024-04-19Merge branch 'master' into staging-nextVladimír Čunát1-3/+3
2024-04-18Merge pull request #303751 from r-ryantm/auto-update/function-runnerWeijia Wang1-3/+3
function-runner: 4.2.0 -> 5.0.0
2024-04-18Merge master into staging-nextgithub-actions[bot]1-5/+5
2024-04-17bun: 1.1.3 -> 1.1.4R. Ryantm1-5/+5
2024-04-18Merge staging-next into staginggithub-actions[bot]1-5/+5