Commit Graph
6 Commits
Author SHA1 Message Date
0ebc4140e8 [WEB-6654] chore: update monorepo dependency versions across packages and apps (#6341)
* [WEB-6654] chore: update monorepo dependency versions across packages and apps

* fix: add @plane/typescript-config as devDependency to plane-runner-host

tsdown 0.21.x uses rolldown which now resolves the full tsconfig extends
chain. Without @plane/typescript-config in the dependency graph, turbo
prune excludes it from the Docker build, causing rolldown to fail with
"Failed to resolve tsconfig option".

* fix: replace __dirname with import.meta.dirname in vite configs for oxfmt 0.42 compatibility

oxfmt 0.42 now evaluates vite.config.ts as ESM, causing __dirname to fail.
Also add ^build dependency to check:format turbo task so @plane/utils is built before oxfmt runs.

Amp-Thread-ID: https://ampcode.com/threads/T-019d3d74-2e2d-77c8-b26f-fde88caf9dea
Co-authored-by: Amp <[email protected]>

* chore: bump dependencies to latest versions

turbo 2.8.20→2.8.21, @sentry/* 10.45.0→10.46.0, tsdown 0.21.4→0.21.7,
oxlint 1.56.0→1.57.0, @tailwindcss/vite+tailwindcss 4.2.1→4.2.2,
electron 40.6.0→41.1.0, eslint-plugin-turbo 2.8.13→2.8.21,
posthog-js 1.353.0→1.364.1, sanitize-html 2.17.1→2.17.2,
react-hook-form 7.71.2→7.72.0, @fontsource/material-symbols-rounded 5.2.36→5.2.39.
Also update TURBO_VERSION in all 19 Dockerfiles.

Amp-Thread-ID: https://ampcode.com/threads/T-019d3d74-2e2d-77c8-b26f-fde88caf9dea
Co-authored-by: Amp <[email protected]>

* fix: revert react-hook-form to 7.71.2 (7.72.0 has breaking Control<T> type changes)

Amp-Thread-ID: https://ampcode.com/threads/T-019d3d74-2e2d-77c8-b26f-fde88caf9dea
Co-authored-by: Amp <[email protected]>

---------

Co-authored-by: sriramveeraghanta <[email protected]>
Co-authored-by: Amp <[email protected]>
2026-03-30 14:10:51 +05:30
sriram veeraghantaandGitHub 75449f8d47 fix: update god-mode path on docker file (#6060) 2026-02-25 20:56:55 +05:30
sriram veeraghantaandGitHub 30da349475 [WEB-5413] feat: adding sentry error handling in web, space and admin (#8099) 2025-11-12 19:03:47 +05:30
553f01fde1 feat: migrate to pnpm from yarn (#7593)
* chore(repo): migrate to pnpm

* chore(repo): cleanup pnpm integration with turbo

* chore(repo): run lint

* chore(repo): cleanup tsconfigs

* chore: align TypeScript to 5.8.3 across monorepo; update pnpm override and catalog; pnpm install to update lockfile

* chore(repo): revert logger.ts changes

* fix: type errors

* fix: build errors

* fix: pnpm home setup in dockerfiles

---------

Co-authored-by: sriramveeraghanta <[email protected]>
Co-authored-by: Prateek Shourya <[email protected]>
2025-08-19 20:06:42 +05:30
sriram veeraghantaandGitHub 509db32267 chore: updated node version to 22 and python version to 3.12.10 (#7343)
* chore: updated node version to 22 and python version to 3.12.10

* chore: remove unneccessary comments

* chore: remove nodejs-current dependency
2025-07-04 16:28:30 +05:30
sriram veeraghantaandGitHub 944b873184 chore: move all services inside the apps folder (#7321)
* chore: move all services inside the apps folder

* chore: rename apiserver to server
2025-07-03 00:44:13 +05:30