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 Preview for tanstack ready!

Name Link
🔨 Latest commit 4d59908
🔍 Latest deploy log https://app.netlify.com/projects/tanstack/deploys/68a63c656041bb000894e62f
😎 Deploy Preview https://deploy-preview-473--tanstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 23 (🔴 down 5 from production)
Accessibility: 98 (no change from production)
Best Practices: 83 (no change from production)
SEO: 95 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

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