Sébastien Lorber
|
a59aead1e2
|
chore: attempt to fix Crowdin issues (#9220)
|
2023-08-12 02:56:54 +02:00 |
|
Sébastien Lorber
|
09ea3bcfab
|
feat(client-redirects-plugin): support fully qualified urls and querystring/hash in destination/to url (#9171)
|
2023-07-21 19:54:40 +02:00 |
|
Joshua Chen
|
ff227283d2
|
chore: upgrade dependencies (non-major) (#9148)
* chore: upgrade dependencies (non-major)
* Downgrade
|
2023-07-16 23:44:17 +08:00 |
|
Sébastien Lorber
|
7d033cc8c0
|
chore: v3.0.0-alpha.0 release (#9072)
|
2023-06-15 17:48:55 +02:00 |
|
Sébastien Lorber
|
187e5aa218
|
feat: React 18 + automatic JSX runtime + build --dev (#8961)
|
2023-06-08 19:40:15 +02:00 |
|
Joshua Chen
|
e21591c073
|
chore: upgrade dependencies (non-major) (#8749)
chore: upgrade dependencies
|
2023-03-08 21:28:14 -05:00 |
|
dependabot[bot]
|
0f9edc3c11
|
chore(deps): bump eta from 1.12.3 to 2.0.0 (#8610)
Bumps [eta](https://github.com/eta-dev/eta) from 1.12.3 to 2.0.0.
- [Release notes](https://github.com/eta-dev/eta/releases)
- [Commits](https://github.com/eta-dev/eta/compare/v1.12.3...v2.0.0)
---
updated-dependencies:
- dependency-name: eta
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-01-31 18:58:38 -05:00 |
|
Joshua Chen
|
3526059214
|
chore: bump dependencies major versions (#8537)
|
2023-01-10 15:22:19 -05:00 |
|
Joshua Chen
|
e8a07633ba
|
chore: upgrade dependencies (#8534)
* chore: upgrade dependencies
* FIxes
* Bump again
|
2023-01-10 13:23:16 -05:00 |
|
Xabier Lahuerta Vazquez
|
5ddcbf47a8
|
feat(plugin-client-redirects): keep the query string + hash (#8227)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
|
2022-10-20 18:01:18 +02:00 |
|
Joshua Chen
|
73d0ede21a
|
fix(redirect): tolerate trailing slash difference if config is undefined (#8067)
|
2022-09-08 17:15:52 +02:00 |
|
Sébastien Lorber
|
b7ea00a917
|
chore: bump main to 3.0.0-alpha.0 (#7923)
|
2022-08-08 19:13:49 +02:00 |
|
Sébastien Lorber
|
965a01e589
|
chore: port-2.0.0-rc.1 (#7782)
|
2022-07-14 19:30:17 +02:00 |
|
Sébastien Lorber
|
f0f97f29f9
|
chore: prepare v2.0.0-beta.22 release (#7741)
|
2022-07-08 18:34:05 +02:00 |
|
Joshua Chen
|
4b5a47ba37
|
feat(client-redirects): make plugin respect onDuplicateRoutes config (#7649)
|
2022-06-22 13:32:02 +02:00 |
|
Joshua Chen
|
b4d93b9bd0
|
chore: upgrade to TS 4.7, compile with NodeNext (#7586)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
|
2022-06-15 19:15:11 +02:00 |
|
Joshua Chen
|
fb3138d722
|
refactor(client-redirects): elaborate documentation, minor refactor (#7607)
|
2022-06-13 22:04:39 +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
|
e2e40b8f5f
|
test: fix some type errors in test files (#7486)
|
2022-05-25 11:46:10 +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
|
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
|
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
|
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 |
|
Joshua Chen
|
9145ae88cc
|
chore: disable string escaping in snapshots (#7131)
|
2022-04-08 11:23:19 +08:00 |
|
Sébastien Lorber
|
73deaa8bf6
|
chore: prepare v2.0.0-beta.18 release (#7001)
|
2022-03-25 16:16:38 +01:00 |
|
Joshua Chen
|
87592bca03
|
refactor: ensure all types are using index signature instead of Record (#6995)
* refactor: ensure all types are using index signature instead of Record
* kick CI
|
2022-03-25 18:06:30 +08:00 |
|
Joshua Chen
|
6e2eb44964
|
refactor: unify how validateOptions is handled (#6961)
* refactor: unify how validateOptions is handled
* fix types
* fix again
|
2022-03-22 19:40:56 +08:00 |
|
Joshua Chen
|
cc0bceab9c
|
chore: tighten ESLint config (#6931)
* chore: tighten ESLint config
* more refactor
* refactor push
* fix
|
2022-03-17 17:59:41 +08:00 |
|
Joshua Chen
|
bfe7ca6237
|
chore(pwa, sitemap, client-redirects, ideal-image): JSDoc for types (#6928)
* chore(pwa, sitemap, client-redirects, ideal-image): JSDoc for types
* fix
|
2022-03-17 12:05:23 +08:00 |
|
Joshua Chen
|
da9f38b748
|
refactor(client-redirects): migrate validation to validateOptions lifecycle (#6924)
|
2022-03-16 17:24:01 +01:00 |
|
Joshua Chen
|
8c1e518ba2
|
chore: do not print prototype in jest snapshot (#6908)
|
2022-03-13 19:34:50 +08:00 |
|
Joshua Chen
|
d85cee576d
|
test: improve test coverage; properly test core client APIs (#6905)
* test: improve test coverage
* fix
|
2022-03-12 23:15:45 +08:00 |
|
Joshua Chen
|
76cb012209
|
chore: spell-check test files (#6903)
|
2022-03-12 15:24:56 +08:00 |
|
Joshua Chen
|
f6baaa6b75
|
test(theme-common): improve test coverage (#6902)
* test(theme-common): improve test coverage
* revert
|
2022-03-12 13:17:21 +08:00 |
|
Joshua Chen
|
aa5a2d4c04
|
test: enable a few jest eslint rules (#6900)
* test: enable a few jest eslint rules
* more
|
2022-03-12 08:43:09 +08:00 |
|
Joshua Chen
|
23a34c1a07
|
refactor: prefer fs.outputFile to ensureDir + writeFile (#6880)
* refactor: prefer fs.outputFile to ensureDir + writeFile
* fix test
* fix
|
2022-03-09 17:50:33 +08:00 |
|
Joshua Chen
|
8e934450d8
|
refactor: remove unnecessary default values normalized during validation (#6864)
* refactor: remove unnecessary default values normalized during validation
* more
|
2022-03-07 19:23:30 +08:00 |
|
Sébastien Lorber
|
8dbd656340
|
chore: prepare v2.0.0-beta.17 release (#6829)
|
2022-03-03 18:44:41 +01:00 |
|
Sébastien Lorber
|
124511f445
|
chore: prepare v2.0.0-beta.16 release (#6760)
|
2022-02-25 16:00:11 +01:00 |
|
Joshua Chen
|
f903422617
|
refactor: unify error handling behavior (#6755)
* refactor: unify error handling behavior
* revert
* normalize paths
* test...
* change
* does this work...
* fix...
* maybe fix
* maybe fix
* fix
* fix...
|
2022-02-25 15:07:13 +08:00 |
|
Joshua Chen
|
dcbf9f644e
|
chore: upgrade docsearch-react to v3 stable, bump dependencies (#6752)
* chore: upgrade dependencies
* revert
* validation
* fix blog
* reformat
|
2022-02-24 19:39:32 +08:00 |
|