[nixos-25.05] wasm-bindgen-cli_0_2_104: init at 0.2.104 #461408
[nixos-25.05] wasm-bindgen-cli_0_2_104: init at 0.2.104 #461408SuperSandro2000 merged 2 commits intoNixOS:release-25.05from
Conversation
There was a problem hiding this comment.
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.
(cherry picked from commit 382c961)
6e58c7f to
999b43c
Compare
that is expected
There was a problem hiding this comment.
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)
999b43c to
7c204a8
Compare
There was a problem hiding this comment.
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.
acca2e1
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.