100 Commits
Author SHA1 Message Date
Taiki Endo 6ae49f1b8b Release 2.47.13 2025-01-15 10:55:04 +09:00
Taiki Endo 2967b5da19 Update wasmtime@latest to 28.0.1 2025-01-15 09:36:31 +09:00
Taiki Endo 5a32d87288 Update release-plz@latest to 0.3.113 2025-01-15 09:36:31 +09:00
Taiki Endo 1f8124ee27 Update cargo-binstall@latest to 1.10.21 2025-01-14 00:15:51 +09:00
Taiki Endo b58c61fa21 Apply clippy::unused_trait_names lint 2025-01-13 23:41:50 +09:00
Taiki Endo 333ea3e9a4 Release 2.47.12 2025-01-13 13:06:32 +09:00
Taiki Endo 172419740d Update wasm-bindgen@latest to 0.2.100 2025-01-13 09:37:37 +09:00
Taiki Endo 6d0e68ca2c Update rclone@latest to 1.69.0 2025-01-13 03:16:22 +09:00
Taiki Endo b4c13e81de Update cargo-binstall@latest to 1.10.20 2025-01-11 18:13:11 +09:00
Taiki Endo 62b3405f01 ci: Tweak step name 2025-01-11 13:17:28 +09:00
Taiki Endo c87777c316 Release 2.47.11 2025-01-11 12:53:30 +09:00
Taiki Endo 1fde53ce9d Update editorconfig-checker@latest to 3.1.2 2025-01-11 09:34:29 +09:00
Taiki Endo 0779861fb4 Release 2.47.10 2025-01-10 20:50:52 +09:00
Taiki Endo 975a95d384 Update cargo-udeps@latest to 0.1.54 2025-01-10 13:20:47 +09:00
Taiki Endo da05975632 tools: Update scripts and markdownlint config 2025-01-10 01:41:02 +09:00
Taiki Endo df5dec2a2f Release 2.47.9 2025-01-10 00:40:12 +09:00
Taiki Endo 4eafe80cf6 Update changelog 2025-01-10 00:39:40 +09:00
Taiki Endo 7d472ffc8d Update protoc@latest to 3.29.3 2025-01-10 00:38:47 +09:00
Taiki Endo f82e1be4c6 codegen: Reflect editorconfig-checker 3.1.0 Windows asset_name change 2025-01-10 00:04:25 +09:00
Taiki Endo a4d120e1c4 ci: Remove GitHub-hosted ubuntu-20.04 runner test
https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/
2025-01-08 01:00:26 +09:00
Taiki Endo 08d473f7b2 Release 2.47.8 2025-01-07 22:05:27 +09:00
Taiki Endo 94493127b2 Update sccache@latest to 0.9.1 2025-01-07 18:13:00 +09:00
Taiki Endo 50698ce116 Apply unnameable_types lint 2025-01-07 00:52:02 +09:00
Taiki Endo ed51b980a0 Update cargo-binstall@latest to 1.10.19 2025-01-04 15:15:48 +09:00
Taiki Endo a86da1a3cb Release 2.47.7 2025-01-04 00:18:50 +09:00
Taiki Endo 1668c0c558 Update typos@latest to 1.29.4 2025-01-04 00:13:36 +09:00
Taiki Endo a779dafd49 Release 2.47.6 2025-01-03 12:22:08 +09:00
Taiki Endo 2a650b8687 Update typos@latest to 1.29.3 2025-01-03 06:13:25 +09:00
Taiki Endo 656b4969d3 Release 2.47.5 2025-01-03 01:17:30 +09:00
Taiki Endo 52b84660a3 Update typos@latest to 1.29.1 2025-01-03 01:00:37 +09:00
Taiki Endo 84ccb7b697 ci: Clean up scripts 2025-01-03 00:54:42 +09:00
Taiki Endo 63d5217a35 ci: Test windows-2025 2025-01-03 00:50:49 +09:00
Taiki Endo cf1be1a00f Release 2.47.4 2025-01-03 00:39:03 +09:00
Taiki Endo 444e3608dd Update xh@latest to 0.23.1 2025-01-02 21:15:31 +09:00
Taiki Endo 716fb8f756 Release 2.47.3 2025-01-02 13:08:16 +09:00
Taiki Endo 870e4de1b5 Update knope@latest to 0.18.2 2025-01-02 12:56:50 +09:00
Taiki Endo dbc32cd892 Release 2.47.2 2025-01-01 03:16:54 +09:00
Taiki Endo 82750cbcb9 Update typos@latest to 1.29.0 2025-01-01 03:15:13 +09:00
Taiki Endo 77b010ce78 Release 2.47.1 2024-12-31 21:16:18 +09:00
Taiki Endo 00beeed3bd Update cargo-tarpaulin@latest to 0.31.4 2024-12-31 21:15:34 +09:00
Taiki Endo 3ab44cd9ab Update cargo-binstall@latest to 1.10.18 2024-12-28 15:13:22 +09:00
Taiki Endo 8cec5c3000 codegen: Ignore clippy::literal_string_with_formatting_args lint
```
error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:142:65
    |
142 | ...                   d.url = Some(template.url.replace("${version}", version));
    |                                                           ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
    = note: `-D clippy::literal-string-with-formatting-args` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::literal_string_with_formatting_args)]`

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:146:64
    |
