Commit Graph

455 Commits

Author SHA1 Message Date
Sébastien Lorber fcb4190e77 chore(deps): upgrade to @11ty/gray-matter v2 (#12182) 2026-06-18 18:42:59 +02:00
Sébastien Lorber 92fe75d3de chore(deps): migrate to @11ty/gray-matter (#12181) 2026-06-18 18:33:33 +02:00
Ben McCann e551c9a136 chore: switch to tinyglobby (#11042)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2026-06-12 19:39:38 +02:00
Sébastien Lorber 545cff6d84 refactor: replace escape-string-regexp with native RegExp.escape (#12150)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 16:39:44 +02:00
Sébastien Lorber 96b32dd2e5 refactor(monorepo): migrate to pnpm 11 (#12109) 2026-06-04 19:29:20 +02:00
vidigoat 9ab8633d57 docs(utils): fix incorrect encodePath JSDoc examples (#12088) 2026-06-02 20:46:31 +02:00
Sébastien Lorber 22043c606b refactor(test): remove usage of useless tmp-promise dependency (#12106) 2026-06-02 20:40:51 +02:00
Sébastien Lorber 183fc6f1e3 refactor: various v4 code cleanups and soft breaking changes (#12104) 2026-06-01 17:48:09 +02:00
Sébastien Lorber ff28bdf062 chore: upgrade stylelint (#11992) 2026-05-29 17:24:18 +02:00
Sébastien Lorber 98a605fe26 chore: use modern Node APIs (AI-assisted) (#12083) 2026-05-29 17:17:24 +02:00
Sébastien Lorber e0926d345c fix(test): fix docs versioning CLI emitting in fixtures (#12057) 2026-05-22 13:52:49 +02:00
dependabot[bot] a86383d504 chore(deps): bump github-slugger, remove useless @types/github-slugger (#11987)
* chore(deps): bump github-slugger and @types/github-slugger

Bumps [github-slugger](https://github.com/Flet/github-slugger) and [@types/github-slugger](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/github-slugger). These dependencies needed to be updated together.

Updates `github-slugger` from 1.5.0 to 2.0.0
- [Release notes](https://github.com/Flet/github-slugger/releases)
- [Changelog](https://github.com/Flet/github-slugger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Flet/github-slugger/compare/v1.5.0...2.0.0)

Updates `@types/github-slugger` from 1.3.0 to 2.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/github-slugger)

---
updated-dependencies:
- dependency-name: "@types/github-slugger"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: github-slugger
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* remove useless types

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2026-05-21 18:26:55 +02:00
Paul O’Shannessy db31c5b9b3 fix(utils): Make execa usage consistent in git utils (#12028)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2026-05-21 14:15:23 +02:00
Sébastien Lorber 35c81a1979 feat(core): upgrade Jiti to v2 (#12045) 2026-05-21 13:41:40 +02:00
Sébastien Lorber 9759b8ee7e refactor(test): use Explicit Resource Management for mocks/spys (#12020) 2026-05-15 20:22:55 +02:00
Sébastien Lorber 7518645e58 chore(monorepo): upgrade monorepo to ESLint 9 (#12024)
* ESLint 10

* remove backup

* Fix header

* downgrade to ESLint 9 - fix some errors

* fix more errors

* fix more errors

* fix more errors

* fix more errors

* fix more errors

* fix more errors

* fix more errors

* all eslint errors fixed!

* refactor: apply lint autofix

* snapshot

* fix ESLint tests

* snapshot

* lockfile

* fix eslint plugin docs types

* syncpack ignore

* restore eslint-plugin-eslint-plugin, upgrade it + fix new plugin lint errors

---------

Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2026-05-15 20:08:46 +02:00
Sébastien Lorber 057ab88fe0 refactor(test): use explicit Vitest imports, disable globals (#12019) 2026-05-15 10:01:02 +02:00
Sébastien Lorber be553e029e chore: migration from Jest to Vitest (#12010) 2026-05-14 17:34:35 +02:00
Yangshun Tay 190ef6fa5d chore: migrate from Prettier to oxfmt for code formatting (#11824)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2026-05-07 13:50:57 +02:00
Sébastien Lorber 3f10bdc930 chore: bump package.json versions, mostly for canary release versioning (#11980)
* v4.0.0

* bump package.json versions, mostly for canary release versioning

* use triple installs for supply chain workflow

* Revert "v4.0.0"

This reverts commit 8303548033.

* v3.10.1

* revert versioning docs
2026-04-30 17:09:55 +02:00
Sébastien Lorber 49e10d2cae chore: update various dependencies (#11975) 2026-04-30 10:12:47 +02:00
Sébastien Lorber 8a13a84408 chore: add syncpack to monorepo, align dependency semver ranges, add to CI/lints (#11926) 2026-04-10 17:07:08 +02:00
Sébastien Lorber ae53482b19 break: upgrade webpack/bundler related dependencies (#11924) 2026-04-09 16:01:18 +02:00
Sébastien Lorber 3bfefa2117 break: update all packages to Node 24.14 update node engine in packages (#11914) 2026-04-07 18:39:36 +02:00
Sébastien Lorber 1451780784 chore(ci): fixes for the npm trusted publishing workflow (#11823) 2026-03-20 12:27:43 +01:00
Sébastien Lorber 5dff744ac6 chore(ci): add Trusted Publishing release workflow through dispatch action (#11819)
* add base publish workflow

* add publish workflow

* remove useless workflow job

* minor fixes

* add -yes + useful todo

* fix cmd

* chore: upgrade lerna

* v3.9.2-alpha.0

* Revert "chore: upgrade lerna"

This reverts commit d198b49194.

* do not commit the lerna upgrade

* v3.9.2-alpha.1

---------

Co-authored-by: Docusaurus <github@docusaurus.io>
2026-03-20 11:13:49 +01:00
Sébastien Lorber bc71033ae8 fix(utils): Git Eager VSC should have better DX (#11804)
* Git Eager VSC: temporarily disable the error logging on init + make error message less frightening

* refactor: apply lint autofix

---------

Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2026-03-13 19:29:33 +01:00
Sébastien Lorber 7151555280 feat(cli): write-heading-ids CLI now supports the --syntax option (#11777) 2026-03-05 18:59:03 +01:00
Sébastien Lorber bbc7269922 chore(monorepo): upgrade React packages to v19 (#11698)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2026-01-30 17:57:08 +01:00
Sébastien Lorber 81248ee550 chore(monorepo): upgrade to Jest 30 (#11702)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2026-01-30 15:09:37 +01:00
Sébastien Lorber df259ddb26 refactor(create-docusaurus): remove useless dependencies (docusaurus-utils, execa, fs-extra) + simplify some code (#11684)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2026-01-23 12:12:06 +01:00
Sébastien Lorber acc66c14b0 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (#11512)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-11-14 18:15:45 +01:00
Sébastien Lorber bca9ce746f chore: release v3.9.2 (#11491) 2025-10-17 17:15:09 +02:00
Sébastien Lorber c3e5db1dc3 chore: release v3.9.1 (#11436) 2025-09-26 15:31:09 +02:00
Sébastien Lorber c24d7dc86a chore: release v3.9 (#11419)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-09-25 17:56:37 +02:00
Sébastien Lorber 1c484e1d59 chore: drop support for Node 18, that reached End-of-Life (#11408) 2025-09-12 18:48:12 +02:00
Sébastien Lorber 3dacdf33c9 feat(mdx): resolve @site/* markdown links, fix resolution priority bugs (#11397) 2025-09-04 15:29:26 +02:00
Sébastien Lorber 2febb76fae feat(core): Add i18n.localeConfigs[locale].{url,baseUrl} config options (#11316)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-07-28 17:04:34 +02:00
Sébastien Lorber 1808945c1f feat(core): add i18n.localeConfigs.translate + skip translation process if i18n/<locale> dir doesn't exist (#11304) 2025-07-07 14:55:46 +02:00
Sébastien Lorber f811e2dbf4 chore: release 3.8.1 (#11249) 2025-06-06 17:45:58 +02:00
Sébastien Lorber 264774a550 perf: avoid duplicated git log calls in loadContent() and postBuild() for untracked Git files (#11211)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-05-28 14:03:10 +02:00
Sébastien Lorber b126e643d1 chore: release Docusaurus 3.8 (#11200)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-05-27 12:21:15 +02:00
Sébastien Lorber e839b67034 perf(core): disable Rspack parallelCodeSplitting temporarily (#11178)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-05-14 17:01:54 +02:00
Sébastien Lorber 4af8982278 chore: add Node 24 to CI + fix deprecation warnings (#11168) 2025-05-09 18:29:07 +02:00
Sébastien Lorber b7cd1061fd perf(utils): implement git command queue (#11163)
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
2025-05-09 16:31:05 +02:00
Sébastien Lorber 37d8844506 fix(cli): fix CLI write-translation bug (#11027)
* fix write-translation bug

* fix write-translation bug
2025-03-27 12:22:44 +01:00
Sébastien Lorber dec3bcbbd7 fix(create-docusaurus): fix CLI and remove shelljs escapeShellArg util (#10958) 2025-02-28 20:09:59 +01:00
ozaki 7f4a37949e refactor: replace unmaintained shelljs dependency by execa (#10358)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2025-02-28 14:31:01 +01:00
Sébastien Lorber 97690abc94 fix(core): restore core svg file-loader (#10820) 2025-01-06 17:54:43 +01:00
Sébastien Lorber 71d682c53b chore: release Docusaurus 3.7.0 (#10812) 2025-01-03 18:11:21 +01:00