summaryrefslogtreecommitdiff
path: root/scripts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-10update lockfile (#3059)Gravatar Fred K. Schott 1-1/+1
2022-04-10chore: updated esbuild (#3028)Gravatar Juan Martín Seery 1-1/+1
* chore: updated esbuild * Changeset
2022-04-10[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-09[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-08[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-07[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-06[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-05[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-04[ci] collect statsfeat/config-log-levelGravatar FredKSchott 1-0/+1
2022-04-03[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 6-18/+72
2022-04-02exit prerelease mode (#2967)Gravatar Fred K. Schott 1-1/+1
2022-04-02Migrate to new config (#2962)Gravatar Nate Moore 1-2/+0
* wip: config migration * fix: formatting * refactor: projectRoot -> root * refactor: pageUrlFormat -> format * refactor: buildOptions.site -> site * refactor: public -> publicDir * refactor: dist -> outDir * refactor: styleOptions -> style * fix: some dist tests -> outDir * refactor: remove legacyBuild (with TODOs) * refactor: more legacyBuild cleanup * refactor: server host and port * fix: remove experimentalStaticBuild CLI flag * refactor: src -> srcDir * refactor: devOptions.trailing -> trailing * refactor: remove sitemap + related flags * refactor: experimentalSSR -> experimental.ssr * fix: last devOptions * refactor: drafts -> markdown.drafts * fix: TS error on port as const * refactor: remove pages * refactor: more --project-root updates * refactor: markdownOptions -> markdown * fix: remaining type errors * feat: update AstroUserConfig * refactor: update CLI flag mapper + server mapper * fix: loadFixture projectRoot * fix: merge CLI flags before validating / transforming * wip: attempt to fix bad createRouteManifest config * refactor: combine config.base and config.site * fix: skip route manifest test for now * fix: site and base handling * refactor: update failing config testes * fix: build failure * feat: update config types with migration help * chore: update types * fix(deno): update deno fixture * chore: remove config migration logic * chore: remove logLevel * chore: clean-up config types * chore: update config warning * chore: add changeset * Sitemap Integration (#2965) * feat: add sitemap filter config option * feat: add canonicalURL sitemap config option * docs: update sitemap README * fix: update for new config * fix: filter not being applied * chore: changeset Co-authored-by: bholmesdev <hey@bholmes.dev> * fred pass * fix: Astro.resolve typo * fix: public => publicDir Co-authored-by: bholmesdev <hey@bholmes.dev> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-04-02[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-01[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-31[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-30[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-29[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-28[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-27[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-26[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-25[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-24[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-23[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-22[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-21[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-19[ci] formatGravatar FredKSchott 1-7/+9
2022-03-19Release bot (#2836)Gravatar Nate Moore 1-15/+15
* fix(ci): improve release-bot message by dynamically generating packageMap * fix(ci): update changeset to refresh lockfile after version
2022-03-19[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 2-3/+2
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
2022-03-18[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-17[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-16[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-15[ci] release (#2808)Gravatar github-actions[bot] 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-15Disable sourcemaps for build (#2806)Gravatar Nate Moore 1-0/+1
* fix: disable sourcemaps for build * chore: add changeset
2022-03-15[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-14[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-13[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-12[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-11[ci] update lockfile (#2763)Gravatar Fred K. Schott 1-6/+6
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-11[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-10update deps: esbuild, typescript (#2750)Gravatar Fred K. Schott 1-1/+1
* update dep: typescript * update dep: esbuild * update types * update types * update dep: es-module-lexer * update tests
2022-03-10chore(ci): remove second smoke test with --experimental-static-build flag ↵Gravatar Nate Moore 1-14/+0
(#2748)
2022-03-10[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-09merge `next` into `main` (#2705)Gravatar Nate Moore 1-1/+1
* Unflag the static build (#2652) * Unflag the static build * Only set legacyBuild to false if experimentalSSR is true * Use legacy build when we have to * Put a few more tests into legacy mode * Last two * Make astro-basic use the legacy build * Adds a changeset * Mark the lit test as legacy * Update yarn lock * Update based on feedback * Add --legacy-build flag * Move astro-basic test to use static build (#2682) * Move some tests over to the static build (#2677) * Move some tests over to the static build * Fix assets tests * Fix the assets tests * Fix for the client:only components * Moves asset tests to the static build * Move postcss test over to static build * Bring back legacy build for astro-basic test * Move astro-basic test to use static build * Migrate more tests to the static build (#2693) * fix: disable HMR during build (#2684) * Migrate more tests to the static build * Only prepend links in non-legacy mode * Add the 0-css tests * Convert all CSS tests to the static build * Migrate Astro global tests * Remove .only * Fix static build tests * Migrate a few more * More tests * Move the lit test back to legacy * Increase the test timeout Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Improve `head` injection behavior (#2436) * feat: add renderHead util to server * feat: remove `layouts` from config, Vite plugin * fix: improve head injection during rendering * chore: update compiler * fix: do not escape links * chore: enter `pre` mode * Replace `send` with `sirv` (#2713) * remove send * Create thick-ravens-chew.md * I feel like I'm going to screw something up * working finally! * rewrite req.url * Add tiny bit of doc * Update .gitignore Co-authored-by: Evan Boehs <evan@boehs.org> * Move remaining tests to the static build (#2712) * Move lit test to the static build * Migrate astro-env plugin to work in the static build * Do not remove vite:define * Adds a changeset * Add a warning when passing the --experimental-static-build flag (#2718) * Add a warning when passing the --experimental-static-build flag * Disable the lint warning * [ci] release (next) (#2721) * [ci] release (next) * chore: update changeset Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev> * 404 page (#2719) * Fix: build to 404.html in the static build * Adds a changeset * fix pnpm install missing peer deps * fix svelte version in workspace * fix lockfile * fix(webapi): add dev script * improve preview reliability (#2739) * improve preview reliability - fix broken tests * shamefully hoist to unblock * remove lit from test running * chore: update lockfile Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Evan Boehs <evan@boehs.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-03-09[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-08fix format (#2736)Gravatar Fred K. Schott 1-1/+1
2022-03-08Fix/2177/log missing local network ip (#2732)Gravatar Ben Holmes 1-1/+3
* feat: show "localhost" for local network IPs * refactor: remove timestamps from addr logs * fix: hide timestamp on null types * feat: add emoji OS helper * feat: make logs 100% nicer * refactor: extract isLocalHost to util * feat: update preview logs to match * chore: add changeset * fix: pull pkg version from package.json * refactor: remove 👉 guys * fix: devStart return type * feat: inject process.env.PACKAGE_VERSION at build time * feat: update unit test for hostname checks Co-authored-by: Nate Moore <nate@skypack.dev>
2022-03-08Move from yarn to pnpm (#2455)Gravatar Nate Moore 3-11/+22
* chore: `yarn` => `pnpm` * docs: `yarn` => `pnpm` * chore(ci): yarn => pnpm * chore(ci): update pnpm cache path * fix: add missing deps * fix: add missing deps * test: add package.json to all test fixtures * chore: improve hoisting behavior * chore: move turbo into package.json * chore: update npmrc * fix: add missing `debug` dependency * chore: remove prepare script * test: fix new tests * fix: fully resolve renderer paths and `astro/internal` path * chore: update lockfile * chore: remove log * fix: resolve renderers in vite-plugin-jsx * fix: prefer public-hoist-pattern to shamefully-hoist * chore: ignore @babel/core peer warning * chore: update dependencies * test: add autoprefixer as explicit dep * chore: update `.npmrc` file in examples * chore: update dependencies * fix: resolve renderer dependencies in static build * fix: static build renderer resolution * chore: fix smoke tests * chore: hoist autoprefixer * chore: update lockfile * attempt: use full file:// path on Windows * attempt: use astro/internal * attempt: optimize astro/internal * attempt: expose ./internal.js * chore: add missing package.json files * attempt: resolve astro/internal path * chore: tidy package.json * chore: update lockfile * chore: update deps * chore: update deps * chore: yarn -> pnpm * attempt: explicit /@fs urls * attempt: explicit /@fs urls * chore: update all examples for pnpm * chore: fix hoisting for with-vite-plugin-pwa * chore(ci): fix sharp install * chore: update with-vite-plugin-pwa example * fix: pin vite-plugin-pwa to 0.11.11 * fix: add workbox-window to vite-plugin-pwa deps * refactor: use pnpm update --recursive Co-authored-by: JuanM04 <me@juanm04.com> * chore: yarn => pnpm * chore: yarn => pnpm * fix: update smoke test to skip examples which don't work in static build * update lockfile * chore: update .npmrc files * chore: update lockfile * fix: smoke script * chore: update .npmrc file * fix: return to shamefully-hoist (shamefully) * chore: update lockfile * fix(smoke): ignore scripts for smoke tests * fix: update example to disable renderers * chore: bump version * chore(ci): fix smoke tests * attempt: disable --frozen-lockfile for smoke tests * chore: update smoke test * chore: fix rebase issue * chore: update lockfile * fix: smoke tests * fix(ci): run external smoke tests first * fix(ci): run syntax * chore: update lockfile * fix(ci): ensure submodules are up-to-date * fix(ci): ensure submodules are up-to-date * chore: update lockfile * chore: update for webapi * chore: silence node:* warnings * chore: update deps * fix(ci): persist generated webapi assets * fix(ci): webapi build script * chore(ci): remove custom node caching * chore: keep turbo.json * chore: update turbo, ignore create-astro * chore: update deps * fix(ci): test command * chore(ci): update test script Co-authored-by: JuanM04 <me@juanm04.com>
2022-03-08[ci] yarn formatGravatar natemoo-re 1-1/+1