Skip to content

esbuild: 0.27.2 -> 0.28.0#423375

Draft
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/esbuild
Draft

esbuild: 0.27.2 -> 0.28.0#423375
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/esbuild

Conversation

@r-ryantm
Copy link
Copy Markdown
Contributor

@r-ryantm r-ryantm commented Jul 8, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.25.6/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.25.6 with grep in /nix/store/xh58gbgnplmx6azj4g3l1lbqf82n6h4i-esbuild-0.25.6
  • found 0.25.6 in filename of file in /nix/store/xh58gbgnplmx6azj4g3l1lbqf82n6h4i-esbuild-0.25.6

Rebuild report (if merged into master) (click to expand)
26 total rebuild path(s)

26 package rebuild(s)

First fifty rebuilds by attrpath

anubis
deno
era
esbuild
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gleam
libsForQt5.bismuth
opcua-commander
pinchflat
plasma5Packages.bismuth
plausible
quarto
quartoMinimal
rescript-language-server
rstudio
rstudio-server
rstudioServerWrapper
rstudioWrapper
silverbullet
vscode-extensions.rust-lang.rust-analyzer
windmill
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/xh58gbgnplmx6azj4g3l1lbqf82n6h4i-esbuild-0.25.6 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/3902a7997e6983f51e43d2b71e66f3125d25b411.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/3902a7997e6983f51e43d2b71e66f3125d25b411#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/xh58gbgnplmx6azj4g3l1lbqf82n6h4i-esbuild-0.25.6
ls -la /nix/store/xh58gbgnplmx6azj4g3l1lbqf82n6h4i-esbuild-0.25.6/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

❌ 23 packages failed to build:
  • deno
  • era
  • gleam
  • quarto
  • quartoMinimal
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • silverbullet
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • windmill
✅ 12 packages built:
  • anubis
  • esbuild
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • libsForQt5.bismuth
  • opcua-commander
  • pinchflat
  • plausible
  • rescript-language-server
  • vscode-extensions.rust-lang.rust-analyzer

Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nix-owners nix-owners Bot requested review from Lucus16 and ivan July 8, 2025 03:18
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. labels Jul 8, 2025
@r-ryantm r-ryantm force-pushed the auto-update/esbuild branch from 3902a79 to 6c93acb Compare July 25, 2025 12:32
@r-ryantm r-ryantm changed the title esbuild: 0.25.5 -> 0.25.6 esbuild: 0.25.5 -> 0.25.8 Jul 25, 2025
@r-ryantm
Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.25.8/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.25.8 with grep in /nix/store/1xsnciyp4wm5lwg1g4fddqpi9np74yvs-esbuild-0.25.8
  • found 0.25.8 in filename of file in /nix/store/1xsnciyp4wm5lwg1g4fddqpi9np74yvs-esbuild-0.25.8

Rebuild report (if merged into master) (click to expand)
26 total rebuild path(s)

26 package rebuild(s)

First fifty rebuilds by attrpath

anubis
deno
era
esbuild
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gleam
libsForQt5.bismuth
opcua-commander
pinchflat
plasma5Packages.bismuth
plausible
quarto
quartoMinimal
rescript-language-server
rstudio
rstudio-server
rstudioServerWrapper
rstudioWrapper
silverbullet
vscode-extensions.rust-lang.rust-analyzer
windmill
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/1xsnciyp4wm5lwg1g4fddqpi9np74yvs-esbuild-0.25.8 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/6c93acb29b4fa10d6e2acd259baec3e352aa2493.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/6c93acb29b4fa10d6e2acd259baec3e352aa2493#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/1xsnciyp4wm5lwg1g4fddqpi9np74yvs-esbuild-0.25.8
ls -la /nix/store/1xsnciyp4wm5lwg1g4fddqpi9np74yvs-esbuild-0.25.8/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

❌ 27 packages failed to build:
  • deno
  • era
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • gleam
  • plausible
  • quarto
  • quartoMinimal
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • silverbullet
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • windmill
✅ 8 packages built:
  • anubis
  • esbuild
  • fosrl-pangolin
  • libsForQt5.bismuth
  • opcua-commander
  • pinchflat
  • rescript-language-server
  • vscode-extensions.rust-lang.rust-analyzer

Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nix-owners nix-owners Bot requested a review from undefined-moe July 25, 2025 12:39
@nixpkgs-ci nixpkgs-ci Bot added 12.approvals: 1 This PR was reviewed and approved by one person. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. labels Aug 1, 2025
Copy link
Copy Markdown
Member

@wegank wegank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaks quarto and a lot more.

@wegank wegank marked this pull request as draft August 5, 2025 02:48
kachick

This comment was marked as outdated.

@nixpkgs-ci nixpkgs-ci Bot added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Aug 6, 2025
kachick

This comment was marked as outdated.

kachick

This comment was marked as outdated.

@undefined-moe
Copy link
Copy Markdown
Member

https://github.com/denoland/deno/blob/main/cli/tools/bundle/esbuild.rs#L21

deno hard coded that it wants esbuild v0.25.5 and it throws an error because a version mismatch

image

All these packages depends on deno: era, gleam, quarto, windmill, silverbullet, ...
And rstudio series depends on quarto.

It's not an error of esbuild, ping deno maintainers @06kellyjac @ofalvai for a fix.

@06kellyjac
Copy link
Copy Markdown
Member

Thanks for the ping. I'll look to loosen the version :)

@r-ryantm r-ryantm changed the title esbuild: 0.25.5 -> 0.25.8 esbuild: 0.25.5 -> 0.25.9 Aug 20, 2025
@r-ryantm
Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.25.9/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.25.9 with grep in /nix/store/aik925c86ba5sj5c5lchf7sxf1mbmhs8-esbuild-0.25.9
  • found 0.25.9 in filename of file in /nix/store/aik925c86ba5sj5c5lchf7sxf1mbmhs8-esbuild-0.25.9

Rebuild report (if merged into master) (click to expand)
26 total rebuild path(s)

26 package rebuild(s)

First fifty rebuilds by attrpath

anubis
deno
era
esbuild
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gleam
libsForQt5.bismuth
opcua-commander
pinchflat
plasma5Packages.bismuth
plausible
quarto
quartoMinimal
rescript-language-server
rstudio
rstudio-server
rstudioServerWrapper
rstudioWrapper
silverbullet
vscode-extensions.rust-lang.rust-analyzer
windmill
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/aik925c86ba5sj5c5lchf7sxf1mbmhs8-esbuild-0.25.9 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/e0ae4f5e96cd658dcda52f179f69dc5cbb5e57df.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/e0ae4f5e96cd658dcda52f179f69dc5cbb5e57df#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/aik925c86ba5sj5c5lchf7sxf1mbmhs8-esbuild-0.25.9
ls -la /nix/store/aik925c86ba5sj5c5lchf7sxf1mbmhs8-esbuild-0.25.9/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

❌ 23 packages failed to build:
  • deno
  • era
  • gleam
  • quarto
  • quartoMinimal
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • silverbullet
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • windmill
✅ 12 packages built:
  • anubis
  • esbuild
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • libsForQt5.bismuth
  • opcua-commander
  • pinchflat
  • plausible
  • rescript-language-server
  • vscode-extensions.rust-lang.rust-analyzer

Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm force-pushed the auto-update/esbuild branch from 6c93acb to e0ae4f5 Compare August 20, 2025 10:36
@06kellyjac
Copy link
Copy Markdown
Member

Sorry for the delay on this. I looked into things and in the end removing esbuild as a deno check phase dependency seems best & we only needed to skip 1 integration test.
It should also speed up nixpkgs-review times for esbuild significantly 🙂
I'll put the PR up soon

@r-ryantm r-ryantm changed the title esbuild: 0.25.5 -> 0.25.9 esbuild: 0.25.5 -> 0.25.10 Sep 22, 2025
@r-ryantm
Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.25.10/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.25.10 with grep in /nix/store/n5hdg1ffgnjjv6ikm1iirimcdx2708c5-esbuild-0.25.10
  • found 0.25.10 in filename of file in /nix/store/n5hdg1ffgnjjv6ikm1iirimcdx2708c5-esbuild-0.25.10

Rebuild report (if merged into master) (click to expand)
25 total rebuild path(s)

25 package rebuild(s)

First fifty rebuilds by attrpath

ankiAddons.review-heatmap
anubis
deno
era
esbuild
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gleam
opcua-commander
pinchflat
plausible
quarto
quartoMinimal
rescript-language-server
rstudio
rstudio-server
rstudioServerWrapper
rstudioWrapper
silverbullet
vscode-extensions.rust-lang.rust-analyzer
windmill
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/n5hdg1ffgnjjv6ikm1iirimcdx2708c5-esbuild-0.25.10 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/ad089947750d00153845a3ac3acd1b2257c04844.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/ad089947750d00153845a3ac3acd1b2257c04844#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/n5hdg1ffgnjjv6ikm1iirimcdx2708c5-esbuild-0.25.10
ls -la /nix/store/n5hdg1ffgnjjv6ikm1iirimcdx2708c5-esbuild-0.25.10/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review
Commit: ad089947750d00153845a3ac3acd1b2257c04844


