fix(deps): update dependencies (pnpm) - #21
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
from
May 8, 2026 04:38
ca91eee to
c75444c
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
2 times, most recently
from
May 9, 2026 17:46
c75444c to
af9bf56
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
3 times, most recently
from
May 11, 2026 21:53
1f29ba0 to
01bb57e
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
10 times, most recently
from
May 19, 2026 13:57
0a19a3d to
92b04de
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
4 times, most recently
from
June 9, 2026 15:44
ace5ed7 to
e6e11bd
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
2 times, most recently
from
June 12, 2026 18:34
fceba9f to
85218c3
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
2 times, most recently
from
June 19, 2026 08:09
cbf468e to
6928443
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
2 times, most recently
from
June 23, 2026 14:40
69f601b to
44c3bc9
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
5 times, most recently
from
July 6, 2026 09:53
acd1b99 to
378c00e
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
3 times, most recently
from
July 8, 2026 13:46
c36791b to
c333bd3
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(pnpm)
branch
from
July 13, 2026 09:44
c333bd3 to
95bef6e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.5.5→2.5.6^0.1.2→^0.2.0^0.1.9→^0.2.0^0.2.7→^0.3.026.1.1→26.1.2Release Notes
biomejs/biome (@biomejs/biome)
v2.5.6Compare Source
Patch Changes
#11035
0e4b03bThanks @ematipico! - Fixed a performance regression innoMisusedPromisesthat caused type inference to run repeatedly while linting a file.#11043
22ec076Thanks @denbezrukov! - Fixed CSS formatting for multiline function arguments preceded by comments:.example { value: outer( 1, /* comment */ nested( - first, - second - ) + first, + second + ) ); }#11007
c9acb25Thanks @BTF-Kabir-2020! - Fixed #9195:useHookAtTopLevelno longer reports hooks in namedforwardRefcomponents that receive arefparameter.#10152
50a9bd8Thanks @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
8ffe2b9Thanks @dadavidtseng! - Fixed #11092: ThenoUselessTernaryquick fix now preserves operator spacing when simplifying or inverting boolean ternary expressions.#10533
5809875Thanks @Mokto! - Fixed #10515:biome check --writewas 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
0abb620Thanks @Mokto! - Fixed an issue where the HTML formatter would duplicate a comment placed directly before a Svelte{@​const ...}or{@​debug ...}block. The duplication compounded on every subsequent--write, causing the file to grow exponentially.#10858
6d18204Thanks @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
2c36626Thanks @ematipico! - Improved the accuracy of type-aware lint rules by resolving more inferred types. For example,noFloatingPromisesnow detects floating Promises returned by aliased callbacks and arrays of Promises created by async mapping callbacks.The following statements are now reported:
#10973
9cb044cThanks @ematipico! - Fixed false positives innoMisleadingReturnTypewhen 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:#11071
15047a2Thanks @dyc3! - The HTML parser now accepts mixed-casedoctypedeclarations.#11030
cc90e65Thanks @marschattha! - Therdjsonreporter now populates the severity field of each diagnostic (ERROR,WARNING, orINFO), so tools consuming Reviewdog Diagnostic Format output no longer need to assume a default severity.#11009
2c36626Thanks @ematipico! - Fixed a performance regression in type-aware JavaScript lint rules by inferring only requested types and memoizing export resolution.#11056
903b177Thanks @dyc3! - Added support for Svelte declaration tags usingletandconst. Biome can now parse, format, and lint bindings declared in these tags.#11045
89c27c6Thanks @ematipico! - Improved the performance of Biome formatter up to ~7% across the board.#9806
781d68dThanks @dyc3! - Added the nursery rulenoJsRestrictedProperties, which ports ESLint'sno-restricted-propertiesrule. Biome now flags restricted member access and object destructuring, andbiome migrate eslintpreserves the rule's options.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.