Commit Graph

385 Commits

Author SHA1 Message Date
Enrico Ros 7b1dc49dda Roll pdfjs 2025-11-27 18:19:51 -08:00
Enrico Ros d15ddeea24 Roll react-player 2025-11-27 18:15:19 -08:00
Enrico Ros 02c1460351 Roll posthog 2025-11-27 18:04:06 -08:00
Enrico Ros 2fff35b7d9 Roll superjson 2025-11-27 18:03:37 -08:00
Enrico Ros bd7465f8b1 Roll packages 2025-11-24 12:34:52 -08:00
Enrico Ros 310b5d3422 2.0.1 Package 2025-11-24 03:57:17 -08:00
Enrico Ros 1c5967112e Rolled posthog as there's still no local min 2025-11-24 03:19:08 -08:00
Enrico Ros 49a3d8ee71 Roll deep 2025-11-24 03:14:58 -08:00
Enrico Ros 03421acf2f Roll posthog - security fix (details below)
https://helixguard.ai/blog/malicious-sha1hulud-2025-11-24
2025-11-24 02:39:15 -08:00
Enrico Ros b283124a2f Roll packages 2025-11-24 02:05:37 -08:00
Enrico Ros 8c39be01f8 Roll packages 2025-11-24 02:04:23 -08:00
Enrico Ros 7154426279 packages: add react-virtual 2025-11-19 14:43:50 -08:00
Enrico Ros 4526084e4d roll packages 2025-11-19 12:20:18 -08:00
Enrico Ros 634f6216a0 Roll packages 2025-11-17 00:07:08 -08:00
Enrico Ros 007e91480d Roll posthog 2025-11-13 01:49:00 -08:00
Enrico Ros 4a70f20f4a Roll packages
Note: fix Posthog/nextjs-config to 1.3.2 because starting from 1.3.3 there are new dependencies not evaluated yet
2025-11-10 00:33:28 -08:00
Enrico Ros d6eabfcb6d Roll posthog 2025-11-10 00:27:07 -08:00
Enrico Ros b73aa16001 tRPC: lock to 11.5.1 for the time being, because of #857 2025-10-27 13:55:46 -07:00
Enrico Ros 011fbbe834 Try bisecting to a 11.4.4 tRPC in the context of #857 2025-10-27 11:41:34 -07:00
Enrico Ros a921ea6fe5 Try upgrading to a 11.7 tRPC in the context of #857 2025-10-27 11:36:22 -07:00
Enrico Ros 82bcc6d5d5 Try reverting to a 11.6 tRPC in the context of #857 2025-10-27 11:27:42 -07:00
Enrico Ros f6d52da034 Try reverting to a pre-11.7 tRPC in the context of #857 2025-10-27 11:15:37 -07:00
Enrico Ros d906669ea4 Fix: roll posthog 2025-10-16 00:44:34 -07:00
Enrico Ros 879458d692 Roll packages 2025-10-14 02:22:27 -07:00
Enrico Ros 8d4ca7b547 2.0 update package 2025-10-10 01:06:08 -07:00
Enrico Ros 51b9fbac0f Roll packages 2025-10-08 08:08:22 -07:00
Enrico Ros b79f8a1508 Roll packages 2025-09-16 00:23:19 -07:00
Enrico Ros 16e5e08d21 Roll packages, but hold back Zustand 2025-09-01 17:45:49 -07:00
Enrico Ros 3f740f3800 roll packages 2025-08-08 16:01:04 -07:00
Enrico Ros 61929527a3 Roll packages: tRPC, zod, zustand, typescript 2025-08-04 14:13:50 -07:00
Enrico Ros 7e95dcc1cb PDF: roll pdfjs 2025-07-29 16:03:03 -07:00
Enrico Ros 3b3214ef5e Roll packages 2025-07-26 06:21:20 -07:00
Enrico Ros 54c23a9907 Update packages 2025-07-21 14:14:55 -07:00
Enrico Ros ab21d5c308 PostHog errors: add node/edge package 2025-07-21 13:28:18 -07:00
Enrico Ros 874401ef8c PostHog: add cli/nextjs conf 2025-07-21 07:59:11 -07:00
Enrico Ros 303a3f2c7d New react-player 3 2025-07-19 13:15:01 -07:00
Enrico Ros 915f338378 Deep roll 2025-07-19 12:24:47 -07:00
Enrico Ros fd2e1fe34b Roll packages 2025-07-19 12:23:18 -07:00
Enrico Ros e2e7453431 Roll zod@4 2025-07-19 12:22:17 -07:00
Enrico Ros 1f5e25a57b Deep roll packages 2025-07-16 08:36:14 -07:00
Enrico Ros 8e5f7ef977 Roll safe packages 2025-07-16 08:24:19 -07:00
Enrico Ros d4b01398c7 Remove zod-to-json-schema 2025-06-26 12:01:40 -07:00
Enrico Ros af124e7cd9 Roll packages deep 2025-06-26 09:27:27 -07:00
Enrico Ros 71633ff441 Roll packages 2025-06-26 09:13:20 -07:00
Enrico Ros 5e6575a63d Tryfix Sharp differently. 2025-06-12 14:16:05 -07:00
Enrico Ros bef61a8547 Revert "Sharp: fix windows build with a win32 dev dependency"
This reverts commit 7eb8c08e6e.
2025-06-12 14:10:05 -07:00
Enrico Ros 7eb8c08e6e Sharp: fix windows build with a win32 dev dependency
Background: all of a sudden Sharp started not building anymore with the following error message:

```
./public/images/covers/release-cover-v1.12.0.png
Error: Could not load the "sharp" module using the win32-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=win32 --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (PATH\node_modules\sharp\lib\sharp.js:113:9)
    at Module._compile (node:internal/modules/cjs/loader:1730:14)
    at Object..js (node:internal/modules/cjs/loader:1895:10)
    at Module.load (node:internal/modules/cjs/loader:1465:32)
    at Function._load (node:internal/modules/cjs/loader:1282:12)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
    at Module.<anonymous> (node:internal/modules/cjs/loader:1487:12)
    at mod.require (PATH\node_modules\next\dist\server\require-hook.js:65:28)
    at require (node:internal/modules/helpers:135:16)
```

This is without changing anything in the system nor in the build. May be a faulty env detection, and happens across all branches.

Deploying this and trying it out.
2025-06-12 14:01:16 -07:00
Enrico Ros aed5272b6c Roll packages 2025-06-12 13:32:45 -07:00
Enrico Ros 702006f6ea Remove the @mui/material dependency (brought in as peer by @mui/icons-material, stuck to ^5 for Joy) 2025-06-11 13:23:13 -07:00
Enrico Ros b4fad03c46 Roll packages deeper 2025-06-11 13:13:07 -07:00