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

4380 commits

Author SHA1 Message Date
Slawek Kolodziej
7ea0aba053
feat(vercel): allow defining ISR exclusions with regular expressions (#13211)
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>


Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
2025-02-26 10:30:22 +00:00
PolyWolf
509fa671a1
feat: Add CSS variables in getImage for experimental.responsiveImages (#13256)
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>


Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
2025-02-26 10:16:21 +00:00
PolyWolf
1e11f5e8b7
feat: Pass remote Markdown images through image service (#13254)
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>


Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
2025-02-26 10:15:35 +00:00
Julien Le Bras
797a9480b2
Expose ilike function from drizzle-orm (#13314)
* Expose ilike function from drizzle-orm

* Update .changeset/late-mails-beam.md

---------

Co-authored-by: Julien Le Bras <>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-26 09:49:11 +00:00
Houston (Bot)
4cb33770d3
[ci] release (#13244)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-24 14:49:05 +01:00
Emanuele Stoppa
6efd57d174
fix: update deps of adapters (#13304) 2025-02-24 13:23:56 +00:00
Bjorn Lu
2e1321e9d5
Replace globby/fast-glob/tiny-glob with tinyglobby (#13299)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>


Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-02-24 12:50:08 +00:00
chaegumi
ea790542e1
feat: fix the use of vite.base in Astro Dev Server (#13003)
* feat: Dev mode supports reverse proxy of nginx subdirectories

* feat: type define

* feat: type define update

* feat: type define update

* feat: base use update

* feat: check obj value

* feat: change patch

* feat: fix test

* feat: update type and update changeset

* feat: add test

* feat: rewrite test

* feat: update config

* feat: update use pipeline.manifest

* feat: update viteBase type and default value

* chore: update package

* chore: install package

* chore: install package

* chore finish refactor

* Update changeset

---------

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Matt Kane <m@mk.gg>
2025-02-24 12:01:14 +00:00
ADTC
6012e061cd
Modify the template README file to reflect the correct package manager (#13257) 2025-02-24 09:44:56 +00:00
Lee Arnold
c6bf6b3b21
fix: update node image.endpoint config structure (#13190)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>


Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-02-21 09:46:52 +00:00
Eric Kwoka
065157cac7
feat(cloudflare): Includes onerror passthrough (#13201)
*  Includes onerror passthrough param

* 📦 Includes Changeset
2025-02-21 07:40:27 +00:00
Josh Kennedy
32fafeb874
FIX: Ensures that rewrite url contains base path (#13233)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-20 13:37:51 +00:00
Florian Lefebvre
3842ce5ec9
fix(vue): compiler fallback (#13251)
* fix(vue): compiler fallback

* Update index.ts
2025-02-14 16:24:52 +01:00
Houston (Bot)
adb58f9e71
[ci] release (#13230)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-13 14:18:26 +00:00
Cornelius Roemer
2ed67d5dc5
fix: respond with 200 to HEAD requests for non-prerendered pages as well (#13101)
* fix: respond with 200 to HEAD requests for non-prerendered pages as well

Fixes #13079

Inspired by @joshmkennedy's PR #13100

* chore: add more test cases

* Update .changeset/tricky-toes-drum.md

* chore: remove trace method

---------

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-13 12:05:27 +00:00
Vitalii Rybachenko
344e9bc480
fix: default head requests for endpoints when no explicit head method… (#13210)
* fix: default head requests for endpoints when no explicit head method implemented

* Update changeset for astro to minor

* Update changeset for default HEAD requests

* Update .changeset/afraid-turkeys-kneel.md

Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>

---------

Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
2025-02-13 11:22:19 +00:00
Matt Kane
8d4e566f54
feat: add support for automatic session driver config (#13145)
* feat: add support for automatic session driver config

* chore: fix error logic

* Lint test

* Add node support

* Add node test fixture

* Lock

* Add Netlify support

* Use workspace Astro version

* Format

* Changeset

* Add tests

* Add dep for tests

* chore: fix repo URL

* temp log

* Fix module resoltuion

* [skip ci] Update changeset

* chore: bump peer dependencies

* Changes from review

* Changeset changes from review

* Apply suggestions from code review

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

* More changeset detail

* Lock

---------

Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-02-12 14:57:03 +00:00
Matthew Lymer
3b669555d7
fix(astro): Improve ssr performance (astro#11454) (#13195)
* Add alternate rendering paths to avoid use of Promise

* Add run commands

* Remove promise from synchronous components

* Create makefile and update loadtest

* Rename functions, fix implementation of renderArray

* More performance updates

* Minor code cleanup

* incremental

* Add initial rendering tests

* WIP - bad tests

* Fix tests

* Make the tests good, even

* Add more tests

* Finish tests

* Add test to ensure rendering order

* Finalize pr

* Remove code not intended for PR

* Add changeset

* Revert change to minimal example

* Fix linting and formatting errors

* Address code review comments

* Fix mishandling of uncaught synchronous renders

* Update .changeset/shaggy-deers-destroy.md

---------

Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-12 14:10:41 +00:00
Dani Fernández
1b5037bd77
Update netlify adapter to integrate includeFiles and excludeFiles options (#13194)
* feat: integrated includeFiles and excludeFiles on netlify adapter

* feat: added netlify include and exclude files tests

* feat: changelogs added

* fix: avoid problems with glob file url on windows

* feat: improved JS Docs to include examples and important information

* feat: removed non necessary root path as glob is already absolute

* Apply suggestions from code review

* Update packages/integrations/netlify/src/index.ts

Co-authored-by: Matt Kane <m@mk.gg>

* Update .changeset/ninety-clouds-judge.md

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

---------

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-02-12 14:08:38 +00:00
Houston (Bot)
ea9868d7fd
[ci] release (#13189)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-12 12:14:03 +00:00
Josh Kennedy
6bac644241
Fix:changes the paginate function to allow readonly array types (#13213)
* changes the paginate function to allow readonly array types

* Update paginate function to accept readonly arrays

---------

Co-authored-by: Matt Kane <m@mk.gg>
2025-02-12 11:44:43 +00:00
Matt Kane
8e5b89c5eb
chore: unpin vercel routing lib (#13224)
* chore: unpin vercel routing lib

* Lock

* Changeset
2025-02-12 11:42:36 +00:00
Josh Kennedy
fb3884074f
Fix: Adds clarity around output setting log statement (#13212)
* log to clarify buildOutput and output build command

* adds changelog

* labels log statement of what it is internally

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>

* fix log

---------

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-12 11:14:44 +00:00
Matt Kane
23094a1f48
fix: use shared helper for file extensions (#13223)
* fix: use shared helper for file extensions

* Lock
2025-02-12 10:34:32 +00:00
Emanuele Stoppa
9d5660223b
fix(i18n): bypass server island with base (#13205)
* fix(i18n): bypass server island with base

* Update packages/astro/src/core/routing/match.ts

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>

---------

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-02-10 16:34:40 +00:00
Emanuele Stoppa
7bc825649b
fix: error message text (#13188) 2025-02-07 15:23:56 +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
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
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
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
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
23978ddfe1
fix: remove special handling for injected endpoint slashes (#13111) 2025-01-31 14:57:18 +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
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
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
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
e36837f914
fix: correctly handle multiple wildcard path aliases (#13059) 2025-01-24 12:53:35 +00:00