Skip to content

[nixos-25.05] wasm-bindgen-cli_0_2_104: init at 0.2.104 #461408

Merged
SuperSandro2000 merged 2 commits intoNixOS:release-25.05from
SuperSandro2000:backport-wasm-bindgen
Nov 27, 2025
Merged

[nixos-25.05] wasm-bindgen-cli_0_2_104: init at 0.2.104 #461408
SuperSandro2000 merged 2 commits intoNixOS:release-25.05from
SuperSandro2000:backport-wasm-bindgen

Conversation

@SuperSandro2000
Copy link
Member

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This report is automatically generated by the PR / Check / cherry-pick CI workflow.

Some of the commits in this PR require the author's and reviewer's attention.

Sometimes it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts.
The range-diff will help to review the resolution of conflicts.

If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.

Warning

Difference between 6e58c7fdc2446826e09e62055a1ee7482ed58e46 and original 08dd663 may warrant inspection.

Show diff
@@ Commit message
     It's a case of upgrading a patch version technically being breaking
     change unless you also update the library versions alongside it.
 
+    (cherry picked from commit 08dd663b9be560bcf6775c613cac7cf22722d740)
+
  ## pkgs/build-support/wasm-bindgen-cli/default.nix ##
 @@ pkgs/build-support/wasm-bindgen-cli/default.nix: rustPlatform.buildRustPackage {
    passthru.updateScript = nix-update-script { };
  
    meta = {
 -    homepage = "https://rustwasm.github.io/docs/wasm-bindgen/";
-+    homepage = "wasm-bindgen.github.io/wasm-bindgen/";
++    homepage = "https://wasm-bindgen.github.io/wasm-bindgen/";
      license = with lib.licenses; [
        asl20 # or
        mit
@@ pkgs/by-name/wa/wasm-bindgen-cli_0_2_104/package.nix (new)
 
  ## pkgs/top-level/aliases.nix ##
 @@ pkgs/top-level/aliases.nix: mapAliases {
+   wakatime = wakatime-cli; # 2024-05-30
    wal_e = throw "wal_e was removed as it is unmaintained upstream and depends on the removed boto package; upstream recommends using wal-g or pgbackrest"; # Added 2024-09-22
    wapp = tclPackages.wapp; # Added 2024-10-02
-   wavebox = throw "'wavebox' has been removed due to lack of maintenance in nixpkgs"; # Added 2025-06-24
 -  wasm-bindgen-cli = wasm-bindgen-cli_0_2_100;
 +  wasm-bindgen-cli = wasm-bindgen-cli_0_2_104;
-   watershot = throw "'watershot' has been removed as it is unmaintained upstream and no longer works"; # Added 2025-06-01
    wayfireApplications-unwrapped = throw ''
      'wayfireApplications-unwrapped.wayfire' has been renamed to/replaced by 'wayfire'
+     'wayfireApplications-unwrapped.wayfirePlugins' has been renamed to/replaced by 'wayfirePlugins'

Hint: The full diffs are also available in the runner logs with slightly better highlighting.

@nixpkgs-ci nixpkgs-ci bot requested a review from philiptaron November 14, 2025 00:31
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 4.workflow: backport This targets a stable branch labels Nov 14, 2025
(cherry picked from commit 382c961)
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This report is automatically generated by the PR / Check / cherry-pick CI workflow.

Some of the commits in this PR require the author's and reviewer's attention.

Sometimes it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts.
The range-diff will help to review the resolution of conflicts.

If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.

Warning

Difference between 999b43c11367be4d8d8e0343bfcdbb718fc1bc20 and original 08dd663 may warrant inspection.

Show diff
@@ Commit message
     It's a case of upgrading a patch version technically being breaking
     change unless you also update the library versions alongside it.
 
+    (cherry picked from commit 08dd663b9be560bcf6775c613cac7cf22722d740)
+
  ## pkgs/build-support/wasm-bindgen-cli/default.nix ##
 @@ pkgs/build-support/wasm-bindgen-cli/default.nix: rustPlatform.buildRustPackage {
    passthru.updateScript = nix-update-script { };
  
    meta = {
 -    homepage = "https://rustwasm.github.io/docs/wasm-bindgen/";
-+    homepage = "wasm-bindgen.github.io/wasm-bindgen/";
++    homepage = "https://wasm-bindgen.github.io/wasm-bindgen/";
      license = with lib.licenses; [
        asl20 # or
        mit
@@ pkgs/by-name/wa/wasm-bindgen-cli_0_2_104/package.nix (new)
 
  ## pkgs/top-level/aliases.nix ##
 @@ pkgs/top-level/aliases.nix: mapAliases {
+   wakatime = wakatime-cli; # 2024-05-30
    wal_e = throw "wal_e was removed as it is unmaintained upstream and depends on the removed boto package; upstream recommends using wal-g or pgbackrest"; # Added 2024-09-22
    wapp = tclPackages.wapp; # Added 2024-10-02
-   wavebox = throw "'wavebox' has been removed due to lack of maintenance in nixpkgs"; # Added 2025-06-24
 -  wasm-bindgen-cli = wasm-bindgen-cli_0_2_100;
 +  wasm-bindgen-cli = wasm-bindgen-cli_0_2_104;
-   watershot = throw "'watershot' has been removed as it is unmaintained upstream and no longer works"; # Added 2025-06-01
    wayfireApplications-unwrapped = throw ''
      'wayfireApplications-unwrapped.wayfire' has been renamed to/replaced by 'wayfire'
+     'wayfireApplications-unwrapped.wayfirePlugins' has been renamed to/replaced by 'wayfirePlugins'

Hint: The full diffs are also available in the runner logs with slightly better highlighting.

wasmbindgen requires a exact match between the cli version and the
library version, generally that isn't that bad as it should always
be safe to update to the latest patch version of a library (but ofc
when reproduciblity and outdated lock files are in the mix that
complicates stuff, which is why I assume multiple versions are kept)
It's a case of upgrading a patch version technically being breaking
change unless you also update the library versions alongside it.

(cherry picked from commit 08dd663)
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This report is automatically generated by the PR / Check / cherry-pick CI workflow.

Some of the commits in this PR require the author's and reviewer's attention.

Sometimes it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts.
The range-diff will help to review the resolution of conflicts.

If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.

Warning

Difference between 7c204a8 and original 08dd663 may warrant inspection.

Show diff
@@ Commit message
     It's a case of upgrading a patch version technically being breaking
     change unless you also update the library versions alongside it.
 
+    (cherry picked from commit 08dd663b9be560bcf6775c613cac7cf22722d740)
+
  ## pkgs/build-support/wasm-bindgen-cli/default.nix ##
 @@ pkgs/build-support/wasm-bindgen-cli/default.nix: rustPlatform.buildRustPackage {
    passthru.updateScript = nix-update-script { };
  
    meta = {
 -    homepage = "https://rustwasm.github.io/docs/wasm-bindgen/";
-+    homepage = "wasm-bindgen.github.io/wasm-bindgen/";
++    homepage = "https://wasm-bindgen.github.io/wasm-bindgen/";
      license = with lib.licenses; [
        asl20 # or
        mit
@@ pkgs/by-name/wa/wasm-bindgen-cli_0_2_104/package.nix (new)
 +    hash = "sha256-V0AV5jkve37a5B/UvJ9B3kwOW72vWblST8Zxs8oDctE=";
 +  };
 +}
-
- ## pkgs/top-level/aliases.nix ##
-@@ pkgs/top-level/aliases.nix: mapAliases {
-   wal_e = throw "wal_e was removed as it is unmaintained upstream and depends on the removed boto package; upstream recommends using wal-g or pgbackrest"; # Added 2024-09-22
-   wapp = tclPackages.wapp; # Added 2024-10-02
-   wavebox = throw "'wavebox' has been removed due to lack of maintenance in nixpkgs"; # Added 2025-06-24
--  wasm-bindgen-cli = wasm-bindgen-cli_0_2_100;
-+  wasm-bindgen-cli = wasm-bindgen-cli_0_2_104;
-   watershot = throw "'watershot' has been removed as it is unmaintained upstream and no longer works"; # Added 2025-06-01
-   wayfireApplications-unwrapped = throw ''
-     'wayfireApplications-unwrapped.wayfire' has been renamed to/replaced by 'wayfire'

Hint: The full diffs are also available in the runner logs with slightly better highlighting.

@SuperSandro2000 SuperSandro2000 added this pull request to the merge queue Nov 27, 2025
Merged via the queue into NixOS:release-25.05 with commit acca2e1 Nov 27, 2025
27 of 30 checks passed
@SuperSandro2000 SuperSandro2000 deleted the backport-wasm-bindgen branch November 27, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.workflow: backport This targets a stable branch 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants