Commit Graph

9 Commits

Author SHA1 Message Date
Wolfgang Walther
3b1e37dce8 maintainers: drop nequissimus
Reacted to 3 out of 375 maintainer pings in the least 180 days.
2025-12-09 21:09:09 +01:00
R. Ryantm
801aab659a gitmoji-cli: 9.6.0 -> 9.7.0 2025-05-20 02:16:46 +00:00
Zexin Yuan
ac34ebbf14 gitmoji-cli: 9.0.0 -> 9.6.0, modernize 2025-04-15 20:04:56 +08:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Sandro Jäckel
fb0d661081 treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary 2024-04-17 13:34:05 -04:00
Robert Schütz
0b087331d1 gitmoji-cli: add version test 2023-12-19 09:43:05 -08:00
Robert Schütz
57358cd35a gitmoji-cli: install package.json
Otherwise it fails to run with

    (node:36784) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
    (Use `node --trace-warnings ...` to show where the warning was created)
    /nix/store/g06q0h9a9hb5zgm1vnpddi062hpy3hpa-gitmoji-cli-9.0.0/lib/node_modules/gitmoji-cli/lib/cli.js:2
    import meow from 'meow';
    ^^^^^^

    SyntaxError: Cannot use import statement outside a module
        at internalCompileFunction (node:internal/vm:73:18)
        at wrapSafe (node:internal/modules/cjs/loader:1178:20)
        at Module._compile (node:internal/modules/cjs/loader:1220:27)
        at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
        at Module.load (node:internal/modules/cjs/loader:1119:32)
        at Module._load (node:internal/modules/cjs/loader:960:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:86:12)
        at node:internal/main/run_main_module:23:47

    Node.js v18.18.2
2023-12-19 09:36:35 -08:00
Robert Schütz
975142ae5b gitmoji-cli: 8.5.0 -> 9.0.0
Diff: https://github.com/carloscuesta/gitmoji-cli/compare/v8.5.0...v9.0.0

Changelog: https://github.com/carloscuesta/gitmoji-cli/releases/tag/v9.0.0
2023-11-12 10:27:42 -08:00
Robert Schütz
59c4461cf8 gitmoji-cli: use fetchYarnDeps 2023-09-23 23:31:25 -07:00