Commit Graph

225 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
Sébastien Lorber 22043c606b refactor(test): remove usage of useless tmp-promise dependency (#12106) 2026-06-02 20:40:51 +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
Sébastien Lorber 35c81a1979 feat(core): upgrade Jiti to v2 (#12045) 2026-05-21 13:41:40 +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 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 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 f811e2dbf4 chore: release 3.8.1 (#11249) 2025-06-06 17:45:58 +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 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
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 71d682c53b chore: release Docusaurus 3.7.0 (#10812) 2025-01-03 18:11:21 +01:00
Sébastien Lorber df6f53a2f5 feat(svgr): create new Docusaurus SVGR plugin (#10677) 2024-11-29 17:26:34 +01:00
Sébastien Lorber fd43036ab8 chore: release Docusaurus 3.6.3 (#10713) 2024-11-22 17:13:56 +01:00
Sébastien Lorber 90e85e83a5 chore: release Docusaurus 3.6.2 (#10698) 2024-11-19 19:07:06 +01:00
Sébastien Lorber f1272788a4 chore: release Docusaurus 3.6.1 (#10659) 2024-11-08 18:47:43 +01:00
Sébastien Lorber 1955002d3b fix(faster,utils): fix faster/types peerDependencies (#10649) 2024-11-07 12:26:34 +01:00
Sébastien Lorber ed2cdf391f chore: release Docusaurus v3.6 (#10633) 2024-11-04 12:03:54 +01:00
Sébastien Lorber 655ce94c0f chore: release 3.5.2 (#10400) 2024-08-13 14:47:19 +02:00
Sébastien Lorber bde4414614 chore: release v3.5.1 (#10385) 2024-08-09 23:42:06 +02:00
Sébastien Lorber daa6b87f24 chore: release Docusaurus v3.5 (#10379) 2024-08-09 17:14:21 +02:00
Sébastien Lorber dbdd4dfb2e chore: release Docusaurus v3.4 (#10186) 2024-05-31 19:09:06 +02:00
ozaki 0eb7b64aac feat(docs, blog): add support for tags.yml, predefined list of tags (#10137)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: OzakIOne <OzakIOne@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
Co-authored-by: slorber <slorber@users.noreply.github.com>
2024-05-31 17:32:08 +02:00
Sébastien Lorber c125f7a272 chore: release Docusaurus 3.3.0 + 3.3.1 + 3.3.2 (#10101) 2024-05-03 17:14:41 +02:00
Sébastien Lorber be9081afc7 chore: Upgrade svgr / svgo / cssnano (#10092) 2024-04-30 18:15:46 +02:00
Sébastien Lorber e012e03158 chore: release Docusaurus 3.2.1 (#10016) 2024-04-04 20:17:34 +02:00
Sébastien Lorber debfc87d34 chore: release Docusaurus v3.2.0 (#10000) 2024-03-29 17:51:27 +01:00
ozaki 821247142e refactor(utils): remove duplicated function (#9972)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-03-29 14:45:30 +01:00
Rafael Martins 628752d92a feat(create-docusaurus): ask user for preferred language when no language CLI option provided (#9442)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-02-15 13:05:05 +01:00
Sébastien Lorber 85e5e552cb chore: release Docusaurus 3.0.0 (#9478) 2023-10-31 16:39:21 +01:00
Sébastien Lorber 495c7936b6 chore: v3.0.0-rc.1 release (#9453) 2023-10-26 20:10:02 +02:00
Sébastien Lorber 7ee2f75ce1 chore: v3.0.0-rc.0 release (#9418) 2023-10-20 11:24:29 +02:00
Chongyi Zheng 45f1a669b5 feat(core): support TypeScript + ESM configuration (#9317)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-10-14 02:46:03 +02:00
ozaki bde9cfd84d chore: update node engine version 18 (#9348)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-09-28 16:45:25 +02:00
Sébastien Lorber 52d79c4e0c chore: v3.0.0-beta.0 release (#9311) 2023-09-15 19:44:35 +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