Merged
Conversation
Deploying sit-frontend with
|
| Latest commit: |
c75ef4a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://63127dc6.sit-frontend.pages.dev |
| Branch Preview URL: | https://renovate-all-minor-patch.sit-frontend.pages.dev |
8243cf3 to
b86b60b
Compare
b86b60b to
c75ef4a
Compare
derklaro
approved these changes
Feb 26, 2026
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.2→^2.4.42.4.2→2.4.4^1.65.0→^1.66.0^0.92.4→^0.93.0^24.4.1→^24.5.0^4.1.18→^4.2.1^0.9.5→^0.9.6^0.19.4→^0.20.0^1.160.2→^1.163.2^1.160.2→^1.163.2^1.160.2→^1.163.2^5.18.0→^5.19.024.13.1→24.14.010.29.3→10.30.3^3.4.1→^3.5.0^4.1.18→^4.2.1Release Notes
biomejs/biome (@biomejs/biome)
v2.4.4Compare Source
Patch Changes
#9150
6946835Thanks @dyc3! - Fixed #9138: Astro files containing---in HTML content (e.g.,<h1>---Hi</h1>) are now parsed correctly, both when a frontmatter block is present and when there is no frontmatter at all.#9150
aa6f837Thanks @dyc3! - Fixed #9138: The HTML parser incorrectly failing to parse bracket characters ([and]) in text content (e.g.<div>[Foo]</div>).#9151
c0d4b0cThanks @dyc3! - Fixed parsing of Svelte directive keywords (use,style) when used as plain text content in HTML/Svelte files. Previously,<p>use JavaScript</p>or<p>style it</p>would incorrectly produce a bogus element instead of proper text content.#9162
7f1e060Thanks @dyc3! - Fixed #9161: The Vue parser now correctly handles colon attributes likexlink:hrefandxmlns:xlinkby parsing them as single attributes instead of splitting them into separate tokens.#9164
458211bThanks @dyc3! - Fixed #9161: ThenoAssignInExpressionsrule no longer flags assignments in Vue v-on directives (e.g.,@click="counter += 1"). Assignments in event handlers are idiomatic Vue patterns and are now skipped by the rule.v2.4.3Compare Source
Patch Changes
#9120
aa40fc2Thanks @ematipico! - Fixed #9109, where the GitHub reporter wasn't correctly enabled whenbiome ciruns on GitHub Actions.#9128
8ca3f7fThanks @dyc3! - Fixed #9107: The HTML parser can now correctly parse Astro directives (client/set/class/is/server), which fixes the formatting for Astro directives.#9124
f5b0e8dThanks @ematipico! - Fixed #8882 and #9108: The Astro frontmatter lexer now correctly identifies the closing---fence when the frontmatter contains multi-line block comments with quote characters, strings that mix quote types (e.g."it's"), or escaped quote characters (e.g."\").#9142
3ca066bThanks @THernandez03! - Fixed #9141: ThenoUnknownAttributerule no longer reportsclosedbyas an unknown attribute on<dialog>elements.#9126
792013eThanks @ematipico! - Added missing Mocha globals to theTestdomain:context,run,setup,specify,suite,suiteSetup,suiteTeardown,teardown,xcontext,xdescribe,xit, andxspecify. These are injected by Mocha's BDD and TDD interfaces and were previously flagged as undeclared variables in projects using Mocha.#8855
6918c9eThanks @ruidosujeira! - Fixed #8840. Now the Biome CSS parser correctly parsesnot + scroll-stateinside@containerqueries.#9111
4fb55cfThanks @Jayllyz! - Slightly improved performance ofnoIrregularWhitespaceby adding early return optimization and simplifying character detection logic.#8975
086a0c5Thanks @FrankFMY! - Fixed #8478:useDestructuringno longer suggests destructuring when the variable has a type annotation, likeconst foo: string = object.foo.bufbuild/buf (@bufbuild/buf)
v1.66.0Compare Source
hey-api/openapi-ts (@hey-api/openapi-ts)
v0.93.0Compare Source
Minor Changes
enum.nodes.nullableresolver node (#3396) (ea6f386) by @mrlubosRemoved resolver node
Valibot plugin no longer exposes the
enum.nodes.nullablenode. It was refactored so that nullable values are handled outside of resolvers.enum.nodes.nullableresolver node (#3398) (737730c) by @mrlubosRemoved resolver node
Zod plugin no longer exposes the
enum.nodes.nullablenode. It was refactored so that nullable values are handled outside of resolvers.Patch Changes
parser: prefer unprefixed schema names from external files (#3417) (
f3a264b) by @copilot-swe-agentparser(patch): support callback for
patch.schemas(#3415) (e494f4d) by @copilot-swe-agentoutput: fix: apply
output.headerto bundled files (#3438) (bcd0a87) by @copilot-swe-agentparser: handle OpenAPI 3.1
contentMediaTypekeyword as binary format when file-like (#3431) (d6a8538) by @copilot-swe-agentinput: fix: improve returned status code when spec fetch fails (#3427) (
37dd92c) by @copilot-swe-agentclient: expose
onRequestin RequestOptions for SSE request interception (#3392) (8fc4681) by @copilot-swe-agentparser: add
patch.inputand shorthandpatch()option for full specification transformations (#3411) (ba9f893) by @copilot-swe-agentparser: fix: preserve
unevaluatedPropertieskeyword in transforms (#3435) (f659b38) by @copilot-swe-agentplugin(zod): use
.nullable()and.nullish()methods (#3398) (737730c) by @mrlubosparser: fix: resolve sibling schemas from external files during bundling (#3422) (
19fd80a) by @j-westoverparser(transforms): add
schemaNametransform (#3416) (4b9d032) by @copilot-swe-agentplugin(valibot): use
.nullable()and.nullish()methods (#3396) (ea6f386) by @mrlubosinput: fix: avoid prefixing sources if paths do not collide on operations (#3436) (
b1a419a) by @copilot-swe-agentparser(patch): support callback for
patch.operations(#3420) (e1cd970) by @copilot-swe-agentparser: add support for non-string discriminator property types (#3385) (
dd0be9c) by @SipanPUpdated Dependencies:
maplibre/maplibre-style-spec (@maplibre/maplibre-gl-style-spec)
v24.5.0Compare Source
✨ Features and improvements
resamplingpaint property to raster, hillshade, and color relief layers (#1447) (by larsmaxfield)tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.2.1Compare Source
Fixed
.characters within curly braces in MDX files (#19711)v4.2.0Compare Source
Added
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)font-features-*utility forfont-feature-settings(#19623)Fixed
@supportswrapper forcolor-mixvalues (#19450)@source inline()argument (#19461)@tailwindcss/cli(#19447)@utilityname validation with Oxide scanner rules (#19524)@variantinside@custom-variant(#19633).25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)@tailwindcss/vite(#19677)@utilitynames to improve support with formatters such as Biome (#19626).jjto default ignored content directories (#19687)Deprecated
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)TanStack/devtools (@tanstack/react-devtools)
v0.9.6Compare Source
Patch Changes
cdb6c77]:TanStack/pacer (@tanstack/react-pacer)
v0.20.0Minor Changes
onUnmountcallback to Debouncer, Throttler, Batcher, Queuer and async variants for custom cleanup. (#158)Patch Changes
54d2c21]:TanStack/router (@tanstack/react-router)
v1.163.2Compare Source
Version 1.163.2 - 2/25/26, 8:25 AM
Changes
Fix
6b42138) by @SheraffPackages
v1.162.9Compare Source
Version 1.162.9 - 2/24/26, 12:49 PM
Changes
Fix
f58d457) by @SheraffDocs
9fd7fb9) by JongKyung Lee623cbb0) by combab0Packages
v1.162.8Compare Source
Version 1.162.8 - 2/23/26, 10:15 PM
Changes
Fix
09405b2) by @SheraffPackages
v1.162.6Compare Source
Version 1.162.6 - 2/23/26, 4:36 PM
Changes
Refactor
343f8a8) by @SheraffPackages
v1.162.5Compare Source
Version 1.162.5 - 2/23/26, 4:14 PM
Changes
Fix
14b5499) by @SheraffChore
d6af3a2) by Manuel SchillerPackages
v1.162.4Compare Source
Version 1.162.4 - 2/22/26, 10:50 PM
Changes
Fix
eeb8c55) by Manuel SchillerPackages
v1.162.2Compare Source
Version 1.162.2 - 2/22/26, 8:41 AM
Changes
Refactor
63e9e71) by [@Sheraff](https://rConfiguration
📅 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.