Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| ]); | ||
| }; | ||
|
|
||
| export default meta; |
There was a problem hiding this comment.
Unused file left behind after migration
Low Severity
All _meta.tsx files were migrated from using createCategoryMeta to inline MetaRecord objects, but the create-category-meta.ts file (containing createCategoryMeta and CategoryEntry) was not deleted. A grep confirms zero imports remain — the entire file is now dead code that will confuse future contributors.
Additional Locations (1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR was generated after a Porter deploy succeeded.
Note
Medium Risk
Moderate risk because it changes docs navigation metadata and removes several toolkits from the generated index, which could hide or orphan existing pages if references still exist. Also adjusts the Next.js
next-env.d.tsroutes type import path, which could affect TS builds if the expected.nextoutput differs.Overview
Updates integrations category
_meta.tsxfiles to export explicit NextraMetaRecordobjects (instead ofcreateCategoryMeta([...])), adding "Optimized"/"Starter" separators and dropping per-entrytypemetadata while also removing some listed integrations (e.g.,figma,math,pagerduty,pylon,mailchimp-api).Refreshes generated toolkit docs data by deleting
codesandbox.jsonandfigma.jsonand pruning multiple toolkits fromtoolkit-docs-generator/data/toolkits/index.json, and updatesnext-env.d.tsto import routes types from./.next/types/routes.d.ts.Written by Cursor Bugbot for commit d5478e2. This will update automatically on new commits. Configure here.