x86_64-linux

❌ 23 packages failed to build:
  • deno
  • era
  • gleam
  • quarto
  • quartoMinimal
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • silverbullet
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • windmill
✅ 12 packages built:
  • ankiAddons.review-heatmap
  • anubis
  • esbuild
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • opcua-commander
  • pinchflat
  • plausible
  • rescript-language-server
  • vscode-extensions.rust-lang.rust-analyzer

Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title esbuild: 0.25.5 -> 0.25.10 esbuild: 0.25.5 -> 0.25.11 Oct 17, 2025
@r-ryantm
Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.25.11/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.25.11 with grep in /nix/store/ksz8jz62hy899dn4hbmw1k5vyjpysjpy-esbuild-0.25.11
  • found 0.25.11 in filename of file in /nix/store/ksz8jz62hy899dn4hbmw1k5vyjpysjpy-esbuild-0.25.11

Rebuild report (if merged into master) (click to expand)
26 total rebuild path(s)

26 package rebuild(s)

First fifty rebuilds by attrpath

ankiAddons.review-heatmap
anubis
claude-code-router
deno
era
esbuild
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gleam
opcua-commander
pinchflat
plausible
quarto
quartoMinimal
rescript-language-server
rstudio
rstudio-server
rstudioServerWrapper
rstudioWrapper
silverbullet
vscode-extensions.rust-lang.rust-analyzer
windmill
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/ksz8jz62hy899dn4hbmw1k5vyjpysjpy-esbuild-0.25.11 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/a090e799417dd710f00013aff5102363a813b87a.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/a090e799417dd710f00013aff5102363a813b87a#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/ksz8jz62hy899dn4hbmw1k5vyjpysjpy-esbuild-0.25.11
ls -la /nix/store/ksz8jz62hy899dn4hbmw1k5vyjpysjpy-esbuild-0.25.11/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: a090e799417dd710f00013aff5102363a813b87a


x86_64-linux

❌ 23 packages failed to build:
  • deno
  • era
  • gleam
  • quarto
  • quartoMinimal
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • silverbullet
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • windmill
✅ 13 packages built:
  • ankiAddons.review-heatmap
  • anubis
  • claude-code-router
  • esbuild
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • opcua-commander
  • pinchflat
  • plausible
  • rescript-language-server
  • vscode-extensions.rust-lang.rust-analyzer

Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm
Copy link
Copy Markdown
Contributor Author

r-ryantm commented Nov 9, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.26.0/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.26.0 with grep in /nix/store/plsf5vvw08p3q8cl3c62lxkdvla3y2iy-esbuild-0.26.0
  • found 0.26.0 in filename of file in /nix/store/plsf5vvw08p3q8cl3c62lxkdvla3y2iy-esbuild-0.26.0

Rebuild report (if merged into master) (click to expand)
26 total rebuild path(s)

26 package rebuild(s)

First fifty rebuilds by attrpath

ankiAddons.review-heatmap
anubis
claude-code-router
deno
era
esbuild
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gleam
opcua-commander
pinchflat
plausible
quarto
quartoMinimal
rescript-language-server
rstudio
rstudio-server
rstudioServerWrapper
rstudioWrapper
silverbullet
vscode-extensions.rust-lang.rust-analyzer
windmill
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/plsf5vvw08p3q8cl3c62lxkdvla3y2iy-esbuild-0.26.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/075e714152eeb11ca8e96c661a31bb53e8ffd283.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/075e714152eeb11ca8e96c661a31bb53e8ffd283#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/plsf5vvw08p3q8cl3c62lxkdvla3y2iy-esbuild-0.26.0
ls -la /nix/store/plsf5vvw08p3q8cl3c62lxkdvla3y2iy-esbuild-0.26.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 075e714152eeb11ca8e96c661a31bb53e8ffd283


x86_64-linux

❌ 23 packages failed to build:
  • deno
  • era
  • gleam
  • quarto
  • quartoMinimal
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • silverbullet
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • windmill
✅ 13 packages built:
  • ankiAddons.review-heatmap
  • anubis
  • claude-code-router
  • esbuild
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • opcua-commander
  • pinchflat
  • plausible
  • rescript-language-server
  • vscode-extensions.rust-lang.rust-analyzer

Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm force-pushed the auto-update/esbuild branch from 1903ded to 075e714 Compare November 9, 2025 13:05
@r-ryantm r-ryantm changed the title esbuild: 0.25.5 -> 0.26.0 esbuild: 0.25.5 -> 0.27.0 Nov 16, 2025
@r-ryantm r-ryantm force-pushed the auto-update/esbuild branch from 075e714 to 7c701e2 Compare November 16, 2025 09:49
@r-ryantm
Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.27.0/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.27.0 with grep in /nix/store/pya3f59nynrw1m499vgsx5wz638n96bp-esbuild-0.27.0
  • found 0.27.0 in filename of file in /nix/store/pya3f59nynrw1m499vgsx5wz638n96bp-esbuild-0.27.0

Rebuild report (if merged into master) (click to expand)
26 total rebuild path(s)

26 package rebuild(s)

First fifty rebuilds by attrpath

ankiAddons.review-heatmap
anubis
claude-code-router
deno
era
esbuild
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gleam
opcua-commander
pinchflat
plausible
quarto
quartoMinimal
rescript-language-server
rstudio
rstudio-server
rstudioServerWrapper
rstudioWrapper
silverbullet
vscode-extensions.rust-lang.rust-analyzer
windmill
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/pya3f59nynrw1m499vgsx5wz638n96bp-esbuild-0.27.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/7c701e2418d1c756494b0ab11aa2e53c52615736.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/7c701e2418d1c756494b0ab11aa2e53c52615736#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/pya3f59nynrw1m499vgsx5wz638n96bp-esbuild-0.27.0
ls -la /nix/store/pya3f59nynrw1m499vgsx5wz638n96bp-esbuild-0.27.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

⚠️ nixpkgs-review took longer than 180m and timed out


Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title esbuild: 0.25.5 -> 0.27.0 esbuild: 0.25.5 -> 0.27.1 Dec 5, 2025
@r-ryantm r-ryantm force-pushed the auto-update/esbuild branch from 7c701e2 to 55afe66 Compare December 5, 2025 19:27
@r-ryantm
Copy link
Copy Markdown
Contributor Author

r-ryantm commented Dec 5, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.27.1/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.27.1 with grep in /nix/store/bqzy4kn6ml3j9dznc0dckzp8zdma2d75-esbuild-0.27.1
  • found 0.27.1 in filename of file in /nix/store/bqzy4kn6ml3j9dznc0dckzp8zdma2d75-esbuild-0.27.1

Rebuild report (if merged into master) (click to expand)
327 total rebuild path(s)

327 package rebuild(s)

First fifty rebuilds by attrpath

adl
aider-chat-full
aider-chat-with-help
alpaca
ani-cli
anime-downloader
ankiAddons.review-heatmap
anubis
auto-editor
backgroundremover
bluebubbles
botamusique
castero
catt
celluloid
clapper
clapper-enhancers
claude-code-router
clipgrab
cplay-ng
curseradio
delfin
deno
dmlive
dra-cla
era
esbuild
ff2mpv
ff2mpv-go
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gallery-dl
gleam
gonic
gophertube
gpodder
gtk-pipe-viewer
haruna
home-assistant-component-tests.media_extractor
hydrus
hypnotix
invidtui
jellyfin-media-player
jellyfin-mpv-shim
jellyfin-tui
jellytui
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/bqzy4kn6ml3j9dznc0dckzp8zdma2d75-esbuild-0.27.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/55afe664812aca9f933d2ba7830fe8836b9c2e55.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/55afe664812aca9f933d2ba7830fe8836b9c2e55#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/bqzy4kn6ml3j9dznc0dckzp8zdma2d75-esbuild-0.27.1
ls -la /nix/store/bqzy4kn6ml3j9dznc0dckzp8zdma2d75-esbuild-0.27.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 55afe664812aca9f933d2ba7830fe8836b9c2e55


x86_64-linux

