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
6 changes: 6 additions & 0 deletions .changeset/moody-fireants-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@digdir/designsystemet": patch
---

Update `@types/node` to `24.10.7`
- This does not affect the node versions we support
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG PORT
ARG HOST
ARG APP_ENV

FROM node:22.21.1-slim@sha256:7378f5a4830ef48eb36d1abf4ef398391db562b5c41a0bded83192fbcea21cc8 AS base
FROM node:24.12.0-slim@sha256:6d8047885b91084ceff824c02950be237dafcbfd3d1b6e69d49c919868e806be AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion apps/themebuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/express": "^5.0.6",
"@types/express-serve-static-core": "^5.1.0",
"@types/morgan": "^1.9.10",
"@types/node": "^22.19.3",
"@types/node": "^24.10.7",
"@types/ramda": "^0.31.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/express-serve-static-core": "^5.1.0",
"@types/hast": "^3.0.4",
"@types/morgan": "^1.9.10",
"@types/node": "^22.19.3",
"@types/node": "^24.10.7",
"@types/ramda": "^0.31.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@changesets/cli": "^2.29.8",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@testing-library/jest-dom": "^6.9.1",
"@types/node": "^22.19.3",
"@types/node": "^24.10.7",
"@vitejs/plugin-react-swc": "^4.2.2",
"@vitest/coverage-v8": "4.0.16",
"@vitest/browser-playwright": "4.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"devDependencies": {
"@tokens-studio/types": "0.5.2",
"@types/chroma-js": "^3.1.2",
"@types/node": "^22.19.3",
"@types/node": "^24.10.7",
"@types/object-hash": "^3.0.6",
"@types/ramda": "^0.31.1",
"tsup": "^8.5.1",
Expand Down
242 changes: 121 additions & 121 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ onlyBuiltDependencies:
- esbuild
- just-pnpm
- style-dictionary
useNodeVersion: 22.21.1
useNodeVersion: 24.12.0
packageExtensions:
'@navikt/aksel-icons':
peerDependencies:
Expand Down
Loading