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

1878 Commits

Author SHA1 Message Date
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
dependabot[bot]
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
dependabot[bot]
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
de604f2f04 remove next-compose-plugins from config 2022-07-15 11:14:51 -04:00
d35e40a18d fix props with forwarded ref 2022-07-13 19:48:49 -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
87305b5424 target only modern browsers
https://estimator.dev/#jarv.is
2022-07-10 10:28:33 -04:00
4b7819d1f2 bump next to 12.2.2 2022-07-09 13:02:03 -04:00
b5261e9f06 revert stitches reset 2022-07-08 15:36:43 -04:00
54d0b6eac0 bump next to stable 2022-07-08 13:24:38 -04:00
295301aa9e clean up stitches theme config 2022-07-07 16:19:28 -04:00
b1a92a2eab refactor component styles to use type-safe stitches tokens
https://stitches.dev/docs/typescript#stricter-experience
2022-07-07 13:33:20 -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