-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: change how to represent modal routes (#11628) * refactor: update routes of popup (#11630) * refactor: defer loading of routed modals (#11632) * refactor: change pnpm config (#11633) * refactor: support x.com in code (#11634) * chore: update to pnpm 9 (#11635) * chore: update to react 19 (#11636) * fix: cf build (#11637) * fix: splint crashes * fix: react-qrcode-logo crashes * feat: add react compiler (#11638) * fix: react-devtools * fix: source map * chore: update to eslint 9 (#11641) * refactor: enable rule react/naming-convention/component-name * refactor: enable rule typescript-eslint/no-non-null-asserted-optional-chain * refactor: enable rule react/no-children-* * refactor: enable rule no-async-promise-executor no-promise-executor-return and @typescript-eslint/return-await * chore: eslint --------- Co-authored-by: Jack Works <[email protected]>
- Loading branch information
1 parent
b4cd833
commit a7cfc9b
Showing
265 changed files
with
18,285 additions
and
13,964 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ approvedList.set('webpack', [ | |
'Jack-Works/webpack#528c91e564d5756e21c9c462b607d913452af770', | ||
]) | ||
|
||
approvedList.set('@types/react', ['npm:types-react@beta']) | ||
approvedList.set('@types/react-dom', ['npm:types-react-dom@beta']) | ||
|
||
// glob -> jackspeak -> @isaacs/cliui -> ... | ||
approvedList.set('string-width-cjs', 'npm:string-width@^4.2.0') | ||
approvedList.set('strip-ansi-cjs', 'npm:strip-ansi@^6.0.1') | ||
approvedList.set('wrap-ansi-cjs', ['npm:wrap-ansi@^6.0.1', 'npm:wrap-ansi@^7.0.0']) | ||
|
||
// knip -> @pnpm/* -> ... | ||
approvedList.set('ramda', 'npm:@pnpm/[email protected]') | ||
|
||
// @magic-works/i18n-codegen -> i18next-translation-parser | ||
// https://github.com/i18next/i18next-translation-parser/issues/11 | ||
approvedList.set('html-parse-stringify2', [ | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,6 +131,7 @@ | |
"imagebitmap", | ||
"immer", | ||
"imtokenv", | ||
"innerhtml", | ||
"inspectable", | ||
"investables", | ||
"iotx", | ||
|
This file contains 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
Oops, something went wrong.