146 | ...                   .map(|s| s.map(|s| s.replace("${version}", version)));
    |                                                      ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:567:73
    |
567 |             let template_url = d.url.take().unwrap().replace(version, "${version}");
    |                                                                         ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:568:84
    |
568 |             let template_bin = d.bin.take().map(|s| s.map(|s| s.replace(version, "${version}")));
    |                                                                                    ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:615:29
    |
615 |     let mut s = s.replace("${package}", package).replace("${tool}", package);
    |                             ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:625:25
    |
625 |         s = s.replace("${version}", version);
    |                         ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
```
2024-12-27 10:57:03 +09:00
Taiki Endo acd2589197 Release 2.47.0 2024-12-27 10:45:41 +09:00
Taiki Endo d1519fa40d Update changelog 2024-12-27 10:45:23 +09:00
Taiki Endo 194e80be83 Update cargo-lambda@latest to 1.6.2 2024-12-27 09:36:19 +09:00
Taiki Endo 8484225d97 Release 2.46.20 2024-12-22 13:54:40 +09:00
Taiki Endo 1aa2832643 Update dprint@latest to 0.48.0 2024-12-22 09:36:44 +09:00
Taiki Endo e37f44cf37 Release 2.46.19 2024-12-22 06:16:17 +09:00
Taiki Endo 214cf6a4ad Update cargo-llvm-cov@latest to 0.6.15 2024-12-22 06:13:45 +09:00
Taiki Endo c5172ad14d Update cargo-lambda@latest to 1.6.1 2024-12-22 06:13:45 +09:00
Taiki Endo 480814c6df Release 2.46.18 2024-12-21 13:01:04 +09:00
Taiki Endo b195fca919 Update wasmtime@latest to 28.0.0 2024-12-21 03:15:25 +09:00
Taiki Endo 03381f5ca4 Release 2.46.17 2024-12-20 10:51:52 +09:00
Taiki Endo 409c15bd82 Update release-plz@latest to 0.3.112 2024-12-20 09:33:11 +09:00
Taiki Endo 9023ed54c0 Release 2.46.16 2024-12-19 20:19:58 +09:00
Taiki Endo bd71b6d92e Update osv-scanner@latest to 1.9.2 2024-12-19 15:17:11 +09:00
Taiki Endo 2c3c8dfabf Release 2.46.15 2024-12-19 00:36:33 +09:00
Taiki Endo 2afdd9c08e Update protoc@latest to 3.29.2 2024-12-19 00:12:40 +09:00
Taiki Endo b8f3ee3354 Release 2.46.14 2024-12-18 10:12:38 +09:00
Taiki Endo e724e8f1be Update cargo-nextest@latest to 0.9.87 2024-12-18 09:35:24 +09:00
Taiki Endo cbef870e2b Release 2.46.13 2024-12-17 22:05:40 +09:00
Taiki Endo 0a21328a6f Update espup@latest to 0.14.0 2024-12-17 21:17:38 +09:00
Taiki Endo 120c8997a0 Release 2.46.12 2024-12-17 09:48:08 +09:00
Taiki Endo d20382abb9 Update typos@latest to 1.28.4 2024-12-17 09:36:27 +09:00
Taiki Endo ed8c79bccf Release 2.46.11 2024-12-16 23:23:29 +09:00
Taiki Endo 3c3f0e7afe Update cargo-zigbuild@latest to 0.19.7 2024-12-16 23:16:30 +09:00
Taiki Endo fe9759bf44 Release 2.46.10 2024-12-16 23:09:08 +09:00
Taiki Endo 1e776e73eb Update cargo-zigbuild@latest to 0.19.6 2024-12-16 12:55:22 +09:00
Taiki Endo e3962fab5a Update cargo-binstall@latest to 1.10.17 2024-12-14 21:16:20 +09:00
Taiki Endo e523301c9a Release 2.46.9 2024-12-14 11:20:52 +09:00
Taiki Endo 532d86a8fb Update syft@latest to 1.18.1 2024-12-14 06:12:20 +09:00
Taiki Endo 8c39981484 Release 2.46.8 2024-12-13 13:50:40 +09:00
Taiki Endo 68f28718b7 Update typos@latest to 1.28.3 2024-12-13 06:13:07 +09:00
Taiki Endo fdc017f43f Update cargo-nextest@latest to 0.9.86 2024-12-13 06:13:07 +09:00
Taiki Endo cb2009e5c3 Update cargo-lambda@latest to 1.6.0 2024-12-13 06:13:07 +09:00
Taiki Endo a2ff97ae7a Release 2.46.7 2024-12-12 21:21:20 +09:00
Taiki Endo a5cf56823e Update cargo-semver-checks@latest to 0.38.0 2024-12-12 03:17:28 +09:00
Taiki Endo 8cf9030516 Release 2.46.6 2024-12-11 10:55:08 +09:00
Taiki Endo 8f8a41fe98 Update just@latest to 1.38.0 2024-12-11 09:36:25 +09:00
Taiki Endo ef1f08ff7e Release 2.46.5 2024-12-10 10:34:22 +09:00
Taiki Endo a02fbc62df Update syft@latest to 1.18.0 2024-12-10 06:13:39 +09:00
Taiki Endo 423586137a Update sccache@latest to 0.9.0 2024-12-10 06:13:39 +09:00
Taiki Endo a6c8026ad7 Update release-plz@latest to 0.3.111 2024-12-08 03:12:49 +09:00
Taiki Endo 761f0a14e2 Update cspell dictionary 2024-12-08 01:50:04 +09:00
Taiki Endo 8d4cdddb55 Update cargo-binstall@latest to 1.10.16 2024-12-07 18:14:21 +09:00
Taiki Endo acf70b3a1e Release 2.46.4 2024-12-07 11:11:32 +09:00
Taiki Endo 99950f3fe0 Update wasm-bindgen@latest to 0.2.99 2024-12-07 11:10:10 +09:00
Taiki Endo d74bbb1f23 Release 2.46.3 2024-12-07 11:04:04 +09:00
Taiki Endo 5bb2b11a56 Update wasm-bindgen@latest to 0.2.98 2024-12-07 09:37:01 +09:00
Taiki Endo f635080d9c Release 2.46.2 2024-12-06 00:18:30 +09:00
Taiki Endo 5ce83af8b5 Update cargo-semver-checks@latest to 0.37.0 2024-12-05 15:15:46 +09:00
Taiki Endo 6aa8b420a5 Release 2.46.1 2024-12-05 04:43:17 +09:00
Taiki Endo 17ded33f96 Update protoc@latest to 3.29.1 2024-12-05 02:34:53 +09:00
Taiki Endo 4a06140391 Release 2.46.0 2024-12-05 02:29:26 +09:00
Taiki Endo ffd430fe64 Update changelog 2024-12-05 02:29:05 +09:00
Taiki EndoandJiahao XU 0139dfdb65 Set GITHUB_TOKEN for cargo-binstall by default (#556)
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2024-12-04 23:02:01 +09:00
Taiki Endo c4bf614c2f Release 2.45.15 2024-12-03 10:56:44 +09:00
Taiki Endo 724f66b4c8 Update typos@latest to 1.28.2 2024-12-03 10:40:35 +09:00
Taiki Endo ec9269c9dd Release 2.45.14 2024-12-02 09:50:36 +09:00
Taiki Endo 0cdd396109 Update dprint@latest to 0.47.6 2024-12-02 09:37:53 +09:00