Skip to content

chore(deps): update dependencies (pnpm) - autoclosed - #30

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-(pnpm)
Closed

chore(deps): update dependencies (pnpm) - autoclosed#30
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-(pnpm)

Conversation

@renovate

@renovate renovate Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome (source) 2.5.52.5.6 age confidence
@​mkvlrn/config ^0.1.9^0.2.0 age confidence
@types/node (source) 26.1.126.1.2 age confidence
@types/react (source) 19.2.1719.2.18 age confidence
@types/react-dom (source) 19.2.319.2.4 age confidence
@vitejs/plugin-react (source) 6.0.46.0.5 age confidence
postcss (source) 8.5.238.5.25 age confidence
vite (source) 8.1.58.2.0 age confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.5.6

Compare Source

Patch Changes
  • #​11035 0e4b03b Thanks @​ematipico! - Fixed a performance regression in noMisusedPromises that caused type inference to run repeatedly while linting a file.

  • #​11043 22ec076 Thanks @​denbezrukov! - Fixed CSS formatting for multiline function arguments preceded by comments:

     .example {
       value: outer(
         1,
         /* comment */
         nested(
    -      first,
    -      second
    -    )
    +        first,
    +        second
    +      )
       );
     }
  • #​11007 c9acb25 Thanks @​BTF-Kabir-2020! - Fixed #​9195: useHookAtTopLevel no longer reports hooks in named forwardRef components that receive a ref parameter.

  • #​10152 50a9bd8 Thanks @​Zelys-DFKH! - Fixed #​10131: Biome now correctly parses curried arrow functions in ternary consequents when the inner arrow's parameters use a destructuring pattern, e.g. cond ? (x) => ({ a, b }) => body : alt.

  • #​11105 8ffe2b9 Thanks @​dadavidtseng! - Fixed #​11092: The noUselessTernary quick fix now preserves operator spacing when simplifying or inverting boolean ternary expressions.

  • #​10533 5809875 Thanks @​Mokto! - Fixed #​10515: biome check --write was not idempotent on Svelte files — multi-line template literals in <script> blocks and block comments in <style> blocks gained an extra indent level on every run.

  • #​11040 0abb620 Thanks @​Mokto! - Fixed an issue where the HTML formatter would duplicate a comment placed directly before a Svelte {@&#8203;const ...} or {@&#8203;debug ...} block. The duplication compounded on every subsequent --write, causing the file to grow exponentially.

  • #​10858 6d18204 Thanks @​ruidosujeira! - Fixed #​10839: Svelte {#each} array destructuring no longer includes spaces inside square brackets, and multiline bind function expressions now indent their getter, setter, and function body correctly.

  • #​11009 2c36626 Thanks @​ematipico! - Improved the accuracy of type-aware lint rules by resolving more inferred types. For example, noFloatingPromises now detects floating Promises returned by aliased callbacks and arrays of Promises created by async mapping callbacks.

    The following statements are now reported:

    type AsyncCallback = () => Promise<void>;
    declare const callback: AsyncCallback;
    callback();
    
    [1, 2, 3].map(async (value) => value);
  • #​10973 9cb044c Thanks @​ematipico! - Fixed false positives in noMisleadingReturnType when generic-constraint, normalization, substitution, or structural return-type comparison cannot complete. The rule now suppresses diagnostics rather than suggesting a return type derived from partial information. For example, this unresolved return type is no longer reported:

    function unresolvedReturnType(): MissingType {
      return "value" as const;
    }
  • #​11071 15047a2 Thanks @​dyc3! - The HTML parser now accepts mixed-case doctype declarations.

  • #​11030 cc90e65 Thanks @​marschattha! - The rdjson reporter now populates the severity field of each diagnostic (ERROR, WARNING, or INFO), so tools consuming Reviewdog Diagnostic Format output no longer need to assume a default severity.

  • #​11009 2c36626 Thanks @​ematipico! - Fixed a performance regression in type-aware JavaScript lint rules by inferring only requested types and memoizing export resolution.

  • #​11056 903b177 Thanks @​dyc3! - Added support for Svelte declaration tags using let and const. Biome can now parse, format, and lint bindings declared in these tags.

  • #​11045 89c27c6 Thanks @​ematipico! - Improved the performance of Biome formatter up to ~7% across the board.

  • #​9806 781d68d Thanks @​dyc3! - Added the nursery rule noJsRestrictedProperties, which ports ESLint's no-restricted-properties rule. Biome now flags restricted member access and object destructuring, and biome migrate eslint preserves the rule's options.

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.0.5

