You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Modified import handling for `RedirectPage` in `src/routes/consultation/+page.svelte`.
54
+
- Updated `src/hooks.server.js`:
55
+
- Corrected `isTestEnvironment` constant.
56
+
- Relaxed CSP rules for development mode to support local PostHog proxy.
57
+
- Updated `static/sitemap.xml` to include the `/services` route and refresh _Last Modified_ timestamps.
58
+
- Updated author metadata (`@author`)
59
+
from **SunDevil311** → **Scott Lopez** across all relevant JS files, including scripts, libs, and tests.
60
+
- Updated dependencies:
61
+
-`dompurify``^3.2.7` → `^3.3.0`
62
+
-`posthog-js``^1.271.0` → `^1.276.0`
63
+
-`semver``^7.7.2` → `^7.7.3`
64
+
-`svelte``^5.39.9` → `^5.40.2`
65
+
-`@eslint/js``^9.37.0` → `^9.38.0`
66
+
-`@playwright/test``^1.55.1` → `^1.56.1`
67
+
-`@sveltejs/adapter-vercel``^5.10.3` → `^6.0.0`
68
+
-`@sveltejs/kit``2.44.0` → `2.47.1`
69
+
-`eslint``^9.37.0` → `^9.38.0`
70
+
-`eslint-plugin-jsdoc``^60.8.2` → `^61.1.4`
71
+
-`markdownlint``^0.38.0` → `^0.39.0`
72
+
-`playwright``^1.55.1` → `^1.56.1`
73
+
-`svelte-check``^4.3.2` → `^4.3.3`
74
+
-`vite``^7.1.9` → `^7.1.10`
75
+
76
+
### Removed
77
+
78
+
- Deleted redundant comment from `src/routes/layout.svelte`.
79
+
80
+
### 🧩 Technical Notes
81
+
82
+
<!-- markdownlint-disable MD036 -->
83
+
84
+
**PostHog Proxy and CSP Adjustments**
85
+
86
+
- Introduced `/relay-MSR0` reverse proxy via **Vercel rewrites** to route PostHog analytics traffic through the site origin, improving privacy compliance and avoiding CORS preflight requests.
0 commit comments