Skip to content

fix(deps): update all non-major dependencies #2032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.26.0 -> 9.27.0 age adoption passing confidence
@oclif/plugin-autocomplete 3.2.27 -> 3.2.29 age adoption passing confidence
@oclif/plugin-not-found 3.2.48 -> 3.2.53 age adoption passing confidence
@oclif/plugin-warn-if-update-available 3.1.38 -> 3.1.40 age adoption passing confidence
@radix-ui/react-label (source) 2.1.2 -> 2.1.7 age adoption passing confidence
@radix-ui/react-select (source) 2.1.6 -> 2.2.5 age adoption passing confidence
@radix-ui/react-slot (source) 1.1.2 -> 1.2.3 age adoption passing confidence
@radix-ui/react-toast (source) 1.2.6 -> 1.2.14 age adoption passing confidence
@tailwindcss/postcss (source) 4.1.2 -> 4.1.7 age adoption passing confidence
@tanstack/react-query (source) 5.71.10 -> 5.77.1 age adoption passing confidence
@tanstack/react-router (source) 1.114.34 -> 1.120.10 age adoption passing confidence
@tanstack/router-cli (source) 1.120.3 -> 1.120.10 age adoption passing confidence
@tanstack/router-vite-plugin (source) 1.120.3 -> 1.120.10 age adoption passing confidence
@types/node (source) 22.15.18 -> 22.15.21 age adoption passing confidence
@types/react (source) 19.1.0 -> 19.1.5 age adoption passing confidence
@types/react-dom (source) 19.1.1 -> 19.1.5 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.4 -> 4.5.0 age adoption passing confidence
@whatwg-node/fetch (source) 0.10.5 -> 0.10.8 age adoption passing confidence
eslint (source) 9.26.0 -> 9.27.0 age adoption passing confidence
file-type 20.4.1 -> 20.5.0 age adoption passing confidence
react-hook-form (source) 7.55.0 -> 7.56.4 age adoption passing confidence
tailwind-merge 3.1.0 -> 3.3.0 age adoption passing confidence
tailwindcss (source) 4.1.2 -> 4.1.7 age adoption passing confidence
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence
undici (source) 7.9.0 -> 7.10.0 age adoption passing confidence
viem (source) 2.25.0 -> 2.30.1 age adoption passing confidence
vitest (source) 3.1.1 -> 3.1.4 age adoption passing confidence
wagmi (source) 2.14.16 -> 2.15.4 age adoption passing confidence
zod (source) 3.24.2 -> 3.25.28 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.27.0

Compare Source

oclif/plugin-autocomplete (@​oclif/plugin-autocomplete)

v3.2.29

Compare Source

Bug Fixes

v3.2.28

Compare Source

Bug Fixes
oclif/plugin-not-found (@​oclif/plugin-not-found)

v3.2.53

Compare Source

Bug Fixes

v3.2.52

Compare Source

Bug Fixes

v3.2.51

Compare Source

Bug Fixes

v3.2.50

Compare Source

Bug Fixes

v3.2.49

Compare Source

Bug Fixes
oclif/plugin-warn-if-update-available (@​oclif/plugin-warn-if-update-available)

v3.1.40

Compare Source

Bug Fixes

v3.1.39

Compare Source

Bug Fixes
radix-ui/primitives (@​radix-ui/react-label)

v2.1.7

v2.1.6

v2.1.5

v2.1.4

v2.1.3

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.7

Compare Source

