Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
52f8ca1
chore(deps): bump maven
dependabot[bot] Jul 16, 2026
72dbd98
chore(deps-dev): bump @types/node from 24.10.2 to 26.1.1 in /frontend
dependabot[bot] Jul 16, 2026
43c208c
chore(deps): bump maven
dependabot[bot] Jul 16, 2026
f090a13
chore(deps): bump maven
dependabot[bot] Jul 16, 2026
956700c
chore(deps): bump maven
dependabot[bot] Jul 16, 2026
631669e
chore(deps): bump maven
dependabot[bot] Jul 16, 2026
348c21f
chore(deps): bump maven
dependabot[bot] Jul 16, 2026
84e636c
chore(deps): bump maven
dependabot[bot] Jul 16, 2026
f0e08f8
chore(deps): bump maven
dependabot[bot] Jul 16, 2026
7a01c7c
chore(deps): bump maven
dependabot[bot] Jul 16, 2026
8f62bd7
chore(deps): bump actions/setup-node
dependabot[bot] Jul 16, 2026
1a17708
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/frontend…
JasonTM17 Jul 16, 2026
6a9961e
Merge remote-tracking branch 'origin/dependabot/docker/user-service/b…
JasonTM17 Jul 16, 2026
cdb4654
Merge remote-tracking branch 'origin/dependabot/docker/company-servic…
JasonTM17 Jul 16, 2026
f112523
Merge remote-tracking branch 'origin/dependabot/docker/application-se…
JasonTM17 Jul 16, 2026
07984e8
Merge remote-tracking branch 'origin/dependabot/docker/job-service/ba…
JasonTM17 Jul 16, 2026
ce526c1
Merge remote-tracking branch 'origin/dependabot/docker/notification-s…
JasonTM17 Jul 16, 2026
51ee5a6
Merge remote-tracking branch 'origin/dependabot/docker/audit-service/…
JasonTM17 Jul 16, 2026
be77a54
Merge remote-tracking branch 'origin/dependabot/docker/ai-service/bac…
JasonTM17 Jul 16, 2026
e39e011
Merge remote-tracking branch 'origin/dependabot/docker/auth-service/b…
JasonTM17 Jul 16, 2026
4bc3782
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
JasonTM17 Jul 16, 2026
f277dc3
fix(ci): align Node runtime with production
JasonTM17 Jul 16, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
run: ./scripts/check-coverage.ps1

- name: Set up Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: "24"
node-version: "26"
cache: npm
cache-dependency-path: frontend/package-lock.json

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: actions/checkout@v7

- name: Set up Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: "24"
node-version: "26"
cache: npm
cache-dependency-path: frontend/package-lock.json

Expand Down Expand Up @@ -73,9 +73,9 @@ jobs:
uses: actions/checkout@v7

- name: Set up Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: "24"
node-version: "26"
cache: npm
cache-dependency-path: frontend/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24
26
2 changes: 1 addition & 1 deletion ai-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.14-eclipse-temurin-25 AS build
FROM maven:3.9.15-eclipse-temurin-26 AS build
WORKDIR /workspace
ARG SERVICE_NAME=ai-service
COPY pom.xml .
Expand Down
2 changes: 1 addition & 1 deletion api-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.14-eclipse-temurin-25 AS build
FROM maven:3.9.15-eclipse-temurin-26 AS build
WORKDIR /workspace
ARG SERVICE_NAME=api-gateway
COPY pom.xml .
Expand Down
2 changes: 1 addition & 1 deletion application-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.14-eclipse-temurin-25 AS build
FROM maven:3.9.15-eclipse-temurin-26 AS build
WORKDIR /workspace
ARG SERVICE_NAME=application-service
COPY pom.xml .
Expand Down
2 changes: 1 addition & 1 deletion audit-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.14-eclipse-temurin-25 AS build
FROM maven:3.9.15-eclipse-temurin-26 AS build
WORKDIR /workspace
ARG SERVICE_NAME=audit-service
COPY pom.xml .
Expand Down
2 changes: 1 addition & 1 deletion auth-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.14-eclipse-temurin-25 AS build
FROM maven:3.9.15-eclipse-temurin-26 AS build
WORKDIR /workspace
ARG SERVICE_NAME=auth-service
COPY pom.xml .
Expand Down
2 changes: 1 addition & 1 deletion company-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.14-eclipse-temurin-25 AS build
FROM maven:3.9.15-eclipse-temurin-26 AS build
WORKDIR /workspace
ARG SERVICE_NAME=company-service
COPY pom.xml .
Expand Down
31 changes: 12 additions & 19 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@types/jsdom": "^28.0.3",
"@types/node": "24.10.2",
"@types/node": "26.1.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/sockjs-client": "^1.5.4",
Expand Down
2 changes: 1 addition & 1 deletion job-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.14-eclipse-temurin-25 AS build
FROM maven:3.9.15-eclipse-temurin-26 AS build
WORKDIR /workspace
ARG SERVICE_NAME=job-service
COPY pom.xml .
Expand Down
2 changes: 1 addition & 1 deletion notification-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.14-eclipse-temurin-25 AS build
FROM maven:3.9.15-eclipse-temurin-26 AS build
WORKDIR /workspace
ARG SERVICE_NAME=notification-service
COPY pom.xml .
Expand Down
2 changes: 1 addition & 1 deletion user-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.14-eclipse-temurin-25 AS build
FROM maven:3.9.15-eclipse-temurin-26 AS build
WORKDIR /workspace
ARG SERVICE_NAME=user-service
COPY pom.xml .
Expand Down
Loading