❌ 426 packages failed to build:
  • adl
  • aider-chat-full
  • aider-chat-full.dist
  • aider-chat-with-help
  • aider-chat-with-help.dist
  • alpaca
  • ani-cli
  • anime-downloader
  • anime-downloader.dist
  • auto-editor
  • backgroundremover
  • backgroundremover.dist
  • bluebubbles
  • bluebubbles.debug
  • bluebubbles.pubcache
  • botamusique
  • castero
  • castero.dist
  • catt
  • catt.dist
  • celluloid
  • clapper
  • clapper-enhancers
  • cplay-ng
  • cplay-ng.dist
  • curseradio
  • curseradio.dist
  • delfin
  • deno
  • dmlive
  • dra-cla
  • era
  • ff2mpv
  • ff2mpv-go
  • gallery-dl
  • gallery-dl.dist
  • gleam
  • gonic
  • gophertube
  • gpodder
  • gtk-pipe-viewer
  • gtk-pipe-viewer.devdoc
  • haruna
  • home-assistant-component-tests.media_extractor
  • hydrus
  • hydrus.doc
  • hypnotix
  • invidtui
  • jellyfin-mpv-shim
  • jellyfin-mpv-shim.dist
  • jellyfin-tui
  • jellytui
  • jftui
  • kdePackages.audiotube
  • kdePackages.audiotube.debug
  • kdePackages.audiotube.dev
  • kdePackages.audiotube.devtools
  • kdePackages.kalarm
  • kdePackages.kalarm.debug
  • kdePackages.kalarm.dev
  • kdePackages.kalarm.devtools
  • kdePackages.plasmatube
  • kdePackages.plasmatube.debug
  • kdePackages.plasmatube.dev
  • kdePackages.plasmatube.devtools
  • kikoplay
  • klipperscreen
  • kodiPackages.sendtokodi
  • linux-wallpaperengine
  • liquidsoap
  • lollypop
  • memento
  • minari (python313Packages.minari)
  • minari.dist (python313Packages.minari.dist)
  • minitube
  • monophony
  • monophony.dist
  • moodle-dl
  • moodle-dl.dist
  • mopidy-youtube
  • mopidy-youtube.dist
  • mov-cli
  • mov-cli.dist
  • mpc-qt
  • mpv
  • mpv-handler
  • mpvScripts.mpv-playlistmanager
  • mpvpaper
  • newelle
  • parabolic
  • parrot
  • persepolis
  • photoqt
  • pinchflat
  • pipe-viewer
  • pipe-viewer.devdoc
  • plex-mpv-shim
  • plex-mpv-shim.dist
  • previewqt
  • python312Packages.ale-py
  • python312Packages.ale-py.dist
  • python312Packages.baselines
  • python312Packages.baselines.dist
  • python312Packages.bgutil-ytdlp-pot-provider
  • python312Packages.bgutil-ytdlp-pot-provider.dist
  • python312Packages.brax
  • python312Packages.brax.dist
  • python312Packages.bsuite
  • python312Packages.bsuite.dist
  • python312Packages.cltk
  • python312Packages.cltk.dist
  • python312Packages.dalle-mini
  • python312Packages.dalle-mini.dist
  • python312Packages.fastai
  • python312Packages.fastai.dist
  • python312Packages.graphrag
  • python312Packages.graphrag.dist
  • python312Packages.gym
  • python312Packages.gym.dist
  • python312Packages.gymnasium
  • python312Packages.gymnasium.dist
  • python312Packages.k-diffusion
  • python312Packages.k-diffusion.dist
  • python312Packages.kokoro
  • python312Packages.kokoro.dist
  • python312Packages.lerobot
  • python312Packages.lerobot.dist
  • python312Packages.llama-cloud-services
  • python312Packages.llama-cloud-services.dist
  • python312Packages.llama-index
  • python312Packages.llama-index-cli
  • python312Packages.llama-index-cli.dist
  • python312Packages.llama-index-core
  • python312Packages.llama-index-core.dist
  • python312Packages.llama-index-embeddings-gemini
  • python312Packages.llama-index-embeddings-gemini.dist
  • python312Packages.llama-index-embeddings-google
  • python312Packages.llama-index-embeddings-google.dist
  • python312Packages.llama-index-embeddings-huggingface
  • python312Packages.llama-index-embeddings-huggingface.dist
  • python312Packages.llama-index-embeddings-ollama
  • python312Packages.llama-index-embeddings-ollama.dist
  • python312Packages.llama-index-embeddings-openai
  • python312Packages.llama-index-embeddings-openai.dist
  • python312Packages.llama-index-graph-stores-nebula
  • python312Packages.llama-index-graph-stores-nebula.dist
  • python312Packages.llama-index-graph-stores-neo4j
  • python312Packages.llama-index-graph-stores-neo4j.dist
  • python312Packages.llama-index-graph-stores-neptune
  • python312Packages.llama-index-graph-stores-neptune.dist
  • python312Packages.llama-index-indices-managed-llama-cloud
  • python312Packages.llama-index-indices-managed-llama-cloud.dist
  • python312Packages.llama-index-legacy
  • python312Packages.llama-index-legacy.dist
  • python312Packages.llama-index-llms-ollama
  • python312Packages.llama-index-llms-ollama.dist
  • python312Packages.llama-index-llms-openai
  • python312Packages.llama-index-llms-openai-like
  • python312Packages.llama-index-llms-openai-like.dist
  • python312Packages.llama-index-llms-openai.dist
  • python312Packages.llama-index-multi-modal-llms-openai
  • python312Packages.llama-index-multi-modal-llms-openai.dist
  • python312Packages.llama-index-node-parser-docling
  • python312Packages.llama-index-node-parser-docling.dist
  • python312Packages.llama-index-readers-database
  • python312Packages.llama-index-readers-database.dist
  • python312Packages.llama-index-readers-file
  • python312Packages.llama-index-readers-file.dist
  • python312Packages.llama-index-readers-json
  • python312Packages.llama-index-readers-json.dist
  • python312Packages.llama-index-readers-llama-parse
  • python312Packages.llama-index-readers-llama-parse.dist
  • python312Packages.llama-index-readers-s3
  • python312Packages.llama-index-readers-s3.dist
  • python312Packages.llama-index-readers-twitter
  • python312Packages.llama-index-readers-twitter.dist
  • python312Packages.llama-index-readers-txtai
  • python312Packages.llama-index-readers-txtai.dist
  • python312Packages.llama-index-readers-weather
  • python312Packages.llama-index-readers-weather.dist
  • python312Packages.llama-index-vector-stores-chroma
  • python312Packages.llama-index-vector-stores-chroma.dist
  • python312Packages.llama-index-vector-stores-google
  • python312Packages.llama-index-vector-stores-google.dist
  • python312Packages.llama-index-vector-stores-milvus
  • python312Packages.llama-index-vector-stores-milvus.dist
  • python312Packages.llama-index-vector-stores-postgres
  • python312Packages.llama-index-vector-stores-postgres.dist
  • python312Packages.llama-index-vector-stores-qdrant
  • python312Packages.llama-index-vector-stores-qdrant.dist
  • python312Packages.llama-index.dist
  • python312Packages.llama-parse
  • python312Packages.llama-parse.dist
  • python312Packages.minari
  • python312Packages.minari.dist
  • python312Packages.moviepy
  • python312Packages.moviepy.dist
  • python312Packages.mpv
  • python312Packages.mpv.dist
  • python312Packages.pettingzoo
  • python312Packages.pettingzoo.dist
  • python312Packages.shimmy
  • python312Packages.shimmy.dist
  • python312Packages.skrl
  • python312Packages.skrl.dist
  • python312Packages.spacy
  • python312Packages.spacy-curated-transformers
  • python312Packages.spacy-curated-transformers.dist
  • python312Packages.spacy-loggers
  • python312Packages.spacy-loggers.dist
  • python312Packages.spacy-lookups-data
  • python312Packages.spacy-lookups-data.dist
  • python312Packages.spacy-transformers
  • python312Packages.spacy-transformers.dist
  • python312Packages.spacy.dist
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist
  • python312Packages.textacy
  • python312Packages.textacy.dist
  • python312Packages.textnets
  • python312Packages.textnets.dist
  • python312Packages.tianshou
  • python312Packages.tianshou.dist
  • python312Packages.torchrl
  • python312Packages.torchrl.dist
  • python312Packages.tubeup
  • python312Packages.tubeup.dist
  • python312Packages.vmas
  • python312Packages.vmas.dist
  • python312Packages.wandb
  • python312Packages.wandb.dist
  • python312Packages.yark
  • python312Packages.yark.dist
  • python312Packages.yt-dlp
  • python312Packages.yt-dlp.dist
  • python313Packages.ale-py
  • python313Packages.ale-py.dist
  • python313Packages.baselines
  • python313Packages.baselines.dist
  • python313Packages.bgutil-ytdlp-pot-provider
  • python313Packages.bgutil-ytdlp-pot-provider.dist
  • python313Packages.brax
  • python313Packages.brax.dist
  • python313Packages.bsuite
  • python313Packages.bsuite.dist
  • python313Packages.cltk
  • python313Packages.cltk.dist
  • python313Packages.dalle-mini
  • python313Packages.dalle-mini.dist
  • python313Packages.fastai
  • python313Packages.fastai.dist
  • python313Packages.gym
  • python313Packages.gym.dist
  • python313Packages.gymnasium
  • python313Packages.gymnasium.dist
  • python313Packages.k-diffusion
  • python313Packages.k-diffusion.dist
  • python313Packages.kokoro
  • python313Packages.kokoro.dist
  • python313Packages.lerobot
  • python313Packages.lerobot.dist
  • python313Packages.llama-cloud-services
  • python313Packages.llama-cloud-services.dist
  • python313Packages.llama-index
  • python313Packages.llama-index-cli
  • python313Packages.llama-index-cli.dist
  • python313Packages.llama-index-core
  • python313Packages.llama-index-core.dist
  • python313Packages.llama-index-embeddings-gemini
  • python313Packages.llama-index-embeddings-gemini.dist
  • python313Packages.llama-index-embeddings-google
  • python313Packages.llama-index-embeddings-google.dist
  • python313Packages.llama-index-embeddings-huggingface
  • python313Packages.llama-index-embeddings-huggingface.dist
  • python313Packages.llama-index-embeddings-ollama
  • python313Packages.llama-index-embeddings-ollama.dist
  • python313Packages.llama-index-embeddings-openai
  • python313Packages.llama-index-embeddings-openai.dist
  • python313Packages.llama-index-graph-stores-neo4j
  • python313Packages.llama-index-graph-stores-neo4j.dist
  • python313Packages.llama-index-graph-stores-neptune
  • python313Packages.llama-index-graph-stores-neptune.dist
  • python313Packages.llama-index-indices-managed-llama-cloud
  • python313Packages.llama-index-indices-managed-llama-cloud.dist
  • python313Packages.llama-index-legacy
  • python313Packages.llama-index-legacy.dist
  • python313Packages.llama-index-llms-ollama
  • python313Packages.llama-index-llms-ollama.dist
  • python313Packages.llama-index-llms-openai
  • python313Packages.llama-index-llms-openai-like
  • python313Packages.llama-index-llms-openai-like.dist
  • python313Packages.llama-index-llms-openai.dist
  • python313Packages.llama-index-multi-modal-llms-openai
  • python313Packages.llama-index-multi-modal-llms-openai.dist
  • python313Packages.llama-index-node-parser-docling
  • python313Packages.llama-index-node-parser-docling.dist
  • python313Packages.llama-index-readers-database
  • python313Packages.llama-index-readers-database.dist
  • python313Packages.llama-index-readers-file
  • python313Packages.llama-index-readers-file.dist
  • python313Packages.llama-index-readers-json
  • python313Packages.llama-index-readers-json.dist
  • python313Packages.llama-index-readers-llama-parse
  • python313Packages.llama-index-readers-llama-parse.dist
  • python313Packages.llama-index-readers-s3
  • python313Packages.llama-index-readers-s3.dist
  • python313Packages.llama-index-readers-twitter
  • python313Packages.llama-index-readers-twitter.dist
  • python313Packages.llama-index-readers-txtai
  • python313Packages.llama-index-readers-txtai.dist
  • python313Packages.llama-index-readers-weather
  • python313Packages.llama-index-readers-weather.dist
  • python313Packages.llama-index-vector-stores-chroma
  • python313Packages.llama-index-vector-stores-chroma.dist
  • python313Packages.llama-index-vector-stores-google
  • python313Packages.llama-index-vector-stores-google.dist
  • python313Packages.llama-index-vector-stores-milvus
  • python313Packages.llama-index-vector-stores-milvus.dist
  • python313Packages.llama-index-vector-stores-postgres
  • python313Packages.llama-index-vector-stores-postgres.dist
  • python313Packages.llama-index-vector-stores-qdrant
  • python313Packages.llama-index-vector-stores-qdrant.dist
  • python313Packages.llama-index.dist
  • python313Packages.llama-parse
  • python313Packages.llama-parse.dist
  • python313Packages.moviepy
  • python313Packages.moviepy.dist
  • python313Packages.mpv
  • python313Packages.mpv.dist
  • python313Packages.pettingzoo
  • python313Packages.pettingzoo.dist
  • python313Packages.shimmy
  • python313Packages.shimmy.dist
  • python313Packages.skrl
  • python313Packages.skrl.dist
  • python313Packages.spacy
  • python313Packages.spacy-curated-transformers
  • python313Packages.spacy-curated-transformers.dist
  • python313Packages.spacy-loggers
  • python313Packages.spacy-loggers.dist
  • python313Packages.spacy-lookups-data
  • python313Packages.spacy-lookups-data.dist
  • python313Packages.spacy-transformers
  • python313Packages.spacy-transformers.dist
  • python313Packages.spacy.dist
  • python313Packages.stable-baselines3
  • python313Packages.stable-baselines3.dist
  • python313Packages.textacy
  • python313Packages.textacy.dist
  • python313Packages.textnets
  • python313Packages.textnets.dist
  • python313Packages.tianshou
  • python313Packages.tianshou.dist
  • python313Packages.torchrl
  • python313Packages.torchrl.dist
  • python313Packages.tubeup
  • python313Packages.tubeup.dist
  • python313Packages.vmas
  • python313Packages.vmas.dist
  • python313Packages.wandb
  • python313Packages.wandb.dist
  • python313Packages.yark
  • python313Packages.yark.dist
  • yt-dlp (python313Packages.yt-dlp)
  • yt-dlp.dist (python313Packages.yt-dlp.dist)
  • qimgv
  • qtgreet
  • quarto
  • quartoMinimal
  • radio-cli
  • radioboat
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • sharedown
  • shira
  • shira.dist
  • silverbullet
  • simple-live-app
  • simple-live-app.debug
  • simple-live-app.pubcache
  • somafm-cli
  • spotdl
  • spotdl.dist
  • subtitleedit
  • svp
  • switchfin
  • szurubooru.server
  • szurubooru.server.dist
  • tartube-yt-dlp
  • tartube-yt-dlp.dist
  • tomato-c
  • tts
  • tts.dist
  • tuba
  • varia
  • vidcutter
  • vidcutter.dist
  • video-downloader
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • windmill
  • wtwitch
  • yewtube
  • yewtube.dist
  • youtube-tui
  • ytcc
  • ytcc.dist
  • ytdl-sub
  • ytdl-sub.dist
  • ytdownloader
  • ytfzf
  • ytmdl
  • ytmdl.dist
  • ytui-music
