Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from withastro:main #133

Open
wants to merge 8,542 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
8542 commits
Select commit Hold shift + click to select a range
579bd93
fix: wait for content layer sync before starting dev server (#12818)
ascorbic Jan 2, 2025
a6a4a66
[ci] format
ascorbic Jan 2, 2025
6bbb3f5
Bump vitest to v3 beta (#12876)
bluwy Jan 3, 2025
d7e97a7
fix: add render() to stub content type defs (#12884)
ascorbic Jan 3, 2025
5997af8
fix(deps): update dependency htmlparser2 to v10 (#12857)
renovate[bot] Jan 3, 2025
e2dc04b
chore(deps): update dependency undici to v7 (#12580)
renovate[bot] Jan 3, 2025
047589d
fix(deps): update dependency @astrojs/node to v9 (#12687)
renovate[bot] Jan 3, 2025
cbd9bab
fix(deps): update dependency @preact/signals to v2 (#12811)
renovate[bot] Jan 3, 2025
78bcad9
chore(deps): update dependency @codspeed/vitest-plugin to v4 (#12742)
renovate[bot] Jan 3, 2025
73a0788
Fix sourcemap warning in server islands plugin (#12877)
bluwy Jan 3, 2025
fbac92f
fix: clone session data on .set() (#12883)
kaytwo Jan 5, 2025
3acc654
fix: match index files only by using entire basename (#12815)
ericswpark Jan 5, 2025
694e4cd
[ci] format
ascorbic Jan 5, 2025
7fdbd43
fix(underscore-redirects): force type (#12904)
florian-lefebvre Jan 6, 2025
383c2ab
chore(examples): add node types dep (#12905)
ascorbic Jan 6, 2025
2d89492
fix: don't match all paths when returning empty array from getStaticP…
ascorbic Jan 6, 2025
dbf1275
fix: pass server island route to astro:build:done routes (#12907)
florian-lefebvre Jan 6, 2025
96dade6
[ci] format
florian-lefebvre Jan 6, 2025
011fa0f
fix: do not generate a stub for content types (#12909)
florian-lefebvre Jan 6, 2025
88b493c
fix: do not generate a stub for content types (#12909)
florian-lefebvre Jan 6, 2025
84b0796
[ci] release (#12878)
astrobot-houston Jan 6, 2025
9a3b48c
Make MDX integration check noop (#12913)
bluwy Jan 7, 2025
2ffc0fc
fix: Reflect the configuration for esbuild (#12676)
koyopro Jan 7, 2025
216cb2b
[ci] format
bluwy Jan 7, 2025
e3d7b3e
feat(cloudflare,netlify): stabilize astro:env secrets support (#496)
florian-lefebvre Jan 7, 2025
d51ac07
feat(cloudflare,netlify): stabilize astro:env secrets support (#496)
florian-lefebvre Jan 7, 2025
8b9d530
Process empty markdown body for remark/rehype plugins (#12920)
bluwy Jan 7, 2025
a761945
fix(deps): update all non-major dependencies (#457)
renovate[bot] Jan 7, 2025
9618164
fix(deps): update all non-major dependencies (#457)
renovate[bot] Jan 7, 2025
a29e6bf
fix(deps): update all non-major dependencies (#457)
renovate[bot] Jan 7, 2025
f6989c7
fix(deps): update all non-major dependencies (#457)
renovate[bot] Jan 7, 2025
03f15c4
chore: update adapters to better support astro v5 (#454)
alexanderniebuhr Jan 7, 2025
ff5d1f4
chore: update adapters to better support astro v5 (#454)
alexanderniebuhr Jan 7, 2025
20bb67e
chore: update adapters to better support astro v5 (#454)
alexanderniebuhr Jan 7, 2025
aeb7e1a
fix(mdx): don't import image component when no images are used (#12921)
ascorbic Jan 7, 2025
0770810
[ci] format
ascorbic Jan 7, 2025
ad2a752
fix(routing): multiple decoding (#12927)
ematipico Jan 8, 2025
21aa25c
Fix biome correctness checks (#12929)
bluwy Jan 8, 2025
44841fc
fix: conditionally import image style (#12925)
ascorbic Jan 8, 2025
0c0c66b
feat: improve astro:env config error (#12912)
florian-lefebvre Jan 8, 2025
fd12a26
fix output path logging for build.format: preserve (#12918)
lameuler Jan 8, 2025
3caa337
feat(underscore-redirects): update API to support new hook (#12924)
florian-lefebvre Jan 8, 2025
d486836
chore: add test for astro:route:setup hook (#12933)
florian-lefebvre Jan 8, 2025
dbb04f3
fix: invalidate data store module when dev server starts (#12938)
ascorbic Jan 8, 2025
30edb6d
fix(routing): don't trigger get of headers (#12937)
ematipico Jan 8, 2025
8e64bb7
feat(assets): Store remote cached images in binary format (#12926)
oliverlynch Jan 9, 2025
2c99b52
[ci] format
ascorbic Jan 9, 2025
3d47e6b
pass original locals to the 404 page render (#12935)
AirBorne04 Jan 9, 2025
9962b09
[ci] format
ematipico Jan 9, 2025
5f16a4c
[ci] release (#12919)
astrobot-houston Jan 9, 2025
673a518
fix(container): compiling error with pnpm (#12934)
ematipico Jan 9, 2025
ce842c9
chore: add `funding` to the main package (#12946)
ematipico Jan 9, 2025
a20a4d7
Fix markdoc render code block in if tag (#12930)
bluwy Jan 9, 2025
bbb1bc9
fix: add starlog example viewport (#12941)
codenomnom Jan 9, 2025
35d77b4
chore: better types (#12944)
ematipico Jan 9, 2025
0414f61
[ci] format
ematipico Jan 9, 2025
3c2292f
fix: explicitly set dev mode for data store (#12947)
ascorbic Jan 9, 2025
df0c566
[ci] format
ascorbic Jan 9, 2025
51ab7b5
Support checking react 19 components (#12948)
bluwy Jan 10, 2025
db447f2
Adds blocking and disabled attributes to the TypeScript definition of…
martrapp Jan 10, 2025
1c36331
[ci] format
martrapp Jan 10, 2025
faf74af
Improve Static Asset Generation Performance (#12922)
adamchal Jan 10, 2025
3a267f3
Revert "Make MDX integration check noop (#12913)" (#12959)
bluwy Jan 10, 2025
2f9ba98
[ci] release (#12945)
astrobot-houston Jan 10, 2025
f00c2dd
fix(errors): fix error messages rendering incorrectly (#12942)
liruifengv Jan 10, 2025
1f9571b
Version transitions in CLI outputs (#12739)
outslept Jan 10, 2025
4b7a2ce
fix: check if content layer files have changed before writing (#12962)
ascorbic Jan 10, 2025
bee7df7
Add inline mdx component test (#12965)
bluwy Jan 10, 2025
d864e09
fix: delete old entry when frontmatter slug changed (#12966)
ascorbic Jan 10, 2025
971cfe5
[ci] format
ascorbic Jan 10, 2025
57be349
Fix i18n current locale (#12839)
mtwilliams-code Jan 10, 2025
971fde7
[ci] format
ematipico Jan 10, 2025
cca3bc9
fix: correct more typos (#12971)
szepeviktor Jan 13, 2025
c7642fb
Remove custom optimizeDeps.include in react integration (#12923)
bluwy Jan 13, 2025
3aff68a
Remove encryption of empty props to allow server island cacheability …
kaytwo Jan 13, 2025
80067c0
fix: load env earlier (#12977)
florian-lefebvre Jan 13, 2025
6c68269
[ci] release (#12960)
astrobot-houston Jan 13, 2025
3d89e62
fix: align esbuild to vite (#12361)
LunaticMuch Jan 13, 2025
0888511
feat: upgrade underscore-redirects (#501)
florian-lefebvre Jan 13, 2025
77013fd
feat: upgrade underscore-redirects (#501)
florian-lefebvre Jan 13, 2025
d508e90
feat: upgrade underscore-redirects (#501)
florian-lefebvre Jan 13, 2025
0de93dc
[ci] release (#497)
github-actions[bot] Jan 13, 2025
3de8cd4
[ci] release (#497)
github-actions[bot] Jan 13, 2025
63dfbff
[ci] release (#497)
github-actions[bot] Jan 13, 2025
a6959f4
[ci] release (#497)
github-actions[bot] Jan 13, 2025
7a0855b
fix(deps): update all non-major dependencies (#12579)
renovate[bot] Jan 13, 2025
0ef1613
Fix component render in markdoc when `nodes.document.render` is `null…
bluwy Jan 13, 2025
c30070b
fix: 404 and 500 route matching (#12182)
braden-w Jan 13, 2025
fe35831
fix(deps): update all non-major dependencies (#503)
renovate[bot] Jan 14, 2025
0201787
fix(deps): update all non-major dependencies (#503)
renovate[bot] Jan 14, 2025
90bb351
fix(deps): update all non-major dependencies (#503)
renovate[bot] Jan 14, 2025
c16cca6
fix(deps): update all non-major dependencies (#503)
renovate[bot] Jan 14, 2025
ea603ae
Add warnings if multiple JSX renderers are used (#12887)
louisescher Jan 14, 2025
1072c76
[ci] format
ematipico Jan 14, 2025
1a026af
fix: 404 status in dev (#12980)
florian-lefebvre Jan 14, 2025
0968069
[ci] release (#12978)
astrobot-houston Jan 15, 2025
2d259cf
fix: better handling of resync and restarts in content layer (#12984)
ascorbic Jan 16, 2025
9f34e3f
[ci] format
ascorbic Jan 16, 2025
2e12f1d
fix: defer validation of reference entries (#12990)
ascorbic Jan 16, 2025
9b0a624
[ci] format
ascorbic Jan 16, 2025
bbf1d88
fix: handle requests for double slash in dev (#12733)
ascorbic Jan 16, 2025
df90e6d
[ci] format
ascorbic Jan 16, 2025
78fd73a
fix: actions codegen types (#12995)
florian-lefebvre Jan 16, 2025
e7f8194
Remove internal vue handling in cloudflare integration (#506)
bluwy Jan 17, 2025
627aec3
fix: do not inject env vars into non-source files (#13001)
ascorbic Jan 17, 2025
80c6801
Remove react integration ssr.external config (#12996)
bluwy Jan 17, 2025
429aa75
Fix server islands for prerender-only sites (#12982)
bluwy Jan 17, 2025
22eafff
[ci] format
bluwy Jan 17, 2025
9ce0038
fix: audit incorrectly flagging images as above the fold (#12993) (#…
Kynson Jan 20, 2025
7babf22
[ci] format
ascorbic Jan 20, 2025
2ca5b4b
fix(vercel): copy static assets after all integrations (#508)
ascorbic Jan 20, 2025
cf30880
fix: upgrade Vite and update tests (#13011)
ascorbic Jan 20, 2025
9cc46f6
[ci] format
ascorbic Jan 20, 2025
f64b73c
feat(server-islands): only encode ETAGO delimiter (#11513)
kurtextrem Jan 20, 2025
3357ff6
fix(deps): update all non-major dependencies (#13008)
renovate[bot] Jan 20, 2025
d065182
Revert "feat(server-islands): only encode ETAGO delimiter (#11513)" (…
ascorbic Jan 20, 2025
0a0b197
[ci] release (#12991)
astrobot-houston Jan 20, 2025
1d272f6
fix: allow imports of Markdown files as raw text (#13026)
ascorbic Jan 21, 2025
bf119db
[ci] format
ascorbic Jan 21, 2025
8911bda
Update for WAI-ARIA 1.2 (#12986)
wetheredge Jan 21, 2025
f576519
Revert "Revert "feat(server-islands): only encode ETAGO delimiter (#1…
florian-lefebvre Jan 21, 2025
8fb3bea
chore: ignore jsonc files (#13029)
ematipico Jan 21, 2025
820eee3
fix(alpinejs): start on DOMContentLoaded (#13014)
jasonlav Jan 22, 2025
31668a1
[ci] format
florian-lefebvre Jan 22, 2025
bce2964
fix: correctly handle wildcard hosts in preview (#514)
ascorbic Jan 22, 2025
a369ecc
[ci] release (#507)
github-actions[bot] Jan 22, 2025
5293995
[ci] release (#507)
github-actions[bot] Jan 22, 2025
95ccbb3
[ci] release (#507)
github-actions[bot] Jan 22, 2025
4d0846b
Add rel links to sitemap and rss feed in blog starter kit (#13043)
ttmc Jan 22, 2025
d5fb7a3
[ci] format
florian-lefebvre Jan 22, 2025
8f520f1
Improve errors for invalid IDs in content collections (#12892)
louisescher Jan 22, 2025
a90f79f
[ci] format
ascorbic Jan 22, 2025
ef430a4
fix(vercel): handle integration static assets in non-static sites (#516)
ascorbic Jan 23, 2025
9b931db
[ci] release (#517)
github-actions[bot] Jan 23, 2025
0f3e23b
chore(node): add tests for preview host (#518)
ascorbic Jan 23, 2025
9e209c5
fix(vercel): update middleware esbuild settings (#519)
ascorbic Jan 23, 2025
821d642
[ci] release (#13027)
astrobot-houston Jan 23, 2025
c7f1366
Fix get relative locale (#13045)
mtwilliams-code Jan 24, 2025
1a14b53
fix: correct broken import formatting (#13058)
ascorbic Jan 24, 2025
3c90d8f
Adds experimental support for disabling streaming (#13036)
artmsilva Jan 24, 2025
46ec06e
[ci] format
ematipico Jan 24, 2025
e36837f
fix: correctly handle multiple wildcard path aliases (#13059)
ascorbic Jan 24, 2025
1017bca
chore: adds wontfix label action (#13062)
ascorbic Jan 24, 2025
736b9b9
chore: fix a typo in the action message (#13063)
ascorbic Jan 24, 2025
0879cc2
[ci] release (#13056)
astrobot-houston Jan 27, 2025
db252e0
feat(markdown): add support for TOML frontmatter in Markdown files. (…
colinbate Jan 29, 2025
2ed4bd9
feat(tailwind): support v4 (#13049)
florian-lefebvre Jan 29, 2025
0f3be31
feat: new virtual module `astro:config` (#13084)
ematipico Jan 29, 2025
e621712
feat(routing): external redirects (#12979)
ematipico Jan 29, 2025
5361755
feat: redirect trailing slashes on on-demand rendered pages (#12994)
ascorbic Jan 29, 2025
18a2699
[ci] format
ematipico Jan 29, 2025
c3ed9ee
fix: docs and types (#13087)
ematipico Jan 29, 2025
1c42fb4
[ci] format
florian-lefebvre Jan 29, 2025
61ef2d9
chore: upgrade Vite and update tests (#13076)
sapphi-red Jan 29, 2025
23881e7
docs: update `integrations` JSDoc to replace Tailwind integration (#1…
ArmandPhilippot Jan 29, 2025
037495d
feat: content layer typings (#12666)
Thodor12 Jan 30, 2025
0f10384
[ci] format
ascorbic Jan 30, 2025
2ab0a61
chore: remove lit from readme (#13092)
ematipico Jan 30, 2025
f1133a1
fix: use vercel routing utils (#525)
ascorbic Jan 30, 2025
428bb7b
[ci] release (#520)
github-actions[bot] Jan 30, 2025
f6b7839
[ci] release (#13086)
astrobot-houston Jan 30, 2025
740eb60
fix: exclude Vite requests from trailing slash handling (#13095)
ascorbic Jan 30, 2025
23e631c
[ci] format
ascorbic Jan 30, 2025
3b10b97
[ci] release (#13096)
astrobot-houston Jan 30, 2025
187c4d3
fix: exclude tailwind package when installing integration (#13106)
ascorbic Jan 31, 2025
6430aee
[ci] release (#13108)
astrobot-houston Jan 31, 2025
cbd056c
fix(deps): update all non-major dependencies (#13074)
renovate[bot] Jan 31, 2025
23978dd
fix: remove special handling for injected endpoint slashes (#13111)
ascorbic Jan 31, 2025
c33eccb
[ci] format
ascorbic Jan 31, 2025
3a26e45
fix: correctly handle pathname for dynamic routing in rewrite (#13113)
unprintable123 Jan 31, 2025
0fa5c82
fix(i18n): server island request (#13112)
ematipico Jan 31, 2025
2a85bd7
[ci] format
ematipico Jan 31, 2025
7ccf950
[ci] release (#13114)
astrobot-houston Jan 31, 2025
c497491
chore(preact): upgrade @preact/preset-vite (#12950)
Marabyte Feb 3, 2025
b71bd10
fix: correct handling of collapsing slashes (#13130)
ascorbic Feb 4, 2025
d60c742
fix: ignore trailing slash for endpoints with file extensions (#13131)
ascorbic Feb 4, 2025
40f5f6f
Fix typo (#13126)
kantuni Feb 4, 2025
f98e29d
[ci] release (#13129)
astrobot-houston Feb 4, 2025
e76aa83
fix(routing): skip middleware for external redirects (#13133)
ematipico Feb 4, 2025
6b69db9
[ci] format
ematipico Feb 4, 2025
828b7b3
fix(deps): update all non-major dependencies (#13124)
renovate[bot] Feb 4, 2025
ac43580
Tailwind v4 onboarding enhancements (#13119)
Hacksore Feb 4, 2025
d1384b8
[ci] format
florian-lefebvre Feb 4, 2025
817fe55
[ci] release (#13135)
astrobot-houston Feb 4, 2025
43a37c1
Merge branch 'main' of ../../temp/adapters into move-node
ematipico Feb 5, 2025
b91c35a
fix: deps and test utils
ematipico Feb 5, 2025
d04177d
fix: tsconfig
ematipico Feb 5, 2025
1e533b9
fix(deps): update dependency tailwindcss to v4 (#13125)
renovate[bot] Feb 6, 2025
cdc3437
fix: pin `@vercel/routing-utils` (#528)
ascorbic Feb 6, 2025
2b3179b
[ci] release (#529)
github-actions[bot] Feb 6, 2025
9f54f0e
fix: tests and skip few of them
ematipico Feb 6, 2025
df7eb74
Merge pull request #13141 from withastro/move-node
ematipico Feb 6, 2025
bba875a
[ci] format
ematipico Feb 6, 2025
64c9a1e
Merge branch 'main' of ../../temp/adapters into move-netlify
ematipico Feb 6, 2025
2000f52
chore: fix tests and build
ematipico Feb 6, 2025
81a708d
chore: fix linting issues
ematipico Feb 6, 2025
ff03099
chore: use correct testing suite
ematipico Feb 6, 2025
8d0ab54
chore: fix linting
ematipico Feb 6, 2025
d15d183
chore: reduce severity
ematipico Feb 6, 2025
db32b91
Merge pull request #13146 from withastro/move-netlify
ematipico Feb 6, 2025
4e7d97f
[ci] format
ematipico Feb 6, 2025
3f3c487
Merge branch 'main' of ../../temp/adapters into move-vercel
ematipico Feb 6, 2025
64b118a
chore: move vercel adapter to code
ematipico Feb 6, 2025
efef413
Merge pull request #13147 from withastro/move-vercel
ematipico Feb 7, 2025
2e9c12a
[ci] format
ematipico Feb 7, 2025
a7776b8
Merge branch 'main' of ../../temp/adapters into move-cloudflare
ematipico Feb 7, 2025
9b8042a
chore: move cloudflare adapter to core monorepo
ematipico Feb 7, 2025
0063ecb
chore: fix linting issues
ematipico Feb 7, 2025
3607b5b
Merge pull request #13150 from withastro/move-cloudflare
ematipico Feb 7, 2025
00f56d9
[ci] format
ematipico Feb 7, 2025
8b223ee
chore: print snapshot release error output (#13151)
ascorbic Feb 7, 2025
c0be893
chore: fix repo URL (#13185)
ascorbic Feb 7, 2025
74c0bbe
chore: fix linting issues, integration tests (#13187)
ematipico Feb 7, 2025
7bc8256
fix: error message text (#13188)
ematipico Feb 7, 2025
9d56602
fix(i18n): bypass server island with base (#13205)
ematipico Feb 10, 2025
3d76dec
ci: remove dispatch event workflow (#13216)
ematipico Feb 11, 2025
d354b45
chore: update sponsors link and alt text (#13206)
ematipico Feb 11, 2025
f9d7769
ci: preview release via pkg.pr.new for current packages (#13218)
ematipico Feb 11, 2025
8d68ac4
ci: remove incorrect permission
ematipico Feb 11, 2025
7d94b49
ci: trick changesets to use the correct ref (#13220)
ematipico Feb 11, 2025
23094a1
fix: use shared helper for file extensions (#13223)
ascorbic Feb 12, 2025
9b65e1b
[ci] format
ascorbic Feb 12, 2025
fb38840
Fix: Adds clarity around output setting log statement (#13212)
joshmkennedy Feb 12, 2025
bda8c2a
[ci] format
ematipico Feb 12, 2025
8e5b89c
chore: unpin vercel routing lib (#13224)
ascorbic Feb 12, 2025
6bac644
Fix:changes the paginate function to allow readonly array types (#13213)
joshmkennedy Feb 12, 2025
ea9868d
[ci] release (#13189)
astrobot-houston Feb 12, 2025
af12ac0
ci: hardcode packages to publish of release (#13226)
ematipico Feb 12, 2025
ce92b62
ci: add missing checkout step (#13227)
ematipico Feb 12, 2025
b019150
ci: publish script in one line (#13228)
ematipico Feb 12, 2025
1b5037b
Update netlify adapter to integrate includeFiles and excludeFiles opt…
dfdez Feb 12, 2025
150c001
[ci] format
ematipico Feb 12, 2025
3b66955
fix(astro): Improve ssr performance (astro#11454) (#13195)
MatthewLymer Feb 12, 2025
8d4e566
feat: add support for automatic session driver config (#13145)
ascorbic Feb 12, 2025
344e9bc
fix: default head requests for endpoints when no explicit head method…
VitaliyR Feb 13, 2025
f392bef
[ci] format
ascorbic Feb 13, 2025
2ed67d5
fix: respond with 200 to HEAD requests for non-prerendered pages as w…
corneliusroemer Feb 13, 2025
94b91a4
[ci] format
ematipico Feb 13, 2025
ee6d2cc
chore: reword error message (#13240)
ematipico Feb 13, 2025
d79ee8c
[ci] format
ematipico Feb 13, 2025
723c843
chore: move session to top-level config option (#13241)
ematipico Feb 13, 2025
54d36c9
docs: remove kind heading (#13243)
ematipico Feb 13, 2025
5c6d58a
test: update test assertion after test rename (#13242)
ematipico Feb 13, 2025
adb58f9
[ci] release (#13230)
astrobot-houston Feb 13, 2025
d8e3c65
[ci] format
ematipico Feb 13, 2025
4cb5e17
ci: remove `--pnpm` (#13246)
ematipico Feb 14, 2025
55b1f71
ci: restore `--pnpm` (#13247)
ematipico Feb 14, 2025
c60d4a7
ci: remove template, add more info (#13248)
ematipico Feb 14, 2025
1c941ee
ci: remove events to avoid non-wanted triggers (#13252)
ematipico Feb 14, 2025
3842ce5
fix(vue): compiler fallback (#13251)
florian-lefebvre Feb 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[ci] format
  • Loading branch information
ematipico authored and astrobot-houston committed Dec 5, 2024
commit 10fdf3d23be757432f971738f9174f77f3c8e16b
2 changes: 1 addition & 1 deletion packages/astro/test/i18n-routing.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as cheerio from 'cheerio';
import * as assert from 'node:assert/strict';
import { after, afterEach, before, describe, it } from 'node:test';
import * as cheerio from 'cheerio';
import testAdapter from './test-adapter.js';
import { loadFixture } from './test-utils.js';