chore(deps): update all non-major dependencies #1185
Merged
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.3.9->2.3.100.27.1->0.27.2v2.20.0->v2.21.10.40.0->0.40.10.9.17->0.9.18Release Notes
biomejs/biome (biome)
v2.3.10: Biome CLI v2.3.102.3.10
Patch Changes
#8417
c3a2557Thanks @taga3s! - Fixed #7809:noRedeclareno longer reports redeclarations forinfertype in conditional types.#8477
90e8684Thanks @dyc3! - Fixed #8475: fixed a regression in hownoExtraNonNullAssertionflags extra non-null assertions#8479
250b519Thanks @dyc3! - Fixed #8473: The semantic model now indexes typescript constructor method definitions, and no longer panics if you use one (a regression in 2.3.9).#8448
2af85c1Thanks @mdevils! - Improved handling ofdefineProps()macro in Vue components. ThenoVueReservedKeysrule now avoids false positives in non-setup scripts.#8420
42033b0Thanks @vsn4ik! - Fixed the nursery rulenoLeakedRender.The
biome migrate eslintcommand now correctly detects the rulereact/jsx-no-leaked-renderin your eslint configurations.#8426
285d932Thanks @anthonyshew! - Added a Turborepo domain and a new "noUndeclaredEnvVars" rule in it for warning users of unsafe environment variable usage in Turborepos.#8410
a21db74Thanks @ematipico! - Fixed #2988 where Biome couldn't handle properly characters that contain multiple code points when running instdinmode.#8372
b352ee4Thanks @Netail! - Added the nursery rulenoAmbiguousAnchorText, which disallows ambiguous anchor descriptions.Invalid
What's Changed
noUndeclaredEnvVarsrule by @anthonyshew in #8426lint/suspicous/noRedeclareshould not report redeclarations forinfertype in conditional types by @taga3s in #8417New Contributors
Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/[email protected]...@biomejs/[email protected]
evanw/esbuild (esbuild)
v0.27.2Compare Source
Allow import path specifiers starting with
#/(#4361)Previously the specification for
package.jsondisallowed import path specifiers starting with#/, but this restriction has recently been relaxed and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping#/*to./src/*(previously you had to use another character such as#_*instead, which was more confusing). There is some more context in nodejs/node#49182.This change was contributed by @hybrist.
Automatically add the
-webkit-maskprefix (#4357, #4358)This release automatically adds the
-webkit-vendor prefix for themaskCSS shorthand property:This change was contributed by @BPJEnnova.
Additional minification of
switchstatements (#4176, #4359)This release contains additional minification patterns for reducing
switchstatements. Here is an example:Forbid
usingdeclarations insideswitchclauses (#4323)This is a rare change to remove something that was previously possible. The Explicit Resource Management proposal introduced
usingdeclarations. These were previously allowed insidecaseanddefaultclauses inswitchstatements. This had well-defined semantics and was already widely implemented (by V8, SpiderMonkey, TypeScript, esbuild, and others). However, it was considered to be too confusing because of how scope works in switch statements, so it has been removed from the specification. This edge case will now be a syntax error. See tc39/proposal-explicit-resource-management#215 and rbuckton/ecma262#14 for details.Here is an example of code that is no longer allowed:
That code will now have to be modified to look like this instead (note the additional
{and}block statements around each case body):This is not being released in one of esbuild's breaking change releases since this feature hasn't been finalized yet, and esbuild always tracks the current state of the specification (so esbuild's previous behavior was arguably incorrect).
alecthomas/chroma (github.com/alecthomas/chroma/v2)
v2.21.1Compare Source
Changelog
0fe6941fix(styles): use kebab-case for style name in Aura Theme variants (#1183)2408917chore(deps): update all non-major dependencies (#1178)b527a28Update lexer lox (#1175)v2.21.0Compare Source
Changelog
26a0cc1feat(styles): add Aura Theme primary variants (#1177)fc10487Fix (D): multiline comments (#1173)aec4bfcAdd support for Device tree (#1172)8ea696bchore(deps): update actions/checkout action to v6 (#1167)a40a9d3chore(deps): update dependency binaryen to v125 (#1168)5486d21chore(deps): update all non-major dependencies (#1164)42c2aa1Add helper script to generate supported langs markdown table (#1170)e799618chore(deps): update actions/checkout digest to93cb6ef(#1163)6b58845Add Ashen style (#1169)8b8574cAdd Protocol Buffer Text Format Language (txtpb) (#1165)c07ef4bchore(deps): update all non-major dependencies (#1160)3b5a164Add lexer for WebAssembly Text Format (#1161)84d187egithub style: background should be grey (#1159)60e616cAdd an alias for Starlark and match *.star files (#1158)6e68adbchore(deps): update all non-major dependencies (#1157)9297a7cchore(deps): update all non-major dependencies (#1155)1074a2afix(Kotlin): Number literals (#1139)9c8da0fchore(deps): update all non-major dependencies (#1153)fa92e28Add file extensions for systemd units using Podman Quadlet (#1151)57823f0Add Kakoune lexer (#1150)1c5b8cbchore(deps): update all non-major dependencies (#1149)c688d92feat: add support for C3 (#1148)ba111b7chore(deps): update all non-major dependencies (#1147)b05fcfbtango: Don't underline whitespace (#1146)daa879bchore(deps): update all non-major dependencies (#1141)a5dc086Add argparse to pygemnts2chroma_xml.py script (#1140)3f991b1chore(deps): update dependency binaryen to v124 (#1138)0ae5ef0chore(deps): update all non-major dependencies (#1137)8f9e82fUpdate Core lexer to adjust for removed keywordenum(#1136)685ad2cUpdate Core lexer to adjust for removed keywordconst(#1134)e9ffd5afix: don't emit empty tail tokens (#1121)4e1403eAdd lexer for Ring Language (#1133)66a939aAdd lexer for Game Boy Development System ASM. (#1117)2984b60chore(deps): update all non-major dependencies (#1132)260fa90update css.xml with current properties (#1130)70521cfModelica language support #1122 (#1129)09cd573update css.xml for current grid gap properties (#1128)339bd37Fixed **free analysis in RPGLE (#1116)ff52be8chore(deps): update actions/checkout action to v5 (#1127)254ca83Update Core lexer to incorporate change of keyword fromusetoimport(#1124)2d9c0d1chore(deps): update all non-major dependencies (#1123)bd10a05moarhas been renamed tomoor(#1125)db626fdAnalyse() now cares about case-insensitivity (#1120)tinygo-org/tinygo (tinygo)
v0.40.1astral-sh/uv (uv)
v0.9.18Compare Source
Released on 2025-12-16.
Enhancements
uv publish(#17096)uv publish(#17130)python3.x-alpine3.23(#17100)Configuration
--torch-backendin[tool.uv](#17116)Performance
uv cache size(#17015)Bug fixes
@latestrequests (#17114)EntryTypefor file entries in tar (#17043)pyproject.tomlindex username in lockfile comparison (#16995)uv addwithUV_GIT_LFSset (#17127)exclude-newerinto optional string (#17121)Documentation
exclude-newer*(#17079)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.