1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 14:58:25 -04:00

688 Commits

Author SHA1 Message Date
cf106e46da
refactor more hooks 2022-07-25 13:11:40 -04:00
37feb305ff
move useMedia hook here but without SSR warning 2022-07-24 22:41:02 -04:00
ac9a5dfcff
bump next to 12.2.3 2022-07-22 14:06:08 -04:00
a0957032b2
remove fake marquee from /previously 2022-07-20 15:04:50 -04:00
446d277e2e
bump next 2022-07-18 20:45:50 -04:00
a9f3bf2974
try memoizing front matter parsing 2022-07-18 17:39:55 -04:00
de604f2f04
remove next-compose-plugins from config 2022-07-15 11:14:51 -04:00
39ef018537
bump some deps 2022-07-13 16:00:44 -04:00
9be41b5e5c
separate page/site stats API endpoints to lower memory usage 2022-07-10 17:26:22 -04:00
4b7819d1f2
bump next to 12.2.2 2022-07-09 13:02:03 -04:00
54d0b6eac0
bump next to stable 2022-07-08 13:24:38 -04:00
2c7e266fc3
extract "skip to content" link into separate component 2022-07-07 08:49:48 -04:00
155c6cacd9
only reveal a db record via /api/hits if it matches a real page 2022-07-06 11:49:41 -04:00
c69a593d61
type check .js files 2022-07-05 20:17:01 -04:00
760f07cd11
bump next to canary 2022-07-04 11:22:01 -04:00
8595542db1
re-render tweet embeds on theme change 2022-07-01 11:05:11 -04:00
7da0a713a4
add page stats typings 2022-06-30 09:17:12 -04:00
416600d3df
bump next to stable 2022-06-28 17:14:35 -04:00
f826f59fcc
enable experimental next/future/image (#973) 2022-06-27 20:45:02 -04:00
a4602335a1
optimize /api/hits/ a smidge 2022-06-27 20:07:13 -04:00
7f485959df
add @octokit/graphql-schema types 2022-06-26 18:12:13 -04:00
dependabot[bot]
24968377e8 📦 npm: Bump lint-staged from 13.0.2 to 13.0.3
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.2 to 13.0.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.2...v13.0.3)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-25 14:16:04 -04:00
12e10f43a7
pull planetscale credentials from doppler 2022-06-24 09:24:30 -04:00
dependabot[bot]
b8076bb5b4 📦 npm: Bump react-intersection-observer from 9.3.3 to 9.3.4
Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.3.3 to 9.3.4.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](https://github.com/thebuilder/react-intersection-observer/compare/v9.3.3...v9.3.4)

---
updated-dependencies:
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 18:41:10 -04:00
d7eba0b39c
switch db from fauna to prisma & planetscale (#971) 2022-06-23 17:26:13 -04:00
e782f1a8e8
remove unnecessary memos 2022-06-22 19:53:08 -04:00
a2f9b21886
restore the /api/playing endpoint 2022-06-21 19:24:00 -04:00
00e3870998
clean up old redirects 2022-06-21 05:13:03 -04:00
fdae751b58
update eslint config 2022-06-19 17:31:04 -04:00
427377b50a
bump deps 2022-06-17 09:13:35 -04:00
3c22780354
pull novnc types from a separate gist 2022-06-16 07:32:45 -04:00
a60bee8340
fix double-booting windows VMs 2022-06-15 09:50:51 -04:00
293441bb1f
bump react to 18.2.0 2022-06-14 16:59:06 -04:00
6847abdbe0
moved novnc types to external repo
https://github.com/jakejarvis/novnc-types
2022-06-14 16:48:04 -04:00
dependabot[bot]
2700f32054 📦 npm: Bump react-intersection-observer from 9.2.2 to 9.3.0
Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.2.2 to 9.3.0.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](https://github.com/thebuilder/react-intersection-observer/compare/v9.2.2...v9.3.0)

---
updated-dependencies:
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-14 12:33:44 -04:00
e735ea9a99
bump next 2022-06-14 07:55:13 -04:00
4e0ca9ff4d
update cache-control headers 2022-06-13 20:07:12 -04:00
1776173cab
finally fix slow typescript compilation!
see https://github.com/stitchesjs/stitches/issues/1038
2022-06-13 06:47:29 -04:00
bde473041a
separate markdown compilation to hopefully reduce function bundle sizes 2022-06-11 11:58:23 -04:00
9c15cc454b
use next's built-in node-fetch 2022-06-11 08:20:06 -04:00
5f08784a74
lower default image quality 2022-06-10 10:33:53 -04:00
dependabot[bot]
56d838d375 📦 npm: Bump p-map from 5.4.0 to 5.5.0
Bumps [p-map](https://github.com/sindresorhus/p-map) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/sindresorhus/p-map/releases)
- [Commits](https://github.com/sindresorhus/p-map/compare/v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: p-map
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-10 09:58:18 -04:00
a2dc07a654
bump next 2022-06-09 09:59:57 -04:00
a1326e4ccb
extract codepen embed as a component 2022-06-06 10:47:56 -04:00
3f931e01ce
set html class to light theme in static output 2022-06-03 09:52:18 -04:00
dependabot[bot]
acc6b11fa7 📦 npm: Bump react-intersection-observer from 9.2.0 to 9.2.2
Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.2.0 to 9.2.2.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](https://github.com/thebuilder/react-intersection-observer/compare/v9.2.0...v9.2.2)

---
updated-dependencies:
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-03 09:17:43 -04:00
07a96917a4
set lastmod date of /notes to most recent post's 2022-06-02 08:35:56 -04:00
dependabot[bot]
946cf87af4 📦 npm: Bump node-fetch from 3.2.4 to 3.2.5
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 19:22:46 -04:00
33c210aacf
less resource-intensive methods of parsing URLs 2022-06-01 18:40:57 -04:00
d1ee8b2632
move stitches-normalize into this repo 2022-05-31 19:06:40 -04:00