natemoo-re
|
2f7a4f8eae
|
[ci] yarn format
|
2022-03-08 16:49:21 +00:00 |
|
Nate Moore
|
068b8ee996
|
fix(ci): update notify script (#2730)
|
2022-03-08 10:48:12 -06:00 |
|
FredKSchott
|
42aae7a1c5
|
[ci] collect stats
|
2022-03-08 12:02:10 +00:00 |
|
natemoo-re
|
63adaeec34
|
[ci] yarn format
|
2022-03-07 21:37:50 +00:00 |
|
Nate Moore
|
f18ee36dc0
|
Add @astrojs/webapi package (#2729)
* chore: add @astrojs/webapi
* chore: update package.json
* fix: update file case
* fix: remove lowercase file
* chore: update tests to use mocha
* chore: update LICENSE
|
2022-03-07 15:36:22 -06:00 |
|
Selwyn
|
10a9c3412b
|
Add used renderers to each example package.json devDependencies (#2727)
As the first step to not bundling renderers in the core `astro` package
the examples show usage with renderers as dependencies.
|
2022-03-07 10:43:02 -06:00 |
|
FredKSchott
|
b1af0c0d2b
|
[ci] collect stats
|
2022-03-07 12:02:23 +00:00 |
|
FredKSchott
|
dbeaf4e13c
|
[ci] collect stats
|
2022-03-06 12:02:03 +00:00 |
|
FredKSchott
|
f656552ad7
|
[ci] collect stats
|
2022-03-05 12:02:03 +00:00 |
|
Nate Moore
|
1aa4b49fdd
|
fix(ci): open changesets from next
|
2022-03-04 15:50:30 -06:00 |
|
Nate Moore
|
33193f9ac6
|
fix(ci): prevent double CI runs on next branch
|
2022-03-04 15:39:11 -06:00 |
|
natemoo-re
|
e02438ce1f
|
[ci] yarn format
|
2022-03-04 21:30:35 +00:00 |
|
github-actions[bot]
|
a6ee42fa17
|
[ci] release (#2724)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-03-04 15:29:27 -06:00 |
|
Nate Moore
|
0d37f8e0a5
|
chore: revert #2715 (#2722)
|
2022-03-04 15:25:59 -06:00 |
|
natemoo-re
|
1a7dfb1426
|
[ci] yarn format
|
2022-03-04 17:29:53 +00:00 |
|
github-actions[bot]
|
88ccb2d696
|
[ci] release (#2720)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-03-04 11:28:59 -06:00 |
|
natemoo-re
|
a286a75cc4
|
[ci] yarn format
|
2022-03-04 17:20:00 +00:00 |
|
Nate Moore
|
5f91e007cb
|
Remove postcss-load-config warning for Svelte users (#2715)
* chore: update dependencies
* fix(svelte): use experimental vite preprocessor rather than svelte-preprocess
* chore: add changeset
|
2022-03-04 11:18:55 -06:00 |
|
Nate Moore
|
b90219ceec
|
chore(ci): enable ci on next (#2716)
|
2022-03-04 11:17:25 -06:00 |
|
FredKSchott
|
3cd50d463a
|
[ci] collect stats
|
2022-03-04 12:02:16 +00:00 |
|
natemoo-re
|
1fd5106364
|
[ci] yarn format
|
2022-03-03 17:54:01 +00:00 |
|
github-actions[bot]
|
92447974f2
|
[ci] release (#2714)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-03-03 11:52:40 -06:00 |
|
Juan Martín Seery
|
b2c37385f9
|
chore: changed data-astro-raw to is:raw (#2706)
* chore: changed `data-astro-raw` to `is:raw`
* changesets
|
2022-03-03 11:34:36 -06:00 |
|
Erika
|
519a5d84d1
|
Add .d.ts file to astro package for language-tools consumption (#2711)
* Add .d.ts file for user and language-server consumption
* Update according to feedback
|
2022-03-03 11:34:04 -06:00 |
|
Matthew Phillips
|
5b1d700134
|
Remove the after in the Lit test (#2710)
|
2022-03-03 10:01:30 -05:00 |
|
FredKSchott
|
fd6c459d34
|
[ci] collect stats
|
2022-03-03 12:08:00 +00:00 |
|
natemoo-re
|
955c4df5b6
|
[ci] yarn format
|
2022-03-02 22:25:22 +00:00 |
|
github-actions[bot]
|
4f924b8cea
|
[ci] release (#2692)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-03-02 16:23:55 -06:00 |
|
Fred K. Schott
|
91765d79b1
|
Improve build perf (#2697)
* improve md perf
* chore: add changesets
Co-authored-by: Nate Moore <nate@skypack.dev>
|
2022-03-02 16:09:18 -06:00 |
|
Nate Moore
|
2482fe70b9
|
Refactor smoke tests to use submodules (#2702)
* chore: delete inlined repos
* refactor: move smoke tests to submodules
* chore: remove smoke sync action
* chore: update ci to fetch submodules for smoke test only
* chore: fix ci script
* feat: delete inlined smoke tests
* fix: update lockfile to exclude smoke tests
* chore(ci): ensure smoke tests can pass in CI
|
2022-03-02 16:08:42 -06:00 |
|
Juan Martín Seery
|
caf9135c48
|
fix: upgraded vite (#2678)
* fix: upgraded vite
* chore: changeset
* Upgraded to vite v2.8.6
* Updated changeset
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
2022-03-02 15:51:13 -06:00 |
|
Fred K. Schott
|
e24a7896f3
|
fix bad descirption jsdoc tag, post-merge
|
2022-03-02 12:15:01 -08:00 |
|
FredKSchott
|
a719a74733
|
[ci] yarn format
|
2022-03-02 20:11:12 +00:00 |
|
github-actions[bot]
|
d5ced6d0d1
|
[ci] update smoke tests (remote) (#2699)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
2022-03-02 12:09:43 -08:00 |
|
Fred K. Schott
|
f957e46724
|
Add detailed type annotations to AstroUserConfig (#2698)
* add detailed type definitions
* final cleanup
|
2022-03-02 12:09:08 -08:00 |
|
FredKSchott
|
16f80b1ca1
|
[ci] collect stats
|
2022-03-02 12:07:08 +00:00 |
|
Fred K. Schott
|
9ec8980bd2
|
fix failing format command in CI (#2696)
* fix failing format command in CI
* adds a check to formatting to ci
* ignore the prettier plugin for now
* update smoke to remove prettier plugin
|
2022-03-01 11:59:06 -08:00 |
|
Fred K. Schott
|
d9263c8427
|
fix vite version (#2694)
|
2022-03-01 09:31:15 -08:00 |
|
Nate Moore
|
c7bbb11289
|
fix: disable HMR during build (#2684)
|
2022-03-01 09:13:39 -05:00 |
|
github-actions[bot]
|
4eb80773a7
|
[ci] update smoke tests (remote) (#2690)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
2022-03-01 09:13:07 -05:00 |
|
FredKSchott
|
59a11a58d8
|
[ci] collect stats
|
2022-03-01 12:06:48 +00:00 |
|
github-actions[bot]
|
84ac0f05e4
|
[ci] update smoke tests (remote) (#2686)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
2022-02-28 21:51:20 -08:00 |
|
Fred K. Schott
|
4baff877ad
|
[ci] update lockfile (#2687)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
2022-02-28 21:48:27 -08:00 |
|
FredKSchott
|
2221ed53f5
|
[ci] collect stats
|
2022-03-01 05:45:19 +00:00 |
|
Fred K. Schott
|
d07ef42e58
|
update ci branch name
|
2022-02-28 21:44:02 -08:00 |
|
Fred K. Schott
|
918f1ea4f7
|
Make smoke tests more deterministic (#2618)
* sync first remote smoke tests
* update smoke test scripts
|
2022-02-28 21:38:17 -08:00 |
|
natemoo-re
|
a217c6608d
|
[ci] yarn format
|
2022-02-28 22:16:16 +00:00 |
|
github-actions[bot]
|
9cc6f26946
|
[ci] release (#2683)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
2022-02-28 16:15:09 -06:00 |
|
Robin Millette
|
329146f3c1
|
Fix typo (#2674)
|
2022-02-28 16:04:03 -06:00 |
|
Fred K. Schott
|
b1290c44d5
|
[ci] update lockfile (#2676)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
2022-02-28 16:03:53 -06:00 |
|