Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.21.0 -> ^9.22.0 age adoption passing confidence
@tailwindcss/vite (source) ^4.0.9 -> ^4.0.14 age adoption passing confidence
@tanstack/react-query (source) ^5.66.11 -> ^5.68.0 age adoption passing confidence
@tanstack/react-query-devtools (source) ^5.66.11 -> ^5.68.0 age adoption passing confidence
@tanstack/react-router (source) ^1.112.0 -> ^1.114.23 age adoption passing confidence
@tanstack/router-devtools (source) ^1.112.6 -> ^1.114.23 age adoption passing confidence
@tanstack/router-plugin (source) ^1.112.3 -> ^1.114.23 age adoption passing confidence
@types/node (source) ^22.13.8 -> ^22.13.10 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.22.0 age adoption passing confidence
tailwindcss (source) ^4.0.9 -> ^4.0.14 age adoption passing confidence
typescript-eslint (source) ^8.25.0 -> ^8.26.1 age adoption passing confidence
vite (source) ^6.2.0 -> ^6.2.2 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.22.0

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.0.14

Compare Source

Fixed
  • Do not extract candidates with JS string interpolation ${ (#​17142)
  • Fix extraction of variants containing . character (#​17153)
  • Fix extracting candidates in Clojure/ClojureScript (#​17087)

v4.0.13

Compare Source

Fixed
  • Fix Haml pre-processing (#​17051)
  • Ensure .node and .wasm files are not scanned for utilities (#​17123)
  • Improve performance when scanning JSON files (#​17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#​17094, #​17085, #​17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#​17129)

v4.0.12

Compare Source

Fixed
  • Vite: Fix url(…) rebasing in transitively imported CSS files (#​16965)
  • PostCSS: Rebase url(…)s in imported CSS files (#​16965)
  • Ensure utilities are sorted based on their actual property order (#​16995)
  • Ensure strings in Pug and Slim templates are handled correctly (#​17000)
  • Ensure classes between } and { are properly extracted (#​17001)
  • Fix razor/cshtml pre-processing (#​17027)
  • Ensure extracting candidates from JS embedded in a PHP string works as expected (#​17031)

v4.0.11

Compare Source

Fixed
  • Ensure classes containing -- are extracted correctly (#​16972)
  • Ensure classes containing numbers followed by dash or underscore are extracted correctly (#​16980)
  • Ensure arbitrary container queries are extracted correctly (#​16984)
  • Ensure classes ending in [ are extracted in Slim templating language (#​16985)
  • Ensure arbitrary variables with data types are extracted correctly (#​16986)

v4.0.10

Compare Source

Added
  • Add col-<number> and row-<number> utilities for grid-column and grid-row (#​15183)
Fixed
  • Ensure not-* does not remove :is(…) from variants (#​16825)
  • Ensure @keyframes are correctly emitted when using a prefix (#​16850)
  • Don't swallow @utility declarations when @apply is used in nested rules (#​16940)
  • Ensure outline-hidden behaves like outline-none outside of forced colors mode (#​16943)
  • Allow !important on CSS variables again (#​16873)
  • Vite: Do not crash when encountering an .svg file with # or ? in the filename (#​16957)
  • Ensure utilities are properly detected within square brackets (#​16306)
  • Ensure utilities are properly detected using Angular's conditional class binding syntax (#​16306)
  • Ensure utilities starting with numbers are properly extracted from Slim templates (#​16306)
  • Discard arbitrary property candidates that have guaranteed-invalid property names (#​16306)
Changed
  • Removed max-w-auto and max-h-auto utilities as they generate invalid CSS (#​16917)
  • Replaced the existing candidate extractor with a brand new extractor to improve maintainability, correctness, and performance (#​16306)
TanStack/query (@​tanstack/react-query)

v5.68.0

Compare Source

Version 5.68.0 - 3/14/25, 10:00 AM

Changes
Feat
  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#​8802) (796032d) by Eliya Cohen
Test
Docs
Packages

v5.67.3

Compare Source

Version 5.67.3 - 3/11/25, 5:19 PM

Changes
Refactor
Test
Docs
  • angular-query: angular examples improvements (#​8782) (79608f3) by Arnoud
  • react-query: fix incorrect link in documentation (#​8699) (8bfa77b) by Harry
  • Fix community resource links in important Defaults page. (#​8697) (4fb781f) by Raj Suhail
  • Fix 404 link for Query Keys in useQuery.md (#​8769) (67e52cf) by Joseph Markus
  • Update ssr.md (#​8770) (d85ee75) by Sina Sepahvand
Packages

v5.67.2

Compare Source

Version 5.67.2 - 3/7/25, 10:56 AM

Changes

Fix
Chore
  • deps: update dependency vitest to v2.1.9 [security] (#​8605) (f31eeda) by renovate[bot]
  • sync CONTRIBUTING.md between projects (#​8767) (c4cb285) by Lachlan Collins
  • deps: update autofix-ci/action digest to 551dded (#​8549) (8c03bd0) by renovate[bot]
  • ts 5.8 (161f534) by Dominik Dorfmeister
Docs

Packages

v5.67.1

Compare Source

Version 5.67.1 - 3/3/25, 3:57 PM

Changes

Refactor
  • query-core: improve type safety and performance in getMutationDefaults (#​8669) (4d8c27b) by yusheng chen

Packages

v5.67.0

Compare Source

TanStack/router (@​tanstack/react-router)

v1.114.23

Compare Source

Version 1.114.23 - 3/16/25, 11:19 PM

Changes
Refactor
  • router-core: decorate with JSDoc comments for NavigateOptionProps, ActiveOptions, MatchRouteOptions and Redirect (#​3792) (6ad6ee1) by @​Thiht
Chore
  • root: script for cleaning up packages (5412a94) by SeanCassiere
  • e2e: move hash related test utils to the shared package (#​3782) (7909048) by Sean Cassiere
Other
Packages

v1.114.22

Compare Source

Version 1.114.22 - 3/15/25, 10:54 PM

Changes
Fix
  • history: double / being added in hash routing (#​3779) (176514f) by Alex
Docs
Packages

v1.114.17

Compare Source

Version 1.114.17 - 3/12/25, 12:55 PM

Changes

Fix
  • router-core: move ThrowConstraint to core utils (#​3749) (dfdb9f4) by Birk Skyum

Packages

v1.114.16

Compare Source

Version 1.114.16 - 3/12/25, 12:31 PM

Changes

Fix
  • router-core: move typePrimitives to shared package (#​3748) (215d6f5) by Birk Skyum

Packages

v1.114.15

Compare Source

Version 1.114.15 - 3/11/25, 5:47 PM

Changes

Fix
  • router-core: agnostic scroll restoration (#​3740) (032dc2f) by Birk Skyum

Packages


Configuration

📅 Schedule: Branch creation - "* 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.

@renovate renovate bot requested a review from derklaro March 10, 2025 02:57
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 10, 2025

Deploying sit-frontend with  Cloudflare Pages  Cloudflare Pages

Latest commit: 07b1b3f
Status: ✅  Deploy successful!
Preview URL: https://86bfbd44.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 13 times, most recently from d226350 to e645421 Compare March 16, 2025 01:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e645421 to 07b1b3f Compare March 17, 2025 03:40
@derklaro derklaro merged commit 446a64a into main Mar 17, 2025
5 checks passed
@derklaro derklaro deleted the renovate/all-minor-patch branch March 17, 2025 11:46
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