Compare commits

..

7 Commits

Author SHA1 Message Date
Renovate-Clanker 69133838a3 chore(deps): update dependency vite to v7 2026-03-01 07:39:06 +00:00
bagas d60976b30d Merge pull request 'chore(deps): update actions/checkout action to v6' (#3) from renovate/actions-checkout-6.x into main
Docker Build and Push / build-and-push (push) Has been cancelled
Reviewed-on: #3
2026-03-01 14:33:17 +07:00
bagas 03367be183 Merge pull request 'chore(deps): update dependency vite-tsconfig-paths to v6' (#5) from renovate/vite-tsconfig-paths-6.x into main
Docker Build and Push / build-and-push (push) Has been cancelled
Reviewed-on: #5
2026-03-01 14:33:07 +07:00
bagas 77541595f2 Merge pull request 'chore(deps): update node.js to v24' (#6) from renovate/node-24.x into main
Docker Build and Push / build-and-push (push) Has been cancelled
Reviewed-on: #6
2026-03-01 14:32:50 +07:00
Renovate-Clanker 8da5bfb9ba chore(deps): update node.js to v24 2026-03-01 07:30:06 +00:00
Renovate-Clanker 87a565c0d1 chore(deps): update dependency vite-tsconfig-paths to v6 2026-03-01 07:29:59 +00:00
Renovate-Clanker 12327c2210 chore(deps): update actions/checkout action to v6 2026-03-01 07:29:32 +00:00
4 changed files with 19 additions and 24 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
+4 -4
View File
@@ -1,20 +1,20 @@
FROM node:20-alpine AS development-dependencies-env FROM node:24-alpine AS development-dependencies-env
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
RUN npm ci RUN npm ci
FROM node:20-alpine AS production-dependencies-env FROM node:24-alpine AS production-dependencies-env
COPY ./package.json package-lock.json /app/ COPY ./package.json package-lock.json /app/
WORKDIR /app WORKDIR /app
RUN npm ci --omit=dev RUN npm ci --omit=dev
FROM node:20-alpine AS build-env FROM node:24-alpine AS build-env
COPY . /app/ COPY . /app/
COPY --from=development-dependencies-env /app/node_modules /app/node_modules COPY --from=development-dependencies-env /app/node_modules /app/node_modules
WORKDIR /app WORKDIR /app
RUN npm run build RUN npm run build
FROM node:20-alpine FROM node:24-alpine
COPY ./package.json package-lock.json /app/ COPY ./package.json package-lock.json /app/
COPY --from=production-dependencies-env /app/node_modules /app/node_modules COPY --from=production-dependencies-env /app/node_modules /app/node_modules
COPY --from=build-env /app/build /app/build COPY --from=build-env /app/build /app/build
+12 -17
View File
@@ -18,13 +18,13 @@
"devDependencies": { "devDependencies": {
"@react-router/dev": "^7.7.1", "@react-router/dev": "^7.7.1",
"@tailwindcss/vite": "^4.1.11", "@tailwindcss/vite": "^4.1.11",
"@types/node": "^20", "@types/node": "^24.0.0",
"@types/react": "^19.1.2", "@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.11",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vite": "^7.0.0", "vite": "^7.0.0",
"vite-tsconfig-paths": "^5.1.4" "vite-tsconfig-paths": "^6.0.0"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@@ -1840,13 +1840,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.19.35", "version": "24.11.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.35.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.11.0.tgz",
"integrity": "sha512-Uarfe6J91b9HAUXxjvSOdiO2UPOKLm07Q1oh0JHxoZ1y8HoqxDAu3gVrsrOHeiio0kSsoVBt4wFrKOm0dKxVPQ==", "integrity": "sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~6.21.0" "undici-types": "~7.16.0"
} }
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
@@ -3975,9 +3975,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "6.21.0", "version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@@ -4160,9 +4160,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/vite-tsconfig-paths": { "node_modules/vite-tsconfig-paths": {
"version": "5.1.4", "version": "6.1.1",
"resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-5.1.4.tgz", "resolved": "https://registry.npmjs.org/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz",
"integrity": "sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==", "integrity": "sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -4172,11 +4172,6 @@
}, },
"peerDependencies": { "peerDependencies": {
"vite": "*" "vite": "*"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
} }
}, },
"node_modules/yallist": { "node_modules/yallist": {
+2 -2
View File
@@ -21,12 +21,12 @@
"devDependencies": { "devDependencies": {
"@react-router/dev": "^7.7.1", "@react-router/dev": "^7.7.1",
"@tailwindcss/vite": "^4.1.11", "@tailwindcss/vite": "^4.1.11",
"@types/node": "^20", "@types/node": "^24.0.0",
"@types/react": "^19.1.2", "@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2", "@types/react-dom": "^19.1.2",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.11",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vite": "^7.0.0", "vite": "^7.0.0",
"vite-tsconfig-paths": "^5.1.4" "vite-tsconfig-paths": "^6.0.0"
} }
} }