Skip to content

fix(deps): update rust crate leptos_router to v0.8.14#78

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/leptos_router-0.x
Open

fix(deps): update rust crate leptos_router to v0.8.14#78
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/leptos_router-0.x

fix(deps): update rust crate leptos_router to v0.8.14

e36c190
Select commit
Loading
Failed to load commit list.
Garnix CI / check id-cargo-fmt-check [x86_64-linux] failed Jun 25, 2026 in 4m 17s

check id-cargo-fmt-check [x86_64-linux]

check id-cargo-fmt-check [x86_64-linux] failed

Details

Last 100 lines of logs:

id-cargo-fmt-check> + prosemirror-schema-basic@1.2.4
id-cargo-fmt-check> + prosemirror-schema-list@1.5.1
id-cargo-fmt-check> + prosemirror-search@1.1.0
id-cargo-fmt-check> + prosemirror-state@1.4.4
id-cargo-fmt-check> + prosemirror-view@1.41.6
id-cargo-fmt-check> + shiki@4.0.2
id-cargo-fmt-check> 
id-cargo-fmt-check> 155 packages installed [678.00ms]
id-cargo-fmt-check> /build/id
id-cargo-fmt-check> Running phase: bunLifecycleScriptsPhase
id-cargo-fmt-check> /build/id/web /build/id
id-cargo-fmt-check> bun lifecycle install flags: --linker=hoisted
id-cargo-fmt-check> bun install v1.3.11 (af24e281)
id-cargo-fmt-check> 
id-cargo-fmt-check> Checked 155 installs across 246 packages (no changes) [5.00ms]
id-cargo-fmt-check> /build/id
id-cargo-fmt-check> Running phase: buildPhase
id-cargo-fmt-check> $ bun run build:js && bun run build:css && bun run build:manifest
id-cargo-fmt-check> $ bun build src/main.ts --outdir=dist --minify --sourcemap=external --entry-naming=[name].[hash].js
id-cargo-fmt-check> Bundled 179 modules in 49ms
id-cargo-fmt-check> 
id-cargo-fmt-check>   main.cgyyfs44.js      3.0 MB   (entry point)
id-cargo-fmt-check>   main.cgyyfs44.js.map  5.44 MB  (source map)
id-cargo-fmt-check> 
id-cargo-fmt-check> $ node_modules/.bin/tailwindcss -i src/input.css -o dist/styles.css --minify
id-cargo-fmt-check> ≈ tailwindcss v4.2.2
id-cargo-fmt-check> 
id-cargo-fmt-check> /*! 🌼 daisyUI 5.5.19 */
id-cargo-fmt-check> Done in 474ms
id-cargo-fmt-check> $ bun run scripts/build-manifest.ts
id-cargo-fmt-check>   manifest.json: {
id-cargo-fmt-check>   "main.js": "main.cgyyfs44.js",
id-cargo-fmt-check>   "styles.css": "styles.8691570d.css",
id-cargo-fmt-check> }
id-cargo-fmt-check> cargo fmt -- --check
id-cargo-fmt-check> Diff in /build/id/src/web/markdown.rs:31:
id-cargo-fmt-check>  //! - `strikethrough`: Strikethrough text (GFM `~~text~~`)
id-cargo-fmt-check>  
id-cargo-fmt-check>  use comrak::nodes::{AstNode, ListType, NodeValue};
id-cargo-fmt-check> -use comrak::{format_commonmark, parse_document, Arena, Options};
id-cargo-fmt-check> -use serde_json::{json, Value};
id-cargo-fmt-check> +use comrak::{Arena, Options, format_commonmark, parse_document};
id-cargo-fmt-check> +use serde_json::{Value, json};
id-cargo-fmt-check>  
id-cargo-fmt-check>  /// Error type for markdown conversion.
id-cargo-fmt-check>  #[derive(Debug)]
id-cargo-fmt-check> Diff in /build/id/src/web/markdown.rs:1051:
id-cargo-fmt-check>  
id-cargo-fmt-check>          assert_eq!(content.len(), 1);
id-cargo-fmt-check>          assert_eq!(content[0]["type"], "code_block");
id-cargo-fmt-check> -        assert!(content[0]["content"][0]["text"]
id-cargo-fmt-check> -            .as_str()
id-cargo-fmt-check> -            .unwrap()
id-cargo-fmt-check> -            .contains("function test()"));
id-cargo-fmt-check> +        assert!(
id-cargo-fmt-check> +            content[0]["content"][0]["text"]
id-cargo-fmt-check> +                .as_str()
id-cargo-fmt-check> +                .unwrap()
id-cargo-fmt-check> +                .contains("function test()")
id-cargo-fmt-check> +        );
id-cargo-fmt-check>      }
id-cargo-fmt-check>  
id-cargo-fmt-check>      #[test]
id-cargo-fmt-check> error: Recipe `cargo-fmt-check` failed on line 132 with exit code 1
error: build of '/nix/store/qwardlpwhwhi4mw3flabf9fzs40ihcci-id-cargo-fmt-check.drv' on 'ssh-ng://nix-ssh@garnix8' failed: Cannot build '/nix/store/qwardlpwhwhi4mw3flabf9fzs40ihcci-id-cargo-fmt-check.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/yc0j8gy0saz85yk9kb854rpsp1xv572g-id-cargo-fmt-check
       Last 25 log lines:
       > -use comrak::{format_commonmark, parse_document, Arena, Options};
       > -use serde_json::{json, Value};
       > +use comrak::{Arena, Options, format_commonmark, parse_document};
       > +use serde_json::{Value, json};
       > 
       >  /// Error type for markdown conversion.
       >  #[derive(Debug)]
       > Diff in /build/id/src/web/markdown.rs:1051:
       >
       >          assert_eq!(content.len(), 1);
       >          assert_eq!(content[0]["type"], "code_block");
       > -        assert!(content[0]["content"][0]["text"]
       > -            .as_str()
       > -            .unwrap()
       > -            .contains("function test()"));
       > +        assert!(
       > +            content[0]["content"][0]["text"]
       > +                .as_str()
       > +                .unwrap()
       > +                .contains("function test()")
       > +        );
       >      }
       >
       >      #[test]
       > error: Recipe `cargo-fmt-check` failed on line 132 with exit code 1
       For full logs, run:
         nix log /nix/store/qwardlpwhwhi4mw3flabf9fzs40ihcci-id-cargo-fmt-check.drv
error: Cannot build '/nix/store/qwardlpwhwhi4mw3flabf9fzs40ihcci-id-cargo-fmt-check.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/yc0j8gy0saz85yk9kb854rpsp1xv572g-id-cargo-fmt-check