Commit graph

1856 commits

Author SHA1 Message Date
Jonathan Neal
1692675575
Doc improvements (#1929)
* Update astro & markdown code blocks for consistency

* Add 'JSX in Frontmatter' note to Migration Guide
2021-11-19 14:53:38 -05:00
natemoo-re
447d2efaff [ci] yarn format 2021-11-19 19:51:00 +00:00
Nate Moore
9bc914f7a0
feat: expose <Content /> component to Astro.fetchContent (#1924) 2021-11-19 13:49:50 -06:00
Nate Moore
abef02e516
Migrate www to new Markdown + Components format (#1925)
* chore: migrate `www` to new Markdown + Components format

* feat: expose `<Content />` component to `Astro.fetchContent`

* fix: Layout component bug

* chore: update all www posts
2021-11-19 13:49:03 -06:00
Fred K. Schott
e373a379a1
fix the preview command base URL (#1897) 2021-11-19 11:36:11 -08:00
Fred K. Schott
1acedb5ce8
Improve www blog page layout (#1898)
* wip

* Update Shell.astro to not introduce additional newlines

* fix recursive markdown in Note

Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2021-11-19 11:23:09 -08:00
github-actions[bot]
3f76849a0b
Version Packages (next) (#1923)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19 14:12:11 -05:00
Jonathan Neal
14d7031544
Fix RegExp#test in Config test (#1922) 2021-11-19 14:08:35 -05:00
Matthew Phillips
8733599e61
Add vite back as a dependency (#1921)
* Add vite back as a dep

* Adds a changeset
2021-11-19 14:07:45 -05:00
matthewp
eaf1c49f7b [ci] yarn format 2021-11-19 19:06:52 +00:00
Matthew Phillips
2e0c790b3a
Add polyfill scripts to result.scripts (#1920)
* Add polyfill scripts to result.scripts

* These scripts are bundled together now

* Adds changeset
2021-11-19 14:06:05 -05:00
Matthew Phillips
ae2cadd246 Remove escape in blog example post 2021-11-19 13:21:41 -05:00
Matthew Phillips
404ccece0b
Do not let Prettier bot mess wit the blog example (#1918) 2021-11-19 13:18:50 -05:00
matthewp
53cdd671bf [ci] yarn format 2021-11-19 18:10:50 +00:00
Matthew Phillips
a9a14a1be7
Fix blog example yet again (#1917) 2021-11-19 13:09:44 -05:00
github-actions[bot]
285622b8ae
Version Packages (next) (#1916)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19 12:49:37 -05:00
Matthew Phillips
00d2b62595
Adding a changeset for package.json bump (#1913)
* Adding a changeset

* Add changeset for remark plugin
2021-11-19 12:46:15 -05:00
Jonathan Neal
ea2fc06ddf
Remove additional newlines added to HTML (#1908)
* Remove additional newlines added to HTML

* keep template newlines
2021-11-19 12:43:14 -05:00
matthewp
bf1c1b72cf [ci] yarn format 2021-11-19 17:36:30 +00:00
Matthew Phillips
0d437e11a7
Small fixes (#1911) 2021-11-19 12:35:41 -05:00
matthewp
4032e212ce [ci] yarn format 2021-11-19 17:18:04 +00:00
Matthew Phillips
f76e029a78
Fix blog example (#1910) 2021-11-19 12:17:07 -05:00
github-actions[bot]
bb90ff60c8
Version Packages (next) (#1907)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19 11:22:19 -05:00
Matthew Phillips
c76821687d
Remove further dependence on vite package (#1906)
* Remove further dependence on vite package

* Adds a changeset

* Add graymatter as a regular dep
2021-11-19 11:15:39 -05:00
github-actions[bot]
05a2c48449
Version Packages (next) (#1904)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19 10:39:05 -05:00
Matthew Phillips
3b511059b9
Remove OSX \x00 workaround (#1901)
* Remove OSX \x00 workaround

* Adds a changeset
2021-11-19 10:23:21 -05:00
Matthew Phillips
41c6a772a2
Resolve vite client modules to vendored vite (#1903)
* Resolve vite client modules to vendored vite

* Adds a changeset
2021-11-19 10:23:04 -05:00
matthewp
fb4eb080ec [ci] yarn format 2021-11-19 15:07:28 +00:00
Matthew Phillips
4682f8fdce
Add Debug tests (#1882)
* Make Debug use the Code component

* Use a random port so parallel testing works

* some debugging

* Skip these tests for now

* Dont run these tests on osx
2021-11-19 10:06:31 -05:00
FredKSchott
daf3eee575 [ci] collect stats 2021-11-19 12:05:15 +00:00
github-actions[bot]
a43410b68e
Version Packages (next) (#1881)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19 01:21:00 -08:00
Drew Powers
b1586a87ac
Improve HMR (#1896) 2021-11-18 22:55:24 -08:00
Fred K. Schott
6b9ec716ee update deps 2021-11-18 22:38:16 -08:00
Fred K. Schott
c82ceff7eb fix #1778 2021-11-18 22:21:58 -08:00
Nate Moore
4c0cb47204
Update compiler (#1869)
* chore: update compiler

* redeploy

* fix(www): ensure www can build

* chore: update compiler

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-11-18 16:50:55 -08:00
Fred K. Schott
9476b79dba
remove unused remark dependency (#1894) 2021-11-18 16:50:30 -08:00
Drew Powers
8986d33bfc
Improve error messages (#1875)
* Fix error handling in correct scope

Also improve Vite IDs for better module graph lookups

* Improve code frame

* Add changeset

* maybeLoc can be undefined

* Add tests

Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-11-18 17:42:07 -07:00
Fred K. Schott
78b3371adb pin astro compiler to older version 2021-11-18 16:11:18 -08:00
Jonathan Neal
a89b3e3eb6
Update yarn.lock to reflect the state of the package.json files (#1892)
* update dependencies

* update file to fix build:all
2021-11-18 16:06:35 -08:00
FredKSchott
68474f4f91 [ci] yarn format 2021-11-19 00:05:47 +00:00
Fred K. Schott
ebe138b0db
Create STYLE_GUIDE.md (#1876) 2021-11-18 16:04:32 -08:00
Drew Powers
36f2f5d33e
Fix styles-ssr timeout (#1891) 2021-11-18 15:18:59 -07:00
matthewp
637cf499fa [ci] yarn format 2021-11-18 16:15:09 +00:00
Matthew Phillips
53d9cf5ec6
Dev server routing tests (and fixes) (#1879)
* Dev server routing tests (and fixes)

* Adding a changeset

* Bump the style-ssr test timeout
2021-11-18 11:13:54 -05:00
FredKSchott
7a4ac83c44 [ci] collect stats 2021-11-18 12:05:21 +00:00
github-actions[bot]
eb4d5f1d8f
Version Packages (next) (#1873)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-17 16:25:02 -08:00
Fred K. Schott
c2668afed0
add create-astro to build:all (#1872)
* add create-astro to build:all

* mark error objects as any, instead of unknown
2021-11-17 16:22:43 -08:00
github-actions[bot]
96d5a94280
Version Packages (next) (#1863)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-17 19:05:54 -05:00
Jonathan Neal
4879c8b2b6
Fix AstroComponent check (#1849) 2021-11-17 18:33:04 -05:00
FredKSchott
7275212e5f [ci] yarn format 2021-11-17 23:02:51 +00:00