Commit graph

141 commits

Author SHA1 Message Date
FredKSchott
d970b71af9 [ci] collect stats 2022-01-07 12:02:07 +00:00
FredKSchott
9a4c30989b [ci] collect stats 2022-01-06 12:02:02 +00:00
FredKSchott
52c06d23fa [ci] collect stats 2022-01-05 12:01:58 +00:00
FredKSchott
523f93a3d8 [ci] collect stats 2022-01-04 12:02:13 +00:00
FredKSchott
f9b813aa86 [ci] collect stats 2022-01-03 12:02:01 +00:00
FredKSchott
24cdc88f96 [ci] collect stats 2022-01-02 12:01:48 +00:00
FredKSchott
3b62ac3a02 [ci] collect stats 2022-01-01 12:03:30 +00:00
FredKSchott
affb114ee9 [ci] collect stats 2021-12-31 12:02:14 +00:00
FredKSchott
8b34bd90f8 [ci] collect stats 2021-12-30 12:01:51 +00:00
FredKSchott
83e5f38c34 [ci] collect stats 2021-12-29 12:02:09 +00:00
FredKSchott
b7a6b36fe9 [ci] collect stats 2021-12-28 12:02:10 +00:00
FredKSchott
df576d0c58 [ci] collect stats 2021-12-27 12:06:56 +00:00
FredKSchott
a310846f1f [ci] collect stats 2021-12-26 12:03:01 +00:00
FredKSchott
6f7d8b0e81 [ci] collect stats 2021-12-25 12:01:54 +00:00
FredKSchott
ea8e160ab0 [ci] collect stats 2021-12-24 12:02:11 +00:00
Jonathan Neal
6ddd7678ff
Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
Jonathan Neal
45cea6aec5
Support Node v14.15+ (#2202)
* Support Node v14.15+

* changeset

* Update .changeset/new-hats-design.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* Update .changeset/new-hats-design.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* Update .changeset/new-hats-design.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* ES2020

* update yarn.lock

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-12-16 18:53:22 -05:00
FredKSchott
e39f55d3cf [ci] collect stats 2021-12-14 16:54:59 +00:00
FredKSchott
86870b670d [ci] yarn format 2021-12-14 16:52:54 +00:00
Fred K. Schott
9fe2645e3f
Update stats now that rfc board is no longer used 2021-12-14 08:52:04 -08:00
Fred K. Schott
a656155629
improve our smoke tests to run on all examples (#2174)
* improve smoke test

* chore(lint): Prettier fix

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-13 14:31:18 -08:00
Jonathan Neal
c3db1eb4ef
Upgrade dependencies (#2085)
* yarn upgrade

* yarn upgrade --latest yargs-parser

* yarn upgrade --latest mime

* yarn upgrade --latest execa

* yarn upgrade --latest globby

* yarn upgrade --latest @docsearch/react

* yarn upgrade --latest es-module-lexer

* yarn upgrade --latest fast-xml-parser

* yarn upgrade --latest @astrojs/compiler @astrojs/language-server

* yarn upgrade --latest acorn

* clean yarn.lock

* chore: put `@docsearch/react` back to v1

* chore: remove unused @snowpack/plugin-dotenv

* Update yarn.lock

* Patch tests based on newer versions of tooling

* remove lerna

* Update yarn.lock

* Update yarn.lock

* Pin @sveltejs/vite-plugin-svelte

* update yarn.lock
2021-12-13 15:59:08 -05:00
github-actions[bot]
993b9cc5b8 chore(lint): Prettier fix 2021-12-07 22:09:46 +00:00
Nate Moore
0beb9183ae chore(bots): update notify settings 2021-12-07 16:08:49 -06:00
Drew Powers
a9fa4db076
Add more random messages (#2152) 2021-12-07 13:17:37 -07:00
Nate Moore
a2aa7c0f1d chore(actions): update release messages 2021-12-02 16:16:57 -06:00
Nate Moore
e0414ac865
Cleanup Actions (#2088)
* chore: actions cleanup

* chore: make release messages more fun

* chore: fix casing

* chore(lint): Prettier fix

Co-authored-by: GitHub Action <github-action@users.noreply.github.com>
2021-12-02 14:04:11 -06:00
Nate Moore
1c40f6ed38
fix: release notes (#2074) 2021-12-01 10:40:55 -06:00
Nate Moore
4067151aec
Improve GitHub Actions (#2041)
* chore(actions): test new CI action

* chore(actions): switch action order

* chore(actions): update registry

* chore(actions): remove debug

* chore(actions): target all packages

* chore(actions): test artifacts

* chore(actions): try moving artifacts

* chore(actions): test moving

* chore(actions): test tar approach

* chore(actions): test tar approach

* chore(actions): use artifacts/packages before tar

* chore(actions): test mv -vn

* chore(actions): mkdir first

* chore(actions): how does tar work?

* chore(actions): so good at bash

* chore(actions): test matrix

* chore(actions): fix test matrix

* chore(actions): fix windows?

* chore(actions): fix windows?

* chore(actions): fix windows!

* chore(actions): fix windows!

* chore(actions): add lint

* chore(actions): add back old actions

* chore(actions): test notification action

* chore(actions): test notification action again

* chore(actions): fix extract action

* chore(actions): fix action?

* chore(actions): fix action?

* chore(actions): fix newlines

* chore(actions): test --production flag

* chore(actions): test --production flag for test

* chore(actions): add execa to production deps

* chore(actions): add cheerio to production deps

* chore(actions): add production deps for tested examples

* chore(actions): fix changelog action

* chore(actions): attempt to use --prefer-offline

* chore(actions): revert dependencies/devDependencies change

* chore(actions): update all actions

* chore(actions): add smoke test

* chore(actions): update changelog deps

* chore(actions): move notify script

* chore(actions): consolidate main scripts

* chore(actions): update changelog name

* chore(actions): update congratsbot

* chore(actions): update ci

* chore(actions): change lint/format strategy

* chore(actions): expose GITHUB_TOKEN to linter

* chore(actions): update lint

* chore(actions): enable autofix

* chore(actions): fetch-depth 0

* chore(actions): fix eslint extensions

* chore(actions): debug lint

* chore(actions): fix eslint args

* chore(actions): fix eslint?

* [ci] ESLint fix

* [ci] Prettier fix

* chore(actions): fix lint!

* chore(actions): cleanup comments

* chore(actions): fix lint

* chore(actions): lint astro only

* chore(actions): ignore pattern

* chore(actions): no_verify

* chore(actions): disable no verify

* chore(actions): debug status

* chore(actions): add concurrency

* chore(actions): add comment about concurrency

* chore(actions): make release dependent on lint

* chore(actions): move lint first

* chore(actions): run CI on PR or `main` only

* chore(actions): remove GPR publish step

* chore: add back old actions

* chore: revert package.json

* chore: improve changelog with GitHub info

* chore(actions): try pull_request_target

* debug lint

* debug lint

* debug lint

* try pull_request_target

* update pull_request_target perms

* update pull_request_target

* fix perms

* fix run?

* fix run?

* fix run? (part 3)

* fix run? (part 4)

* fix run? (part 5)

* fix run!

* fix run!!

* fix run!!!

* fix run!!!!

* fix run!!!!!

* fix run!!!!!!

* add comment about forks

Co-authored-by: GitHub Actions <actions-user@github.com>
2021-11-29 15:11:15 -06:00
FredKSchott
ef6c34b66b [ci] collect stats 2021-11-23 12:05:27 +00:00
FredKSchott
902405f4a3 [ci] collect stats 2021-11-22 12:05:15 +00:00
FredKSchott
b92b8ae3ed [ci] collect stats 2021-11-21 12:05:12 +00:00
FredKSchott
41244f47ca [ci] collect stats 2021-11-20 12:04:59 +00:00
FredKSchott
daf3eee575 [ci] collect stats 2021-11-19 12:05:15 +00:00
Jonathan Neal
a89b3e3eb6
Update yarn.lock to reflect the state of the package.json files (#1892)
* update dependencies

* update file to fix build:all
2021-11-18 16:06:35 -08:00
FredKSchott
7a4ac83c44 [ci] collect stats 2021-11-18 12:05:21 +00:00
FredKSchott
c37aea0186 [ci] collect stats 2021-11-17 12:05:23 +00:00
FredKSchott
b133d8819d [ci] collect stats 2021-11-16 12:07:17 +00:00
FredKSchott
a8b428ca27 [ci] collect stats 2021-11-15 12:05:43 +00:00
FredKSchott
17173f9c9e [ci] collect stats 2021-11-14 12:05:21 +00:00
FredKSchott
252901c179 [ci] collect stats 2021-11-13 12:08:19 +00:00
FredKSchott
5f5df8a63a [ci] collect stats 2021-11-12 12:05:24 +00:00
FredKSchott
df881f5a17 [ci] yarn format 2021-11-12 00:01:05 +00:00
Fred K. Schott
2f46e87fe3
reverse order the stats.csv file (#1802) 2021-11-11 15:59:52 -08:00
FredKSchott
437203b74f [ci] collect stats 2021-11-11 12:05:24 +00:00
FredKSchott
00eaca8896 [ci] collect stats 2021-11-10 12:05:30 +00:00
FredKSchott
7760870b2f [ci] collect stats 2021-11-08 12:05:13 +00:00
FredKSchott
87a8950765 [ci] collect stats 2021-11-07 12:09:03 +00:00
FredKSchott
d084faf05b [ci] collect stats 2021-11-06 12:07:14 +00:00
FredKSchott
1a48bb73df [ci] collect stats 2021-11-05 12:05:37 +00:00