✅ 12 packages built:
  • ankiAddons.review-heatmap
  • anubis
  • claude-code-router
  • esbuild
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • opcua-commander
  • plausible
  • rescript-language-server
  • vscode-extensions.rust-lang.rust-analyzer

Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. and removed 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. labels Dec 5, 2025
@r-ryantm r-ryantm changed the title esbuild: 0.25.5 -> 0.27.1 esbuild: 0.25.5 -> 0.27.2 Dec 18, 2025
@r-ryantm r-ryantm force-pushed the auto-update/esbuild branch from 55afe66 to 07b7bc7 Compare December 18, 2025 18:45
@r-ryantm
Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.27.2/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.27.2 with grep in /nix/store/h4wf5d5nv06arjx79hka2w89byqz6mga-esbuild-0.27.2
  • found 0.27.2 in filename of file in /nix/store/h4wf5d5nv06arjx79hka2w89byqz6mga-esbuild-0.27.2

Rebuild report (if merged into master) (click to expand)
326 total rebuild path(s)

326 package rebuild(s)

First fifty rebuilds by attrpath

adl
aider-chat-full
aider-chat-with-help
alpaca
ani-cli
anime-downloader
ankiAddons.review-heatmap
anubis
auto-editor
backgroundremover
bluebubbles
botamusique
castero
catt
celluloid
clapper
clapper-enhancers
claude-code-router
clipgrab
cplay-ng
curseradio
delfin
deno
dmlive
dra-cla
era
esbuild
ff2mpv
ff2mpv-go
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gallery-dl
gleam
gonic
gophertube
gpodder
gtk-pipe-viewer
haruna
home-assistant-component-tests.media_extractor
hydrus
hypnotix
invidtui
jellyfin-mpv-shim
jellyfin-tui
jellytui
jftui
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/h4wf5d5nv06arjx79hka2w89byqz6mga-esbuild-0.27.2 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/07b7bc78bf940607ee829b496190a2026385b765.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/07b7bc78bf940607ee829b496190a2026385b765#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/h4wf5d5nv06arjx79hka2w89byqz6mga-esbuild-0.27.2
ls -la /nix/store/h4wf5d5nv06arjx79hka2w89byqz6mga-esbuild-0.27.2/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 07b7bc78bf940607ee829b496190a2026385b765


x86_64-linux

