1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:06:38 -04:00
Commit Graph

1840 Commits

Author SHA1 Message Date
b58a138ce2 clean up next fonts 2022-10-30 17:24:03 -04:00
6520e6fa2e fontsource -> next/font 2022-10-29 08:45:54 -04:00
840e73b49a bump some deps 2022-10-28 09:20:09 -04:00
de285b3d2c bump next to 13 2022-10-26 21:08:13 -04:00
76300b9cd2 remove mem 2022-10-23 12:58:23 -04:00
5e02027241 bump next (next/future/image -> next/image) 2022-10-22 09:30:03 -04:00
24f5c86299 bump next 2022-10-14 11:25:37 -04:00
aecdfea787 bump next 2022-10-10 22:34:07 -04:00
a2ac54d6a7 cache hex-to-rgba outputs 2022-10-05 15:26:37 -04:00
b64795ae57 hack around the google fonts vs. inter italics mess 2022-10-04 07:25:12 -04:00
8f355922fd bump some deps 2022-10-01 12:47:28 -04:00
beb74f84ce remove broken fathom dashboard iframes 2022-09-23 16:39:59 -04:00
ad45eb6cc5 bump next 2022-09-19 20:16:38 -04:00
f40c86a0cb fix distorted header image on narrow viewports 2022-09-14 17:50:09 -04:00
3ede1de299 bump next 2022-09-14 10:31:16 -04:00
c64d6cfb52 consolidate environment variable parsing 2022-09-12 15:42:56 -04:00
0373f806f6 📦 npm: Bump fast-glob from 3.2.11 to 3.2.12
Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.11 to 3.2.12.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](https://github.com/mrmlnc/fast-glob/compare/3.2.11...3.2.12)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 12:00:07 -04:00
2370b88b3c bump next to 12.3 2022-09-09 11:56:50 -04:00
b7fc44c27b set default statically imported image widths to max layout width 2022-09-08 13:24:25 -04:00
9ea970482d bump next 2022-09-08 07:21:23 -04:00
060ee2bfee re-revert next 2022-09-07 18:54:24 -04:00
8e860252c3 set experimental.optimisticClientCache to stop prefetching on every hover
https://github.com/vercel/next.js/discussions/40268#discussioncomment-3572642
2022-09-07 17:46:27 -04:00
128dd86862 Revert "revert next (https://github.com/vercel/next.js/issues/40241)"
This reverts commit 02ec08d0fd.
2022-09-07 16:46:06 -04:00
02ec08d0fd revert next (https://github.com/vercel/next.js/issues/40241) 2022-09-07 12:43:44 -04:00
471f18690c bump next 2022-09-05 18:42:00 -04:00
a819b3a568 📦 npm: Bump typescript from 4.7.4 to 4.8.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 12:10:56 -04:00
e2b5090d7d safe to bump typescript to 4.8 2022-08-30 12:09:47 -04:00
e522fa8da3 bump next 2022-08-29 13:15:42 -04:00
69a0a25063 more eslint/prettier cleanup 2022-08-28 15:01:35 -04:00
a73f6a9c30 add sharp as an optional dependency
https://nextjs.org/docs/messages/sharp-missing-in-production
2022-08-27 15:17:09 -04:00
bdc8555b93 stop terminating unexpected request methods to api endpoints 2022-08-26 17:29:12 -04:00
488bfac9c5 re-enable eslint-plugin-mdx with fix for OOM error
https://github.com/mdx-js/vscode-mdx#known-vscode-eslint-issues
2022-08-25 20:18:42 -04:00
595dda8347 migrate from outdated 🧶 to npm (#1054) 2022-08-22 12:34:10 -04:00
1ca003b617 bump next 2022-08-12 14:15:46 -04:00
c585aea0ee bump next 2022-08-04 20:03:18 -04:00
1c53376988 type-safe stitches util for fancy link underline color 2022-07-31 11:24:44 -04:00
43d4b2ea46 move messy base URL definition to build time in next.config.js 2022-07-30 19:36:42 -04:00
0a9391ed5f use slightly more elegant way of formulating rel attribute of links 2022-07-30 17:05:15 -04:00
f49cd3927c show heading anchor link on keyboard focus 2022-07-29 09:39:06 -04:00
1f56302527 bump next 2022-07-28 19:10:13 -04:00
1f373541be add :focus-visible css selector to some hover styles 2022-07-27 18:05:50 -04:00
78593b03ca even more useLocalStorage fixes 2022-07-27 18:00:51 -04:00
d0c21c6bd4 clean up useLocalStorage hook 2022-07-25 18:00:04 -04:00
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
a788f673e9 refactor font preloading 2022-07-18 17:27:49 -04:00