René's URL Explorer Experiment


Title: chore(deps-dev): bump @biomejs/biome from 2.3.7 to 2.3.8 by dependabot[bot] · Pull Request #260 · scriptcoded/sql-highlight · GitHub

Open Graph Title: chore(deps-dev): bump @biomejs/biome from 2.3.7 to 2.3.8 by dependabot[bot] · Pull Request #260 · scriptcoded/sql-highlight

X Title: chore(deps-dev): bump @biomejs/biome from 2.3.7 to 2.3.8 by dependabot[bot] · Pull Request #260 · scriptcoded/sql-highlight

Description: Bumps @biomejs/biome from 2.3.7 to 2.3.8. Release notes Sourced from @​biomejs/biome's releases. Biome CLI v2.3.8 2.3.8 Patch Changes #8188 4ca088c Thanks @​ematipico! - Fixed #7390, where Biome couldn't apply the correct configuration passed via --config-path. If you have multiple root configuration files, running any command with --config-path will now apply the chosen configuration file. #8171 79adaea Thanks @​dibashthapa! - Added the new rule noLeakedRender. This rule helps prevent potential leaks when rendering components that use binary expressions or ternaries. For example, the following code triggers the rule because the component would render 0: const Component = () => { const count = 0; return

{count && Count: {count}}
; }; #8116 b537918 Thanks @​Netail! - Added the nursery rule noDuplicatedSpreadProps. Disallow JSX prop spreading the same identifier multiple times. Invalid:
#8256 f1e4696 Thanks @​cormacrelf! - Fixed a bug where logs were discarded (the kind from --log-level=info etc.). This is a regression introduced after an internal refactor that wasn't adequately tested. #8226 3f19b52 Thanks @​dyc3! - Fixed #8222: The HTML parser, with Vue directives enabled, can now parse v-slot shorthand syntax, e.g. \