❌ 426 packages failed to build:
  • adl
  • aider-chat-full
  • aider-chat-full.dist
  • aider-chat-with-help
  • aider-chat-with-help.dist
  • alpaca
  • ani-cli
  • anime-downloader
  • anime-downloader.dist
  • auto-editor
  • backgroundremover
  • backgroundremover.dist
  • bluebubbles
  • bluebubbles.debug
  • bluebubbles.pubcache
  • botamusique
  • castero
  • castero.dist
  • catt
  • catt.dist
  • celluloid
  • clapper
  • clapper-enhancers
  • cplay-ng
  • cplay-ng.dist
  • curseradio
  • curseradio.dist
  • delfin
  • deno
  • dmlive
  • dra-cla
  • era
  • ff2mpv
  • ff2mpv-go
  • gallery-dl
  • gallery-dl.dist
  • gleam
  • gonic
  • gophertube
  • gpodder
  • gtk-pipe-viewer
  • gtk-pipe-viewer.devdoc
  • haruna
  • home-assistant-component-tests.media_extractor
  • hydrus
  • hydrus.doc
  • hypnotix
  • invidtui
  • jellyfin-mpv-shim
  • jellyfin-mpv-shim.dist
  • jellyfin-tui
  • jellytui
  • jftui
  • kdePackages.audiotube
  • kdePackages.audiotube.debug
  • kdePackages.audiotube.dev
  • kdePackages.audiotube.devtools
  • kdePackages.kalarm
  • kdePackages.kalarm.debug
  • kdePackages.kalarm.dev
  • kdePackages.kalarm.devtools
  • kdePackages.plasmatube
  • kdePackages.plasmatube.debug
  • kdePackages.plasmatube.dev
  • kdePackages.plasmatube.devtools
  • kikoplay
  • klipperscreen
  • kodiPackages.sendtokodi
  • linux-wallpaperengine
  • liquidsoap
  • lollypop
  • memento
  • minari (python313Packages.minari)
  • minari.dist (python313Packages.minari.dist)
  • minitube
  • monophony
  • monophony.dist
  • moodle-dl
  • moodle-dl.dist
  • mopidy-youtube
  • mopidy-youtube.dist
  • mov-cli
  • mov-cli.dist
  • mpc-qt
  • mpv
  • mpv-handler
  • mpvScripts.mpv-playlistmanager
  • mpvpaper
  • newelle
  • parabolic
  • parrot
  • persepolis
  • photoqt
  • pinchflat
  • pipe-viewer
  • pipe-viewer.devdoc
  • plex-mpv-shim
  • plex-mpv-shim.dist
  • previewqt
  • python312Packages.ale-py
  • python312Packages.ale-py.dist
  • python312Packages.baselines
  • python312Packages.baselines.dist
  • python312Packages.bgutil-ytdlp-pot-provider
  • python312Packages.bgutil-ytdlp-pot-provider.dist
  • python312Packages.brax
  • python312Packages.brax.dist
  • python312Packages.bsuite
  • python312Packages.bsuite.dist
  • python312Packages.cltk
  • python312Packages.cltk.dist
  • python312Packages.dalle-mini
  • python312Packages.dalle-mini.dist
  • python312Packages.fastai
  • python312Packages.fastai.dist
  • python312Packages.graphrag
  • python312Packages.graphrag.dist
  • python312Packages.gym
  • python312Packages.gym.dist
  • python312Packages.gymnasium
  • python312Packages.gymnasium.dist
  • python312Packages.k-diffusion
  • python312Packages.k-diffusion.dist
  • python312Packages.kokoro
  • python312Packages.kokoro.dist
  • python312Packages.lerobot
  • python312Packages.lerobot.dist
  • python312Packages.llama-cloud-services
  • python312Packages.llama-cloud-services.dist
  • python312Packages.llama-index
  • python312Packages.llama-index-cli
  • python312Packages.llama-index-cli.dist
  • python312Packages.llama-index-core
  • python312Packages.llama-index-core.dist
  • python312Packages.llama-index-embeddings-gemini
  • python312Packages.llama-index-embeddings-gemini.dist
  • python312Packages.llama-index-embeddings-google
  • python312Packages.llama-index-embeddings-google.dist
  • python312Packages.llama-index-embeddings-huggingface
  • python312Packages.llama-index-embeddings-huggingface.dist
  • python312Packages.llama-index-embeddings-ollama
  • python312Packages.llama-index-embeddings-ollama.dist
  • python312Packages.llama-index-embeddings-openai
  • python312Packages.llama-index-embeddings-openai.dist
  • python312Packages.llama-index-graph-stores-nebula
  • python312Packages.llama-index-graph-stores-nebula.dist
  • python312Packages.llama-index-graph-stores-neo4j
  • python312Packages.llama-index-graph-stores-neo4j.dist
  • python312Packages.llama-index-graph-stores-neptune
  • python312Packages.llama-index-graph-stores-neptune.dist
  • python312Packages.llama-index-indices-managed-llama-cloud
  • python312Packages.llama-index-indices-managed-llama-cloud.dist
  • python312Packages.llama-index-legacy
  • python312Packages.llama-index-legacy.dist
  • python312Packages.llama-index-llms-ollama
  • python312Packages.llama-index-llms-ollama.dist
  • python312Packages.llama-index-llms-openai
  • python312Packages.llama-index-llms-openai-like
  • python312Packages.llama-index-llms-openai-like.dist
  • python312Packages.llama-index-llms-openai.dist
  • python312Packages.llama-index-multi-modal-llms-openai
  • python312Packages.llama-index-multi-modal-llms-openai.dist
  • python312Packages.llama-index-node-parser-docling
  • python312Packages.llama-index-node-parser-docling.dist
  • python312Packages.llama-index-readers-database
  • python312Packages.llama-index-readers-database.dist
  • python312Packages.llama-index-readers-file
  • python312Packages.llama-index-readers-file.dist
  • python312Packages.llama-index-readers-json
  • python312Packages.llama-index-readers-json.dist
  • python312Packages.llama-index-readers-llama-parse
  • python312Packages.llama-index-readers-llama-parse.dist
  • python312Packages.llama-index-readers-s3
  • python312Packages.llama-index-readers-s3.dist
  • python312Packages.llama-index-readers-twitter
  • python312Packages.llama-index-readers-twitter.dist
  • python312Packages.llama-index-readers-txtai
  • python312Packages.llama-index-readers-txtai.dist
  • python312Packages.llama-index-readers-weather
  • python312Packages.llama-index-readers-weather.dist
  • python312Packages.llama-index-vector-stores-chroma
  • python312Packages.llama-index-vector-stores-chroma.dist
  • python312Packages.llama-index-vector-stores-google
  • python312Packages.llama-index-vector-stores-google.dist
  • python312Packages.llama-index-vector-stores-milvus
  • python312Packages.llama-index-vector-stores-milvus.dist
  • python312Packages.llama-index-vector-stores-postgres
  • python312Packages.llama-index-vector-stores-postgres.dist
  • python312Packages.llama-index-vector-stores-qdrant
  • python312Packages.llama-index-vector-stores-qdrant.dist
  • python312Packages.llama-index.dist
  • python312Packages.llama-parse
  • python312Packages.llama-parse.dist
  • python312Packages.minari
  • python312Packages.minari.dist
  • python312Packages.moviepy
  • python312Packages.moviepy.dist
  • python312Packages.mpv
  • python312Packages.mpv.dist
  • python312Packages.pettingzoo
  • python312Packages.pettingzoo.dist
  • python312Packages.shimmy
  • python312Packages.shimmy.dist
  • python312Packages.skrl
  • python312Packages.skrl.dist
  • python312Packages.spacy
  • python312Packages.spacy-curated-transformers
  • python312Packages.spacy-curated-transformers.dist
  • python312Packages.spacy-loggers
  • python312Packages.spacy-loggers.dist
  • python312Packages.spacy-lookups-data
  • python312Packages.spacy-lookups-data.dist
  • python312Packages.spacy-transformers
  • python312Packages.spacy-transformers.dist
  • python312Packages.spacy.dist
  • python312Packages.stable-baselines3
  • python312Packages.stable-baselines3.dist
  • python312Packages.textacy
  • python312Packages.textacy.dist
  • python312Packages.textnets
  • python312Packages.textnets.dist
  • python312Packages.tianshou
  • python312Packages.tianshou.dist
  • python312Packages.torchrl
  • python312Packages.torchrl.dist
  • python312Packages.tubeup
  • python312Packages.tubeup.dist
  • python312Packages.vmas
  • python312Packages.vmas.dist
  • python312Packages.wandb
  • python312Packages.wandb.dist
  • python312Packages.yark
  • python312Packages.yark.dist
  • python312Packages.yt-dlp
  • python312Packages.yt-dlp.dist
  • python313Packages.ale-py
  • python313Packages.ale-py.dist
  • python313Packages.baselines
  • python313Packages.baselines.dist
  • python313Packages.bgutil-ytdlp-pot-provider
  • python313Packages.bgutil-ytdlp-pot-provider.dist
  • python313Packages.brax
  • python313Packages.brax.dist
  • python313Packages.bsuite
  • python313Packages.bsuite.dist
  • python313Packages.cltk
  • python313Packages.cltk.dist
  • python313Packages.dalle-mini
  • python313Packages.dalle-mini.dist
  • python313Packages.fastai
  • python313Packages.fastai.dist
  • python313Packages.gym
  • python313Packages.gym.dist
  • python313Packages.gymnasium
  • python313Packages.gymnasium.dist
  • python313Packages.k-diffusion
  • python313Packages.k-diffusion.dist
  • python313Packages.kokoro
  • python313Packages.kokoro.dist
  • python313Packages.lerobot
  • python313Packages.lerobot.dist
  • python313Packages.llama-cloud-services
  • python313Packages.llama-cloud-services.dist
  • python313Packages.llama-index
  • python313Packages.llama-index-cli
  • python313Packages.llama-index-cli.dist
  • python313Packages.llama-index-core
  • python313Packages.llama-index-core.dist
  • python313Packages.llama-index-embeddings-gemini
  • python313Packages.llama-index-embeddings-gemini.dist
  • python313Packages.llama-index-embeddings-google
  • python313Packages.llama-index-embeddings-google.dist
  • python313Packages.llama-index-embeddings-huggingface
  • python313Packages.llama-index-embeddings-huggingface.dist
  • python313Packages.llama-index-embeddings-ollama
  • python313Packages.llama-index-embeddings-ollama.dist
  • python313Packages.llama-index-embeddings-openai
  • python313Packages.llama-index-embeddings-openai.dist
  • python313Packages.llama-index-graph-stores-neo4j
  • python313Packages.llama-index-graph-stores-neo4j.dist
  • python313Packages.llama-index-graph-stores-neptune
  • python313Packages.llama-index-graph-stores-neptune.dist
  • python313Packages.llama-index-indices-managed-llama-cloud
  • python313Packages.llama-index-indices-managed-llama-cloud.dist
  • python313Packages.llama-index-legacy
  • python313Packages.llama-index-legacy.dist
  • python313Packages.llama-index-llms-ollama
  • python313Packages.llama-index-llms-ollama.dist
  • python313Packages.llama-index-llms-openai
  • python313Packages.llama-index-llms-openai-like
  • python313Packages.llama-index-llms-openai-like.dist
  • python313Packages.llama-index-llms-openai.dist
  • python313Packages.llama-index-multi-modal-llms-openai
  • python313Packages.llama-index-multi-modal-llms-openai.dist
  • python313Packages.llama-index-node-parser-docling
  • python313Packages.llama-index-node-parser-docling.dist
  • python313Packages.llama-index-readers-database
  • python313Packages.llama-index-readers-database.dist
  • python313Packages.llama-index-readers-file
  • python313Packages.llama-index-readers-file.dist
  • python313Packages.llama-index-readers-json
  • python313Packages.llama-index-readers-json.dist
  • python313Packages.llama-index-readers-llama-parse
  • python313Packages.llama-index-readers-llama-parse.dist
  • python313Packages.llama-index-readers-s3
  • python313Packages.llama-index-readers-s3.dist
  • python313Packages.llama-index-readers-twitter
  • python313Packages.llama-index-readers-twitter.dist
  • python313Packages.llama-index-readers-txtai
  • python313Packages.llama-index-readers-txtai.dist
  • python313Packages.llama-index-readers-weather
  • python313Packages.llama-index-readers-weather.dist
  • python313Packages.llama-index-vector-stores-chroma
  • python313Packages.llama-index-vector-stores-chroma.dist
  • python313Packages.llama-index-vector-stores-google
  • python313Packages.llama-index-vector-stores-google.dist
  • python313Packages.llama-index-vector-stores-milvus
  • python313Packages.llama-index-vector-stores-milvus.dist
  • python313Packages.llama-index-vector-stores-postgres
  • python313Packages.llama-index-vector-stores-postgres.dist
  • python313Packages.llama-index-vector-stores-qdrant
  • python313Packages.llama-index-vector-stores-qdrant.dist
  • python313Packages.llama-index.dist
  • python313Packages.llama-parse
  • python313Packages.llama-parse.dist
  • python313Packages.moviepy
  • python313Packages.moviepy.dist
  • python313Packages.mpv
  • python313Packages.mpv.dist
  • python313Packages.pettingzoo
  • python313Packages.pettingzoo.dist
  • python313Packages.shimmy
  • python313Packages.shimmy.dist
  • python313Packages.skrl
  • python313Packages.skrl.dist
  • python313Packages.spacy
  • python313Packages.spacy-curated-transformers
  • python313Packages.spacy-curated-transformers.dist
  • python313Packages.spacy-loggers
  • python313Packages.spacy-loggers.dist
  • python313Packages.spacy-lookups-data
  • python313Packages.spacy-lookups-data.dist
  • python313Packages.spacy-transformers
  • python313Packages.spacy-transformers.dist
  • python313Packages.spacy.dist
  • python313Packages.stable-baselines3
  • python313Packages.stable-baselines3.dist
  • python313Packages.textacy
  • python313Packages.textacy.dist
  • python313Packages.textnets
  • python313Packages.textnets.dist
  • python313Packages.tianshou
  • python313Packages.tianshou.dist
  • python313Packages.torchrl
  • python313Packages.torchrl.dist
  • python313Packages.tubeup
  • python313Packages.tubeup.dist
  • python313Packages.vmas
  • python313Packages.vmas.dist
  • python313Packages.wandb
  • python313Packages.wandb.dist
  • python313Packages.yark
  • python313Packages.yark.dist
  • yt-dlp (python313Packages.yt-dlp)
  • yt-dlp.dist (python313Packages.yt-dlp.dist)
  • qimgv
  • qtgreet
  • quarto
  • quartoMinimal
  • radio-cli
  • radioboat
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • sharedown
  • shira
  • shira.dist
  • silverbullet
  • simple-live-app
  • simple-live-app.debug
  • simple-live-app.pubcache
  • somafm-cli
  • spotdl
  • spotdl.dist
  • subtitleedit
  • svp
  • switchfin
  • szurubooru.server
  • szurubooru.server.dist
  • tartube-yt-dlp
  • tartube-yt-dlp.dist
  • tomato-c
  • tts
  • tts.dist
  • tuba
  • varia
  • vidcutter
  • vidcutter.dist
  • video-downloader
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • windmill
  • wtwitch
  • yewtube
  • yewtube.dist
  • youtube-tui
  • ytcc
  • ytcc.dist
  • ytdl-sub
  • ytdl-sub.dist
  • ytdownloader
  • ytfzf
  • ytmdl
  • ytmdl.dist
  • ytui-music
