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
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
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
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
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
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
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
Sarah Etter
e1294c422b
Netlify outdirectory ( #3377 )
...
* Change dist directory, and functions out directory
* Add changeset
* update docs
* Fix changeset
2022-05-16 11:58:31 -04:00
matthewp
e8007c3b8f
[ci] format
2022-05-16 15:39:02 +00:00
Matthew Phillips
b1230152ff
Support alias use with hydration scripts ( #3376 )
...
* Support alias use with hydration scripts
* Adds a changeset
* Updated lockfile
2022-05-16 11:37:51 -04:00
FredKSchott
21d9d360ec
[ci] collect stats
2022-05-16 12:06:47 +00:00
tony-sull
4f413ad771
[ci] format
2022-05-15 21:48:18 +00:00
Tony Sullivan
2b622b5e0f
Adding E2E testing with Playwright ( #3349 )
...
* adding Tailwind E2E tests with Playwright
* package.json updates
* adding e2e tests to CI workflow
* using e2e for dev tests, mocha for build tests
* refactor: sharing test-utils helpers
* chore: update lockfile
* Adding contributing docs
* Revert "refactor: sharing test-utils helpers"
This reverts commit 48496f43bc99eab30747baf6e83041ba4932e786.
* refactor: simpler solution to resolving e2e test fixtures
* chore: updating lockfile
* refactor: cleaning up how URLs are resolved in e2e tests
* install playwright deps in CI
* trying pnpm playwright install to fix version mismatch
2022-05-15 21:47:28 +00:00
FredKSchott
65b448b409
[ci] collect stats
2022-05-15 12:02:04 +00:00
FredKSchott
f609b5e9f2
[ci] collect stats
2022-05-14 12:01:57 +00:00
FredKSchott
c02542eeaa
[ci] collect stats
2022-05-13 12:01:56 +00:00
github-actions[bot]
2e414c3e70
[ci] release ( #3356 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-12 16:11:35 -06:00
Juan Martín Seery
945f5c68e8
fix(vercel): added type definitions ( #3355 )
...
* Added missing types
* Changeset
2022-05-12 16:59:07 -05:00
github-actions[bot]
cedb9a2105
[ci] release ( #3334 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-12 14:48:58 -06:00
Juan Martín Seery
4ac792a02d
Serialize route generation ( #3354 )
2022-05-12 14:39:17 -06:00
Rafid Muhymin Wafi
9481a3c08d
Corrected the default value of trailingSlash ( #3353 )
2022-05-12 15:38:48 -05:00
matthewp
29e7260a4e
[ci] format
2022-05-12 20:21:02 +00:00
Rafid Muhymin Wafi
17da2b1611
Fixed search bar of the docs example not working ( #3247 )
...
* fixed search bar not working
* fixed search bar not working during build
* fix search bar throwing error on production site
2022-05-12 14:20:20 -06:00
Eloi-Perez
ea104dde91
Add config option customPages ( #3315 )
...
* Add config option customPages
Add config option customPages to be able to add custom URL pages to the sitemap.xml
* add comment to document customPages option
2022-05-12 14:19:58 -06:00
Juan Martín Seery
8685506174
fix: vite types ( #3352 )
...
* Re-export vite types and added them to zod schema
* Removed casted typed
* Changeset
2022-05-12 13:55:29 -03:00
Fred K. Schott
7cd4b1bc12
[ci] update lockfile ( #3287 )
...
* [ci] update lockfile
* chore: fix lockfile
* fix: pin turbo
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>
2022-05-12 11:42:34 -05:00
matthewp
4838c51081
[ci] format
2022-05-12 16:30:41 +00:00
Fred K. Schott
e48aa2fd1e
add error hints ( #3350 )
...
* add error hints
* chore: add changeset
Co-authored-by: Nate Moore <nate@skypack.dev>
2022-05-12 10:29:59 -06:00
matthewp
8666f22a0f
[ci] format
2022-05-12 16:06:40 +00:00
Ben Holmes
678c2b7523
Fix: React - Use "createRoot" instead of "hydrateRoot" for client:only
( #3337 )
...
* feat: pass "client" directive to clientEntrypoints
* refactor: remove hydration warning suppression react 17
* feat: remove hydration warning suppression react 18
* chore: changeset
* fix: change metadata to options bag
2022-05-12 10:05:55 -06:00
matthewp
13e697fb80
[ci] format
2022-05-12 16:05:06 +00:00
Tony Sullivan
b463ddb3ce
Resolve components by module ID during compilation ( #3300 )
...
* WIP: adding test coverage
* test fixes
* moving the shared lib up a directory to reproduce the bug
* fix: transform with the module ID instead of parsing the filepath
* adding the shared lib to the workspaces list
* fix: client-only assets now get the full URL from vite
* why is this needed for windows?
* WIP: using /@fs to handle windows filepaths
* fix: remove /@fs from hoisted script imports
* nit: removing unused imports
* fix: strip off the path root when mapping client:only styles
* had to reverse the `/@fs` handling to work on windows and unix
* chore: adding comments to explain the fix
* chore: adding changeset
2022-05-12 10:04:01 -06:00