1
mirror of https://github.com/jakejarvis/hoot.git synced 2025-10-18 20:14:25 -04:00

71 Commits

Author SHA1 Message Date
1a9437030e v2: Postgres storage & Inngest background revalidations (#101) 2025-10-17 23:50:29 -04:00
renovate[bot]
f73031e392 Update dependency rdapper to ^0.7.0 2025-10-14 13:32:46 -04:00
9bf302f42d Bump deps 2025-10-14 13:27:48 -04:00
19f7cdf2e6 Integrate country flag icons for improved UI 2025-10-13 11:44:19 -04:00
ff2733feaf Update to edge compatible rdapper 2025-10-12 14:04:22 -04:00
c3a641b6fc Update rdapper to ^0.5.0 and refactor domain validation logic to streamline domain input processing 2025-10-10 11:02:54 -04:00
40f9b666ba Update dependencies and refactor Puppeteer integration for improved local development support 2025-10-10 10:11:40 -04:00
renovate[bot]
345e209bbc Update dependency rdapper to ^0.4.1 2025-10-09 10:08:13 -04:00
renovate[bot]
bb808f8450 Update dependency rdapper to ^0.3.0 2025-10-08 19:50:52 -04:00
renovate[bot]
9d35bbfba2 Update dependency posthog-js to ^1.273.1 2025-10-08 19:47:20 -04:00
renovate[bot]
b74c046eb1 Update dependency @vercel/functions to ^3.1.3 2025-10-08 19:47:06 -04:00
f4dfb5598d Add additional robots.txt parser testing 2025-10-07 21:19:22 -04:00
36cbdb6219 Add SEO section (#77) 2025-10-07 17:05:56 -04:00
d05282d95e Update PostHog dependencies and refine layout class for improved styling 2025-10-06 19:41:58 -04:00
84e43ad7cf Bump deps, disable chromium and puppeteer-core renovate PRs 2025-10-06 15:12:58 -04:00
6960c0b4a8 Migrate to uploadthing for file storage (#74)
Co-authored-by: jake <jake@jarv.is>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-10-06 15:07:18 -04:00
29fd6f5e32 Integrate @sparticuz/chromium and puppeteer-core for screenshot service, updating configuration and removing puppeteer dependency 2025-10-05 17:44:56 -04:00
fcb2ad57df Downgrade next.js, pin puppeteer and chromium 2025-10-05 17:20:07 -04:00
836cb6421f Add new shadcn components 2025-10-05 16:04:32 -04:00
c41ce8ba6b Revert to @upstash/redis client 2025-10-05 13:34:33 -04:00
renovate[bot]
ea181a1ba6 Update dependency next to v15.6.0-canary.42 2025-10-04 12:18:03 -04:00
renovate[bot]
2bc1d28da5 Update dependency ioredis to ^5.8.0 2025-10-04 12:17:35 -04:00
renovate[bot]
ec283b4be0 Update dependency react-map-gl to ^8.1.0 2025-10-04 12:17:20 -04:00
renovate[bot]
7093dc60f4 Update dependency posthog-js to ^1.270.1 2025-10-04 12:17:05 -04:00
18655c8717 Refactor Redis integration: replace Upstash with ioredis, update environment variable usage, and enhance error handling in cache functions. 2025-10-04 12:10:55 -04:00
renovate[bot]
58a4b9cf74 Update dependency rdapper to ^0.2.0 2025-10-02 19:46:35 -04:00
5afec14c1d Add Geist font dependencies and update layout styles 2025-10-02 19:25:48 -04:00
57201d6d9e Add @date-fns/utc dependency and update formatDate function to use UTC formatting 2025-10-02 18:53:34 -04:00
d822a43655 Update dependencies in package.json and pnpm-lock.yaml for various packages 2025-10-02 18:29:52 -04:00
c297531ba9 Downgrade @testing-library/jest-dom 2025-09-30 17:30:12 -04:00
renovate[bot]
77f52d567b Update dependency next to v15.6.0-canary.36 2025-09-30 16:38:59 -04:00
renovate[bot]
bf1bc5034c Update dependency @sparticuz/chromium to v140 2025-09-30 16:30:59 -04:00
renovate[bot]
cb3f1c6a1a Update dependency posthog-js to ^1.268.9 2025-09-30 16:30:40 -04:00
renovate[bot]
4fed76c774 Update dependency @testing-library/jest-dom to ^6.9.0 2025-09-30 16:30:26 -04:00
renovate[bot]
227afae6cd Update dependency @types/react to v19.1.16 2025-09-30 16:30:18 -04:00
640d1adf99 Refactor domain page to utilize TanStack Query for data fetching and hydration, replacing prefetchRegistration with queryClient integration 2025-09-29 10:50:00 -04:00
renovate[bot]
9cc1ceaa50 Update dependency rdapper to ^0.1.1 2025-09-26 12:07:41 -04:00
70397e3c2a Add screenshot generation and integrate into domain report view (#32) 2025-09-26 12:07:08 -04:00
renovate[bot]
be27d9ced3 Update dependency posthog-js to ^1.268.6 2025-09-26 11:36:56 -04:00
c99e7084e1 Update testing guidelines in documentation for Vitest and React Testing Library 2025-09-26 02:03:48 -04:00
993dd786ac Add Vitest configuration and unit tests (#29) 2025-09-26 01:48:28 -04:00
89219a4682 Add PostHog server-side instrumentation 2025-09-25 12:04:30 -04:00
03dc8f7fe1 Update dependencies and refactor components to use motion library for animations 2025-09-25 10:13:57 -04:00
02ef7f61b2 Refactor domain registration handling to use rdapper and remove WHOIS dependencies 2025-09-24 20:54:40 -04:00
ab0bb0bb91 Replace Leaflet with Mapbox for map rendering and update environment configuration 2025-09-22 18:01:08 -04:00
38912a9ba0 Migrate to modern TanStack React Query
https://trpc.io/blog/introducing-tanstack-react-query-client
2025-09-22 13:15:18 -04:00
be3bdf850e Harden PostHog cookie parsing for consistent distinct IDs 2025-09-22 12:38:34 -04:00
renovate[bot]
301da24cf6 Update tanstack-query monorepo to ^5.90.1 2025-09-22 11:11:51 -04:00
renovate[bot]
001230b0ed Update dependency posthog-js to ^1.268.0 2025-09-22 11:11:39 -04:00
renovate[bot]
f4750d1478 Update dependency framer-motion to ^12.23.18 2025-09-22 11:11:26 -04:00