Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Add snapshots for outdated versions output

Add two snapshot files to assert CLI output for printing outdated package versions. One snapshot captures a case with three outdated packages. The other captures the no-updates case.

+16
+11
compiler-cli/src/dependencies/snapshots/gleam_cli__dependencies__tests__pretty_print_outdated_versions.snap
··· 1 + --- 2 + source: compiler-cli/src/dependencies/tests.rs 3 + expression: output 4 + --- 5 + 3 of 12 packages have newer versions available. 6 + 7 + Package Current Latest 8 + ------- ------- ------ 9 + gleam_stdlib 0.45.0 0.46.0 10 + very_long_package_name 12.12.12 120.12.12 11 + wisp 2.1.0 2.1.1
+5
compiler-cli/src/dependencies/snapshots/gleam_cli__dependencies__tests__pretty_print_outdated_versions_no_updates.snap
··· 1 + --- 2 + source: compiler-cli/src/dependencies/tests.rs 3 + expression: output 4 + --- 5 + 0 of 12 packages have newer versions available.