Arsh
b8cc444461
[ci] format
2023-12-27 17:57:38 +00:00
Arsh
89a2a07c2e
fix(content): helpful message for DuplicateContentEntry ( #9492 )
...
* helpful message for DuplicateContentEntry
* add changeset
2023-12-27 12:56:42 -05:00
Arsh
7f7a7f1aea
qol(routing): warn when api route method doesn't match the casing of an export ( #9497 )
...
* fix(routing): improve messaging for getting the case wrong
* add changeset
* lint: no shadowing
* remove old APIRoute signature
* Apply suggestions from code review
Co-authored-by: Voxel <voxelmc@hotmail.com>
---------
Co-authored-by: Voxel <voxelmc@hotmail.com>
2023-12-27 12:56:10 -05:00
Houston (Bot)
a171c22f37
[ci] format
2023-12-27 17:38:12 +00:00
Houston (Bot)
134367427b
[ci] update lockfile ( #9519 )
...
* [ci] update lockfile
* Fix errors
* Better Vue workaround
---------
Co-authored-by: matthewp <matthewp@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2023-12-27 12:37:04 -05:00
Bjorn Lu
337ca508bd
Forward Svelte client error ( #9530 )
2023-12-27 12:35:36 -05:00
Bjorn Lu
662f06fd9f
Fix duplicated CSS modules inlining ( #9531 )
...
* Fix duplicated CSS modules inlining
* Remove unused mode param
2023-12-27 12:34:59 -05:00
Bjorn Lu
7224809b73
Prevent double uri decoding ( #9532 )
2023-12-27 12:34:28 -05:00
Bjorn Lu
d252fc61b0
Add tailwindcss nesting support ( #9529 )
...
* Add tailwindcss nesting support
* Update lockfile
2023-12-27 12:34:01 -05:00
Nikhil Kothari
cf993bc263
Filter out Svelte's unknown data prop warnings ( #9510 )
2023-12-27 18:08:20 +08:00
Ming-jun Lu
0ee255ae36
[ci] format
2023-12-26 17:02:03 +00:00
Ming-jun Lu
1469e0e5a9
Prevent dev toolbar tooltip from overflowing ( #9512 )
...
* fix: prevent dev toolbar toolip from overflowing
* test: add a test case for dev toolbar toolip position
* Create small-emus-deny.md
---------
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-12-26 12:01:04 -05:00
Martijn van der Ven
bb1438d20d
Add autocomplete to button JSX type ( #9522 )
...
* Add autocomplete to button JSX type
This is “nonstandard and Firefox-specific” but often required when working with dynamic disabled state.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#autocomplete
* Run `pnpm exec changeset`
2023-12-25 11:18:42 -05:00
Erika
eb36e95596
feat: export JSX types from jsx-runtime ( #9501 )
...
* feat: export JSX types from jsx-runtime
* fix: i wont make the same mistakes three times
* chore: changeset
2023-12-23 02:52:04 -05:00
Sarah Rainsberger
4660aaa405
[ci] format
2023-12-22 20:16:29 +00:00
Sarah Rainsberger
b20cab1404
[docs] update build.format with note an adapter may set this value ( #9502 )
2023-12-22 16:15:19 -04:00
Alan
05d923db53
Compress banner image ( #9493 )
2023-12-22 16:48:12 +00:00
Erika
3b0eaed3b5
fix(deps): Update Sharp optionalDep version ( #9463 )
...
* fix(deps): Update Sharp optionalDep version
* chore: changeset
2023-12-22 10:52:01 +00:00
Arsh
5b4e41a86f
chore(ci): remove integrations from docs smoke test ( #9498 )
2023-12-22 04:35:01 +05:30
Sarah Rainsberger
36bedf1a5f
[ci] format
2023-12-21 20:36:15 +00:00
Sarah Rainsberger
1baf0b0d3c
[docs] minimal integration READMEs ( #9479 )
...
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com>
Co-authored-by: Elian <15145918+ElianCodes@users.noreply.github.com>
Co-authored-by: Alexander Niebuhr <45965090+alexanderniebuhr@users.noreply.github.com>
2023-12-21 16:35:11 -04:00
Arsh
f9c4bbf200
[ci] format
2023-12-20 21:15:00 +00:00
Arsh
dfef925e1f
chore: improve type fidelity for internal error class ( #9478 )
...
* chore: improve type fidelity for internal error class
* add changeset
* simplify
* fix: adjust for new error
---------
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2023-12-21 02:43:50 +05:30
Nate Moore
60dc8da71b
[ci] format
2023-12-20 19:00:58 +00:00
Nate Moore
72b26daf69
Skip check
for known Qwik components ( #9482 )
2023-12-20 12:59:49 -06:00
Houston (Bot)
97342d218e
[ci] release ( #9457 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-20 17:39:13 +00:00
Emanuele Stoppa
19169db1f1
chore: smoother logging when building pages ( #9487 )
...
* chore: smoother logging when building pages
* chore: improve logging during the build
* fix: put `newLine` top `LogMessage`
* Update .changeset/popular-meals-yell.md
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-20 16:48:06 +00:00
Erika
c384f6924e
fix(a11y): Fix some audit false positives ( #9483 )
...
* fix(a11y): Fix some audit false positives
* chore: changeset
* Update packages/astro/src/runtime/client/dev-overlay/plugins/audit/a11y.ts
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
* fix: apply feedback
* nit: add comment
---------
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-12-20 10:25:41 -05:00
Martin Trapp
f6714f677c
view transition's form handling honors default prevention ( #9486 )
...
* add missing check to honor prevented default
* added changeset
* Update .changeset/fresh-games-confess.md
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-20 14:44:48 +01:00
Ken Powers
5062d27a18
Respect forms with enctype set for view transitions ( #9466 )
...
* Respect forms with enctype set for view transitions
* Add changeset
* Revert "Respect forms with enctype set for view transitions"
This reverts commit 6d3e04a959
.
* Review feedback
* Handle submitter case
* Move comment
* Update .changeset/rude-geckos-rush.md
* Add tests
---------
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-20 13:37:48 +01:00
Florian Lefebvre
1f3d72b8d3
[ci] format
2023-12-20 11:55:33 +00:00
Florian Lefebvre
e83b5095f1
chore: upgrade vite to latest ( close #9443 ) ( #9452 )
...
* chore: upgrade vite to latest
* chore: add changeset
* fix: enforce type
* fix: postcss
* chore: log messages
* fix: take vite re-optimizing message into account
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-12-20 11:54:25 +00:00
Emanuele Stoppa
7ae4928f30
fix: remove the manifest file from the dist/
folder ( #9475 )
2023-12-19 21:56:46 +00:00
Luiz Ferraz
69e78822e5
[ci] format
2023-12-19 20:00:19 +00:00
Luiz Ferraz
faf6c7e110
Fix transitions with non-recommended headers ( #9464 )
...
* Reproduce edge case in test
* Fix edge case
* Add changeset
* Update .changeset/khaki-ducks-give.md
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
---------
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-19 20:59:13 +01:00
Tom MacWright
f515b1421a
Descriptive image error ( #9352 )
...
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2023-12-19 11:14:58 -05:00
Dawid Kobierski
354a62c86e
fix: handle external hoisted scripts correctly ( #9437 )
2023-12-19 14:09:06 +00:00
Arsh
c32e6072ee
[ci] format
2023-12-19 14:00:04 +00:00
Arsh
5ae6578822
fix(redirects): handle non-verbatim targets ( #9089 )
...
* add tests
* implement fix
* add changeset
* `for const in` -> `for const of`
* reskip: external redirects are still not ignored
2023-12-19 13:59:00 +00:00
Emanuele Stoppa
25e6670913
chore: fix error message ( #9477 )
2023-12-19 13:29:04 +00:00
Alex Nguyen
6bf470cfb8
Fix typo in @astrojs/node README ( #9471 )
2023-12-19 08:28:43 +00:00
Emanuele Stoppa
fa3078ce9f
fix: handle middleware loading error ( #9458 )
...
* fix: handle middleware loading error
* remove the try/catch
* rethrow error
* Update packages/astro/src/core/middleware/loadMiddleware.ts
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
---------
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2023-12-19 08:28:04 +00:00
Simon Knott
429be8cc3e
fix: update netlify import ( #9461 )
...
* fix: update netlify import
* fix: update one comment
2023-12-18 21:41:01 +00:00
Erika
047d285be1
fix(assets): Prevent concurrency from being set to 0 ( #9460 )
2023-12-18 12:49:54 -05:00
Ken Powers
76b4e55894
[ci] format
2023-12-18 13:42:49 +00:00
Ken Powers
7eb9fe8a71
Fix Preact Forwarded Ref components not working in astro files when React integration is enabled ( #9403 )
...
* Fix Preact Forwarded Ref components not working in astro files when React integration is enabled
* Handle undefined $$typeof
* Add changeset
* Use Symbol.for
* ⚡
* Update .changeset/breezy-hairs-yell.md
---------
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-18 13:41:44 +00:00
Bjorn Lu
1e984389ba
Fix import dev toolbar apps on windows ( #9400 )
2023-12-18 13:41:11 +00:00
msdlisper
1d33bcce61
fix: error in ssr demo when init ( #9455 )
2023-12-18 13:28:10 +00:00
Houston (Bot)
8a0def2b6c
[ci] release ( #9432 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-15 15:26:00 -06:00
Nate Moore
f963d07f22
Upgrade compiler ( #9445 )
2023-12-15 14:53:32 -06:00