Merged
Conversation
Deploying sit-frontend with
|
| Latest commit: |
09c809b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ddd8e930.sit-frontend.pages.dev |
| Branch Preview URL: | https://renovate-all-minor-patch.sit-frontend.pages.dev |
80b9115 to
72f2119
Compare
72f2119 to
09c809b
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.4.9→^2.4.102.4.9→2.4.10^1.66.1→^1.67.0^0.94.5→^0.95.0^24.7.0→^24.8.1^0.10.0→^0.10.2^1.28.5→^1.28.6^0.2.19→^0.2.20^0.21.0→^0.21.1^0.6.0→^0.6.1^5.95.2→^5.96.2^5.95.2→^5.96.2^1.168.8→^1.168.10^1.167.9→^1.167.12^5.21.1→^5.22.0Release Notes
biomejs/biome (@biomejs/biome)
v2.4.10Compare Source
Patch Changes
#8838
f3a6a6bThanks @baeseokjae! - Added new lint nursery rulenoImpliedEval.The rule detects implied
eval()usage through functions likesetTimeout,setInterval, andsetImmediatewhen called with string arguments.#9320
93c3b6cThanks @taberoajorge! - Fixed #7664:noUnusedVariablesno longer reports false positives for TypeScript namespace declarations that participate in declaration merging with an exported or used value declaration (const,function, orclass) of the same name. The reverse direction is also handled: a value declaration merged with an exported namespace is no longer flagged.#9630
1dd4a56Thanks @raashish1601! - Fixed #9629:noNegationElsenow keeps ternary branch comments attached to the correct branch when applying its fixer.#9216
04243b0Thanks @FrederickStempfle! - Fixed #9061:noProcessEnvnow also detectsprocess.envwhenprocessis imported from the"process"or"node:process"modules.Previously, only the global
processobject was flagged:#9692
61b7ec5Thanks @mkosei! - Fixed Svelte#eachdestructuring parsing and formatting for nested patterns such as[key, { a, b }].#9627
06a0f35Thanks @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
5bfee36Thanks @dyc3! - Fixed #9347:useVueValidVBindno longer reports valid object bindings likev-bind="props".#9627
06a0f35Thanks @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, causingbiome checkto incorrectly return success.#9695
9856a87Thanks @dyc3! - Added the new nursery rulenoUnsafePlusOperands, which reports+and+=operations that use object-like,symbol,unknown, orneveroperands, or that mixnumberwithbigint.#9627
06a0f35Thanks @ematipico! - Fixed duplicate parse errors incheckandcioutput. When a file had syntax errors, the same parse error was printed twice and the error count was inflated.#9627
06a0f35Thanks @ematipico! - Improved the performance of the commandslintandcheckwhen they are called with--write.#9627
06a0f35Thanks @ematipico! - Fixed--diagnostic-levelnot fully filtering diagnostics. Setting--diagnostic-level=errornow correctly excludes warnings and infos from both the output and the summary counts.#9623
13b3261Thanks @ematipico! - Fixed #9258:--skipno longer causessuppressions/unusedwarnings for suppression comments targeting skipped rules or domains.#9631
599dd04Thanks @raashish1601! - Fixed #9625:experimentalEmbeddedSnippetsEnabledno 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```.bufbuild/buf (@bufbuild/buf)
v1.67.0Compare Source
buf.build/docslinks for lint rules from check plugins and policies.buf dep graph --format jsonsilently dropping dependencies when a dependency was already seen.--rbs_outas aprotoc_builtinplugin (requires protoc v34.0+).buf generateto preserve modification timesbuf beta registry plugin deleteto prompt the user for deletion, matching the UX of the other deletion commands.Use
--forceto restore the old behavior.hey-api/openapi-ts (@hey-api/openapi-ts)
v0.95.0Minor Changes
96f60ad) by @mrlubosValidator request schemas
Valibot plugin no longer exports composite request
Dataschemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema withshouldExtract:plugin.getSymbol()function (#3671) (96f60ad) by @mrlubosRemoved
plugin.getSymbol()functionThis function has been removed. You can use
plugin.querySymbol()instead. It accepts the same arguments and returns the same result.96f60ad) by @mrlubosValidator request schemas
Zod plugin no longer exports composite request
Dataschemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema withshouldExtract:Patch Changes
plugin(@hey-api/client-axios): fix: improve
beforeRequesttyping (#3660) (f3f887e) by @tomvdvplugin(zod): export request body, path, query, and headers schemas (#3671) (
96f60ad) by @mrlubosplugin(@hey-api/client-ky): fix: improve
beforeRequesttyping (#3660) (d65b5c7) by @tomvdvplugin(@hey-api/client-next): fix: improve
beforeRequesttyping (#3660) (a4b13d4) by @tomvdvplugin(@hey-api/client-angular): fix: improve
beforeRequesttyping (#3660) (9ecc562) by @tomvdvplugin(orpc): fix: adjust input shape (#3671) (
96f60ad) by @mrlubosplugin(@hey-api/client-fetch): fix: improve
beforeRequesttyping (#3660) (11be579) by @tomvdvplugin(valibot): export request body, path, query, and headers schemas (#3671) (
96f60ad) by @mrlubosplugin(@hey-api/sdk): improve types for SSE events (#3466) (
51ff11a) by @bilby91Updated Dependencies:
maplibre/maplibre-style-spec (@maplibre/maplibre-gl-style-spec)
v24.8.1Compare Source
✨ Features and improvements
AllPaintPropertiesandAllLayoutPropertiestypescript definitions (#1579) (by @CommanderStorm)varas the 3rd arg of comparator functions (#1564) (by k-yle)🐞 Bug fixes
getexpression insidejoinexpression (#1583) (by 1ec5)v24.8.0Compare Source
✨ Features and improvements
line-{cap,round-limit,miter-limit}(#1566) (by @CommanderStorm)TanStack/devtools (@tanstack/react-devtools)
v0.10.2Compare Source
Patch Changes
aa32769]:v0.10.1Patch Changes
e89cff4,e04bb11]:TanStack/form (@tanstack/react-form)
v1.28.6Compare Source
Patch Changes
fix(core): field unmount (#2068)
Updated dependencies [
7a1428d]:TanStack/form (@tanstack/react-form-devtools)
v0.2.20Compare Source
Patch Changes
TanStack/pacer (@tanstack/react-pacer)
v0.21.1Compare Source
Patch Changes
chore: bump tanstack store versions for better tree-shaking (
4e74cb4)Updated dependencies [
4e74cb4]:TanStack/pacer (@tanstack/react-pacer-devtools)
v0.6.1Compare Source
Patch Changes
4e74cb4]:TanStack/query (@tanstack/react-query)
v5.96.2Compare Source
Patch Changes
v5.96.1Compare Source
Patch Changes
v5.96.0Compare Source
Patch Changes
TanStack/query (@tanstack/react-query-devtools)
v5.96.2Compare Source
Patch Changes
v5.96.1Compare Source
Patch Changes
fix(build): exclude config files from production DTS rollup to prevent
@types/nodetype pollution (#10358)Updated dependencies []:
v5.96.0Compare Source
Patch Changes
TanStack/router (@tanstack/react-router)
v1.168.10Compare Source
Patch Changes
Preserve component-thrown
notFound()errors through framework error boundaries so routenotFoundComponenthandlers render without requiring an explicitrouteId. (#7077)Updated dependencies [
796406d]:v1.168.9Compare Source
Patch Changes
2d1ec86]:TanStack/router (@tanstack/router-plugin)
v1.167.12Compare Source
Patch Changes
796406d]:v1.167.11Compare Source
Patch Changes
2d1ec86]:v1.167.10Compare Source
Patch Changes
import.meta.hot.databefore storing stable split components so Vitest does not crash when HMR data is missing. (#7074)maplibre/maplibre-gl-js (maplibre-gl)
v5.22.0Compare Source
✨ Features and improvements
line-cap,line-miter-limit, andline-round-limitdata-driven properties, allowing per-feature values (#7351) (by @CommanderStorm)load,idle,render) (#7077) (by @CommanderStorm)setPaintPropertyorsetLayoutProperty(#6954) (by @Willjfield and @CommanderStorm)🐞 Bug fixes
fitBoundsandfitScreenCoordinatesrespect thezoomSnapmap option by snapping the zoom level down to keep bounds fully visible (#7332 (by @CommanderStorm)jumpTo,easeTo, andflyTorespect thezoomSnapmap option by snapping the zoom level to the nearest valid increment (#7333 (by @CommanderStorm)setStatecrash when switching styles while globe projection is active (#7314) (by @ashwinuae)map.remove()immediately after creation by canceling in-flight style URL loads (#7368) (by @CommanderStorm)fitBoundsignoringmaxZoomoption invertical-perspectiveprojection (#7372) (by @CommanderStorm)fill-pattern(#7326) (by @k-yle)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone 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.