<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/node-xyz.scm, branch javascript-team</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: node-xyz: Adjust for missing (guix build json-utils) module.</title>
<updated>2026-08-27T01:59:22+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-08-04T02:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=844b7c591994791a1dbac8ebdb30b62863d34a03'/>
<id>844b7c591994791a1dbac8ebdb30b62863d34a03</id>
<content type='text'>
This is a follow-up to commit b00aa06f870592dea795abedc3d51392688d595f,
renamed `delete-fields' to `delete-json-fields', but forgot to add (guix build
json-utils) in the #:modules, which defines it (and is part of the
node-build-system default imported modules).

* gnu/packages/node-xyz.scm (node-acorn, node-fastest-levenshtein)
(node-glob, node-lru-cache, node-minimatch, node-minipass-7 node-path-scurry)
(node-serialport-bindings, node-sqlite3)
(node-addon-api, (node-source-map): [#:modules]: Add (guix build json-utils).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a follow-up to commit b00aa06f870592dea795abedc3d51392688d595f,
renamed `delete-fields' to `delete-json-fields', but forgot to add (guix build
json-utils) in the #:modules, which defines it (and is part of the
node-build-system default imported modules).

* gnu/packages/node-xyz.scm (node-acorn, node-fastest-levenshtein)
(node-glob, node-lru-cache, node-minimatch, node-minipass-7 node-path-scurry)
(node-serialport-bindings, node-sqlite3)
(node-addon-api, (node-source-map): [#:modules]: Add (guix build json-utils).
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: node-minipass: Generate valid package.json files.</title>
<updated>2026-08-27T01:59:21+00:00</updated>
<author>
<name>Jelle Licht</name>
<email>jlicht@fsfe.org</email>
</author>
<published>2026-07-28T14:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=84f3fa3491c8f991d3ee1116b30f17538b2e9222'/>
<id>84f3fa3491c8f991d3ee1116b30f17538b2e9222</id>
<content type='text'>
* gnu/packages/node-xyz.scm (node-minipass)[arguments]&lt;#:phases&gt;: Generate
valid package.json files in 'build' phase.

Change-Id: Ifd6b00f9eb8d4905666448035bd759d5ab426670
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/node-xyz.scm (node-minipass)[arguments]&lt;#:phases&gt;: Generate
valid package.json files in 'build' phase.

Change-Id: Ifd6b00f9eb8d4905666448035bd759d5ab426670
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: node-minipass: Fix and improve style.</title>
<updated>2026-08-27T01:59:21+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-04-08T13:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=cb72757b4e62b66d725e6888e404c06cefd4d079'/>
<id>cb72757b4e62b66d725e6888e404c06cefd4d079</id>
<content type='text'>
The matched "format" variable overrides the guile format procedure.

* gnu/packages/node-xyz.scm (node-minipass)
[source]: Improve style.
[arguments]: Improve style.
&lt;#:modules&gt;: Add (srfi srfi-26).
&lt;#:phases&gt;: Rewrite and fix 'build phase.

Change-Id: I7e59143f8aad3870cd5fee98e253555b644c5b77
Signed-off-by: Jelle Licht &lt;jlicht@fsfe.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The matched "format" variable overrides the guile format procedure.

* gnu/packages/node-xyz.scm (node-minipass)
[source]: Improve style.
[arguments]: Improve style.
&lt;#:modules&gt;: Add (srfi srfi-26).
&lt;#:phases&gt;: Rewrite and fix 'build phase.

Change-Id: I7e59143f8aad3870cd5fee98e253555b644c5b77
Signed-off-by: Jelle Licht &lt;jlicht@fsfe.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: packages: Replace replace-fields by replace-json-fields.</title>
<updated>2026-08-27T01:59:21+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-03-18T08:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6e521fffa4effd01df6bba3247411936dfcb6208'/>
<id>6e521fffa4effd01df6bba3247411936dfcb6208</id>
<content type='text'>
* gnu/packages/node-xyz.scm: Replace all uses of replace-fields by
replace-json-fields.

Change-Id: I109f82432f65c2e681e0c988e008ac848ad30f4c
Signed-off-by: Jelle Licht &lt;jlicht@fsfe.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/node-xyz.scm: Replace all uses of replace-fields by
replace-json-fields.

Change-Id: I109f82432f65c2e681e0c988e008ac848ad30f4c
Signed-off-by: Jelle Licht &lt;jlicht@fsfe.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: packages: Replace delete-fields by delete-json-fields.</title>
<updated>2026-08-27T01:59:21+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-03-18T08:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ddb9990e21c6f113a5cb66bad571af5ce47afd13'/>
<id>ddb9990e21c6f113a5cb66bad571af5ce47afd13</id>
<content type='text'>
* gnu/packages/node-xyz.scm: Replace all uses of delete-fields by
delete-json-fields.
* gnu/packages/web.scm: Likewise.
* guix/build/node-build-system.scm: Likewise.

Change-Id: I7134d68a8cd101078ea1010d5e3e42e34b799114
Signed-off-by: Jelle Licht &lt;jlicht@fsfe.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/node-xyz.scm: Replace all uses of delete-fields by
delete-json-fields.
* gnu/packages/web.scm: Likewise.
* guix/build/node-build-system.scm: Likewise.

Change-Id: I7134d68a8cd101078ea1010d5e3e42e34b799114
Signed-off-by: Jelle Licht &lt;jlicht@fsfe.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: node-nan: Update to 2.26.2.</title>
<updated>2026-07-08T16:33:26+00:00</updated>
<author>
<name>Jelle Licht</name>
<email>jlicht@fsfe.org</email>
</author>
<published>2026-03-27T12:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9de3d35d63a4e6893f7f8bf82ba45249036d7acd'/>
<id>9de3d35d63a4e6893f7f8bf82ba45249036d7acd</id>
<content type='text'>
* gnu/packages/node-xyz.scm (node-nan): Update to 2.26.2.

Change-Id: I84c8aa254540646c559b4b65646083e1ea961d75
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/node-xyz.scm (node-nan): Update to 2.26.2.

Change-Id: I84c8aa254540646c559b4b65646083e1ea961d75
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add node-vscode-l10n.</title>
<updated>2026-06-24T05:50:55+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-06-11T01:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=59e1d0a892a0fcc379d2a59439b0ace055807297'/>
<id>59e1d0a892a0fcc379d2a59439b0ace055807297</id>
<content type='text'>
* gnu/packages/node-xyz.scm (node-vscode-l10n): New variable.

Change-Id: Iffc2b2b84529d1f1a9d260743818b7cf5a2db0f5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/node-xyz.scm (node-vscode-l10n): New variable.

Change-Id: Iffc2b2b84529d1f1a9d260743818b7cf5a2db0f5
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add node-picomatch.</title>
<updated>2026-06-24T05:50:35+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-06-11T01:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=bc57d203744906016c949aed679217fbf60a4c45'/>
<id>bc57d203744906016c949aed679217fbf60a4c45</id>
<content type='text'>
* gnu/packages/node-xyz.scm (node-picomatch): New variable.

Change-Id: Idfd76062060a26cdd6940e9a289c1bb47c6392c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/node-xyz.scm (node-picomatch): New variable.

Change-Id: Idfd76062060a26cdd6940e9a289c1bb47c6392c0
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add node-types-he.</title>
<updated>2026-06-24T05:50:16+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-06-11T00:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f92ffc3fe78bef9bfdbe693feb1b47fec134999f'/>
<id>f92ffc3fe78bef9bfdbe693feb1b47fec134999f</id>
<content type='text'>
* gnu/packages/node-xyz.scm (node-types-he): New variable.

Change-Id: I754e4f59bf3c74457e8add262cdb483d54da7326
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/node-xyz.scm (node-types-he): New variable.

Change-Id: I754e4f59bf3c74457e8add262cdb483d54da7326
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add node-mkdirp.</title>
<updated>2026-06-24T05:49:24+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-06-10T09:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d6f08b6bcdcd10bd53a4189b0f5994d4a7587355'/>
<id>d6f08b6bcdcd10bd53a4189b0f5994d4a7587355</id>
<content type='text'>
* gnu/packages/node-xyz.scm (node-mkdirp): New variable.

Change-Id: I796a0303da471e47010a15b5fab1a95206272d5d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/node-xyz.scm (node-mkdirp): New variable.

Change-Id: I796a0303da471e47010a15b5fab1a95206272d5d
</pre>
</div>
</content>
</entry>
</feed>
