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.28.0 age adoption passing confidence
@oclif/core 4.3.0 -> 4.3.1 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.55 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.8 age adoption passing confidence
@tanstack/react-query (source) 5.71.10 -> 5.80.5 age adoption passing confidence
@tanstack/react-router (source) 1.114.34 -> 1.120.15 age adoption passing confidence
@tanstack/router-cli (source) 1.120.3 -> 1.120.15 age adoption passing confidence
@tanstack/router-vite-plugin (source) 1.120.3 -> 1.120.15 age adoption passing confidence
@types/node (source) 22.15.18 -> 22.15.29 age adoption passing confidence
@types/react (source) 19.1.0 -> 19.1.6 age adoption passing confidence
@types/react-dom (source) 19.1.1 -> 19.1.6 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.4 -> 4.5.1 age adoption passing confidence
@whatwg-node/fetch (source) 0.10.5 -> 0.10.8 age adoption passing confidence
eslint (source) 9.26.0 -> 9.28.0 age adoption passing confidence
file-type 20.4.1 -> 20.5.0 age adoption passing confidence
postcss (source) 8.5.3 -> 8.5.4 age adoption passing confidence
react-hook-form (source) 7.55.0 -> 7.57.0 age adoption passing confidence
tailwind-merge 3.1.0 -> 3.3.0 age adoption passing confidence
tailwindcss (source) 4.1.2 -> 4.1.8 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.6 age adoption passing confidence
vitest (source) 3.1.1 -> 3.2.1 age adoption passing confidence
wagmi (source) 2.14.16 -> 2.15.5 age adoption passing confidence
zod (source) 3.24.2 -> 3.25.51 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.28.0

Compare Source

v9.27.0

Compare Source

oclif/core (@​oclif/core)

v4.3.1

Compare Source

Bug Fixes
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.55

Compare Source

Bug Fixes

v3.2.54

Compare Source

Bug Fixes
  • skip prompt if not attached to a TTY (6445579)

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.8

Compare Source

Added
  • Improve error messages when @apply fails (#​18059)
Fixed
  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#​18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#​18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#​18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#​18126)
  • Support Leptos class: attributes when extracting classes (#​18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#​18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#​18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#​18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#​18163)
  • Fix PostCSS crash when calling toJSON() (#​18083)

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.80.5

Compare Source

Version 5.80.5 - 6/4/25, 6:43 PM

Changes

Fix
  • experimental_createQueryPersister: Change persisterRestoreAll to restoreQueries with filter support (#​9230) (9e0e60c) by René Klomp

Packages

v5.80.3

Compare Source

Version 5.80.3 - 6/4/25, 9:48 AM

Changes
Fix
  • react-query: move hydrationQueue from state to a derived value (#​9247) (0d2c2e0) by Fredrik Höglund
Docs
Packages

v5.80.2

Compare Source

Version 5.80.2 - 6/3/25, 12:08 PM

Changes
Fix
Packages

v5.80.1

Compare Source

Version 5.80.1 - 6/3/25, 11:23 AM

Changes
Perf
  • improve performance of util function "difference" in quriesObserver.ts in query-core package (#​9201) (57c6ce1) by novice0840
Packages

v5.80.0

Compare Source

Version 5.80.0 - 6/3/25, 9:36 AM

Changes

Feat
  • query-devtools: add indicator for staleTime: "static" (#​9215) (3e7d715) by MINSEONG KIM
Refactor
  • types: remove unnecessary TQueryData generic in InfiniteQueryObserverOptions (#​9224) (efa963d) by Braden Wong
  • query-core: add "Set" instead of "includes" (#​9221) (4bf169e) by novice0840
Chore
  • consolidate noop function usage across framework packages (#​9228) (1fba7fc) by Braden Wong
  • remove redundant word in comment (#​9231) (a2a23a8) by clonemycode
  • improve type safety in getQueryData by using generics (#​9218) (3a89ec9) by Braden Wong

Packages

  • [@​tanstack/query-co

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: 8d027c5

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: 8d027c5
Status: ✅  Deploy successful!
Preview URL: https://18d6022a.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 7 times, most recently from cc69924 to 9847143 Compare May 26, 2025 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 28 times, most recently from d55dc37 to 0a93952 Compare June 4, 2025 15:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a93952 to 8d027c5 Compare June 4, 2025 19:06
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