Skip to content
Open
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
2 changes: 1 addition & 1 deletion docker/atrium-telegram/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.11.0-alpine AS base
FROM node:24.14.0-alpine AS base
ENV NODE_OPTIONS="--max_old_space_size=4096"

# Builder stage
Expand Down
2 changes: 1 addition & 1 deletion docker/core-telegram/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.11.0-alpine AS base
FROM node:24.14.0-alpine AS base
ENV NODE_OPTIONS="--max_old_space_size=4096"

# Builder stage
Expand Down
2 changes: 1 addition & 1 deletion docker/hub-telegram/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.11.0-alpine AS base
FROM node:24.14.0-alpine AS base
ENV NODE_OPTIONS="--max_old_space_size=4096"

# Builder stage
Expand Down
2 changes: 1 addition & 1 deletion docker/storefront-telegram/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.11.0-alpine AS base
FROM node:24.14.0-alpine AS base
ENV NODE_OPTIONS="--max_old_space_size=4096"

# Builder stage
Expand Down
2 changes: 1 addition & 1 deletion docker/web-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.11.0-alpine AS base
FROM node:24.14.0-alpine AS base
ENV NODE_OPTIONS="--max_old_space_size=4096"

# Builder stage
Expand Down
2 changes: 1 addition & 1 deletion docker/web-parser/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.11.0-slim AS base
FROM node:24.14.0-slim AS base
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/ms-playwright

Expand Down
2 changes: 1 addition & 1 deletion docker/web-storefront/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.11.0-alpine AS base
FROM node:24.14.0-alpine AS base
ENV NODE_OPTIONS="--max_old_space_size=4096"

# Builder stage
Expand Down
2 changes: 1 addition & 1 deletion docker/webinar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.11.0-alpine AS base
FROM node:24.14.0-alpine AS base
ENV NODE_OPTIONS="--max_old_space_size=4096"

# Builder stage
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "roll-stack",
"version": "",
"private": true,
"packageManager": "pnpm@10.20.0",
"packageManager": "pnpm@10.32.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nextorders/roll-stack.git"
},
"engines": {
"node": ">=24.11.0",
"pnpm": ">=10.20.0"
"node": ">=24.14.0",
"pnpm": ">=10.32.1"
},
"scripts": {
"release": "bumpp --execute=\"pnpm run release:prepare\" --recursive",
Expand Down
10 changes: 5 additions & 5 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"drizzle-cuid2": "2.1.0",
"drizzle-orm": "0.44.6",
"pg": "8.16.3"
"drizzle-cuid2": "2.2.0",

Check failure on line 18 in packages/database/package.json

View workflow job for this annotation

GitHub Actions / build

Expect to use catalog instead of plain specifier, got "2.2.0" for package "drizzle-cuid2"
"drizzle-orm": "0.45.1",

Check failure on line 19 in packages/database/package.json

View workflow job for this annotation

GitHub Actions / build

Expect to use catalog instead of plain specifier, got "0.45.1" for package "drizzle-orm"
"pg": "8.20.0"

Check failure on line 20 in packages/database/package.json

View workflow job for this annotation

GitHub Actions / build

Expect to use catalog instead of plain specifier, got "8.20.0" for package "pg"
},
"devDependencies": {
"@types/node": "catalog:types",
"@types/pg": "8.15.5",
"@types/pg": "8.18.0",

Check failure on line 24 in packages/database/package.json

View workflow job for this annotation

GitHub Actions / build

Expect to use catalog instead of plain specifier, got "8.18.0" for package "@types/pg"
"dotenv": "catalog:dev",
"drizzle-kit": "0.31.5",
"drizzle-kit": "0.31.9",

Check failure on line 26 in packages/database/package.json

View workflow job for this annotation

GitHub Actions / build

Expect to use catalog instead of plain specifier, got "0.31.9" for package "drizzle-kit"
"typescript": "catalog:dev"
}
}
10 changes: 5 additions & 5 deletions packages/geo-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"drizzle-cuid2": "2.1.0",
"drizzle-orm": "0.44.6",
"pg": "8.16.3"
"drizzle-cuid2": "2.2.0",

Check failure on line 18 in packages/geo-database/package.json

View workflow job for this annotation

GitHub Actions / build

Expect to use catalog instead of plain specifier, got "2.2.0" for package "drizzle-cuid2"
"drizzle-orm": "0.45.1",

Check failure on line 19 in packages/geo-database/package.json

View workflow job for this annotation

GitHub Actions / build

Expect to use catalog instead of plain specifier, got "0.45.1" for package "drizzle-orm"
"pg": "8.20.0"
},
"devDependencies": {
"@types/node": "catalog:types",
"@types/pg": "8.15.5",
"@types/pg": "8.18.0",
"dotenv": "catalog:dev",
"drizzle-kit": "0.31.5",
"drizzle-kit": "0.31.9",
"typescript": "catalog:dev"
}
}
Loading
Loading