summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-19Remove OSX \x00 workaround (#1901)Gravatar Matthew Phillips 2-5/+5
* Remove OSX \x00 workaround * Adds a changeset
2021-11-19Resolve vite client modules to vendored vite (#1903)Gravatar Matthew Phillips 2-2/+7
* Resolve vite client modules to vendored vite * Adds a changeset
2021-11-19[ci] yarn formatGravatar matthewp 1-3/+3
2021-11-19Add Debug tests (#1882)Gravatar Matthew Phillips 4-0/+62
* 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[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-19Version Packages (next) (#1881)astro@0.21.0-next.8@astrojs/renderer-vue@0.2.0-next.2Gravatar github-actions[bot] 25-23/+42
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-18Improve HMR (#1896)Gravatar Drew Powers 2-10/+18
2021-11-18update depsGravatar Fred K. Schott 5-352/+65
2021-11-18fix #1778Gravatar Fred K. Schott 2-1/+8
2021-11-18Update compiler (#1869)Gravatar Nate Moore 3-11/+6
* chore: update compiler * redeploy * fix(www): ensure www can build * chore: update compiler Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-11-18remove unused remark dependency (#1894)Gravatar Fred K. Schott 2-245/+13
2021-11-18Improve error messages (#1875)Gravatar Drew Powers 39-61/+448
* 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-18pin astro compiler to older versionGravatar Fred K. Schott 2-5/+5
2021-11-18Update yarn.lock to reflect the state of the package.json files (#1892)Gravatar Jonathan Neal 5-1300/+1000
* update dependencies * update file to fix build:all
2021-11-19[ci] yarn formatGravatar FredKSchott 1-5/+3
2021-11-18Create STYLE_GUIDE.md (#1876)Gravatar Fred K. Schott 1-0/+70
2021-11-18Fix styles-ssr timeout (#1891)Gravatar Drew Powers 1-19/+17
2021-11-18[ci] yarn formatGravatar matthewp 1-11/+11
2021-11-18Dev server routing tests (and fixes) (#1879)Gravatar Matthew Phillips 16-4/+177
* Dev server routing tests (and fixes) * Adding a changeset * Bump the style-ssr test timeout
2021-11-18[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-17Version Packages (next) (#1873)create-astro@0.6.7-next.1astro@0.21.0-next.7Gravatar github-actions[bot] 25-22/+40
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-17add create-astro to build:all (#1872)Gravatar Fred K. Schott 3-7/+3
* add create-astro to build:all * mark error objects as any, instead of unknown
2021-11-17Version Packages (next) (#1863)Gravatar github-actions[bot] 25-22/+40
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-17Fix AstroComponent check (#1849)Gravatar Jonathan Neal 1-1/+1
2021-11-17[ci] yarn formatGravatar FredKSchott 1-4/+1
2021-11-17Add draft messages to nomination playbook [no-vote-needed]Gravatar Fred K. Schott 1-0/+46
I had these stored somewhere outside of github, sharing them with everyone so that I'm not the only one
2021-11-17Support custom elements (#1854)Gravatar Jonathan Neal 1-1/+1
* Support custom elements Support non-object/non-function components * fix: ensure component is not string before throwing Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-17[ci] yarn formatGravatar matthewp 2-13/+6
2021-11-17Fix for built scoped Vue styles (#1868)Gravatar Matthew Phillips 3-41/+76
* Fixes #1844 * Adds a changeset * Remove all special casing * Add a clarifying comment
2021-11-17fix middleware order (#1865)Gravatar Fred K. Schott 2-1/+6
2021-11-17[ci] yarn formatGravatar FredKSchott 1-15/+12
2021-11-17Address code review comments regarding styleGravatar Fred K. Schott 1-67/+60
2021-11-17Improve PR labels (#1861)Gravatar Nate Moore 2-1/+37
* chore: improve PR labels * chore: update action label
2021-11-17[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-17fix: enable node builtins (#1771)Gravatar Nate Moore 4-15/+12
* fix: enable node builtins * fix: update bare node builtin test * test: update fixture to support node@12
2021-11-17fix: header logo/nav/svg (#1845)Gravatar John 1-36/+47
2021-11-17[ci] yarn formatGravatar natemoo-re 2-2/+2
2021-11-17fix: HMR regression (#1858)Gravatar Nate Moore 3-2/+18
* fix: HMR regression * fix: inject HMR script directly
2021-11-17[ci] yarn formatGravatar FredKSchott 1-3/+3
2021-11-17fix npm init flag handling in create-astro (#1862)Gravatar Fred K. Schott 2-1/+12
* fix npm init flag handling * Update index.ts * Update real-cats-act.md
2021-11-17[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-17Fix docs Netlify build (#1859)Gravatar Matthew Phillips 1-0/+4
2021-11-17[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-16Version Packages (next) (#1847)astro@0.21.0-next.5Gravatar github-actions[bot] 23-21/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16[ci] yarn formatGravatar matthewp 1-3/+3
2021-11-16Fix: dev server routing when not using subpath (#1846)Gravatar Matthew Phillips 2-10/+27
* Fix: dev server routing when not using subpath * Better comment * Adds a changeset * Remove testing file * Rename this.pathname to this.devRoot
2021-11-16Version Packages (next) (#1796)astro@0.21.0-next.4@astrojs/renderer-vue@0.2.0-next.1@astrojs/renderer-svelte@0.2.0-next.1@astrojs/renderer-solid@0.2.0-next.1@astrojs/renderer-react@0.3.0-next.1@astrojs/renderer-preact@0.3.0-next.1Gravatar github-actions[bot] 33-34/+98
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16Clean up, simplify types (#1816)Gravatar Drew Powers 32-184/+164
Also add JSDoc to external types
2021-11-16Fix Windows CSS bundling bug (#1840)Gravatar Drew Powers 16-240/+290
* Fix Windows CSS bundling bug JS components’ styles accidentally left out of final build on Windows * Review feedback
2021-11-16[ci] yarn formatGravatar natemoo-re 1-5/+5