1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 15:21:17 -04:00
Commit Graph

158 Commits

Author SHA1 Message Date
52d2460275 stop manually enabling babel/terser options for super old browsers 2021-11-14 09:01:17 -05:00
2f93d94bea Update post-deploy.yml 2021-11-06 11:23:18 -04:00
df85dfdb04 revert running percy checks on dependabot PRs (302a88d6ff) 2021-11-02 15:40:35 -04:00
302a88d6ff re-enable percy checks on PRs 2021-10-30 09:23:13 -04:00
6351d848c6 node 16 is now LTS 2021-10-27 09:10:08 -04:00
725a3ae6e5 revert to warm and fuzzy yarn v1 2021-10-19 19:45:01 -04:00
e51961c69a fix npm-run-all 2021-10-19 09:55:59 -04:00
d6c5da1c58 fix LHCI step 2021-10-15 12:06:33 -04:00
a6a81df706 start testing /contact page with lighthouse & percy 2021-10-15 11:54:56 -04:00
b58b38cd1a skip imagemin gulp task during CI to save a couple of minutes 2021-10-12 19:31:59 -04:00
73637105c5 lint literally ALL the things 🚓 2021-10-12 18:54:55 -04:00
441d062fdc remove some unused deps 2021-09-28 09:20:54 -04:00
4ce401b9ef switch back to JS for serverless functions (for now) (#549)
Vercel's TS transpiliation is too flaky: https://github.com/vercel/vercel/discussions/6665
2021-09-09 17:30:38 -04:00
aa9f347c3d almost had it... 2021-09-08 09:16:34 -04:00
b6c325c3b6 try fixing sentry release sourcemaps for serverless functions 2021-09-08 08:03:16 -04:00
36c9a6b2d1 Update dependabot.yml 2021-08-25 11:47:56 -04:00
86ded40854 bump some deps 2021-08-13 09:51:17 -04:00
1e1bf0aa1d Revert "add gitguardian action"
This reverts commit b7628fca4a.
2021-08-08 09:58:06 -04:00
b7628fca4a add gitguardian action 2021-08-08 09:38:37 -04:00
1b46172a77 💡 replace dark mode script w/ similar module I just published
https://github.com/jakejarvis/dark-mode
2021-08-06 10:52:18 -04:00
00ddc53891 update percy config
https://docs.percy.io/docs/cli-configuration#migrating-from-v1
2021-08-03 20:24:29 -04:00
6c6c049491 Update post-deploy.yml 2021-07-28 11:53:22 -04:00
574c64bae2 fix post-deploy CI 2021-07-09 14:50:31 -04:00
b411560a34 limit number of most popular pages from fauna db 2021-07-09 12:15:53 -04:00
e742c5fd98 Update dependabot.yml
[skip ci]
2021-06-29 09:04:59 -04:00
5981b99254 generate function source maps for sentry releases 2021-06-27 12:28:30 -04:00
fde728bf22 remove docker stuff (it doesn't play nice with webpack/gulp/etc.) 2021-06-27 10:17:58 -04:00
363b4edf1c shift asset processing to webpack (#424)
also migrated SASS to latest syntax (via dart-sass) and vastly simplified light/dark theme logic
2021-06-19 17:19:01 -04:00
622432c3e4 trying out Sentry logging on /api/hits 2021-06-13 11:31:18 -04:00
ccfb6a0241 Create purge-artifacts.yml [skip ci] 2021-06-12 09:37:02 -04:00
a2445d236d run lighthouse tests on desktop instead of mobile 2021-06-11 23:51:43 -04:00
7db9c20af9 fix LHCI branch detection 2021-06-11 13:46:31 -04:00
57ceac6a9e re-add LHCI workflow with vercel deployment URLs 2021-06-11 13:01:17 -04:00
96a644da85 add /api/music Spotify endpoint (top tracks and now playing) 2021-06-06 11:27:24 -04:00
bce45a1af5 re-add Percy screenshotting action 2021-06-04 18:08:34 -04:00
82c42f8322 deploy to Vercel 2021-06-04 10:19:34 -04:00
034babd9af Update codeql-analysis.yml 2021-06-03 21:00:37 -04:00
1f6d7bfd6c Create codeql-analysis.yml 2021-06-03 20:54:47 -04:00
bc9cf68849 drop support for IE 11 and classic Edge (16-18) ✌️ 2021-06-03 11:26:04 -04:00
906fbedc15 pull hugo-extended module from source until new release [skip ci] 2021-06-02 01:06:48 -04:00
3fa058ee76 finally remove every trace of AMP 🥳 (#415) 2021-06-01 07:52:49 -04:00
b3e916e063 Update dependabot.yml
[skip ci]
2021-05-30 08:40:13 -04:00
c8dcfa15ce Update dependabot.yml
[skip ci]
2021-05-12 10:01:27 -04:00
f504b522f6 bump build plugin deps 2021-05-12 09:48:16 -04:00
56a71a42e1 monitor build plugins with dependabot [skip ci] 2021-05-10 09:07:33 -04:00
b446ebb739 bump Hugo to 0.82.1, regenerate transformed assets 2021-04-21 10:51:09 -04:00
5450da582d lock pip versions & enable dependabot 2021-04-17 10:45:21 -04:00
de437ea58e revert postcss-svgo to 4.x
<input css uSVb3S>
71:37	⚠  Error: Plugin name should be specified [postcss-svgo]
73:36	⚠  Error: Plugin name should be specified [postcss-svgo]
158:35	⚠  Error: Plugin name should be specified [postcss-svgo]
2021-04-16 19:47:42 -04:00
dc24d847bf try fixing CI workflows after changes to how secrets are handled
https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/
2021-03-31 10:12:03 -04:00
152ac851f4 some quick tweaks I've put off 2021-02-22 10:53:56 -05:00