Skip to content

chore: github action to auto update tanstack dependencies #473

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

Sheraff
Copy link

@Sheraff Sheraff commented Aug 20, 2025

Fixes #472

This PR was 100% AI generated by Claude Sonnet 4, based on the following prompt:

We need a github action workflow that updates @tanstack/* libraries

  • easy to run
    • on workflow_dispatch
    • on cron schedule
  • checkout this repo
  • install pnpm
  • run pnpm up "@tanstack/*" --latest
  • if the git status --porcelain . is clean, stop here
  • install node
  • run pnpm lint
  • run pnpm build
  • if everything passes commit changes to main

Copy link

netlify bot commented Aug 20, 2025

👷 Deploy request for tanstack pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 4d59908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto-update tanstack libraries
1 participant