Update dependencies (patch) - #289
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
from
May 28, 2025 20:41
67f9506 to
575731e
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
from
May 30, 2025 03:02
575731e to
c5a3aec
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
from
May 30, 2025 05:35
c5a3aec to
cdb293d
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
from
May 30, 2025 16:24
cdb293d to
a27d5f9
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
from
May 30, 2025 23:31
a27d5f9 to
a626cb0
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
from
June 6, 2025 11:08
a626cb0 to
9c47574
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
9 times, most recently
from
June 16, 2025 12:13
ab3f007 to
6e8575c
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
2 times, most recently
from
June 24, 2025 17:53
b99e7b1 to
267b33c
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
5 times, most recently
from
July 1, 2025 22:29
e94ac66 to
62d9103
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
4 times, most recently
from
July 9, 2025 00:05
e90661a to
7b37381
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
2 times, most recently
from
July 15, 2025 15:13
615ec80 to
448f8b0
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
4 times, most recently
from
July 22, 2025 20:36
3e1bf30 to
3687212
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
2 times, most recently
from
August 3, 2025 19:43
657b8e2 to
d56476f
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-(patch)
branch
from
August 4, 2025 06:05
d56476f to
2a6a37b
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.1.2->2.1.31.1.4->1.1.511.0.2->11.0.34.20.0->4.20.33.2.2->3.2.4Release Notes
biomejs/biome (@biomejs/biome)
v2.1.3Compare Source
Patch Changes
#7057
634a667Thanks @mdevils! - Added the rulenoVueReservedKeys, which prevents the use of reserved Vue keys.It prevents the use of Vue reserved keys such as those starting with
# @​biomejs/biome (like$el,$data,$props) and keys starting with_` in data properties, which can cause conflicts and unexpected behavior in Vue components.Invalid example
Valid examples
#6941
734d708Thanks @JamBalaya56562! - Added@eslint-react/no-nested-component-definitionsas a rule source fornoNestedComponentDefinitions. Now it will get picked up bybiome migrate --eslint.#6463
0a16d54Thanks @JamBalaya56562! - Fixed a website link for theuseComponentExportOnlyModuleslinter rule to point to the correct URL.#6944
e53f2feThanks @sterliakov! - Fixed #6910: Biome now ignores type casts and assertions when evaluating numbers fornoMagicNumbersrule.#6991
476cd55Thanks @denbezrukov! - Fixed #6973: Add support for parsing the :active-view-transition-type() pseudo-class#6992
0b1e194Thanks @ematipico! - Added a new JSON rule callednoQuickfixBiome, which disallow the use of code actionquickfix.biomeinside code editor settings.#6943
249306dThanks @JamBalaya56562! - Fixed@vitest/eslint-pluginsource url.#6947
4c7ed0fThanks @JamBalaya56562! - Fixed ESLint migration for the ruleprefer-forfromeslint-plugin-solidto Biome'suseForComponent.#6976
72ebadcThanks @siketyan! - Fixed #6692: The rulesnoUnusedVariablesandnoUnusedFunctionParametersno longer cause an infinite loop when the suggested name is not applicable (e.g. the suggested name is already declared in the scope).#6990
333f5d0Thanks @rvanlaarhoven! - Fixed the documentation URL forlint/correctness/noUnknownPseudoClass#7000
4021165Thanks @harxki! - Fixed #6795:noUnassignedVariablesnow correctly recognizes variables used in JSXrefattributes.#7044
b091ddfThanks @ematipico! - Fixed #6622, now the ruleuseSemanticElementsworks for JSX self-closing elements too.#7014
c4864e8Thanks @siketyan! - Fixed #6516: Thebiome migratecommand no longer break the member list with trailing comments.#6979
29cb6daThanks @unvalley! - Fixed #6767:useSortedClassesnow correctly removes leading and trailing whitespace in className.Previously, trailing spaces in className were not fully removed.
#7055
ee4828dThanks @dyc3! - Added the nursery ruleuseReactFunctionComponents. This rule enforces the preference to use function components instead of class components.Valid:
Invalid:
#6924
2d21be9Thanks @ematipico! - Fixed #113, where the Biome Language Server didn't correctly update the diagnostics when the configuration file is modified in the editor. Now the diagnostics are correctly updated every time the configuration file is modified and saved.#6931
e6b2380Thanks @arendjr! - Fixed #6915:useHookAtTopLevelno longer hangs when rules call themselves recursively.#7012
01c0ab4Thanks @siketyan! - Fixed #5837: Invalid suppression comments such asbiome-ignore-all-startorbiome-ignore-all-endno longer causes a panic.#6949
48462f8Thanks @fireairforce! - Support parseimport defer(which is a stage3 proposal). The syntax look like this:#6938
5feb5a6Thanks @vladimir-ivanov! - Fixed #6919 and #6920:useReadonlyClassPropertiesnow does checks for mutations in async class methods.Example:
#6942
cfda528Thanks @sterliakov! - Fixed #6939. Biome now understandsthisbinding in classes outside of methods.mkobayashime/bookmarklets-cli (bookmarklets-cli)
v1.1.5Compare Source
What's Changed
No user-visible changes
Full Changelog: mkobayashime/bookmarklets-cli@v1.1.4...v1.1.5
isaacs/node-glob (glob)
v11.0.3Compare Source
privatenumber/tsx (tsx)
v4.20.3Compare Source
v4.20.2Compare Source
v4.20.1Compare Source
vitest-dev/vitest (vitest)
v3.2.4Compare Source
🐞 Bug Fixes
vitest run --watchshould be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkerswhen onlymaxWorkersspecified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.metashould be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
v3.2.3Compare Source
🚀 Features
🐞 Bug Fixes
expect.anyreturn type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514)process.send()- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)View changes on GitHub
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.
👻 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.