✅ 12 packages built:
  • ankiAddons.review-heatmap
  • anubis
  • claude-code-router
  • esbuild
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • opcua-commander
  • plausible
  • rescript-language-server
  • vscode-extensions.rust-lang.rust-analyzer

Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci Bot added the 8.has: package (update) This PR updates a package to a newer version label Jan 26, 2026
@Lucus16 Lucus16 mentioned this pull request Feb 5, 2026
13 tasks
@r-ryantm r-ryantm changed the title esbuild: 0.25.5 -> 0.27.2 esbuild: 0.27.2 -> 0.27.3 Feb 16, 2026
@r-ryantm r-ryantm force-pushed the auto-update/esbuild branch from 07b7bc7 to 57022f7 Compare February 16, 2026 06:40
@r-ryantm
Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.27.3/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.27.3 with grep in /nix/store/zb469amilxq1pr4njpj02bxr1d1r8gl2-esbuild-0.27.3
  • found 0.27.3 in filename of file in /nix/store/zb469amilxq1pr4njpj02bxr1d1r8gl2-esbuild-0.27.3

Rebuild report (if merged into master) (click to expand)
131 total rebuild path(s)

131 package rebuild(s)

First fifty rebuilds by attrpath

adl
ani-cli
anime-downloader
ankiAddons.review-heatmap
anubis
auto-editor
bluebubbles
botamusique
castero
catt
celluloid
clapper
clapper-enhancers
clipgrab
cplay-ng
curseradio
delfin
deno
dmlive
dra-cla
era
esbuild
feishin
ff2mpv
ff2mpv-go
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gallery-dl
gleam
gonic
gophertube
gpodder
gtk-pipe-viewer
haruna
hydrus
hypnotix
invidtui
jellyfin-mpv-shim
jellyfin-tui
jellytui
jftui
kdePackages.audiotube
kdePackages.kalarm
kdePackages.plasmatube
kikoplay
klipperscreen
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/zb469amilxq1pr4njpj02bxr1d1r8gl2-esbuild-0.27.3 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/57022f7a99a2709e5fc84d972d8f82e380ad3fef.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/57022f7a99a2709e5fc84d972d8f82e380ad3fef#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/zb469amilxq1pr4njpj02bxr1d1r8gl2-esbuild-0.27.3
ls -la /nix/store/zb469amilxq1pr4njpj02bxr1d1r8gl2-esbuild-0.27.3/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 57022f7a99a2709e5fc84d972d8f82e380ad3fef


x86_64-linux

