Commit graph

9281 commits

Author SHA1 Message Date
Florian Lefebvre
81f5746740 feat: add comment 2025-01-21 16:36:22 +01:00
Florian Lefebvre
9b63a99791 feat: dev middleware 2025-01-21 16:29:13 +01:00
Florian Lefebvre
116dea12c7 Merge branch 'feat/fonts-config' into feat/fonts-plugin 2025-01-21 16:10:15 +01:00
Florian Lefebvre
c79ed01dcc feat: export type 2025-01-21 16:09:38 +01:00
Florian Lefebvre
6cd5228720 feat: work on fonts options 2025-01-21 16:05:17 +01:00
Florian Lefebvre
97917aa855 feat: address reviews 2025-01-21 15:25:35 +01:00
Florian Lefebvre
7f438ac706 Merge branch 'feat/fonts-config' into feat/fonts-plugin 2025-01-21 15:19:36 +01:00
Florian Lefebvre
7e6ba0f4a4
Merge branch 'feat/fonts' into feat/fonts-config 2025-01-21 15:18:58 +01:00
Florian Lefebvre
21b6f35c32
Merge branch 'main' into feat/fonts 2025-01-21 15:18:43 +01:00
Florian Lefebvre
3a4dc3f441 feat: better error 2025-01-21 15:17:56 +01:00
Florian Lefebvre
f5765196e9
Revert "Revert "feat(server-islands): only encode ETAGO delimiter (#11513)"" (#13031) 2025-01-21 15:09:57 +01:00
Wren Etheredge
8911bdacab
Update for WAI-ARIA 1.2 (#12986)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-01-21 13:04:15 +00:00
Matt Kane
bf119db240 [ci] format 2025-01-21 12:24:57 +00:00
Matt Kane
1d272f6a5a
fix: allow imports of Markdown files as raw text (#13026)
* fix: allow imports of Markdown files as raw text

* Switch to hasSpecialQueries

* Update test

* Update changeset
2025-01-21 12:24:11 +00:00
Houston (Bot)
0a0b1978a7
[ci] release (#12991)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-20 17:16:15 +00:00
Matt Kane
d06518246f
Revert "feat(server-islands): only encode ETAGO delimiter (#11513)" (#13013)
This reverts commit f64b73cb8a.
2025-01-20 17:06:16 +00:00
Florian Lefebvre
883ab91c8c feat: fetch families 2025-01-20 17:24:43 +01:00
Florian Lefebvre
5383d98245 feat: hook unifont 2025-01-20 17:13:22 +01:00
Florian Lefebvre
33c8bf3733 feat: resolve providers 2025-01-20 16:58:05 +01:00
renovate[bot]
3357ff6497
fix(deps): update all non-major dependencies (#13008)
* fix(deps): update all non-major dependencies

* chore: lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Kane <m@mk.gg>
2025-01-20 15:38:35 +00:00
Jacob Groß
f64b73cb8a
feat(server-islands): only encode ETAGO delimiter (#11513)
Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-01-20 16:26:46 +01:00
Matt Kane
9cc46f66e9 [ci] format 2025-01-20 14:53:06 +00:00
Matt Kane
cf3088060d
fix: upgrade Vite and update tests (#13011)
* fix: upgrade Vite and update tests

* chore: remove cors header snapshot

* chore: upgrade Vitest

* chore: revert edit

* chore: changeset
2025-01-20 14:52:16 +00:00
Florian Lefebvre
1dfdbdebde feat: config tests 2025-01-20 15:39:20 +01:00
Florian Lefebvre
d372335b99 feat: work on types tests 2025-01-20 15:32:52 +01:00
Florian Lefebvre
139300f616 feat: work on types tests 2025-01-20 15:28:04 +01:00
Kynson Szetau
7babf22b7f [ci] format 2025-01-20 10:00:30 +00:00
Kynson Szetau
9ce0038021
fix: audit incorrectly flagging images as above the fold (#12993) (#12998)
* fix: audit incorrectly flag images as above the fold (#12993)

* chore: add changeset

* Add additional tests for perf audit
2025-01-20 09:59:41 +00:00
Bjorn Lu
22eafffd10 [ci] format 2025-01-17 15:26:42 +00:00
Bjorn Lu
429aa75475
Fix server islands for prerender-only sites (#12982) 2025-01-17 23:25:51 +08:00
Florian Lefebvre
52a1d05685 chore: remove todos 2025-01-17 15:35:37 +01:00
Florian Lefebvre
d2f58275e7 feat: clean types 2025-01-17 15:34:20 +01:00
Florian Lefebvre
2561022cc9 fix: types 2025-01-17 15:23:23 +01:00
Bjorn Lu
80c6801b4f
Remove react integration ssr.external config (#12996) 2025-01-17 21:50:09 +08:00
Florian Lefebvre
a5e9435c30
Merge branch 'feat/fonts' into feat/fonts-config 2025-01-17 14:33:34 +01:00
Florian Lefebvre
fdb31411b6
Merge branch 'main' into feat/fonts 2025-01-17 14:32:53 +01:00
Matt Kane
627aec3f04
fix: do not inject env vars into non-source files (#13001) 2025-01-17 12:34:06 +00:00
Florian Lefebvre
78fd73a0df
fix: actions codegen types (#12995) 2025-01-16 18:34:28 +01:00
Matt Kane
df90e6dfad [ci] format 2025-01-16 12:41:39 +00:00
Matt Kane
bbf1d8894e
fix: handle requests for double slash in dev (#12733)
* fix: handle requests for double slash in dev

* Handle base

* Oops

* Snapshots

* Move redirect out of routing

---------

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-01-16 12:40:49 +00:00
Matt Kane
9b0a624c8c [ci] format 2025-01-16 09:25:34 +00:00
Matt Kane
2e12f1d752
fix: defer validation of reference entries (#12990) 2025-01-16 09:24:48 +00:00
Matt Kane
9f34e3f889 [ci] format 2025-01-16 09:06:34 +00:00
Matt Kane
2d259cf4ab
fix: better handling of resync and restarts in content layer (#12984)
* fix: better handling of resync and restarts

* Always regenerate content layer on sync

* Formatting
2025-01-16 09:05:40 +00:00
Houston (Bot)
0968069aaf
[ci] release (#12978)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-15 14:32:17 +08:00
Florian Lefebvre
1a026afb42
fix: 404 status in dev (#12980) 2025-01-14 17:58:07 +01:00
Louis Escher
1072c76703 [ci] format 2025-01-14 11:53:40 +00:00
Louis Escher
ea603aec80
Add warnings if multiple JSX renderers are used (#12887)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2025-01-14 11:52:51 +00:00
Braden Wong
c30070b927
fix: 404 and 500 route matching (#12182)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-01-13 16:05:44 +00:00
Bjorn Lu
0ef1613ea3
Fix component render in markdoc when nodes.document.render is null (#12967) 2025-01-13 23:59:56 +08:00