Joshua Chen
|
7869e74fd7
|
refactor(pwa): simplify registerSW code, fix ESLint errors (#7579)
|
2022-06-07 21:42:17 +08:00 |
|
Joshua Chen
|
90d2de6baf
|
chore: upgrade dependencies (#7560)
* chore: upgrade dependencies
* fix
|
2022-06-04 21:05:53 +08:00 |
|
Alexey Pyltsyn
|
5746c58f41
|
refactor: handle all admonitions via JSX component (#7152)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
|
2022-06-03 14:26:33 +02:00 |
|
Joshua Chen
|
abe5450526
|
feat(core): allow customizing the i18n directory path (#7386)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
|
2022-06-02 17:37:14 +02:00 |
|
dpang314
|
4f26a1911a
|
feat(content-docs): last_update front matter (#7461)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
|
2022-06-01 16:27:58 +02:00 |
|
Joshua Chen
|
9023b7740c
|
refactor: remove sub-eslintrc, fix more lint errors (#7530)
|
2022-05-30 14:49:51 +08:00 |
|
Joshua Chen
|
8b1acb50d1
|
fix: make type-checking pass in Yarn PnP (#7521)
* fix: make type-checking pass in Yarn PnP
* fix
* fix?
* fix...
* almost there
* try again
* little fix
* disable
|
2022-05-28 23:52:05 +08:00 |
|
Sébastien Lorber
|
613d938cfc
|
chore: prepare v2.0.0-beta.21 release (#7513)
* add beta 21 version
* v2.0.0-beta.21
* typo
|
2022-05-27 18:29:11 +02:00 |
|
Joshua Chen
|
47a2cca17d
|
chore: require Node 16.14 (#7501)
|
2022-05-26 11:44:18 +02:00 |
|
Joshua Chen
|
cd21a31005
|
test: strengthen internal types (#7488)
|
2022-05-25 15:38:44 +08:00 |
|
Joshua Chen
|
d50fe3b670
|
test: fix ALL type errors in tests (#7487)
|
2022-05-25 14:01:10 +08:00 |
|
Joshua Chen
|
e2e40b8f5f
|
test: fix some type errors in test files (#7486)
|
2022-05-25 11:46:10 +08:00 |
|
Joshua Chen
|
624735bd92
|
refactor: fix more type-aware linting errors (#7479)
|
2022-05-24 19:19:24 +08:00 |
|
Joshua Chen
|
bf1513a3e3
|
refactor: fix a lot of errors in type-aware linting (#7477)
|
2022-05-24 15:40:26 +08:00 |
|
Joshua Chen
|
3666a2ede5
|
refactor: remove a lot of implicit anys (#7468)
|
2022-05-23 15:40:53 +08:00 |
|
Joshua Chen
|
2d94d575a1
|
refactor: make entire project typecheck with root tsconfig (#7466)
|
2022-05-23 12:54:25 +08:00 |
|
Joshua Chen
|
89b0fff128
|
refactor: reduce number of leaked anys (#7465)
|
2022-05-23 00:30:32 +08:00 |
|
Joshua Chen
|
6b53d4263d
|
misc: make copyUntypedFiles work for watch mode (#7445)
|
2022-05-18 19:18:32 +08:00 |
|
Joshua Chen
|
a555fd1dcb
|
refactor: make each tsconfig explicitly declare module and include/exclude (#7443)
|
2022-05-18 12:48:28 +08:00 |
|
Joshua Chen
|
7613ecb9ea
|
refactor: use TS project references instead of running tsc multiple times (#7437)
* refactor: use TS project references instead of running tsc multiple times
* deduplicate
* dedup
* eliminate --project
* add swc config
* add target
|
2022-05-17 15:21:44 +08:00 |
|
Joshua Chen
|
0838884f67
|
chore: enable import/order rule (#7418)
|
2022-05-14 23:39:50 +08:00 |
|
Joshua Chen
|
60960b471d
|
chore: upgrade dependencies, fix lint-staged not outputting formatted log (#7388)
* chore: upgrade dependencies, fix lint-staged not outputting formatted log
* fix
* fix lock...
|
2022-05-10 22:42:45 +08:00 |
|
Joshua Chen
|
6e10a48059
|
fix(content-docs): restore functionality when a category only has index page (#7385)
* fix(content-docs): restore functionality when a category only has index page
* use this internally
|
2022-05-10 14:50:43 +08:00 |
|
Joshua Chen
|
7c9892888d
|
refactor: normalize error logging (#7370)
|
2022-05-08 13:40:34 +08:00 |
|
Sébastien Lorber
|
26df8c83ce
|
chore: prepare v2.0.0-beta.20 release (#7347)
|
2022-05-05 20:26:48 +02:00 |
|
Alexey Pyltsyn
|
6fa51890f0
|
chore: prepare v2.0.0-beta.19 release (#7325)
* chore: prepare v2.0.0-beta.19 release
* v2.0.0-beta.19
|
2022-05-04 18:38:45 +03:00 |
|
Joshua Chen
|
a2c993bf9a
|
fix(*): make TypeScript realize that each plugin package has a default export (#7294)
|
2022-05-03 18:23:34 +08:00 |
|
Joshua Chen
|
b49ae67521
|
refactor(types): move non-core, non-public types out of the types package (#7293)
|
2022-05-03 17:15:48 +08:00 |
|
Joshua Chen
|
d2562a4434
|
refactor: normalize Markdown linkification behavior, elaborate in documentation (#7248)
* refactor: normalize Markdown linkification behavior, elaborate in documentation
* fix broken links
* allow links to be relative to site root
* fix test
* minor doc update
* Update website/docs/guides/markdown-features/markdown-features-links.md
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
|
2022-04-29 11:36:39 +08:00 |
|
Joshua Chen
|
9a1b7217ba
|
chore: upgrade Jest to 28; add GitHub-actions reporter (#7243)
|
2022-04-27 23:47:59 +08:00 |
|
Joshua Chen
|
10a5ebecec
|
fix(content-docs): make category index text translatable (#7233)
|
2022-04-27 23:40:15 +08:00 |
|
Joshua Chen
|
242f2e780e
|
chore: upgrade dependencies (#7232)
|
2022-04-23 11:55:01 +08:00 |
|
Joshua Chen
|
b154318c28
|
chore: upgrade dependencies (#7193)
|
2022-04-17 17:32:41 +08:00 |
|
Joshua Chen
|
fa1ce230ea
|
refactor: capitalize comments (#7188)
* refactor: capitalize comments
* revert...
|
2022-04-17 16:39:11 +08:00 |
|
Jody Heavener
|
5fb0a2e274
|
feat(content-docs): draft docs excluded from build & sidebars (#6457)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
|
2022-04-13 18:02:05 +02:00 |
|
Joshua Chen
|
f4ab7c65ac
|
feat(preset-classic, content-docs/client): JSDoc (#7148)
* refactor: add JSDoc for preset-classic, content-docs/client
* fix
|
2022-04-11 09:36:30 +08:00 |
|
Joshua Chen
|
7a61eed3dd
|
refactor: unify how MDX content types are represented (#7145)
* refactor: unify how MDX content types are represented
* fix
* fix again
|
2022-04-10 19:19:44 +08:00 |
|
Joshua Chen
|
96fbcb3f51
|
refactor(content-docs): split version handling into several files (#7140)
* refactor(content-docs): split version handling into several files
* fix test
* increase timeout
|
2022-04-09 17:08:57 +08:00 |
|
Joshua Chen
|
2a7820582c
|
chore: upgrade dependencies (#7138)
* chore: upgrade dependencies
* reorg
* update comment
|
2022-04-09 12:36:10 +08:00 |
|
Joshua Chen
|
e5bf59fd9b
|
refactor: mark a few client-side packages as side-effect-free (#7085)
* refactor: mark a few client-side packages as side-effect-free
* fix
* fix again
* fix...
* revert sideeffect
* revert
* fix again...
* properly fix
* fix
* properly fix
|
2022-04-09 09:08:18 +08:00 |
|
Joshua Chen
|
7941a46be3
|
feat: allow setting calendar for i18n date formatting (#6430)
* feat: allow setting calendar for i18n date formatting
* fix TS
* add test
|
2022-04-08 22:34:34 +08:00 |
|
Joshua Chen
|
171927342f
|
feat(core): fail-safe global data fetching (#7083)
|
2022-04-08 11:08:22 +02:00 |
|
Joshua Chen
|
9145ae88cc
|
chore: disable string escaping in snapshots (#7131)
|
2022-04-08 11:23:19 +08:00 |
|
Joshua Chen
|
4134ebb3fb
|
feat(content-docs): make docs:version command work on localized docs (#7106)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
|
2022-04-07 19:43:24 +02:00 |
|
Joshua Chen
|
1156be3f20
|
refactor(content-{blog,docs}): unify handling of tags (#7117)
|
2022-04-07 15:58:21 +02:00 |
|
Joshua Chen
|
c7c0ee4e7c
|
chore: upgrade dependencies (#7101)
|
2022-04-02 08:32:26 +08:00 |
|
Joshua Chen
|
ff96606865
|
docs: fix some casing inconsistencies (#7081)
|
2022-03-31 20:23:44 +08:00 |
|
Joshua Chen
|
24c205a835
|
refactor: replace non-prop interface with type; allow plugin lifecycles to have sync type (#7080)
* refactor: replace non-prop interface with type; allow plugin lifecycles to have sync type
* fix
|
2022-03-31 19:16:07 +08:00 |
|
Joshua Chen
|
5fb09a2946
|
refactor(core): reorganize files (#7042)
* refactor(core): reorganize files
* fix types
|
2022-03-28 21:49:37 +08:00 |
|
Joshua Chen
|
85a79fd9b9
|
refactor(core): reorganize functions (#7037)
|
2022-03-28 17:12:36 +08:00 |
|