✅ 183 packages built:
  • adl
  • ani-cli
  • anime-downloader
  • anime-downloader.dist
  • ankiAddons.review-heatmap
  • anubis
  • auto-editor
  • bluebubbles
  • bluebubbles.debug
  • bluebubbles.pubcache
  • botamusique
  • castero
  • castero.dist
  • catt
  • catt.dist
  • celluloid
  • clapper
  • clapper-enhancers
  • cplay-ng
  • cplay-ng.dist
  • curseradio
  • curseradio.dist
  • delfin
  • deno
  • dmlive
  • dra-cla
  • era
  • esbuild
  • feishin
  • ff2mpv
  • ff2mpv-go
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • gallery-dl
  • gallery-dl.dist
  • gleam
  • gonic
  • gophertube
  • gpodder
  • gtk-pipe-viewer
  • gtk-pipe-viewer.devdoc
  • haruna
  • hydrus
  • hydrus.doc
  • hypnotix
  • invidtui
  • jellyfin-mpv-shim
  • jellyfin-mpv-shim.dist
  • jellyfin-tui
  • jellytui
  • jftui
  • kdePackages.audiotube
  • kdePackages.audiotube.debug
  • kdePackages.audiotube.dev
  • kdePackages.audiotube.devtools
  • kdePackages.kalarm
  • kdePackages.kalarm.debug
  • kdePackages.kalarm.dev
  • kdePackages.kalarm.devtools
  • kdePackages.plasmatube
  • kdePackages.plasmatube.debug
  • kdePackages.plasmatube.dev
  • kdePackages.plasmatube.devtools
  • kikoplay
  • klipperscreen
  • kodiPackages.sendtokodi
  • linux-wallpaperengine
  • liquidsoap
  • lollypop
  • memento
  • minitube
  • mkchromecast
  • mkchromecast.dist
  • monophony
  • monophony.dist
  • moodle-dl
  • moodle-dl.dist
  • mopidy-youtube
  • mopidy-youtube.dist
  • mov-cli
  • mov-cli.dist
  • mpc-qt
  • mpv
  • mpv-handler
  • mpvScripts.mpv-playlistmanager
  • mpvpaper
  • opcua-commander
  • parabolic
  • parrot
  • persepolis
  • photoqt
  • pinchflat
  • pipe-viewer
  • pipe-viewer.devdoc
  • pipeline
  • plausible
  • plex-mpv-shim
  • plex-mpv-shim.dist
  • previewqt
  • python313Packages.bgutil-ytdlp-pot-provider
  • python313Packages.bgutil-ytdlp-pot-provider.dist
  • python313Packages.mpv
  • python313Packages.mpv.dist
  • python313Packages.tubeup
  • python313Packages.tubeup.dist
  • python313Packages.yark
  • python313Packages.yark.dist
  • yt-dlp (python313Packages.yt-dlp)
  • yt-dlp.dist (python313Packages.yt-dlp.dist)
  • python314Packages.bgutil-ytdlp-pot-provider
  • python314Packages.bgutil-ytdlp-pot-provider.dist
  • python314Packages.mpv
  • python314Packages.mpv.dist
  • python314Packages.tubeup
  • python314Packages.tubeup.dist
  • python314Packages.yark
  • python314Packages.yark.dist
  • python314Packages.yt-dlp
  • python314Packages.yt-dlp.dist
  • qimgv
  • qtgreet
  • quarto
  • quartoMinimal
  • radiance-vj
  • radio-cli
  • radioboat
  • rescript-language-server
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • sharedown
  • shira
  • shira.dist
  • simple-live-app
  • simple-live-app.debug
  • simple-live-app.pubcache
  • somafm-cli
  • spotdl
  • spotdl.dist
  • subtitleedit
  • svp
  • switchfin
  • szurubooru.server
  • szurubooru.server.dist
  • tartube-yt-dlp
  • tartube-yt-dlp.dist
  • tests.home-assistant-component-tests.media_extractor
  • tomato-c
  • tuba
  • varia
  • vidcutter
  • vidcutter.dist
  • video-downloader
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • vscode-extensions.rust-lang.rust-analyzer
  • windmill
  • wtwitch
  • yewtube
  • yewtube.dist
  • youtube-tui
  • ytcc
  • ytcc.dist
  • ytdl-sub
  • ytdl-sub.dist
  • ytdownloader
  • ytfzf
  • ytmdl
  • ytmdl.dist
  • ytui-music

Maintainer pings

cc @Lucus16 @undefined-moe @ivan for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. and removed 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. labels Feb 16, 2026
@r-ryantm r-ryantm changed the title esbuild: 0.27.2 -> 0.27.3 esbuild: 0.27.2 -> 0.27.4 Mar 19, 2026
@r-ryantm r-ryantm force-pushed the auto-update/esbuild branch from 57022f7 to d7e3a44 Compare March 19, 2026 23:54
@r-ryantm
Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.27.4/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.27.4 with grep in /nix/store/v9wggpc9yb53hg6hvhxviiy8vlvdapbd-esbuild-0.27.4
  • found 0.27.4 in filename of file in /nix/store/v9wggpc9yb53hg6hvhxviiy8vlvdapbd-esbuild-0.27.4

Rebuild report (if merged into master) (click to expand)
133 total rebuild path(s)

133 package rebuild(s)

First fifty rebuilds by attrpath

adl
ani-cli
anime-downloader
ankiAddons.review-heatmap
anubis
auto-editor
bluebubbles
botamusique
castero
catt
celluloid
cine
clapper
clapper-enhancers
cliamp
clipgrab
cplay-ng
curseradio
delfin
deno
dmlive
dra-cla
era
esbuild
ff2mpv
ff2mpv-go
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gallery-dl
gleam
gonic
gophertube
gpodder
gtk-pipe-viewer
haruna
hydrus
hypnotix
invidtui
jellyfin-mpv-shim
jellyfin-tui
jellytui
jftui
kdePackages.audiotube
kdePackages.kalarm
kdePackages.plasmatube
kikoplay
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/v9wggpc9yb53hg6hvhxviiy8vlvdapbd-esbuild-0.27.4 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/d7e3a44308cc6f0746a50337aca6664137e9b170.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/d7e3a44308cc6f0746a50337aca6664137e9b170#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/v9wggpc9yb53hg6hvhxviiy8vlvdapbd-esbuild-0.27.4
ls -la /nix/store/v9wggpc9yb53hg6hvhxviiy8vlvdapbd-esbuild-0.27.4/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: d7e3a44308cc6f0746a50337aca6664137e9b170


x86_64-linux

❌ 15 packages failed to build:
  • castero
  • castero.dist
  • cine
  • hydrus
  • hydrus.doc
  • jellyfin-mpv-shim
  • jellyfin-mpv-shim.dist
  • klipperscreen
  • plex-mpv-shim
  • plex-mpv-shim.dist
  • python313Packages.mpv
  • python313Packages.mpv.dist
  • python314Packages.mpv
  • python314Packages.mpv.dist
  • qtgreet
✅ 172 packages built:
  • adl
  • ani-cli
  • anime-downloader
  • anime-downloader.dist
  • ankiAddons.review-heatmap
  • anubis
  • auto-editor
  • bluebubbles
  • bluebubbles.debug
  • bluebubbles.pubcache
  • botamusique
  • catt
  • catt.dist
  • celluloid
  • clapper
  • clapper-enhancers
  • cliamp
  • cplay-ng
  • cplay-ng.dist
  • curseradio
  • curseradio.dist
  • delfin
  • deno
  • dmlive
  • dra-cla
  • era
  • esbuild
  • ff2mpv
  • ff2mpv-go
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • gallery-dl
  • gallery-dl.dist
  • gleam
  • gonic
  • gophertube
  • gpodder
  • gtk-pipe-viewer
  • gtk-pipe-viewer.devdoc
  • haruna
  • hypnotix
  • invidtui
  • jellyfin-tui
  • jellytui
  • jftui
  • kdePackages.audiotube
  • kdePackages.audiotube.debug
  • kdePackages.audiotube.dev
  • kdePackages.audiotube.devtools
  • kdePackages.kalarm
  • kdePackages.kalarm.debug
  • kdePackages.kalarm.dev
  • kdePackages.kalarm.devtools
  • kdePackages.plasmatube
  • kdePackages.plasmatube.debug
  • kdePackages.plasmatube.dev
  • kdePackages.plasmatube.devtools
  • kikoplay
  • kodiPackages.sendtokodi
  • linux-wallpaperengine
  • liquidsoap
  • lollypop
  • memento
  • minitube
  • mkchromecast
  • mkchromecast.dist
  • monophony
  • monophony.dist
  • moodle-dl
  • moodle-dl.dist
  • mopidy-youtube
  • mopidy-youtube.dist
  • mov-cli
  • mov-cli.dist
  • mpc-qt
  • mpv
  • mpv-handler
  • mpvScripts.mpv-playlistmanager
  • mpvpaper
  • opcua-commander
  • parabolic
  • parrot
  • persepolis
  • photoqt
  • pinchflat
  • pipe-viewer
  • pipe-viewer.devdoc
  • pipeline
  • plausible
  • previewqt
  • python313Packages.bgutil-ytdlp-pot-provider
  • python313Packages.bgutil-ytdlp-pot-provider.dist
  • python313Packages.tubeup
  • python313Packages.tubeup.dist
  • python313Packages.yark
  • python313Packages.yark.dist
  • yt-dlp (python313Packages.yt-dlp)
  • yt-dlp.dist (python313Packages.yt-dlp.dist)
  • python314Packages.bgutil-ytdlp-pot-provider
  • python314Packages.bgutil-ytdlp-pot-provider.dist
  • python314Packages.tubeup
  • python314Packages.tubeup.dist
  • python314Packages.yark
  • python314Packages.yark.dist
  • python314Packages.yt-dlp
  • python314Packages.yt-dlp.dist
  • qimgv
  • quarto
  • quartoMinimal
  • radiance-vj
  • radio-cli
  • radioboat
  • rescript-language-server
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • scdl
  • scdl.dist
  • sharedown
  • shira
  • shira.dist
  • simple-live-app
  • simple-live-app.debug
  • simple-live-app.pubcache
  • somafm-cli
  • spotdl
  • spotdl.dist
  • stremio-linux-shell
  • subtitleedit
  • svp
  • switchfin
  • szurubooru.server
  • szurubooru.server.dist
  • tartube-yt-dlp
  • tartube-yt-dlp.dist
  • tests.home-assistant-component-tests.media_extractor
  • tomato-c
  • tuba
  • varia
  • vidcutter
  • vidcutter.dist
  • video-downloader
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • vscode-extensions.rust-lang.rust-analyzer
  • windmill
  • wtwitch
  • yewtube
  • yewtube.dist
  • youtube-tui
  • ytcc
  • ytcc.dist
  • ytdl-sub
  • ytdl-sub.dist
  • ytdownloader
  • ytfzf
  • ytmdl
  • ytmdl.dist
  • ytui-music

