summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/static-html.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-25chore: update incorrect changesetGravatar Nate Moore 1-1/+1
2022-03-25Exit `pre` mode (#2888)Gravatar Nate Moore 2-2/+2
* chore: update docs link * chore: exit pre
2022-03-25Docs: remaining integration READMEs (#2885)Gravatar Ben Holmes 5-0/+299
* docs: partytown README * docs: sitemap README * docs: tailwind README * docs: turbolinks README * chore: changeset * update: make partytown 10% less fun Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * docs: add summaries for each integration Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-25[ci] formatGravatar natemoo-re 4-31/+24
2022-03-25feat(cli): scaffold out `astro add` command (#2849)Gravatar Nate Moore 12-84/+792
* feat(cli): scaffold out `astro add` command * added first babel transforms * Format output * Added changes confirmation * Error flow * Add dependencies * feat(cli): astro add cleanup pass * feat: add support for tailwind * chore: update lockfile * fix: types * chore: rever @proload/core bump * chore: add changeset * chore: rollback dep update * Added spinners * chore: remove extra deps * Removed extra argument * Use `execa` instead of `exec` * Changed how lines are trimmed within diffLines * refactor: move add to core * refactor: remove old add entrypoint * refactor: simplify wording * feat: improve diff * feat: improve diff and logging, add interactive prompt when no args passed * Formatted files * Added --yes * feat: improve logging for install command * Fixed execa * Added help message to add * refactor: extract consts to own file * feat: remove implicit projectRoot behavior * feat: improve error handling, existing integrations * fix(tailwind): ensure existing tailwind config is not overwritten * refactor: prefer cwd to projectRoot flag * chore: add refactor notes * refactor: throw createPrettyError > implicit bail * refactor: cleanup language * feat(cli): prompt user before generating tailwind config * fix(cli): update config generation to use cwd * fix: resolve root from cwd * chore: update changelog Co-authored-by: JuanM04 <me@juanm04.com>
2022-03-25[ci] formatGravatar bholmesdev 1-1/+1
2022-03-25refactor: move Prism comp to default exp (#2887)Gravatar Ben Holmes 6-9/+7
2022-03-25Docs: READMEs for component framework integrations (#2880)Gravatar Ben Holmes 6-0/+444
* docs: add base integration readme temp for Vue * docs: copy integration temp across renderers * feat: add get started with components section * feat: adapt comp integration docs for lit * nit: THERES TWO WAYS SPECIFICALLY * nit: there's more edits wait "there are" dangit
2022-03-25[ci] formatGravatar matthewp 6-26/+26
2022-03-25Netlify adapter (#2879)Gravatar Matthew Phillips 19-36/+290
* Netlify adapter * Remove package.json export that doesnt exist * Fix out path * Make netlifyFunctions the default * Make the dist configurable * Add an export for the functions * Append of the file exists
2022-03-25[ci] update lockfile (#2882)Gravatar Fred K. Schott 4-140/+140
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-25[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-24[ci] formatGravatar natemoo-re 2-34/+34
2022-03-24[ci] release (next) (#2860)astro@0.25.0-next.3@astrojs/prism@0.4.1-next.0@astrojs/preact@0.0.2-next.1@astrojs/node@0.0.2-next.0@astrojs/markdown-remark@0.7.0-next.1Gravatar github-actions[bot] 39-124/+214
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-24Refactor: move prism to `@astrojs/prism/components` (#2878)Gravatar Ben Holmes 4-3/+12
* feat: add `<Prism/>` to @astrojs/prism/components * feat: remove `<Prism/>` from astro/components * refactor: point to index.mjs in import * refactor: change exp to @astrojs/prism/component * refactor: remove unecessary index.js * chore: changeset
2022-03-24[ci] formatGravatar matthewp 13-50/+46
2022-03-24Build to a single file (#2873)Gravatar Matthew Phillips 25-188/+428
* Build to a single file * Updates based on initial code review * Adds a changeset * Use the default export for cjs module * Await generatePages * Prevent timing from causing module to not import * Fix shared CSS * Properly handle windows ids * Dont shadow * Fix ts errors * Remove console.log
2022-03-24[ci] formatGravatar natemoo-re 1-4/+4
2022-03-24[ci] update lockfile (#2854)Gravatar Fred K. Schott 4-152/+155
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-24fix(#2846): handle destructured private env usage during SSR (#2861)Gravatar Nate Moore 3-5/+36
* fix(#2846): handle destructured private env usage during SSR * test: add destructured env vars test * fix: support destructured env vars * fix: only inline referenced vars
2022-03-24[ci] formatGravatar natemoo-re 1-10/+10
2022-03-24test: update error test for vite@2.9.x (#2877)Gravatar Nate Moore 1-10/+17
* test: update error test for vite@2.9.x * chore: add link to old tests
2022-03-24[ci] formatGravatar FredKSchott 3-6/+4
2022-03-24improve some github templates (#2876)Gravatar Fred K. Schott 2-5/+12
2022-03-24fix markdown page script injection (#2871)Gravatar Fred K. Schott 14-39/+71
2022-03-24Feat: improve production build logging (#2857)Gravatar Ben Holmes 6-14/+108
* feat: log setup, vite, and route gen steps * refactor: add back "build" + timestamp for consistency * feat: improve ms increase logs to match old debug output * feat: add log for server assets * chore: remove redundant debug logs * feat: add logs for ssr steps * fix: hide per-page log for ssr builds * fix: hide "index.html" from debug log in SSR * feat: add log for "collecting page data" step * feat: add timeout logs for longer data imports * chore: add changeset * remove (includes setup + teardown) * refactor: add newline to separate ssr from client build * fix: move "gen static routes" heading to pages * fix: only show client build ms when triggered * fix: remove dup render loop * chore: remove unused static-build imports
2022-03-24fix adblock issue (#2875)Gravatar Fred K. Schott 5-12/+17
2022-03-24fix shiki perf issue (#2870)Gravatar Fred K. Schott 2-5/+16
2022-03-24Fix: `is self accepting` pt 2 module graph boogaloo (#2872)Gravatar Ben Holmes 4-19/+15
* fix: isSelfAccepting Preact error * refactor: add .js ext to preact entrypoints for consistency * chore: changeset * fix: remove ./client and ./server from preact pkg exp
2022-03-24[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-24[ci] formatGravatar matthewp 11-55/+58
2022-03-24Adapters v0 (#2855)Gravatar Matthew Phillips 29-496/+886
* Adapter v0 * Finalizing adapters * Update the lockfile * Add the default adapter after config setup is called * Create the default adapter in config:done * Fix lint error * Remove unused callConfigSetup * remove unused export * Use a test adapter to test SSR * Adds a changeset * Updated based on feedback * Updated the lockfile * Only throw if set to a different adapter * Clean up outdated comments * Move the adapter to an config option * Make adapter optional * Update the docs/changeset to reflect config API change * Clarify regular Node usage
2022-03-23add build:ci command which skips `tsc` (#2869)Gravatar Nate Moore 15-0/+18
2022-03-23chore: add build:ci commandGravatar Nate Moore 1-0/+1
2022-03-23Pin `rollup` to same version as `vite` (#2863)Gravatar Nate Moore 3-4/+6
* chore: pin rollup to same version as Vite * fix: improve implicit types * fix: revert rollup change
2022-03-23[ci] formatGravatar RafidMuhymin 1-35/+35
2022-03-23Updated markdownOptions config type (#2826)Gravatar Rafid Muhymin Wafi 1-27/+35
* Updated markdownOptions config type * removed rehype-toc
2022-03-23[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-22audit file urls (#2853)Gravatar Fred K. Schott 3-4/+4
2022-03-22[ci] formatGravatar natemoo-re 1-1/+1
2022-03-22fix: ensure private API is not enumerable (#2859)Gravatar Nate Moore 3-6/+17
2022-03-22marking Astro.resolve() as deprecated (#2856)Gravatar Tony Sullivan 1-0/+3
2022-03-22[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-22[ci] formatGravatar FredKSchott 1-29/+29
2022-03-21[ci] release (next) (#2851)create-astro@0.8.0-next.0astro@0.25.0-next.2@astrojs/vue@0.0.2-next.0@astrojs/turbolinks@0.0.2-next.0@astrojs/tailwind@0.0.2-next.0@astrojs/svelte@0.0.2-next.0@astrojs/solid-js@0.0.2-next.0@astrojs/sitemap@0.0.2-next.0@astrojs/react@0.0.2-next.0@astrojs/preact@0.0.2-next.0@astrojs/partytown@0.0.2-next.0@astrojs/lit@0.0.2-next.0Gravatar github-actions[bot] 53-166/+257
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-22[ci] formatGravatar FredKSchott 6-21/+6
2022-03-21chore: vscode files (#2844)Gravatar Juan Martín Seery 12-2/+96
* Added vscode recommendations * Updated launch command * Removed extra extensions * updated root extensions
2022-03-21Fix: `isSelfAccepting`? More like `isBanishedToTheShadowRealm` (#2852)Gravatar Ben Holmes 2-1/+17
* fix: restore renderer caching strategy * fix: restore old URL constructor for HMR * docs: comment why we need the rendererCache * refactor: remove needless "else" * chore: changeset
2022-03-21update ci to fix congratsbotGravatar Fred K. Schott 1-1/+1
2022-03-21update ci to fix congratsbotGravatar Fred K. Schott 2-2/+3