Bjorn Lu
ec71f03cfd
Remove telemetry for unhandled errors ( #9571 )
2024-01-02 23:14:09 +08:00
Canaris
f192fc3a35
[ci] format
2024-01-02 14:53:17 +00:00
Canaris
67e06f9db1
yarn add
should be used to install packages instead of yarn install
(#9562 )
...
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-01-02 22:52:22 +08:00
Syg
55e49b3ffb
[ci] format
2024-01-02 12:13:55 +00:00
Syg
8b873bf1f3
Add 'starlight' to displayed options under 'add' option in CLI ( #9559 )
...
* Add 'starlight' to displayed options under 'add' option in CLI
* Create tall-mayflies-deliver.md
* Update tall-mayflies-deliver.md
---------
Co-authored-by: syg <sygint@users.noreply.github.com>
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-01-02 12:12:58 +00:00
Mati
86b05491f0
[ci] format
2024-01-02 12:09:35 +00:00
Mati
8cc3d6aa46
Implement i18n's getLocaleByPath
function ( #9504 )
...
* Implement getLocaleByPath function
* Fix param naming in getLocaleByPath function for users
* Add changeset
* Change changeset to patch astro
* Add i18n getLocaleByPath e2e test
* Add astro e2e i18n in pnpm-lock.yaml
2024-01-02 12:08:17 +00:00
Bjorn Lu
9f6453cf49
Document --host and --port flag for preview ( #9572 )
2024-01-02 17:45:56 +08:00
Houston (Bot)
35987afeb5
[ci] format
2024-01-02 07:17:00 +00:00
Houston (Bot)
b49bd31377
[ci] update lockfile ( #9561 )
...
Co-authored-by: matthewp <matthewp@users.noreply.github.com>
2024-01-02 15:15:46 +08:00
Michael Thomas
e496b2e3b8
Fix asynchronous appEntrypoint
support ( #9558 )
2024-01-01 15:44:17 +08:00
Bjorn Lu
22f42d11a4
Prevent render ansi in error overlay ( #9547 )
2023-12-30 18:06:40 +07:00
Bjorn Lu
8049f0cd91
Fix error overlay display on malformed uri ( #9548 )
2023-12-29 23:52:43 +08:00
Arsh
af59b83162
[ci] format
2023-12-29 15:49:10 +00:00
Arsh
7b586a6e23
fix(vercel): prevent build failure with node 21 ( #9550 )
...
* fix(vercel): prevent build failure with node 21
* add changeset
2023-12-29 21:18:15 +05:30
Arsh
48f47b50a0
fix(node): prevent crash on stream error ( #9533 )
...
* fix(node): prevent crash on stream error
* add changeset
* Apply suggestions from code review
2023-12-29 21:17:52 +05:30
Alex Nguyen
ede3f7fef6
Toggle dev toolbar hitbox height when toolbar is visible ( #9446 )
...
* Toggle dev toolbar hitbox height when toolbar is visible
* Add hitbox above height const
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-29 00:59:01 -05:00
Florian Lefebvre
a2977cbc5a
fix(examples): make astro check pass ( #9542 )
2023-12-28 22:49:04 +01:00
Alex Waldron
9021c18a00
[ci] format
2023-12-28 21:24:42 +00:00
Alex Waldron
16e61fcacb
fix: handle srcset local image paths with spaces ( #9537 )
...
* fix: handle srcset local image paths with spaces
* replaced janky 'replaceAll' with encodeURI
* Update .changeset/weak-oranges-relate.md
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
* fix: encodeURI the returned filepath directly
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2023-12-28 16:23:46 -05:00
Mark Peck
3834c124c9
[ci] format
2023-12-28 21:10:08 +00:00
Mark Peck
d25813f2cc
feat(examples): add starlog release notes theme
...
Co-authored-by: Florian Lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com>
Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com>
Co-authored-by: Matthew Phillips <361671+matthewp@users.noreply.github.com>
2023-12-28 22:08:51 +01:00
Matthew Phillips
0fbe26eeb0
[ci] format
2023-12-28 20:08:58 +00:00
Matthew Phillips
7f212f0831
Support remote images with encoded characters ( #9540 )
...
* Support remote images with encoded characters
* Add a changeset
* Update .changeset/small-snakes-build.md
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-28 15:08:04 -05:00
Luiz Ferraz
b34bd2b2d9
Enable source map on dev builds ( #9465 )
...
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-27 14:36:29 -05:00
Houston (Bot)
98fa8f02ab
[ci] release ( #9491 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-27 13:34:07 -05:00
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