Skip to content

chore: update all non-major dependencies#46

Merged
derklaro merged 1 commit intomainfrom
renovate/all-minor-patch
Feb 26, 2026
Merged

chore: update all non-major dependencies#46
derklaro merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@biomejs/biome (source) ^2.4.2^2.4.4 age confidence devDependencies patch
@biomejs/biome (source) 2.4.22.4.4 age confidence patch
@bufbuild/buf ^1.65.0^1.66.0 age confidence devDependencies minor
@hey-api/openapi-ts (source) ^0.92.4^0.93.0 age confidence devDependencies minor
@maplibre/maplibre-gl-style-spec (source) ^24.4.1^24.5.0 age confidence dependencies minor
@tailwindcss/vite (source) ^4.1.18^4.2.1 age confidence devDependencies minor
@tanstack/react-devtools (source) ^0.9.5^0.9.6 age confidence dependencies patch
@tanstack/react-pacer (source) ^0.19.4^0.20.0 age confidence dependencies minor
@tanstack/react-router (source) ^1.160.2^1.163.2 age confidence dependencies minor
@tanstack/react-router-devtools (source) ^1.160.2^1.163.2 age confidence dependencies minor
@tanstack/router-plugin (source) ^1.160.2^1.163.2 age confidence dependencies minor
maplibre-gl (source) ^5.18.0^5.19.0 age confidence dependencies minor
node (source) 24.13.124.14.0 age confidence minor
pnpm (source) 10.29.310.30.3 age confidence packageManager minor
tailwind-merge ^3.4.1^3.5.0 age confidence dependencies minor
tailwindcss (source) ^4.1.18^4.2.1 age confidence dependencies minor

Release Notes

biomejs/biome (@​biomejs/biome)

v2.4.4

Compare Source

Patch Changes
  • #​9150 6946835 Thanks @​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 aa6f837 Thanks @​dyc3! - Fixed #​9138: The HTML parser incorrectly failing to parse bracket characters ([ and ]) in text content (e.g. <div>[Foo]</div>).

  • #​9151 c0d4b0c Thanks @​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 7f1e060 Thanks @​dyc3! - Fixed #​9161: The Vue parser now correctly handles colon attributes like xlink:href and xmlns:xlink by parsing them as single attributes instead of splitting them into separate tokens.

  • #​9164 458211b Thanks @​dyc3! - Fixed #​9161: The noAssignInExpressions rule 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.3

Compare Source

Patch Changes
  • #​9120 aa40fc2 Thanks @​ematipico! - Fixed #​9109, where the GitHub reporter wasn't correctly enabled when biome ci runs on GitHub Actions.

  • #​9128 8ca3f7f Thanks @​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 f5b0e8d Thanks @​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 3ca066b Thanks @​THernandez03! - Fixed #​9141: The noUnknownAttribute rule no longer reports closedby as an unknown attribute on <dialog> elements.

  • #​9126 792013e Thanks @​ematipico! - Added missing Mocha globals to the Test domain: context, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, xcontext, xdescribe, xit, and xspecify. These are injected by Mocha's BDD and TDD interfaces and were previously flagged as undeclared variables in projects using Mocha.

  • #​8855 6918c9e Thanks @​ruidosujeira! - Fixed #​8840. Now the Biome CSS parser correctly parses not + scroll-state inside @container queries.

  • #​9111 4fb55cf Thanks @​Jayllyz! - Slightly improved performance of noIrregularWhitespace by adding early return optimization and simplifying character detection logic.

  • #​8975 086a0c5 Thanks @​FrankFMY! - Fixed #​8478: useDestructuring no longer suggests destructuring when the variable has a type annotation, like const foo: string = object.foo.

bufbuild/buf (@​bufbuild/buf)

v1.66.0

Compare Source

  • Add LSP comment ignore code action to add comment ignores for lint errors.
  • Fix buf breaking module comparison when adding new modules.
  • Add LSP hover support for protovalidate CEL expressions.
  • Fixed offset handling in CEL semantic tokens for non-ASCII content and proto escape sequences in multi-line string literal expressions.
  • Improve URI normalization for the LSP.
hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.93.0

Compare Source

Minor Changes
Removed resolver node

Valibot plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.

Removed resolver node

Zod plugin no longer exposes the enum.nodes.nullable node. It was refactored so that nullable values are handled outside of resolvers.

Patch Changes
Updated Dependencies:
maplibre/maplibre-style-spec (@​maplibre/maplibre-gl-style-spec)

v24.5.0

Compare Source

✨ Features and improvements
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.2.1

Compare Source

Fixed
  • Allow trailing dash in functional utility names for backwards compatibility (#​19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#​19711)

v4.2.0

Compare Source

Added
  • Add mauve, olive, mist, and taupe color palettes to the default theme (#​19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#​19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#​19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#​19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#​19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#​19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#​19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#​19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#​19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#​19613)
  • Add font-features-* utility for font-feature-settings (#​19623)
Fixed
  • Prevent double @supports wrapper for color-mix values (#​19450)
  • Allow whitespace around @source inline() argument (#​19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#​19447)
  • Detect utilities containing capital letters followed by numbers (#​19465)
  • Fix class extraction for Rails' strict locals (#​19525)
  • Align @utility name validation with Oxide scanner rules (#​19524)
  • Fix infinite loop when using @variant inside @custom-variant (#​19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#​19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#​19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#​19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#​19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#​19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#​19675)
  • Add .jj to default ignored content directories (#​19687)
Deprecated
  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#​19613)
TanStack/devtools (@​tanstack/react-devtools)

v0.9.6

Compare Source

Patch Changes
TanStack/pacer (@​tanstack/react-pacer)

v0.20.0

Minor Changes
  • feat: Add optional onUnmount callback to Debouncer, Throttler, Batcher, Queuer and async variants for custom cleanup. (#​158)
Patch Changes
TanStack/router (@​tanstack/react-router)

v1.163.2

Compare Source

Version 1.163.2 - 2/25/26, 8:25 AM

Changes

Fix

Packages

v1.162.9

Compare Source

Version 1.162.9 - 2/24/26, 12:49 PM

Changes
Fix
Docs
  • router: add MaskOptions to Navigation documentation (#​6625) (9fd7fb9) by JongKyung Lee
  • router: fix typo in the path param guide for complex suffixes (#​6738) (623cbb0) by combab0
Packages

v1.162.8

Compare Source

Version 1.162.8 - 2/23/26, 10:15 PM

Changes
Fix
Packages

v1.162.6

Compare Source

Version 1.162.6 - 2/23/26, 4:36 PM

Changes

Refactor
  • router-core,react-router,solid-router,vue-router: Remove long strings from production bundle (#​6740) (343f8a8) by @​Sheraff

Packages

v1.162.5

Compare Source

Version 1.162.5 - 2/23/26, 4:14 PM

Changes
Fix
Chore
Packages

v1.162.4

Compare Source

Version 1.162.4 - 2/22/26, 10:50 PM

Changes

Fix

Packages

v1.162.2

Compare Source

Version 1.162.2 - 2/22/26, 8:41 AM

Changes
Refactor

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 23, 2026

Deploying sit-frontend with  Cloudflare Pages  Cloudflare Pages

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

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 8243cf3 to b86b60b Compare February 26, 2026 13:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b86b60b to c75ef4a Compare February 26, 2026 13:30
@derklaro derklaro merged commit b164ff8 into main Feb 26, 2026
5 checks passed
@derklaro derklaro deleted the renovate/all-minor-patch branch February 26, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant