Commit graph

2048 commits

Author SHA1 Message Date
Nate Moore
8b9bfcc88a chore: fix missing dependency 2022-01-18 16:24:59 -06:00
Nate Moore
e86e0d3c8e fix(ci): remove unused flag 2022-01-18 16:23:03 -06:00
Nate Moore
626db1ee16 fix(ci): ensure pnpm is setup 2022-01-18 16:20:04 -06:00
Nate Moore
1ebf042575 fix(ci): remove unused flags 2022-01-18 16:17:47 -06:00
Nate Moore
95e5d13bba chore: yarn => pnpm 2022-01-18 16:15:25 -06:00
Nate Moore
1a34fab1e4 refactor: cleanup scripts 2022-01-18 15:56:57 -06:00
Nate Moore
73eadfe79a fix: build issues 2022-01-18 15:56:47 -06:00
Nate Moore
0457e2a8ee chore: update vite, svelte plugin 2022-01-18 11:56:15 -06:00
Nate Moore
f30d95c3ea fix: rollup version 2022-01-18 11:55:17 -06:00
Nate Moore
104c0ac6b6 fix: svelte preprocess issue 2022-01-18 11:55:16 -06:00
Nate Moore
5e75ab1fc6 test: skip test until upstream PR is merged 2022-01-18 11:54:52 -06:00
Nate Moore
cd365d2a08 fix: get build running 2022-01-18 11:54:52 -06:00
Nate Moore
12bbe4730e chore: pin to latest vite 2022-01-18 11:54:52 -06:00
Nate Moore
abbd505003 chore: resolve yarn.lock 2022-01-18 11:54:51 -06:00
Nate Moore
356b9ec073 Revert "attempt: externalize resolution with "pre""
This reverts commit 46b808e6bb4446ed115f46348edefb2021a027bd.
2022-01-18 11:54:38 -06:00
github-actions[bot]
2fb0b68a12 chore(lint): Prettier fix 2022-01-18 11:54:38 -06:00
Nate Moore
9df3571d96 attempt: externalize resolution with "pre" 2022-01-18 11:54:38 -06:00
Nate Moore
a199bf3d2e fix: revert config loading try/catch 2022-01-18 11:54:38 -06:00
Nate Moore
ad518106a3 chore: upgrade renderer-svelte 2022-01-18 11:54:37 -06:00
Nate Moore
4c21b35ea6 fix: wrap loadConfig in try/catch 2022-01-18 11:54:20 -06:00
github-actions[bot]
9388fd0cdf chore(lint): Prettier fix 2022-01-18 11:53:33 -06:00
Nate Moore
3667e8b421 fix: exclude rollup, astro config 2022-01-18 11:53:33 -06:00
Nate Moore
3d7c4b0247 fix: remove astro from noExternal 2022-01-18 11:53:32 -06:00
Nate Moore
ec6c6169dc fix: exclude proload/core 2022-01-18 11:53:07 -06:00
Nate Moore
bedb8cf82b fix: exclude babel-plugin-module-resolver 2022-01-18 11:53:07 -06:00
github-actions[bot]
e976f95529 chore(lint): Prettier fix 2022-01-18 11:53:07 -06:00
Nate Moore
ab7b03f18a attempt: do not optimize external deps 2022-01-18 11:53:07 -06:00
Nate Moore
50217148b2 fix: exclude babel/core 2022-01-18 11:53:07 -06:00
github-actions[bot]
a597e1c517 chore(lint): Prettier fix 2022-01-18 11:53:06 -06:00
Nate Moore
693cd41a1c fix: wrap this.resolve with try/catch 2022-01-18 11:52:26 -06:00
Nate Moore
95229a4d0b chore: sync rollup version with vite 2022-01-18 11:51:39 -06:00
Nate Moore
4a5750dbf0 chore: bump vite, rollup, plugin-vue 2022-01-18 11:51:39 -06:00
Nate Moore
b5246d1d4b fix: default externals configuration 2022-01-18 11:50:42 -06:00
GitHub Action
8d3c7b6286 chore(lint): Prettier fix 2022-01-18 11:50:42 -06:00
Nate Moore
72b136498b fix: remove estree/astring hack with serialize-javascript library 2022-01-18 11:50:41 -06:00
Nate Moore
85ecaab0cf fix: prefer null prefix for virtual modules 2022-01-18 11:49:32 -06:00
Nate Moore
45fd06c9ed chore: update deps 2022-01-18 11:49:31 -06:00
Nate Moore
f185b90d3a chore: remove vite from devDeps 2022-01-18 11:49:16 -06:00
Nate Moore
0aad491156 fix: export default from vite 2022-01-18 11:48:48 -06:00
Nate Moore
aa6109daca refactor: remove isSSR util 2022-01-18 11:48:47 -06:00
Nate Moore
ce2b2848c6 chore: remove vendored vite 2022-01-18 11:47:08 -06:00
Nate Moore
b81691c9d5 chore: update vue plugin 2022-01-18 11:46:16 -06:00
Fred K. Schott
2f8a6a2542 update vendor/vite to 2.7 2022-01-18 11:45:56 -06:00
John
0d6e964693
Fix "Island Architecture" phrase attribution (#2411)
Remove incorrect statement that Jason Miller coined the phrase "Island Architecture."
Fixes #2407
2022-01-18 08:50:29 -08:00
matthewp
6ade95313b [ci] yarn format 2022-01-18 13:39:41 +00:00
github-actions[bot]
bcec8adc9a
[ci] release (#2412)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-18 08:38:15 -05:00
matthewp
63ffcb3486 [ci] yarn format 2022-01-18 13:35:26 +00:00
Matthew Phillips
bcc617f9dc
Update examples to move away from Astro.resolve on styles (#2393)
* Update examples to move away from Astro.resolve on styles

* Prepend the subpath

* Adds a changeset

* Switch to @import for the starter
2022-01-18 08:34:12 -05:00
Jang Rush
672b831940
Update doc move away from Astro.resolve on styles (#2402)
see also #2393
2022-01-18 08:25:26 -05:00
FredKSchott
6ccae4a478 [ci] collect stats 2022-01-18 12:02:06 +00:00