Skip to content

chore(deps): update tanstack/config digest to 99d23c6#331

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-config-digest
Open

chore(deps): update tanstack/config digest to 99d23c6#331
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-config-digest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 18, 2026

This PR contains the following updates:

Package Type Update Change
TanStack/config (changelog) action digest e4b48f199d23c6

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a8a0d4f4-fcc6-497d-bed2-c11e38907573

📥 Commits

Reviewing files that changed from the base of the PR and between 00005f3 and 0020ab4.

📒 Files selected for processing (3)
  • .github/workflows/autofix.yml
  • .github/workflows/pr.yml
  • .github/workflows/release.yml
✅ Files skipped from review due to trivial changes (1)
  • .github/workflows/autofix.yml

📝 Walkthrough

Walkthrough

This PR updates three GitHub Actions workflow files to use newer pinned commit SHAs for shared TanStack/config actions, refreshing Setup Tools, Changeset Preview, and Comment on PRs references across autofix, pr, and release workflows.

Changes

Workflow Action Dependency Updates

Layer / File(s) Summary
Update TanStack/config action references
.github/workflows/autofix.yml, .github/workflows/pr.yml, .github/workflows/release.yml
Autofix, pr, and release workflows update their pinned commit SHAs for TanStack/config actions. The pr workflow updates Setup Tools in test, preview, and version-preview jobs and also updates Changeset Preview in version-preview; the release workflow updates Setup Tools and Comment on PRs steps.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 I hopped through YAML, gentle and spry,
Pinned SHAs refreshed beneath CI sky.
Workflows hum cleaner, checks leap and play,
Commits snugly anchored, ready to sway.
Cheers from a rabbit — tests run today!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is incomplete against the repository template. Required sections like 'Changes', 'Checklist', and 'Release Impact' are missing or not properly filled out. Complete the PR description by adding the required template sections: describe the changes under '🎯 Changes', check the contribution checklist items, and indicate whether this affects published code or is dev-only under '🚀 Release Impact'.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title directly describes the main change: updating TanStack/config digest to a specific commit SHA across all workflow files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/tanstack-config-digest

Comment @coderabbitai help to get the list of available commands and usage tips.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented May 18, 2026

View your CI Pipeline Execution ↗ for commit 0020ab4

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 13s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-05-21 22:20:25 UTC

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 18, 2026

@tanstack/angular-store

npm i https://pkg.pr.new/@tanstack/angular-store@331

@tanstack/lit-store

npm i https://pkg.pr.new/@tanstack/lit-store@331

@tanstack/preact-store

npm i https://pkg.pr.new/@tanstack/preact-store@331

@tanstack/react-store

npm i https://pkg.pr.new/@tanstack/react-store@331

@tanstack/solid-store

npm i https://pkg.pr.new/@tanstack/solid-store@331

@tanstack/store

npm i https://pkg.pr.new/@tanstack/store@331

@tanstack/svelte-store

npm i https://pkg.pr.new/@tanstack/svelte-store@331

@tanstack/vue-store

npm i https://pkg.pr.new/@tanstack/vue-store@331

commit: 0020ab4

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/pr.yml:
- Line 79: The version-preview CI job lacks GitHub Issues write permission
causing the changeset-preview step (uses:
TanStack/config/.github/changeset-preview@6ddd247a...) to fail with 403; update
the version-preview job in .github/workflows/pr.yml to add a permissions section
that grants issues: write for the job so the changeset-preview action can post
comments via the Issues API.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3f7724ab-3b76-4fc6-bcbb-ce3ec4beac41

📥 Commits

Reviewing files that changed from the base of the PR and between 09139b1 and 00005f3.

📒 Files selected for processing (3)
  • .github/workflows/autofix.yml
  • .github/workflows/pr.yml
  • .github/workflows/release.yml

Comment thread .github/workflows/pr.yml Outdated
uses: TanStack/config/.github/setup@6ddd247a7748fef503de0818293a732f6447fd92 # main
- name: Changeset Preview
uses: TanStack/config/.github/changeset-preview@e4b48f16568324f76f467aa4c2aac2f05db632c3 # main
uses: TanStack/config/.github/changeset-preview@6ddd247a7748fef503de0818293a732f6447fd92 # main
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify permissions and changeset-preview usage in PR workflow
rg -n -C2 '^\s*permissions:|issues:\s*write|pull-requests:\s*write|changeset-preview@' .github/workflows/pr.yml

Repository: TanStack/store

Length of output: 557


🏁 Script executed:

cat -n .github/workflows/pr.yml

Repository: TanStack/store

Length of output: 3169


Add issues: write permission to the version-preview job.

The changeset-preview action at line 79 posts comments via the GitHub Issues API. Without the issues: write permission, this step fails with a 403 error.

🔧 Suggested fix
   version-preview:
     name: Version Preview
     runs-on: ubuntu-latest
+    permissions:
+      contents: read
+      issues: write
     steps:
       - name: Checkout
         uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/pr.yml at line 79, The version-preview CI job lacks GitHub
Issues write permission causing the changeset-preview step (uses:
TanStack/config/.github/changeset-preview@6ddd247a...) to fail with 403; update
the version-preview job in .github/workflows/pr.yml to add a permissions section
that grants issues: write for the job so the changeset-preview action can post
comments via the Issues API.

@renovate renovate Bot changed the title chore(deps): update tanstack/config digest to 6ddd247 chore(deps): update tanstack/config digest to 99d23c6 May 21, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-config-digest branch from 00005f3 to 0020ab4 Compare May 21, 2026 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants