Skip to content

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

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 Apr 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.28.1 -> 2.29.1 age adoption passing confidence
@eslint/js (source) 9.23.0 -> 9.24.0 age adoption passing confidence
@oclif/plugin-not-found 3.2.48 -> 3.2.49 age adoption passing confidence
@radix-ui/react-label (source) 2.1.2 -> 2.1.3 age adoption passing confidence
@radix-ui/react-select (source) 2.1.6 -> 2.1.7 age adoption passing confidence
@radix-ui/react-slot (source) 1.1.2 -> 1.2.0 age adoption passing confidence
@radix-ui/react-toast (source) 1.2.6 -> 1.2.7 age adoption passing confidence
@tailwindcss/postcss (source) 4.1.2 -> 4.1.4 age adoption passing confidence
@tanstack/react-query (source) 5.71.10 -> 5.74.3 age adoption passing confidence
@tanstack/react-router (source) 1.114.34 -> 1.116.0 age adoption passing confidence
@tanstack/router-cli (source) 1.114.34 -> 1.116.0 age adoption passing confidence
@tanstack/router-vite-plugin (source) 1.114.34 -> 1.116.1 age adoption passing confidence
@types/node (source) 22.14.0 -> 22.14.1 age adoption passing confidence
@types/react (source) 19.1.0 -> 19.1.2 age adoption passing confidence
@types/react-dom (source) 19.1.1 -> 19.1.2 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.4 -> 4.4.0 age adoption passing confidence
@whatwg-node/fetch (source) 0.10.5 -> 0.10.6 age adoption passing confidence
eslint (source) 9.23.0 -> 9.24.0 age adoption passing confidence
open 10.1.0 -> 10.1.1 age adoption passing confidence
tailwind-merge 3.1.0 -> 3.2.0 age adoption passing confidence
tailwindcss (source) 4.1.2 -> 4.1.4 age adoption passing confidence
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence
undici (source) 7.7.0 -> 7.8.0 age adoption passing confidence
viem (source) 2.25.0 -> 2.27.0 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.1

Compare Source

v2.29.0

Compare Source

Minor Changes
eslint/eslint (@​eslint/js)

v9.24.0

Compare Source

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

v3.2.49

Compare Source

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

v2.1.3

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

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

Compare Source

Version 5.74.3 - 4/14/25, 12:55 PM

Changes

Fix
  • types: Remove predicate typing for query filters (#​8958) (f580d4d) by Nick Lucas

Packages

v5.74.2

Compare Source

Version 5.74.2 - 4/14/25, 10:54 AM

Changes

Fix
  • query-core: unpause restored mutations (#​9015) (02c3d51) by Raphael Gimenez
Test
  • query-core: add test case for hydration (#​8949) (727230f) by MINSEONG KIM

Packages

v5.74.0

Compare Source

Version 5.74.0 - 4/13/25, 5:48 PM

Changes
Feat
  • angular-query: add angular-persist-query-client (967c231) by Omer Gronich
Test
Docs
Packages

v5.73.3

Compare Source

v5.72.2

Compare Source

Version 5.72.2 - 4/9/25, 2:17 PM

Changes
Fix
  • eslint-plugin: separate legacy and modern dts files (#​8972) (7d3a1a3) by Eliya Cohen
Chore
  • remove eslint task from basic example (bf7b66c) by TkDodo
Other
Packages

v5.72.1

Compare Source

Version 5.72.1 - 4/8/25, 12:57 PM

Changes

Fix
Chore
  • trigger release (4ad696a) by Dominik Dorfmeister
  • (temporary) make test depend on build (1771dd2) by TkDodo
Docs
  • correct missing closing quote in networkMode option (#​8965) (0e1d866) by Mohammad Reza Badri
  • readme: document how to run tests using Nx (#​8967) (04b58a5) by novice0840

Packages

v5.72.0

Compare Source

Version 5.72.0 - 4/7/25, 9:20 AM

Changes

Feat
Chore
  • deps: update dependency vite to v6.2.5 [security] (#​8957) (644e945) by renovate[bot]
  • hopefully changing nx.json will cache-bust everything? (57d159c) by TkDodo
  • paths: use customConditions to define internal imports (#​8935) (8e0c6b7) by Tyler
Ci
  • disable nx-caching in CI (3319d35) by TkDodo
Other

Packages

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

v1.116.0

Compare Source

Version 1.116.0 - 4/13/25, 7:58 PM

Changes

Feat

Packages

v1.115.3

Compare Source

Version 1.115.3 - 4/11/25, 5:19 PM

Changes

Fix
  • router-core: accept AnyRouter in redirect (#​3979) (e340488) by Fred Brandt
Chore
Docs

Packages


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 Apr 4, 2025
Copy link

cloudflare-workers-and-pages bot commented Apr 4, 2025

Deploying graph-tooling with  Cloudflare Pages  Cloudflare Pages

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

View logs

@renovate renovate bot enabled auto-merge (squash) April 4, 2025 22:36
Copy link
Contributor

github-actions bot commented Apr 4, 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-20250415192740-ea7e99d9c98f6f893a2a07942300f02dc2a1439c npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99ec6f6 to 9a96e6d Compare April 5, 2025 03:01
Copy link

changeset-bot bot commented Apr 5, 2025

⚠️ No Changeset found

Latest commit: ea7e99d

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a96e6d to f48854b Compare April 6, 2025 05:26
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from f4c269a to a0c746e Compare April 12, 2025 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9b28e6b to 9ccfb13 Compare April 14, 2025 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9e1ed40 to afe040b Compare April 15, 2025 12:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afe040b to ea7e99d Compare April 15, 2025 19:26
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