Added
  • Upgrade: Migrate bare values to named values (#​18000)
  • Upgrade: Added cache to improve template migration performance (#​18025)
Fixed
  • Allow _ before numbers during candidate extraction (#​17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#​17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#​17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#​17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#​18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#​18020)
  • Ensure classes containing . are properly extracted from Clojure files (#​18038)
  • Upgrade: Fix error when using @import … source(…) (#​17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#​18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#​18025)

v4.1.6

Compare Source

Added
  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#​17831, #​17854)
  • Upgrade: Update dependencies in parallel for improved performance (#​17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#​17906, #​17952)
  • Add support for generating source maps in development (#​17775)
Fixed
  • Ensure negative arbitrary scale values generate negative values (#​17831)
  • Fix HAML extraction with embedded Ruby (#​17846)
  • Don't scan files for utilities when using @reference (#​17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#​17889)
  • Don't scan .log files for classes by default (#​17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#​17925)
  • Download platform specific package if optionalDependencies are skipped (#​17929)

v4.1.5

Compare Source

Added
  • Support using @tailwindcss/upgrade to upgrade between versions of v4.* (#​17717)
  • Add h-lh / min-h-lh / max-h-lh utilities (#​17790)
  • Transition display, visibility, content-visibility, overlay, and pointer-events when using transition to simplify @starting-style usage (#​17812)
Fixed
  • Don't scan .geojson or .db files for classes by default (#​17700, #​17711)
  • Hide default shadow suggestions when missing default shadow theme keys (#​17743)
  • Replace _ with . in theme suggestions for @utility if surrounded by digits (#​17733)
  • Skip color-mix(…) when opacity is 100% (#​17815)
  • PostCSS: Ensure that errors in imported stylesheets are recoverable (#​17754)
  • Upgrade: Bump all Tailwind CSS related dependencies during upgrade (#​17763)
  • Upgrade: Don't add - to variants starting with @ (#​17814)
  • Upgrade: Don't format stylesheets that didn't change when upgrading (#​17824)
Changed
  • Ignore .hg, .svn, .venv, venv, .yarn, .next, .turbo, .parcel-cache, __pycache__, and .svelte-kit folders by default (can be overridden by @source … rules) (#​17892)
  • @source rules that point inside .hg, .svn, .venv, venv, .yarn, .next, .turbo, .parcel-cache, __pycache__, and .svelte-kit folders no longer consider your .gitignore rules (#​17892)

v4.1.4

Compare Source

Added
  • Add experimental @tailwindcss/oxide-wasm32-wasi target for running Tailwind in browser environments like StackBlitz (#​17558)
Fixed
  • Ensure color-mix(…) polyfills do not cause used CSS variables to be removed (#​17555)
  • Ensure color-mix(…) polyfills create fallbacks for theme variables that reference other theme variables (#​17562)
  • Fix brace expansion in declining ranges like {10..0..5} and {0..10..-5} (#​17591)
  • Work around a Chrome rendering bug when using the skew-* utilities (#​17627)
  • Ensure container query variant names can contain hyphens (#​17628)
  • Ensure shadow-inherit, inset-shadow-inherit, drop-shadow-inherit, and text-shadow-inherit inherit the shadow color (#​17647)
  • Ensure compatibility with array tuples used in fontSize JS theme keys (#​17630)
  • Ensure folders with binary file extensions in their names are scanned for utilities (#​17595)
  • Upgrade: Convert fontSize array tuple syntax to CSS theme variables (#​17630)

v4.1.3

Compare Source

Fixed
  • Show warning when using unsupported bare value data type in --value(…) (#​17464)
  • PostCSS: Ensure changes to the input CSS file don't generate stale output when using Turbopack (#​17554)
  • Ensure classes are detected in Ruby's %w syntax in Slim templates (#​17557)
TanStack/query (@​tanstack/react-query)

v5.77.1

Compare Source

Version 5.77.1 - 5/25/25, 9:15 PM

Changes

Fix
  • core: do not hydrate promises if existing query is already fetching (d4b7818) by Fredrik Höglund
Docs

Packages

v5.77.0

Compare Source

Version 5.77.0 - 5/24/25, 7:23 AM

Changes
Feat
Chore
  • ✂️: remove ts-node to make knip happy (719db35) by TkDodo
  • remove baseUrl from tsConfig, as it"s deprecated (#​9178) (1b9837f) by Dominik Dorfmeister
Test
Ci
  • apply automated fixes (attempt 2/3) (7b0aaab) by autofix-ci[bot]
  • apply automated fixes (20c36c8) by autofix-ci[bot]
Docs
  • fix links (afc6302) by Tanner Linsley
Packages

v5.76.2

Compare Source

Version 5.76.2 - 5/22/25, 3:40 PM

Changes

Fix
  • core: fix promise hydration bugs (#​9157) (9f5fba3) by Fredrik Höglund
Chore
  • disable the ESLint rule that removes Context.Provider (#​9162) (065b5f4) by 차승하
  • angular-query: update to angular 20 RC (#​9153) (8b4e0bd) by Arnoud
Test
  • query-core: add test case for queryObserver (#​9146) (2be8cca) by MINSEONG KIM
Docs

Packages

v5.76.1

Compare Source

Version 5.76.1 - 5/13/25, 10:04 PM

Changes
Fix
  • experimental_createQueryPersister: return more utilities, rename persister (#​8062) (65ef198) by Damian Osipiuk
Packages

v5.76.0

Compare Source

Version 5.76.0 - 5/12/25, 9:07 AM

Changes

Feat
  • devtools: 🏝️ TanStack Query DevTools for Expo/React Native! 🚀 (#​8846) (696fd44) by Austin Johnson
Test
  • query-core: add test case for InfiniteQueryObserver (#​9141) (c89c6a0) by MINSEONG KIM
  • react-query: initiate queryClient in beforeEach (#​9142) (6a52926) by Lachlan Collins

Packages

v5.75.7

[Compare Source](https://redirect.github.com/TanStac


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 added the dependencies Pull requests that update a dependency file label May 16, 2025
@renovate renovate bot requested review from 0237h and YaroShkvorets May 16, 2025 16:20
Copy link

changeset-bot bot commented May 16, 2025

⚠️ No Changeset found

Latest commit: 44e3f3a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented May 16, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphprotocol/graph-cli 0.97.1-alpha-20250516205755-b471a879921c8de927d13087b86d79ac8befa61d npm ↗︎ unpkg ↗︎

Copy link

cloudflare-workers-and-pages bot commented May 16, 2025

Deploying graph-tooling with  Cloudflare Pages  Cloudflare Pages

Latest commit: cc69924
Status: ✅  Deploy successful!
Preview URL: https://ccf0c4cb.graph-tooling.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.graph-tooling.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 1284aee to 8915b05 Compare May 23, 2025 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 44e3f3a to d4ca724 Compare May 24, 2025 13:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4ca724 to cc69924 Compare May 25, 2025 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants