summaryrefslogtreecommitdiff
path: root/pkgs/by-name/js (follow)
Commit message (Expand)AuthorAgeFilesLines
* json-patch: init at 5.9.11 (#486944)Paul Meyer2026-02-051-0/+33
|\
| * json-patch: init at 5.9.11David Weiße2026-02-051-0/+33
* | various: fix pname misuse in urls (#483962)Gergő Gutyina2026-02-052-2/+2
|\ \ | |/ |/|
| * various: fix pname misuse in urlsquantenzitrone2026-02-052-2/+2
* | json2ts: set pnameSigmanificient2026-02-011-1/+1
|/
* various: switch to finalAttrs pattern (#483882)Fernando Rodrigues2026-01-303-9/+9
|\
| * various: switch to finalAttrs pattern•••this shouldn't create any rebuilds quantenzitrone2026-01-303-9/+9
* | jsonschema-cli: 0.38.1 -> 0.40.0 (#482182)Peder Bergebakken Sundt2026-01-271-3/+8
|\ \
| * | jsonschema-cli: 0.38.1 -> 0.40.0•••Diff: https://github.com/Stranger6667/jsonschema/compare/rust-v0.38.1...rust-v0.40.0 Without $SSL_CERT_FILE, several new HTTP tests in 0.40.0 will fail. ``` failures: test_http_connect_timeout_option test_http_options_ndjson_output test_http_options_with_external_ref test_http_timeout_option ``` Kenichi Kamiya2026-01-211-3/+8
| |/
* / treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit done with the following script: ```fish \#!/usr/bin/env fish set packagesjson (nix eval --impure --json --expr ' let lib = import ./lib; in import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs ( name: _: if name == "lib" then lib else if name == "config" then { allowAliases = false; } else name ) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { } ' | jq) set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1) set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1) for arg in $one $two set oname $arg set nname (echo $packagesjson | jq -r .$oname) if test $nname = null echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2 continue end echo $oname "->" $nname # replace basic xorg.$name references for file in (rg -F "xorg.$oname" --files-with-matches pkgs) # special cases sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file # replace sd -F "xorg.$oname" "$nname" $file # fixup function arguments # prevent duplicate function args if grep -E " ($oname|$nname),\$" $file >/dev/null continue end if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg if grep ' xorg,$' $file >/dev/null sd ' xorg,$' " xorg, $nname," $file else if grep ' xorg ? .*,$' $file >/dev/null sd 'xorg( ? .*),$' "xorg\$1, $nname," $file else sd -F 'xorg,' "$nname, xorg," $file end else # case there is no more xorg..* so we can just replace the function arg sd 'xorg(| ? .*),.*$' "$nname," $file end end end nix fmt ``` quantenzitrone2026-01-251-2/+2
|/
* maintainers: drop urandomRené Neumann2026-01-141-1/+1
* json-fortran: 9.1.0 -> 9.2.0R. Ryantm2026-01-091-2/+2
* json-fortran: 9.0.5 -> 9.1.0R. Ryantm2026-01-031-2/+2
* jsonschema-cli: 0.37.4 -> 0.38.1R. Ryantm2025-12-301-3/+3
* Merge master into staging-nextnixpkgs-ci[bot]2025-12-291-0/+69
|\
| * json-tui: init at 1.4.1•••Signed-off-by: phanirithvij <phanirithvij2000@gmail.com> phanirithvij2025-12-291-0/+69
* | Merge master into staging-nextnixpkgs-ci[bot]2025-12-251-1/+1
|\|
| * jsonfmt: Add matthiasbeyer as maintainer•••Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Matthias Beyer2025-12-251-1/+1
* | Merge master into staging-nextnixpkgs-ci[bot]2025-12-251-12/+9
|\|
| * jsonfmt: migrate to versionCheckHookFabian Affolter2025-12-251-7/+4
| * jsonfmt: use tagFabian Affolter2025-12-251-2/+2
| * jsonfmt: 0.5.1 -> 0.5.2R. Ryantm2025-12-241-3/+3
* | Merge branch 'staging-next' into stagingWolfgang Walther2025-12-1016-55/+55
|\|
| * treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-1016-55/+55
* | Merge remote-tracking branch 'origin/staging-next' into stagingK9002025-12-071-3/+3
|\|
| * json-schema-catalog-rs: 0.2.0 -> 0.2.1R. Ryantm2025-12-071-3/+3
* | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-051-3/+3
|\|
| * jsonschema-cli: 0.37.2 -> 0.37.4 (#467911)nixpkgs-ci[bot]2025-12-051-3/+3
| |\
| | * jsonschema-cli: 0.37.2 -> 0.37.4R. Ryantm2025-12-041-3/+3
* | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-051-0/+50
|\| |
| * | jsdoc: migrate from nodePackages (#466372)dish2025-12-041-0/+50
| |\ \ | | |/ | |/|
| | * jsdoc: migrate from nodePackages•••Current 4.x versions don't have a working package-lock.json file, and trying to update it deletes fsevents which causes a cache error. Therefore, just use the dev versions :shrug: dish2025-11-291-0/+50
* | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-044-129/+0
|\| |
| * | jsduck: drop•••Broken. And unmaintained upstream for 7 years. Link to upstream: https://github.com/senchalabs/jsduck Michael Daniels2025-12-024-129/+0
* | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-021-2/+2
|\| |
| * | jsoncons: 1.4.3 -> 1.5.0R. Ryantm2025-12-021-2/+2
| |/
* | Merge staging-next into stagingnixpkgs-ci[bot]2025-11-281-3/+3
|\|
| * jsonschema-cli: 0.37.1 -> 0.37.2R. Ryantm2025-11-281-3/+3
* | versionCheckHook: Check for --version first (#463218)Philip Taron2025-11-262-2/+0
|\ \ | |/ |/|
| * treewide: Remove redundant `versionCheckProgramArg = "--version";` with:•••```shell git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do sed -i '/versionCheckProgramArg/d' "$f" sed -i '/^$/N;/\n$/D' "$f" done ``` Jonathan Davies2025-11-202-2/+0
* | many packages: add updateScript (#464747)dish2025-11-261-0/+3
|\ \
| * | js-beautify: add updateScriptdish2025-11-241-0/+3
* | | maintainers: drop matthewbauer (#462219)Wolfgang Walther2025-11-251-1/+1
|\ \ \ | |/ / |/| |
| * | maintainers: drop matthewbauer•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2025-11-161-1/+1
| |/
* / jsonschema-cli: 0.33.0 -> 0.37.1R. Ryantm2025-11-211-3/+3
|/
* json-diff: migrate from nodePackagesdish2025-11-081-0/+32
* json-server: fix updateScriptdish2025-11-071-1/+1
* json-server: migrate from nodePackages (#459252)Jo2025-11-061-0/+29
|\
| * json-server: migrate from nodePackagesdish2025-11-061-0/+29
* | jshint: migrate from nodePackagesdish2025-11-061-0/+36