Maintainer pings

cc @Lucus16 @undefined-moe for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@r-ryantm r-ryantm changed the title esbuild: 0.27.2 -> 0.27.4 esbuild: 0.27.2 -> 0.28.0 Apr 6, 2026
@r-ryantm r-ryantm force-pushed the auto-update/esbuild branch from d7e3a44 to 2c40e26 Compare April 6, 2026 20:30
@r-ryantm
Copy link
Copy Markdown
Contributor Author

r-ryantm commented Apr 6, 2026

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/evanw/esbuild/releases.

meta.description for esbuild is: Extremely fast JavaScript bundler

meta.homepage for esbuild is: https://esbuild.github.io

meta.changelog for esbuild is: https://github.com/evanw/esbuild/blob/v0.28.0/CHANGELOG.md

Updates performed
  • Golang update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0.28.0 with grep in /nix/store/m0nlcdpkjbc5dira4kkakgsvgmxjk61g-esbuild-0.28.0
  • found 0.28.0 in filename of file in /nix/store/m0nlcdpkjbc5dira4kkakgsvgmxjk61g-esbuild-0.28.0

Rebuild report (if merged into master) (click to expand)
134 total rebuild path(s)

134 package rebuild(s)

First fifty rebuilds by attrpath

adl
ani-cli
anime-downloader
ankiAddons.review-heatmap
anubis
auto-editor
bluebubbles
botamusique
castero
catt
celluloid
cine
clapper
clapper-enhancers
cliamp
clipgrab
cplay-ng
curseradio
delfin
deno
dioxus-cli
dmlive
dra-cla
era
esbuild
ff2mpv
ff2mpv-go
firezone-server
firezone-server-api
firezone-server-domain
firezone-server-web
fosrl-pangolin
gallery-dl
gleam
gonic
gophertube
gpodder
gtk-pipe-viewer
haruna
hydrus
hypnotix
invidtui
jellyfin-mpv-shim
jellyfin-tui
jellytui
jftui
kdePackages.audiotube
kdePackages.kalarm
kdePackages.plasmatube
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/m0nlcdpkjbc5dira4kkakgsvgmxjk61g-esbuild-0.28.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A esbuild https://github.com/r-ryantm/nixpkgs/archive/2c40e26f0567601a3c5bf0af6217c9bd664a664c.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/2c40e26f0567601a3c5bf0af6217c9bd664a664c#esbuild

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/m0nlcdpkjbc5dira4kkakgsvgmxjk61g-esbuild-0.28.0
ls -la /nix/store/m0nlcdpkjbc5dira4kkakgsvgmxjk61g-esbuild-0.28.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 2c40e26f0567601a3c5bf0af6217c9bd664a664c


x86_64-linux

❌ 15 packages failed to build:
  • castero
  • castero.dist
  • cine
  • hydrus
  • hydrus.doc
  • jellyfin-mpv-shim
  • jellyfin-mpv-shim.dist
  • klipperscreen
  • plex-mpv-shim
  • plex-mpv-shim.dist
  • python313Packages.mpv
  • python313Packages.mpv.dist
  • python314Packages.mpv
  • python314Packages.mpv.dist
  • qtgreet
✅ 171 packages built:
  • adl
  • ani-cli
  • anime-downloader
  • anime-downloader.dist
  • ankiAddons.review-heatmap
  • anubis
  • auto-editor
  • bluebubbles
  • bluebubbles.debug
  • bluebubbles.pubcache
  • botamusique
  • catt
  • catt.dist
  • celluloid
  • clapper
  • clapper-enhancers
  • cliamp
  • cplay-ng
  • cplay-ng.dist
  • curseradio
  • curseradio.dist
  • delfin
  • deno
  • dioxus-cli
  • dmlive
  • dra-cla
  • era
  • esbuild
  • ff2mpv
  • ff2mpv-go
  • firezone-server (firezone-server-domain)
  • firezone-server-api
  • firezone-server-web
  • fosrl-pangolin
  • gallery-dl
  • gallery-dl.dist
  • gleam
  • gonic
  • gophertube
  • gpodder
  • gtk-pipe-viewer
  • gtk-pipe-viewer.devdoc
  • haruna
  • hypnotix
  • invidtui
  • jellyfin-tui
  • jellytui
  • jftui
  • kdePackages.audiotube
  • kdePackages.audiotube.debug
  • kdePackages.audiotube.dev
  • kdePackages.audiotube.devtools
  • kdePackages.kalarm
  • kdePackages.kalarm.debug
  • kdePackages.kalarm.dev
  • kdePackages.kalarm.devtools
  • kdePackages.plasmatube
  • kdePackages.plasmatube.debug
  • kdePackages.plasmatube.dev
  • kdePackages.plasmatube.devtools
  • kikoplay
  • kodiPackages.sendtokodi
  • linux-wallpaperengine
  • liquidsoap
  • lollypop
  • memento
  • minitube
  • mkchromecast
  • mkchromecast.dist
  • monophony
  • monophony.dist
  • moodle-dl
  • moodle-dl.dist
  • mopidy-youtube
  • mopidy-youtube.dist
  • mov-cli
  • mov-cli.dist
  • mpc-qt
  • mpv
  • mpv-handler
  • mpvScripts.mpv-playlistmanager
  • mpvpaper
  • opcua-commander
  • parabolic
  • parrot
  • persepolis
  • photoqt
  • pinchflat
  • pipe-viewer
  • pipe-viewer.devdoc
  • pipeline
  • plausible
  • previewqt
  • python313Packages.bgutil-ytdlp-pot-provider
  • python313Packages.bgutil-ytdlp-pot-provider.dist
  • python313Packages.tubeup
  • python313Packages.tubeup.dist
  • python313Packages.yark
  • python313Packages.yark.dist
  • yt-dlp (python313Packages.yt-dlp)
  • yt-dlp.dist (python313Packages.yt-dlp.dist)
  • python314Packages.bgutil-ytdlp-pot-provider
  • python314Packages.bgutil-ytdlp-pot-provider.dist
  • python314Packages.tubeup
  • python314Packages.tubeup.dist
  • python314Packages.yark
  • python314Packages.yark.dist
  • python314Packages.yt-dlp
  • python314Packages.yt-dlp.dist
  • qimgv
  • quarto
  • quartoMinimal
  • radiance-vj
  • radio-cli
  • radioboat
  • rescript-language-server
  • rstudio-server
  • rstudioServerWrapper
  • scdl
  • scdl.dist
  • sharedown
  • shira
  • shira.dist
  • simple-live-app
  • simple-live-app.debug
  • simple-live-app.pubcache
  • somafm-cli
  • spotdl
  • spotdl.dist
  • stremio-linux-shell
  • subtitleedit
  • svp
  • switchfin
  • szurubooru.server
  • szurubooru.server.dist
  • tartube-yt-dlp
  • tartube-yt-dlp.dist
  • tests.home-assistant-component-tests.media_extractor
  • tomato-c
  • tuba
  • varia
  • vidcutter
  • vidcutter.dist
  • video-downloader
  • vimPlugins.ddc-filter-matcher_head
  • vimPlugins.ddc-filter-sorter_rank
  • vimPlugins.ddc-fuzzy
  • vimPlugins.ddc-source-around
  • vimPlugins.ddc-source-file
  • vimPlugins.ddc-source-lsp
  • vimPlugins.ddc-ui-native
  • vimPlugins.ddc-ui-pum
  • vimPlugins.ddc-vim
  • vimPlugins.denops-vim
  • vimPlugins.peek-nvim
  • vimPlugins.vim-pluto
  • vscode-extensions.rust-lang.rust-analyzer
  • windmill
  • wtwitch
  • yewtube
  • yewtube.dist
  • youtube-tui
  • ytcc
  • ytcc.dist
  • ytdl-sub
  • ytdl-sub.dist
  • ytdownloader
  • ytfzf
  • ytmdl
  • ytmdl.dist
  • ytui-music

Maintainer pings

cc @Lucus16 @undefined-moe for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 12.approvals: 2 This PR was reviewed and approved by two persons. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants