Tony Sullivan
22ba760594
Merge branch 'main' into test/e2e-hydration
2022-05-19 11:35:31 -05:00
natemoo-re
e9c137cf5f
[ci] format
2022-05-19 15:50:10 +00:00
Nate Moore
d34859d750
Expose file
and url
for Astro files ( #3385 )
...
* feat: update test
* feat: return `file` and `url` for astro files
* chore: add changeset
* fix: use private names $$file and $$url
* test: update markdown test
* chore: update fileId logic to strip query params
2022-05-19 10:49:14 -05:00
Fred K. Schott
a7480452b1
[ci] update lockfile ( #3404 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-19 10:22:27 -05:00
matthewp
e118b8a91d
[ci] format
2022-05-19 12:39:11 +00:00
Matthew Phillips
0c9f770e8a
Include server CSS in the manifest assets ( #3402 )
...
* Include server CSS in the manifest assets
* Adds a changeset
2022-05-19 08:38:27 -04:00
FredKSchott
f0aea84920
[ci] collect stats
2022-05-19 12:02:27 +00:00
github-actions[bot]
b330c5b72e
[ci] release ( #3400 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-18 21:36:32 +00:00
tony-sull
f1d7d543b0
[ci] format
2022-05-18 20:10:07 +00:00
Tony Sullivan
0d3c673dd9
Fix: Support .html requests in dev ( #3401 )
...
* WIP: this regex should handle .html as well
* much simpler! Just fix the req.url, don't touch the manifest
* only handle .html requests when config.build.format === 'file'
* chore: add changeset
2022-05-18 20:09:23 +00:00
matthewp
43cfd7e769
[ci] format
2022-05-18 19:12:28 +00:00
Matthew Phillips
2939be5f2d
Allow overriding build vite config options ( #3392 )
...
* Allow overriding build vite config options
* Adds a changeset
* Test svelte
* Move plugins down
* Assign after for the client too
* Spread output options on manually
* Remove .only
2022-05-18 15:11:40 -04:00
bholmesdev
54aba7231d
[ci] format
2022-05-18 15:46:22 +00:00
Ben Holmes
1bf12260af
Fix: update "building for SSR" messaging on SSG ( #3399 )
...
* fix: update "building for SSR" messaging on SSG
* chore: changeset
2022-05-18 11:45:23 -04:00
Nate Moore
cf8015eaa2
fix: locale handling for logger ( #3391 )
...
* fix(#3309 ): use system default locale
* fix(#3309 ): use system default locale in create-astro
* test: add locale regression tests
* test: add i18n regression test
2022-05-18 10:45:09 -05:00
Tony Sullivan
6a629f7986
chore: updating lock file
2022-05-18 10:33:57 -05:00
Tony Sullivan
621a6e9ab2
Merge branch 'main' into test/e2e-hydration
2022-05-18 10:33:42 -05:00
Matthew Phillips
6cec1b8ef2
Re-enable error recovery test ( #3396 )
...
* Re-enable error recovery test
* Doing some debugging
* Remove extra debugging
* longer wait
* make it wait even longer just to check
* Wait a very long time
* await the change, and then a little bit
* Give a longer timeout for the error recovery test
* OK, make it *very* long
* Run error tests separately
* Get rid of wait
2022-05-18 11:20:06 -04:00
Fred K. Schott
ef32b7c39c
[ci] update lockfile ( #3395 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-18 10:15:42 -05:00
Nate Moore
1297c10480
Fix tests: remove it.only
( #3394 )
...
* test: remove it.only
* test: skip failure until #3376 is revisited
2022-05-18 08:27:52 -04:00
FredKSchott
eea2d89c0d
[ci] collect stats
2022-05-18 12:02:20 +00:00
Tony Sullivan
d8e5dfb977
Matching custom 404 pages using the manifest's route patterns ( #3390 )
...
* matching custom 404 pages using the manifest's route patterns
* windows: still need to use the relative paths for 404 matching
2022-05-17 21:27:06 +00:00
Tony Sullivan
a2bc0650cf
updating to use the new editFiles helper
2022-05-17 11:13:10 -05:00
Tony Sullivan
254cf94bec
Merge branch 'main' into test/e2e-hydration
2022-05-17 11:01:32 -05:00
github-actions[bot]
f54072bd3f
[ci] release ( #3378 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-17 11:50:18 -04:00
matthewp
42251f3eb4
[ci] format
2022-05-17 15:46:01 +00:00
Fred K. Schott
d102cab126
[ci] update lockfile ( #3386 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-17 11:44:50 -04:00
Matthew Phillips
4d00473dbd
Error recovery test and more ( #3388 )
...
* Add test to verify errors are recovered from
* Fix nested style components not be added in dev on initial load
* Adds a changeset
2022-05-17 11:43:49 -04:00
Tony Sullivan
0094fc3b3f
Merge branch 'main' into test/e2e-hydration
2022-05-17 08:27:19 -05:00
FredKSchott
5a81ef460f
[ci] collect stats
2022-05-17 12:02:23 +00:00
Tony Sullivan
387ed0cfa1
Deprecate @astrojs/turbolinks ( #3383 )
...
* deprecating the Turbolinks integration
* chore: add changeset
2022-05-16 18:08:49 -05:00
Tony Sullivan
fa5ff21dee
Revert "TEMP: disabling React e2e tests"
...
This reverts commit ed1bad9cbc
.
2022-05-16 14:35:03 -05:00
Tony Sullivan
ed1bad9cbc
TEMP: disabling React e2e tests
2022-05-16 14:28:41 -05:00
Tony Sullivan
a84b5f4cb7
chore: update lockfile after merge
2022-05-16 14:07:32 -05:00
Tony Sullivan
262a21ddf8
Merge branch 'main' into test/e2e-hydration
2022-05-16 14:07:09 -05:00
Tony Sullivan
59cfcddcd6
chore: updating lock file
2022-05-16 14:02:23 -05:00
Tony Sullivan
03e0318bf4
chore: cleaning up test element IDs
2022-05-16 13:58:22 -05:00
Tony Sullivan
31bcd81101
chore: test cleanup
2022-05-16 13:57:22 -05:00
matthewp
3ceff25959
[ci] format
2022-05-16 18:45:15 +00:00
Sarah Etter
43d922277a
Update out directories for Netlify Functions ( #3381 )
...
* Change out directories for Netlify Functions
* Changeset
* Update test
2022-05-16 14:44:21 -04:00
Matthew Phillips
0259d7658b
Fix for loading markdown pages with spaces in the name ( #3379 )
...
* Fix for loading markdown pages with spaces in the name
* Adds a changeset
2022-05-16 14:44:15 -04:00
Tony Sullivan
8326cfddf7
fixing up svelte tests
2022-05-16 13:41:42 -05:00
Juan Martín Seery
9d01f93b1c
feat(vercel): remove nodeVersion
( #3368 )
...
* Remove `nodeVersion`
* Changeset
2022-05-16 13:34:46 -05:00
Fred K. Schott
9dd16bace5
[ci] update lockfile ( #3363 )
...
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-16 13:33:16 -05:00
natemoo-re
58cca31e79
[ci] format
2022-05-16 18:32:54 +00:00
Mark Leung
31b0bc87a4
Add options to partytown integration ( #3380 )
...
* Add options to partytown integration
* Update doc
2022-05-16 13:32:05 -05:00
Tony Sullivan
7b85d40f25
fixing up the Vue e2e tests
2022-05-16 12:14:09 -05:00
matthewp
77beab072f
[ci] format
2022-05-16 16:17:25 +00:00
Daniel Vivar
fe61e469b2
test(@astrojs/lit): adding tests ( #3375 )
...
* test(@astrojs/lit): adding tests
* changeset
2022-05-16 12:16:30 -04:00
Nils Kanevad
b6f7a4fb4b
Broken link to Solid package ( #3372 )
...
The link to the `solid` package was pointing to `solid-js` instead of `solid`
2022-05-16 12:15:36 -04:00