Skip to content
Merged
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
1 change: 1 addition & 0 deletions packages/next-codemod/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function onCancel() {
* When adding a new codemod, ensure to set the target canary version
* instead of the stable version. This is for `@next/codemod upgrade`
* to correctly pick up the codemod for the next pre-release version.
* This is also essential for correctly upgrading from canary to canary.
*/
export const TRANSFORMER_INQUIRER_CHOICES = [
{
Expand Down
Loading