Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/lazy-pillows-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@nmi-agro/fdm-calculator": patch
"@nmi-agro/fdm-core": patch
"@nmi-agro/fdm-data": patch
"@nmi-agro/fdm-docs": patch
"@nmi-agro/fdm-app": patch
---

Set minimum node.js version to v24
Comment thread
SvenVw marked this conversation as resolved.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 10.33.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 10.33.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 10.33.0

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 10.33.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 10.33.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 10.33.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 10.33.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10.32.1
version: 10.33.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions fdm-app/app/routes/signin._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
ExternalLink,
FileUp,
FlaskConical,
Github,
History,
Info,
Landmark,
Expand All @@ -28,6 +27,7 @@ import {
Target,
Users,
} from "lucide-react"
import { SiGithub } from "@icons-pack/react-simple-icons"
import { useEffect, useRef, useState } from "react"
import { FormProvider } from "react-hook-form"
import type {
Expand Down Expand Up @@ -1585,7 +1585,7 @@ export default function SignIn() {
className="hover:text-primary flex items-center gap-2"
>
GitHub Repository{" "}
<Github className="h-3 w-3" />
<SiGithub className="h-3 w-3" />
</a>
</li>
<li>
Expand Down
55 changes: 28 additions & 27 deletions fdm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,24 @@
"@date-fns/tz": "^1.4.1",
"@geomatico/maplibre-cog-protocol": "github:SvenVw/maplibre-cog-protocol#add-prepare",
"@hookform/resolvers": "^5.2.2",
"@icons-pack/react-simple-icons": "^13.13.0",
"@lucide/lab": "^0.1.2",
"@mapbox/geojson-extent": "^1.0.1",
"@maplibre/maplibre-gl-geocoder": "^1.9.4",
"@nmi-agro/fdm-calculator": "workspace:^",
"@nmi-agro/fdm-core": "workspace:^",
"@nmi-agro/fdm-data": "workspace:*",
"@react-email/components": "^1.0.8",
"@react-email/tailwind": "^2.0.5",
"@nmi-agro/fdm-rvo": "workspace:^",
"@react-email/components": "^1.0.10",
"@react-email/tailwind": "^2.0.6",
"@react-pdf/renderer": "^4.3.2",
"@react-router/node": "^7.13.1",
"@react-router/serve": "^7.13.1",
"@react-router/node": "^7.13.2",
"@react-router/serve": "^7.13.2",
"@remix-run/file-storage": "^0.13.3",
"@remix-run/form-data-parser": "^0.15.0",
"@sentry/profiling-node": "^10.43.0",
"@sentry/react-router": "^10.43.0",
"@tailwindcss/vite": "^4.2.1",
"@nmi-agro/fdm-rvo": "workspace:^",
"@sentry/profiling-node": "^10.46.0",
"@sentry/react-router": "^10.46.0",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-table": "^8.21.3",
"@turf/boolean-intersects": "^7.3.4",
"@turf/centroid": "^7.3.4",
Expand All @@ -46,53 +47,53 @@
"date-fns": "^4.1.0",
"dompurify": "^3.3.3",
"drizzle-orm": "catalog:",
"file-type": "^21.3.1",
"file-type": "^22.0.0",
"flatgeobuf": "^4.4.0",
"framer-motion": "^12.35.2",
"framer-motion": "^12.38.0",
"fuzzysort": "^3.1.0",
"input-otp": "^1.4.2",
"isbot": "^5.1.36",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.577.0",
"maplibre-gl": "^5.20.0",
"nanoid": "^5.1.6",
"lucide-react": "^1.7.0",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"maplibre-gl": "^5.21.1",
"nanoid": "^5.1.7",
"next-themes": "^0.4.6",
"postgres": "^3.4.8",
"posthog-js": "^1.360.1",
"posthog-node": "^5.28.1",
"posthog-js": "^1.364.1",
"posthog-node": "^5.28.8",
"postmark": "^4.0.7",
"proj4": "^2.20.4",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-day-picker": "9.14.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-hook-form": "^7.72.0",
"react-map-gl": "^8.1.0",
"react-markdown": "^10.1.0",
"react-router": "^7.13.1",
"react-router-dom": "^7.13.1",
"react-router": "^7.13.2",
"react-router-dom": "^7.13.2",
"recharts": "^2.15.4",
"remark-gfm": "^4.0.1",
"remix-hook-form": "7.1.1",
"remix-toast": "^4.0.0",
"remix-utils": "^9.3.0",
"remix-utils": "^9.3.1",
"shpjs": "^6.2.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.15.26",
"zod": "^4.3.6",
"zustand": "^5.0.11"
"zustand": "^5.0.12"
},
"devDependencies": {
"@dotenvx/dotenvx": "catalog:",
"@nmi-agro/fdm-calculator": "workspace:*",
"@nmi-agro/fdm-core": "workspace:*",
"@nmi-agro/fdm-data": "workspace:*",
"@react-router/dev": "^7.13.1",
"@react-router/fs-routes": "^7.13.1",
"@tailwindcss/postcss": "^4.2.1",
"@nmi-agro/fdm-rvo": "workspace:*",
"@react-router/dev": "^7.13.2",
"@react-router/fs-routes": "^7.13.2",
"@tailwindcss/postcss": "^4.2.2",
"@types/geojson": "^7946.0.16",
"@types/lodash.throttle": "^4.1.9",
"@types/mapbox__geojson-extent": "^1.0.3",
Expand All @@ -101,14 +102,14 @@
"@types/react-map-gl": "^6.1.8",
"@types/validator": "^13.15.10",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"tailwindcss": "^4.2.2",
"typescript": "catalog:",
"vite": "catalog:",
"vite-node": "^5.3.0",
"vite": "^8.0.3",
"vite-node": "^6.0.0",
"vite-tsconfig-paths": "^6.1.1"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.32.1"
"packageManager": "pnpm@10.33.0"
}
2 changes: 1 addition & 1 deletion fdm-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default defineConfig((env) => {
},
build: {
sourcemap: true,
target: "ES2022",
target: "baseline-widely-available",
},
optimizeDeps: {
exclude: [
Expand Down
6 changes: 3 additions & 3 deletions fdm-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@nmi-agro/fdm-core": "workspace:^",
"date-fns": "^4.1.0",
"decimal.js": "^10.6.0",
"geotiff": "^3.0.4"
"geotiff": "^3.0.5"
},
"devDependencies": {
"@dotenvx/dotenvx": "catalog:",
Expand All @@ -62,10 +62,10 @@
"vitest": "catalog:"
},
"engines": {
"node": ">=20.10"
"node": ">=24.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"packageManager": "pnpm@10.32.1"
"packageManager": "pnpm@10.33.0"
}
2 changes: 1 addition & 1 deletion fdm-calculator/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
commonjs(),
esbuild({
minify: isProd, // Use esbuild's minifier in production
target: "node20",
target: "node24",
}),

{
Expand Down
7 changes: 5 additions & 2 deletions fdm-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,16 @@
"better-auth": "catalog:",
"decimal.js": "^10.6.0",
"drizzle-orm": "catalog:",
"nanoid": "^5.1.6",
"nanoid": "^5.1.7",
"postgres": "^3.4.8",
"safe-stable-stringify": "^2.5.0",
"unique-username-generator": "^1.5.1",
"validator": "^13.15.26"
},
"packageManager": "pnpm@10.32.1",
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=24.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
Expand Down
2 changes: 1 addition & 1 deletion fdm-core/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
commonjs(),
esbuild({
minify: isProd, // Use esbuild's minifier in production
target: "node20",
target: "node24",
}),
{
name: "copy-migrations-folder",
Expand Down
4 changes: 2 additions & 2 deletions fdm-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"typescript": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.32.1",
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=20.10"
"node": ">=24.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down
2 changes: 1 addition & 1 deletion fdm-data/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
json(),
esbuild({
minify: isProd, // Use esbuild's minifier in production
target: "node20.10",
target: "node24",
}),
],
external,
Expand Down
10 changes: 5 additions & 5 deletions fdm-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@docusaurus/preset-classic": "3.9.2",
"@mdx-js/react": "^3.1.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"lucide-react": "^1.7.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
Expand All @@ -36,9 +36,9 @@
"@docusaurus/tsconfig": "3.9.2",
"@docusaurus/types": "3.9.2",
"docusaurus-plugin-typedoc": "^1.4.2",
"markdownlint-cli2": "^0.21.0",
"markdownlint-cli2": "^0.22.0",
"typedoc": "catalog:",
"typedoc-plugin-markdown": "^4.10.0",
"typedoc-plugin-markdown": "^4.11.0",
"typescript": "catalog:"
},
"browserslist": {
Expand All @@ -54,7 +54,7 @@
]
},
"engines": {
"node": ">=24.0"
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.32.1"
"packageManager": "pnpm@10.33.0"
}
5 changes: 4 additions & 1 deletion fdm-rvo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@
"typescript": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.33.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
Expand Down
2 changes: 1 addition & 1 deletion fdm-rvo/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
commonjs(),
esbuild({
minify: isProd, // Use esbuild's minifier in production
target: "node20",
target: "node24",
}),
],
external,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"format-and-lint:fix-unsafe": "biome check . --write --unsafe"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@biomejs/biome": "^2.4.9",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"turbo": "^2.8.16"
"turbo": "^2.8.21"
},
"packageManager": "pnpm@10.32.1",
"packageManager": "pnpm@10.33.0",
"pnpm": {
"packageExtensions": {
"vite-plugin-dts": {
Expand Down
Loading
Loading