Compare Source

Fixed the react compiler preset filter to be linear (#​1353)

The improved filter in v6.0.3 was non-linear and caused a performance regression (#​1349). The filter was changed to be linear to avoid that.

postcss/postcss (postcss)

v8.5.25

Compare Source

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

v8.5.24

Compare Source

  • Preserve the BOM after the processing (by @​hdimer).
vitejs/vite (vite)

v8.2.0

Compare Source

Features
Bug Fixes
  • bundledDev: print build errors to the terminal when an HMR update fails (#​23024) (41c4658)
  • deps: update all non-major dependencies (#​23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#​22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#​23029) (8c2a87d)
  • module-runner: keep stack trace interception working when Object.prototype is frozen (#​23073) (599c5b0)
  • server: strip base in indexHtml module graph lookup (#​22932) (fa005d1)
  • support resolving top-level input option with plugins (#​23101) (41df81a)
Documentation
Tests

Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v25.6.1 chore(deps): update dependency @types/node to v25.6.2 May 8, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 2 times, most recently from d71c0de to d25cbbe Compare May 8, 2026 21:59
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v25.6.2 chore(deps): update dependencies (pnpm) May 8, 2026
@renovate renovate Bot changed the title chore(deps): update dependencies (pnpm) chore(deps): update dependencies (pnpm) - autoclosed May 9, 2026
@renovate renovate Bot closed this May 9, 2026
@renovate
renovate Bot deleted the renovate/dependencies-(pnpm) branch May 9, 2026 15:46
@renovate renovate Bot changed the title chore(deps): update dependencies (pnpm) - autoclosed chore(deps): update dependency @biomejs/biome to v2.4.15 May 9, 2026
@renovate renovate Bot reopened this May 9, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 2 times, most recently from d25cbbe to 794e64f Compare May 9, 2026 21:36
@renovate
renovate Bot restored the renovate/dependencies-(pnpm) branch May 9, 2026 21:39
@renovate renovate Bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.15 chore(deps): update dependency @biomejs/biome to v2.4.15 - autoclosed May 10, 2026
@renovate renovate Bot closed this May 10, 2026
@renovate
renovate Bot deleted the renovate/dependencies-(pnpm) branch May 10, 2026 14:35
@renovate renovate Bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.15 - autoclosed chore(deps): update dependency vite to v8.0.12 May 11, 2026
@renovate renovate Bot reopened this May 11, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 2 times, most recently from 794e64f to 25976dd Compare May 11, 2026 09:52
@renovate renovate Bot changed the title chore(deps): update dependency vite to v8.0.12 chore(deps): update dependencies (pnpm) May 11, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 10 times, most recently from 12bac92 to b6b99bd Compare May 16, 2026 16:34
@renovate
renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 8 times, most recently from 56ba759 to e7742f0 Compare May 24, 2026 00:55
@renovate
renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 8 times, most recently from 3a2b062 to 9b91629 Compare June 2, 2026 23:28
@renovate
renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 4 times, most recently from 965be99 to 092ea90 Compare June 6, 2026 13:56
@renovate renovate Bot changed the title chore(deps): update dependencies (pnpm) chore(deps): update dependencies (pnpm) - autoclosed Jun 9, 2026
@renovate renovate Bot closed this Jun 9, 2026
@renovate renovate Bot changed the title chore(deps): update dependencies (pnpm) - autoclosed chore(deps): update dependencies (pnpm) to v25.9.3 Jun 11, 2026
@renovate renovate Bot reopened this Jun 11, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 3 times, most recently from 34850b0 to 65f90fd Compare June 12, 2026 17:39
@renovate renovate Bot changed the title chore(deps): update dependencies (pnpm) to v25.9.3 chore(deps): update dependencies (pnpm) Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies-(pnpm) branch from 65f90fd to c932953 Compare June 12, 2026 22:51
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