Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/jolly-bags-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tanstack/eslint-config': minor
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

Use a patch bump instead of minor for this changeset.

Line 2 sets @tanstack/eslint-config to minor, but this PR only updates typescript-eslint from ^8.57.1 to ^8.57.2 (patch-level dependency bump in pnpm-workspace.yaml, Line 49). This should be a patch release to avoid overstating impact.

Suggested fix
 ---
-'@tanstack/eslint-config': minor
+'@tanstack/eslint-config': patch
 ---
πŸ“ Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
'@tanstack/eslint-config': minor
---
'@tanstack/eslint-config': patch
---
πŸ€– Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.changeset/jolly-bags-design.md at line 2, The changeset currently marks
'@tanstack/eslint-config' as a minor bump but the actual change is only a patch
(typescript-eslint ^8.57.1 β†’ ^8.57.2); update the changeset entry for
'@tanstack/eslint-config' to 'patch' so the release level matches the real
dependency change.

---

fix: DEMO DO NOT COMMIT
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

Replace placeholder changeset summary before merge.

Line 5 contains fix: DEMO DO NOT COMMIT, which will leak into release notes/changelog if published.

Suggested fix
-fix: DEMO DO NOT COMMIT
+chore(eslint-config): bump typescript-eslint to ^8.57.2
πŸ“ Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
fix: DEMO DO NOT COMMIT
chore(eslint-config): bump typescript-eslint to ^8.57.2
πŸ€– Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.changeset/jolly-bags-design.md at line 5, Replace the placeholder changeset
summary "fix: DEMO DO NOT COMMIT" with a concise, meaningful description of the
change (e.g., "fix: correct X behavior" or "feat: add Y feature") so it doesn't
appear in release notes; edit the .changeset/jolly-bags-design.md file and
update the top-line summary string to a proper changelog-friendly message that
accurately describes the change.

138 changes: 72 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ catalog:
typedoc-plugin-frontmatter: 1.3.0
typedoc-plugin-markdown: 4.9.0
typescript: 6.0.2
typescript-eslint: ^8.57.1
typescript-eslint: ^8.57.2
vite: ^8.0.2
vite-plugin-dts: 4.2.3
vite-plugin-externalize-deps: ^0.10.0
Expand Down
Loading