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

11495 commits

Author SHA1 Message Date
Matthew Phillips
84e94cc85c
Prevent rerunning scripts already ran in router (#12985)
* Prevent rerunning scripts already ran in router

In a long session you might navigate between several pages, some contain
the script and some not, but nevertheless the script should run a total
of 1 time.

This also helps with smaller bundled scripts in production, where some
are inlined.

* Add changeset

* better key

* more concise

* review changes

* move stuff around

* fix types

* take Martin's suggestion

* run detection when executing scripts

* adds an e2e test for data-astro-rerun

* fix support for data-astro-rerun

---------

Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
2025-03-03 09:35:14 -05:00
Matt Kane
fac32ad98d
fix: generate correct responsive srcsets on Vercel (#13351)
* fix: generate correct responsive srcsets on Vercel

* [skipci] Apply suggestions from code review

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

---------

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-03-03 14:32:04 +00:00
Matt Kane
21c233c3c9 [ci] format 2025-03-03 10:57:12 +00:00
Matt Kane
50e2e0b374
fix: escape img attributes in Markdown (#13349) 2025-03-03 10:56:18 +00:00
Houston (Bot)
8483502bb2
[ci] release (#13337)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-28 16:59:28 +00:00
renovate[bot]
f15aa9d4e8
fix(deps): update dependency @netlify/functions to v3 (#13261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-28 15:52:48 +00:00
Matt Kane
9c7afbe620 [ci] format 2025-02-28 15:33:51 +00:00
Matt Kane
b5dabe9878
feat: add support session typing (#13320)
* feat: add support session typing

* Add type tests

* Fix test

* Remove unused import
2025-02-28 15:32:57 +00:00
Emanuele Stoppa
5d8f71c369 [ci] format 2025-02-28 14:40:31 +00:00
Emanuele Stoppa
5e7646efc1
chore: bump compiler and upgrade packages (#13330)
Co-authored-by: Matt Kane <m@mk.gg>


Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
Co-authored-by: TheOtterlord <64310361+TheOtterlord@users.noreply.github.com>
Co-authored-by: MoustaphaDev <81974850+MoustaphaDev@users.noreply.github.com>
2025-02-28 14:39:38 +00:00
Emanuele Stoppa
8f632efe99
fix(assets): export again asset utilities (#13336) 2025-02-28 14:39:25 +00:00
Emanuele Stoppa
74ea5113c8
chore: upgrade pnpm to v10 (#13328)
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-02-28 14:08:25 +00:00
renovate[bot]
2a0fa86bac
fix(deps): update dependency fast-xml-parser to v5 (#13300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 13:41:27 +00:00
Houston (Bot)
9aa5ac1019
[ci] release (#13318)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-27 13:26:41 +00:00
Emanuele Stoppa
53508aa7ec [ci] format 2025-02-27 10:45:15 +00:00
Emanuele Stoppa
80926fadc0
chore(deps): update esbuild and vite versions (#13323)
Co-authored-by: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com>
Co-authored-by: natemoo-re <7118177+natemoo-re@users.noreply.github.com>
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
2025-02-27 10:44:13 +00:00
Emanuele Stoppa
5b6df02c88 [ci] format 2025-02-26 16:30:27 +00:00
Emanuele Stoppa
5f72a58935
fix(core): double encoding during match of routes (#13303)
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-02-26 16:29:32 +00:00
Luiz Ferraz
2154adaead [ci] format 2025-02-26 11:41:56 +00:00
Luiz Ferraz
5be12b2bc9
feat(astro): Exposes extra APIs for script and testing (#12052)
Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>


Co-authored-by: matthewp <361671+matthewp@users.noreply.github.com>
Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-02-26 11:41:02 +00:00
Martin Trapp
eb472313fd [ci] format 2025-02-26 10:55:59 +00:00
Martin Trapp
9e7c71d19c
fixes property shadowing for form.attributes (#13313)
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-02-26 10:55:01 +00:00
Emanuele Stoppa
2cdeaea64c [ci] format 2025-02-26 10:35:49 +00:00
Emanuele Stoppa
4a43c4b743
feat: add new allowedHosts option (#13278)
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>


Co-authored-by: ArmandPhilippot <59021693+ArmandPhilippot@users.noreply.github.com>
Co-authored-by: Eveeifyeve <88671402+Eveeifyeve@users.noreply.github.com>
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: Fryuni <11063910+Fryuni@users.noreply.github.com>
2025-02-26 10:33:14 +00:00
Slawek Kolodziej
c1d2d25ff1 [ci] format 2025-02-26 10:31:30 +00:00
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
4a36a015f7 [ci] format 2025-02-26 10:17:19 +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
Florian Lefebvre
467e88e487
fix: examples script for release (#13305) 2025-02-24 14:47:13 +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
baf0c405dd [ci] format 2025-02-24 12:02:11 +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
Emanuele Stoppa
b505c6115c
chore: update label name for preview releases (#13302) 2025-02-24 10:28:04 +00:00
ADTC
6012e061cd
Modify the template README file to reflect the correct package manager (#13257) 2025-02-24 09:44:56 +00:00
Emanuele Stoppa
8810696ade
ci: remove colon from label (#13292) 2025-02-21 15:29:48 +00:00
Emanuele Stoppa
e2bfd7756c
ci: improve label check (#13291) 2025-02-21 15:21:41 +00:00
Luiz Ferraz
b47378b0fc
ci: Automatically remove preview label on trigger (#13289)
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-21 15:16:40 +00:00
Emanuele Stoppa
67276c43d3
ci: remove old preview release workflows (#13288)
Co-authored-by: Fryuni <11063910+Fryuni@users.noreply.github.com>
2025-02-21 15:12:21 +00:00
Emanuele Stoppa
e5ea5a9c00
ci: use pnpm dlx (#13286) 2025-02-21 09:52:14 +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
7cb7189698 [ci] format 2025-02-20 13:38:47 +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
Emanuele Stoppa
c5755e149f
chore: use workspace Node.js adapter (#13267) 2025-02-20 12:09:22 +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
Emanuele Stoppa
1c941ee2ad
ci: remove events to avoid non-wanted triggers (#13252) 2025-02-14 14:58:59 +00:00