-
Notifications
You must be signed in to change notification settings - Fork 215
Update Ink and React dependencies #6528
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
base: main
Are you sure you want to change the base?
Conversation
cf179f7 to
b56cd79
Compare
|
/snapit |
b56cd79 to
5f661b2
Compare
|
We detected some changes at Caution DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release. |
|
/snapit |
1 similar comment
|
/snapit |
a6fb6df to
eea8688
Compare
eea8688 to
e8da982
Compare
Differences in type declarationsWe detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:
New type declarationsWe found no new type declarations in this PR Existing type declarationspackages/cli-kit/dist/public/node/error.d.ts@@ -38,8 +38,6 @@ export declare abstract class FatalError extends Error {
* Those usually represent unexpected scenarios that we can't handle and that usually require some action from the developer.
*/
export declare class AbortError extends FatalError {
- nextSteps?: TokenItem<InlineToken>[];
- customSections?: AlertCustomSection[];
constructor(message: TokenItem | OutputMessage, tryMessage?: TokenItem | OutputMessage | null, nextSteps?: TokenItem<InlineToken>[], customSections?: AlertCustomSection[]);
}
/**
|
|
This PR seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. |

WHY are these changes introduced?
Upgrade TypeScript configuration and React to version 19.1.0 to leverage newer language features and improve performance.
WHAT is this pull request doing?
tsconfig.jsonto use ES2023 and Bundler module resolutionignoremodule imports to use the direct import syntaxHow to test your changes?
Measuring impact
How do we know this change was effective? Please choose one:
Checklist