0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
Commit graph

8812 commits

Author SHA1 Message Date
Matthew Phillips
f3f9c96fd0 fix build 2024-12-16 16:22:06 -05:00
Cody Olsen
02ed922b1e [ci] format 2024-12-16 16:01:47 -05:00
Matthew Phillips
dda4a8e1df Clean sourcemaps from static output (#12749)
* Clean sourcemaps from static output

* Add changeset

* Update test to look at frontend sourcemaps
2024-12-16 16:01:35 -05:00
Matthew Phillips
c06194713c Revert "fix custom assetFileNames issue (#12449)" (#12746)
* Revert "fix custom `assetFileNames` issue (#12449)"

This reverts commit e6b8017239.

This change caused source maps to be left in the client folder, exposing them into the server.

* Add changeset
2024-12-16 16:01:22 -05:00
Matthew Phillips
780a41f616 Clean sourcemaps from static output (#12749)
* Clean sourcemaps from static output

* Add changeset

* Update test to look at frontend sourcemaps
2024-12-16 16:00:44 -05:00
Matthew Phillips
11c52c0b77 Revert "fix custom assetFileNames issue (#12449)" (#12746)
* Revert "fix custom `assetFileNames` issue (#12449)"

This reverts commit e6b8017239.

This change caused source maps to be left in the client folder, exposing them into the server.

* Add changeset
2024-12-16 15:59:00 -05:00
Houston (Bot)
ba4aac1051
[ci] release (#12648)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-05 15:45:35 +00:00
Emanuele Stoppa
e7d14c374b
fix: checkOrigin headers check (#12632)
* Merge commit from fork

* fix: enforce check origin logic

* address feedback

* --amend
2024-12-05 14:29:31 +00:00
bluwy
839979d24f Allow publishing from this branch with legacy npm tag 2024-12-05 21:59:57 +08:00
Bjorn Lu
6f4793656e
Use node 22 in CI (#12540) 2024-11-27 23:59:58 +08:00
Chris Swithinbank
04aede3255
Examples fixes and preview.astro.new support (#12543)
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com>
2024-11-27 16:08:37 +01:00
Houston (Bot)
6eac6ba733
[ci] release (#12536)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-27 14:21:09 +00:00
Aleksandr Kadykov
65e50eb7b6
Fix JPEG image size determination (#12542) 2024-11-27 13:05:56 +00:00
Matt Kane
f71052df01
ci: fetch changeset base branch when snapshot (#12508)
* ci: fetch changeset base branch

* Update .github/workflows/snapshot-release.yml

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>

* Remove redundant changeset pre exit command

* Fix indentation in snapshot-release workflow

---------

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-11-27 11:34:44 +00:00
renovate[bot]
6fc29e3c24
fix(deps): update all non-major dependencies (#12410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-11-27 16:20:16 +08:00
Emanuele Stoppa
cf0d8b08a0
fix(i18n): render 404.astro when i18n is enabled (#12525)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>


Co-authored-by: delucis <357379+delucis@users.noreply.github.com>
Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
2024-11-26 15:21:06 +00:00
Emanuele Stoppa
8b0e36ca91
chore: fix linting warnings (#12526) 2024-11-26 13:06:04 +00:00
Houston (Bot)
36d8d921db
[ci] release (#12501)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-26 09:03:38 +00:00
Erika
0910a324e2
fix(examples): Missing node types for toolbar example (#12519) 2024-11-25 13:06:53 +01:00
Matt Kane
c6a31e3978
ci: fix changeset action (#12504) 2024-11-22 11:43:45 +00:00
Matt Kane
3dc714ae4b
ci: exit pre if needed (#12502)
* ci: exit pre if needed

* bump changeset cli
2024-11-22 11:03:46 +00:00
Emanuele Stoppa
b140a3f6d8
fix(routing): don't access Request headers (#12498)
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
2024-11-22 10:26:48 +00:00
Houston (Bot)
3bed8050b9
[ci] release (#12490)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21 09:47:58 -05:00
Houston (Bot)
b9c05f45b2
[ci] release (#12452)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21 11:12:37 +00:00
Eldar Kasmamytov
8a46e8074d
Resolve peer dependency problem in the integration packages (SolidJS, Vue, Svelte, React) (#12481)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
2024-11-21 11:12:00 +00:00
Arpan Patel
e329657a00 [ci] format 2024-11-21 09:32:06 +00:00
Arpan Patel
a23985b021
fix: return correct locale in root 404 and 500 page with i18n (#12365)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-11-21 09:31:17 +00:00
Emanuele Stoppa
28dd3ce522
fix: server island hydration (#12444) 2024-11-20 15:08:26 +00:00
Emanuele Stoppa
ab0580bc94
refactor(build): don't emit middleware.mjs (#12479) 2024-11-20 11:21:40 +00:00
Matthew Phillips
c3b7e7cfa1
Remove default throw behavior in astro:env (#12480)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-11-20 11:09:43 +00:00
Emanuele Stoppa
46f6b386b3
fix(build): generated entry (#12477) 2024-11-19 16:12:40 +00:00
Florian Lefebvre
80a9a5299a
fix: content layer glob deletion (#12476) 2024-11-19 16:56:28 +01:00
Emanuele Stoppa
f64934086e [ci] format 2024-11-18 13:35:34 +00:00
Emanuele Stoppa
3bde4aa751
chore: use Biome VCS ignore file (#12465) 2024-11-18 13:34:43 +00:00
Emanuele Stoppa
cc03d907c1
ci: filter paths of when running the benchmark action (#12470) 2024-11-18 11:33:58 +00:00
Emanuele Stoppa
733d6c1601
ci: remove owner check to enable external PR jobs (#12466) 2024-11-18 10:59:19 +00:00
Marijn Kneppers
6a243bf3c4
Update links to linting and formatting files in the style guide (#12468) 2024-11-18 10:48:54 +00:00
oliverlynch
25baa4ed0c
Ensure final asset directory exists before writing cached files (#12418)
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-11-15 18:25:42 +01:00
Bjorn Lu
cec4af8fe5
Add publint checks (#12445) 2024-11-15 23:43:34 +08:00
Houston (Bot)
8e135b6f03
[ci] release (#12443)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-15 20:59:51 +08:00
Bjorn Lu
bde49f186e
Publish missing file for svelte integration (#12442) 2024-11-15 20:50:01 +08:00
Houston (Bot)
5509117415
[ci] release (#12427)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-15 19:27:27 +08:00
Martin Trapp
453ec6b12f
prevents access to the history state if not set (#12436) 2024-11-15 16:09:05 +08:00
Emanuele Stoppa
e64ec5f9df
chore: breakdown of benchmarks (#12433) 2024-11-14 16:26:50 +00:00
Jacob Jenkins
9fc2ab8cc8
Update to svelte 5 (#12364)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-11-14 23:31:51 +08:00
Arpan Patel
bdc0890061 [ci] format 2024-11-14 08:34:43 +00:00
Arpan Patel
0462219612
Fix script injection during build (#12392)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-11-14 08:33:57 +00:00
Houston (Bot)
3b3bc9b8cd
[ci] release (#12422)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-13 14:21:47 +00:00
Emanuele Stoppa
acac0af534
fix(routing): middleware in dev (#12420) 2024-11-13 13:34:35 +00:00
Houston (Bot)
e723e9e8ea
[ci] release (#12403)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-12 19:00:58 -05:00