Sébastien Lorber
5de4832fb2
fix(tsconfig): add @docusaurus/tsconfig
target es2022 ( #10547 )
2024-10-03 15:28:01 +02:00
Flix
7f6472a74d
fix(website): APITable component should navigate to anchor less agressively ( #10534 )
...
Co-authored-by: Flix <flixy121@gmail.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-10-03 14:22:59 +02:00
Liviu Ionescu
e8545b5280
docs: add tip about harmless vulnerabilities ( #10535 )
...
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2024-10-03 13:29:32 +02:00
jackrabbit128
0657e5806c
docs: clarify component naming for markdown import ( #10545 )
...
* docs: clarify component naming for markdown import (#10542 )
* Apply review suggestion
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
* Update website/docs/guides/markdown-features/markdown-features-react.mdx
---------
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
2024-10-02 17:45:11 -04:00
dependabot[bot]
0794ebdd18
chore(deps): bump preactjs/compressed-size-action from 2.6.0 to 2.7.0 ( #10539 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 09:16:24 +02:00
dependabot[bot]
c093dfdcc9
chore(deps): bump rollup from 2.79.1 to 2.79.2 ( #10530 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-27 16:46:24 +02:00
Sébastien Lorber
cba1e02772
feat(core): faster CSS minimizer - siteConfig.future.experimental_faster.lightningCssMinimizer
( #10522 )
2024-09-27 16:31:13 +02:00
Sébastien Lorber
3b7c8281d5
chore: fix interverted condition in formatLighthouseReport.js ( #10528 )
2024-09-27 13:43:19 +02:00
Sébastien Lorber
539412ef49
chore: fix formatLighthouseReport() CI ( #10527 )
2024-09-27 13:19:53 +02:00
k-seltzer
0692fe96b5
docs: fix typo ( #10520 )
2024-09-25 18:27:26 -04:00
dependabot[bot]
7d0345865b
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.4 ( #10518 )
2024-09-24 10:59:28 -04:00
Sébastien Lorber
a5fd530ffc
fix: remove babel.config.js from init templates + website ( #10514 )
2024-09-22 13:59:33 +02:00
Sébastien Lorber
9ecff801ff
refactor: create @docusaurus/bundler
and @docusaurus/babel
packages ( #10511 )
2024-09-21 16:35:49 +02:00
Sébastien Lorber
fd14d6af55
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams ( #10510 )
2024-09-19 15:52:43 +02:00
Nguyễn Thành Nam
ce159b1cfa
fix(theme-translations): add missing Vietnamese translations ( #10507 )
2024-09-19 15:48:52 +02:00
Sébastien Lorber
95e2d469e3
chore: Rename Twitter links/labels to X ( #10509 )
2024-09-19 11:30:57 +02:00
dependabot[bot]
a435fbd36e
chore(deps): bump dompurify from 3.0.5 to 3.1.6 ( #10505 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-09-19 11:29:36 +02:00
Oleksandr
f1d4d55478
docs: update twitter link in introduction docs ( #10502 )
...
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2024-09-19 09:54:09 +02:00
Oleksandr
d6dcf16452
docs: Update twitter links in introducing-docusaurus blog post ( #10503 )
2024-09-19 09:47:31 +02:00
Chris Cho
dd4fe63a3d
docs: Fix link to GitHub workflow file docs ( #10498 )
2024-09-13 10:51:56 +02:00
Sébastien Lorber
2495d059de
refactor(core): prepare codebase for swappable bundler ( #10497 )
2024-09-13 09:30:30 +02:00
dependabot[bot]
611842af91
chore(deps): bump express from 4.19.2 to 4.20.0 ( #10488 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2024-09-11 17:16:32 +02:00
Sébastien Lorber
3725dc37a0
refactor(core): rewrite Webpack ChunkAssetPlugin with RuntimeModule ( #10485 )
2024-09-10 14:16:36 +02:00
Sébastien Lorber
1a70734c11
chore: upgrade to TS 5.6 + temporarily use skipLibCheck for TS 5.6 ( #10486 )
2024-09-10 13:52:31 +02:00
Sébastien Lorber
e8c6787ec2
docs: fix v3.5 blog post typo - onUntruncatedBlogPosts
( #10484 )
2024-09-09 17:05:45 +02:00
Sébastien Lorber
5bab0b5432
feat(core, mdx-loader): deduplicate MDX compilation - siteConfig.future.experimental_faster.mdxCrossCompilerCache
( #10479 )
2024-09-06 16:07:09 +02:00
Sébastien Lorber
897ebbe3ca
refactor: move PerfLogger from core to @docusaurus/logger ( #10480 )
2024-09-06 10:58:53 +02:00
Sébastien Lorber
a47e8dda2d
refactor(mdx-loader): re-export metadata module instead of serializing it ( #10470 )
2024-09-02 17:54:29 +02:00
Olexandr Radovenchyk
3d69ff3d47
docs: Update README.md twitter links ( #10468 )
2024-09-02 13:54:35 +02:00
Sébastien Lorber
a4329d3388
refactor(mdx-loader): read metadata from memory (loaded content) instead of fs ( #10457 )
...
* mdx loader shouldn't read metadata from file system but from memory
* comments
* refactor: apply lint autofix
* apply same for blog
* apply same for blog
* refactor: apply lint autofix
* apply same for pages
2024-08-30 08:02:26 +02:00
ozaki
2aef92cb9e
fix(blog): normalize inline authors socials ( #10424 )
...
Co-authored-by: OzakIOne <OzakIOne@users.noreply.github.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2024-08-29 18:42:03 +02:00
dependabot[bot]
200b38b763
chore(deps): bump webpack from 5.88.1 to 5.94.0 ( #10455 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-29 16:28:54 +02:00
ozaki
02ed7d9132
fix(blog): apply baseUrl to relative image in blog authors ( #10440 )
...
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-29 14:40:42 +02:00
Sébastien Lorber
95880282b1
chore: upgrade npm-to-yarn to v3 ( #10454 )
2024-08-29 14:18:06 +02:00
Sébastien Lorber
d5885c0c5d
refactor(mdx-loader): refactor mdx-loader, expose loader creation utils ( #10450 )
2024-08-27 13:52:45 +02:00
dependabot[bot]
db6c2af160
chore(deps): bump github/codeql-action from 3.26.3 to 3.26.5 ( #10449 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 10:27:21 +02:00
Sébastien Lorber
08da5c23fc
refactor(core): Restore null-loader ( #10448 )
2024-08-26 16:09:05 +02:00
dependabot[bot]
c0b86f4e56
chore(deps): bump micromatch from 4.0.5 to 4.0.8 ( #10444 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-24 16:08:21 +02:00
Sébastien Lorber
1b906a5726
fix(core): use serve-handler fork to remove annoying punycode warning ( #10442 )
2024-08-24 00:32:39 +02:00
Sébastien Lorber
bb90e35153
feat(core): faster JS minimizer - siteConfig.future.experimental_faster.swcJsMinimizer
( #10441 )
2024-08-23 18:44:42 +02:00
ozaki
aa65f39d8c
fix(blog): authors count incorrectly rendered ( #10431 )
...
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-23 14:07:49 +02:00
Sébastien Lorber
afd2374ca6
chore(ci): fix setup-node, use LTS by default ( #10438 )
2024-08-23 13:59:18 +02:00
Sébastien Lorber
84c24127db
fix(theme): upgrade infima, fix footer link width bug ( #10439 )
2024-08-23 13:59:07 +02:00
Sébastien Lorber
418247ec87
feat(core): faster transpiler option - siteConfig.future.experimental_faster.swcJsLoader
( #10435 )
2024-08-23 13:48:52 +02:00
Kenrick
349a58453a
docs: Fix typo on changelog ( #10437 )
2024-08-23 12:38:51 +02:00
Sébastien Lorber
2b28b06f67
fix(core): always use hash for CSS module class names ( #10423 )
2024-08-21 18:25:36 +02:00
Sébastien Lorber
97bd815d9a
refactor(core): improve handling of server bundle ( #10429 )
2024-08-21 17:34:18 +02:00
dependabot[bot]
1c56fa5830
chore(deps): bump github/codeql-action from 3.26.0 to 3.26.3 ( #10425 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 11:48:16 +02:00
Sébastien Lorber
473d1442b8
chore(website): add Rsdoctor plugin ( #10418 )
2024-08-20 11:42:13 +02:00
Oleh
aba22afa18
docs: fix Twitter => X link in repo README ( #10414 )
...
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-08-20 11:41:11 +02:00