0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00
Commit graph

11485 commits

Author SHA1 Message Date
renovate[bot]
1e533b9c26
fix(deps): update dependency tailwindcss to v4 (#13125)
* fix(deps): update dependency tailwindcss to v4

* Discard changes to packages/integrations/tailwind/package.json

* fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-02-06 07:39:57 +00:00
Emanuele Stoppa
d04177d710 fix: tsconfig 2025-02-05 16:56:45 +00:00
Emanuele Stoppa
b91c35aeeb fix: deps and test utils 2025-02-05 16:28:13 +00:00
Emanuele Stoppa
43a37c1956 Merge branch 'main' of ../../temp/adapters into move-node 2025-02-05 16:05:26 +00:00
Houston (Bot)
817fe55389
[ci] release (#13135)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-04 16:19:08 +00:00
Sean Boult
d1384b87e8 [ci] format 2025-02-04 14:28:13 +00:00
Sean Boult
ac4358052a
Tailwind v4 onboarding enhancements (#13119)
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-02-04 15:27:17 +01:00
renovate[bot]
828b7b3691
fix(deps): update all non-major dependencies (#13124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 13:54:26 +00:00
Emanuele Stoppa
6b69db97d9 [ci] format 2025-02-04 12:37:45 +00:00
Emanuele Stoppa
e76aa8391e
fix(routing): skip middleware for external redirects (#13133)
Co-authored-by: Matt Kane <m@mk.gg>
2025-02-04 12:36:51 +00:00
Houston (Bot)
f98e29d141
[ci] release (#13129)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-04 09:57:13 +00:00
Henrikh Kantuni
40f5f6f060
Fix typo (#13126)
"WrapMap" → "WeakMap"
2025-02-04 09:51:56 +00:00
Matt Kane
d60c74243f
fix: ignore trailing slash for endpoints with file extensions (#13131)
* fix: ignore trailing slash for endpoints with file extensions

* Fix test
2025-02-04 09:48:41 +00:00
Matt Kane
b71bd10989
fix: correct handling of collapsing slashes (#13130) 2025-02-04 09:44:01 +00:00
Hugo Nogueira
c497491cfe
chore(preact): upgrade @preact/preset-vite (#12950)
Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-02-03 10:07:56 +01:00
Houston (Bot)
7ccf950203
[ci] release (#13114)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-31 17:37:07 +00:00
Emanuele Stoppa
2a85bd705c [ci] format 2025-01-31 16:16:14 +00:00
Emanuele Stoppa
0fa5c82977
fix(i18n): server island request (#13112)
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
2025-01-31 16:15:20 +00:00
unprintable123
3a26e45417
fix: correctly handle pathname for dynamic routing in rewrite (#13113) 2025-01-31 15:57:38 +00:00
Matt Kane
c33eccbad5 [ci] format 2025-01-31 15:00:23 +00:00
Matt Kane
23978ddfe1
fix: remove special handling for injected endpoint slashes (#13111) 2025-01-31 14:57:18 +00:00
renovate[bot]
cbd056c94c
fix(deps): update all non-major dependencies (#13074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-01-31 14:34:32 +00:00
Houston (Bot)
6430aee5c7
[ci] release (#13108)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-31 12:31:39 +00:00
Matt Kane
187c4d3244
fix: exclude tailwind package when installing integration (#13106)
* fix: exclude tailwind package when installing integration

* Update .changeset/green-sloths-switch.md

---------

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-01-31 10:32:14 +00:00
Houston (Bot)
3b10b97a4f
[ci] release (#13096)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-30 16:06:55 +00:00
Matt Kane
23e631c3dd [ci] format 2025-01-30 16:04:58 +00:00
Matt Kane
740eb6019f
fix: exclude Vite requests from trailing slash handling (#13095)
* fix: exclude Vite requests from trailing slash handling

* Add test

* remove extraneous config file

* Update changeset
2025-01-30 16:04:07 +00:00
Houston (Bot)
f6b7839411
[ci] release (#13086)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-30 11:21:41 +00:00
github-actions[bot]
428bb7b35c [ci] release (#520)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-30 11:09:22 +00:00
Matt Kane
f1133a1973 fix: use vercel routing utils (#525)
* fix: use vercel routing utils

* changeset

* log error

* Format

* Update changeset

* Update tests

* Changes from review

* Format
2025-01-30 11:06:59 +00:00
Emanuele Stoppa
2ab0a61024
chore: remove lit from readme (#13092) 2025-01-30 10:40:16 +00:00
Thom van den Akker
0f10384d03 [ci] format 2025-01-30 10:34:32 +00:00
Thom van den Akker
037495d437
feat: content layer typings (#12666)
* Add additional typings for referenced content collection entries

* Add changeset

* Default typings to string for easier use

---------

Co-authored-by: Matt Kane <m@mk.gg>
2025-01-30 10:33:37 +00:00
Armand Philippot
23881e7164
docs: update integrations JSDoc to replace Tailwind integration (#13089) 2025-01-29 22:39:28 +01:00
翠 / green
61ef2d9179
chore: upgrade Vite and update tests (#13076)
* chore: upgrade Vite and update tests

* chore: bump vite in other package.json as well

* chore: pnpm dedupe

---------

Co-authored-by: Matt Kane <m@mk.gg>
2025-01-29 19:15:55 +00:00
Emanuele Stoppa
1c42fb491e [ci] format 2025-01-29 14:34:29 +00:00
Emanuele Stoppa
c3ed9ee7b5
fix: docs and types (#13087) 2025-01-29 15:33:40 +01:00
Matt Kane
18a2699f53 [ci] format 2025-01-29 11:55:16 +00:00
Matt Kane
536175528d
feat: redirect trailing slashes on on-demand rendered pages (#12994)
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: matthewp <361671+matthewp@users.noreply.github.com>
Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
2025-01-29 11:54:15 +00:00
Emanuele Stoppa
e621712109
feat(routing): external redirects (#12979)
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: yanthomasdev <61414485+yanthomasdev@users.noreply.github.com>
2025-01-29 11:53:40 +00:00
Emanuele Stoppa
0f3be3104e
feat: new virtual module astro:config (#13084)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: yanthomasdev <61414485+yanthomasdev@users.noreply.github.com>
2025-01-29 11:53:04 +00:00
Florian Lefebvre
2ed4bd90f2
feat(tailwind): support v4 (#13049)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-01-29 11:52:21 +00:00
Colin Bate
db252e0692
feat(markdown): add support for TOML frontmatter in Markdown files. (#12850) 2025-01-29 11:51:55 +00:00
Houston (Bot)
0879cc2ce7
[ci] release (#13056)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-27 11:46:43 +00:00
Matt Kane
736b9b9d72
chore: fix a typo in the action message (#13063) 2025-01-24 17:06:35 +00:00
Matt Kane
1017bca527
chore: adds wontfix label action (#13062)
* chore: adds wontfix label action

* Wording

* Update .github/workflows/issue-labeled.yml

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>

---------

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-01-24 17:01:10 +00:00
Matt Kane
e36837f914
fix: correctly handle multiple wildcard path aliases (#13059) 2025-01-24 12:53:35 +00:00
Arturo Silva
46ec06ed82 [ci] format 2025-01-24 11:35:04 +00:00
Arturo Silva
3c90d8f3e0
Adds experimental support for disabling streaming (#13036)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-01-24 11:34:16 +00:00
Matt Kane
1a14b53678
fix: correct broken import formatting (#13058) 2025-01-24 10:46:58 +00:00