Skip to content

chore(deps): update dependency @biomejs/biome to v2.4.10 - autoclosed#53

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/biomejs-biome-2.x
Closed

chore(deps): update dependency @biomejs/biome to v2.4.10 - autoclosed#53
renovate[bot] wants to merge 1 commit intomainfrom
renovate/biomejs-biome-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 13, 2026

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome (source) 2.4.92.4.10 age confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.4.10

Compare Source

Patch Changes
  • #​8838 f3a6a6b Thanks @​baeseokjae! - Added new lint nursery rule noImpliedEval.

    The rule detects implied eval() usage through functions like setTimeout, setInterval, and setImmediate when called with string arguments.

    // Invalid
    setTimeout("alert('Hello');", 100);
    
    // Valid
    setTimeout(() => alert("Hello"), 100);
  • #​9320 93c3b6c Thanks @​taberoajorge! - Fixed #​7664: noUnusedVariables no longer reports false positives for TypeScript namespace declarations that participate in declaration merging with an exported or used value declaration (const, function, or class) of the same name. The reverse direction is also handled: a value declaration merged with an exported namespace is no longer flagged.

  • #​9630 1dd4a56 Thanks @​raashish1601! - Fixed #​9629: noNegationElse now keeps ternary branch comments attached to the correct branch when applying its fixer.

  • #​9216 04243b0 Thanks @​FrederickStempfle! - Fixed #​9061: noProcessEnv now also detects process.env when process is imported from the "process" or "node:process" modules.

    Previously, only the global process object was flagged:

    import process from "node:process";
    // This was not flagged, but now it is:
    console.log(process.env.NODE_ENV);
  • #​9692 61b7ec5 Thanks @​mkosei! - Fixed Svelte #each destructuring parsing and formatting for nested patterns such as [key, { a, b }].

  • #​9627 06a0f35 Thanks @​ematipico! - Fixed #​191: Improved the performance of how the Biome Language Server pulls code actions and diagnostics.

    Before, code actions were pulled and computed all at once in one request. This approach couldn't work in big files, and caused Biome to stale and have CPU usage spikes up to 100%.

    Now, code actions are pulled and computed lazily, and Biome won't choke anymore in big files.

  • #​9643 5bfee36 Thanks @​dyc3! - Fixed #​9347: useVueValidVBind no longer reports valid object bindings like v-bind="props".

  • #​9627 06a0f35 Thanks @​ematipico! - Fixed assist diagnostics being invisible when using --diagnostic-level=error. Enforced assist violations (e.g. useSortedKeys) were filtered out before being promoted to errors, causing biome check to incorrectly return success.

  • #​9695 9856a87 Thanks @​dyc3! - Added the new nursery rule noUnsafePlusOperands, which reports + and += operations that use object-like, symbol, unknown, or never operands, or that mix number with bigint.

  • #​9627 06a0f35 Thanks @​ematipico! - Fixed duplicate parse errors in check and ci output. When a file had syntax errors, the same parse error was printed twice and the error count was inflated.

  • #​9627 06a0f35 Thanks @​ematipico! - Improved the performance of the commands lint and check when they are called with --write.

  • #​9627 06a0f35 Thanks @​ematipico! - Fixed --diagnostic-level not fully filtering diagnostics. Setting --diagnostic-level=error now correctly excludes warnings and infos from both the output and the summary counts.

  • #​9623 13b3261 Thanks @​ematipico! - Fixed #​9258: --skip no longer causes suppressions/unused warnings for suppression comments targeting skipped rules or domains.

  • #​9631 599dd04 Thanks @​raashish1601! - Fixed #​9625: experimentalEmbeddedSnippetsEnabled no longer crashes when a file mixes formatable CSS-in-JS templates with tagged templates that the embedded formatter can't currently delegate, such as a styled-components interpolation returning `css```.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@socket-security
Copy link
Copy Markdown

socket-security bot commented Mar 13, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​biomejs/​biome@​2.4.9 ⏵ 2.4.10100 +110010099 +1100

View full report

@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.7 chore(deps): update dependency @biomejs/biome to v2.4.8 Mar 18, 2026
@renovate renovate bot force-pushed the renovate/biomejs-biome-2.x branch from 0b64da4 to 2264afd Compare March 18, 2026 16:15
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.8 chore(deps): update dependency @biomejs/biome to v2.4.8 - autoclosed Mar 20, 2026
@renovate renovate bot closed this Mar 20, 2026
@renovate renovate bot deleted the renovate/biomejs-biome-2.x branch March 20, 2026 11:18
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.8 - autoclosed chore(deps): update dependency @biomejs/biome to v2.4.9 Mar 25, 2026
@renovate renovate bot reopened this Mar 25, 2026
@renovate renovate bot force-pushed the renovate/biomejs-biome-2.x branch 2 times, most recently from 2264afd to 9fb27ad Compare March 25, 2026 12:55
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.9 chore(deps): update dependency @biomejs/biome to v2.4.9 - autoclosed Mar 26, 2026
@renovate renovate bot closed this Mar 26, 2026
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.9 - autoclosed chore(deps): update dependency @biomejs/biome to v2.4.10 Mar 30, 2026
@renovate renovate bot reopened this Mar 30, 2026
@renovate renovate bot force-pushed the renovate/biomejs-biome-2.x branch 2 times, most recently from 9fb27ad to 7ca62fa Compare March 30, 2026 17:00
@renovate renovate bot force-pushed the renovate/biomejs-biome-2.x branch from 7ca62fa to 839bc6d Compare April 1, 2026 17:01
@renovate renovate bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.10 chore(deps): update dependency @biomejs/biome to v2.4.10 - autoclosed Apr 2, 2026
@renovate renovate bot closed this Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants