Bump typescript-eslint from 8.2.0 to 8.13.0 #591
Annotations
2 errors
test/templates.test.ts > Check if the templates work > Should generate and run Rust Discord Bot:
test/templates.test.ts#L114
AssertionError: expected 'error[E0282]: type annotations needed…' to contain 'Bot is logged in as'
- Expected
+ Received
- Bot is logged in as
+ error[E0282]: type annotations needed for `Box<_>`
+ --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.30/src/format_description/parse/mod.rs:83:9
+ |
+ 83 | let items = format_items
+ | ^^^^^
+ ...
+ 86 | Ok(items.into())
+ | ---- type must be known at this point
+ |
+
+ = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`
+
+
+ For more information about this error, try `rustc --explain E0282`.
+
+ error: could not compile `time` (lib) due to 1 previous error
+
❯ test/templates.test.ts:114:20
❯ test/templates.test.ts:106:3
|
test (21.x)
Process completed with exit code 1.
|