Skip to content

Commit 6817f43

Browse files
committed
Massive dep updates
1 parent 99b1cbf commit 6817f43

File tree

12 files changed

+3785
-3351
lines changed

12 files changed

+3785
-3351
lines changed

.github/workflows/code-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '20'
16+
node-version: '22'
1717
cache: 'yarn'
1818
- run: yarn install --frozen-lockfile
1919
- run: yarn run lint

.github/workflows/code-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: '20'
12+
node-version: '22'
1313
cache: 'yarn'
1414
- run: yarn install --frozen-lockfile
1515
- run: npx webpack
1616
- run: yarn run test
1717
- uses: codecov/codecov-action@v3
18-
18+

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.9-bookworm as builder
1+
FROM node:22-bookworm as builder
22
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
33
ENV NODE_ENV development
44

@@ -10,7 +10,7 @@ RUN npx webpack
1010
RUN ./node_modules/.bin/grunt prod
1111
RUN yarn install --production=true --ignore-optional --frozen-lockfile
1212

13-
FROM node:20.9.0-bookworm-slim as runtime
13+
FROM node:22-bookworm-slim as runtime
1414
ENV NODE_ENV production
1515

1616
COPY --from=builder /usr/bin/dumb-init /usr/bin/dumb-init

Dockerfile-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.9-bookworm
1+
FROM node:22-bookworm
22
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
33
ENV NODE_ENV development
44
WORKDIR /code

grunt/sass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const sass = require('dart-sass')
1+
const sass = require('sass')
22

33
module.exports = {
44
dev: {

package.json

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,67 +3,66 @@
33
"version": "2.0.0",
44
"private": true,
55
"dependencies": {
6-
"axios": "1.7.4",
7-
"body-parser": "1.20.3",
6+
"axios": "1.10.0",
7+
"body-parser": "2.2.0",
88
"client-oauth2": "4.3.3",
99
"connect-flash": "^0.1.1",
10-
"dotenv": "16.3.1",
11-
"express": "^4.20.0",
12-
"express-async-errors": "^3.1.1",
13-
"express-session": "^1.17.3",
14-
"express-validator": "7.0.1",
15-
"moment": "^2.29.4",
10+
"dotenv": "17.0.0",
11+
"express": "^5.1.0",
12+
"express-session": "^1.18.1",
13+
"express-validator": "7.2.1",
14+
"moment": "^2.30.1",
1615
"node-cache": "^5.1.2",
17-
"node-dependency-injection": "^3.1.2",
18-
"node-fetch": "^2.6.7",
16+
"node-dependency-injection": "^3.2.2",
17+
"node-fetch": "^3.3.2",
1918
"npm-check": "^6.0.1",
20-
"passport": "^0.6.0",
19+
"passport": "^0.7.0",
2120
"passport-oauth2-refresh": "^2.2.0",
22-
"passport-openidconnect": "^0.1.1",
21+
"passport-openidconnect": "^0.1.2",
2322
"pug": "3.0.3",
2423
"request": "2.88.2",
24+
"sass": "^1.89.2",
2525
"session-file-store": "^1.5.0",
2626
"showdown": "^2.1.0",
27-
"simple-datatables": "^9.0.0",
28-
"simple-oauth2": "^5.0.0",
27+
"simple-datatables": "^10.0.0",
28+
"simple-oauth2": "^5.1.0",
2929
"supertest-session": "^5.0.1",
3030
"url-slug": "^4.0.1"
3131
},
3232
"devDependencies": {
33-
"@prettier/plugin-pug": "^3.0.0",
34-
"awesomplete": "^1.1.5",
35-
"css-loader": "^6.8.1",
36-
"dart-sass": "^1.25.0",
37-
"eslint": "^8.54.0",
38-
"eslint-config-prettier": "^9.1.0",
33+
"@prettier/plugin-pug": "^3.4.0",
34+
"awesomplete": "^1.1.7",
35+
"css-loader": "^7.1.2",
36+
"eslint": "^9.30.0",
37+
"eslint-config-prettier": "^10.1.5",
3938
"eslint-config-standard": "^17.1.0",
40-
"eslint-plugin-import": "^2.29.0",
41-
"eslint-plugin-n": "^16.3.1",
42-
"eslint-plugin-prettier": "^5.0.1",
43-
"eslint-plugin-promise": "^6.1.1",
39+
"eslint-plugin-import": "^2.32.0",
40+
"eslint-plugin-n": "^17.20.0",
41+
"eslint-plugin-prettier": "^5.5.1",
42+
"eslint-plugin-promise": "^7.2.1",
4443
"grunt": "1.6.1",
4544
"grunt-concurrent": "3.0.0",
4645
"grunt-contrib-watch": "^1.1.0",
4746
"grunt-nodemon": "^0.4.2",
4847
"grunt-postcss": "0.9.0",
4948
"grunt-run": "^0.8.1",
50-
"grunt-sass": "3.1.0",
51-
"highcharts": "^11.2.0",
52-
"jest": "^29.7.0",
49+
"grunt-sass": "4.0.0",
50+
"highcharts": "^12.3.0",
51+
"jest": "^30.0.3",
5352
"load-grunt-config": "4.0.1",
5453
"load-grunt-tasks": "5.1.0",
55-
"nock": "^13.3.8",
56-
"octokit": "^3.1.2",
57-
"prettier": "^3.1.1",
58-
"style-loader": "^3.3.3",
59-
"supertest": "^6.3.3",
60-
"typescript": "^5.3.2",
61-
"webpack": "^5.94.0",
62-
"webpack-cli": "^5.1.4",
63-
"webpack-manifest-plugin": "^5.0.0"
54+
"nock": "^14.0.5",
55+
"octokit": "^5.0.3",
56+
"prettier": "^3.6.2",
57+
"style-loader": "^4.0.0",
58+
"supertest": "^7.1.1",
59+
"typescript": "^5.8.3",
60+
"webpack": "^5.99.9",
61+
"webpack-cli": "^6.0.1",
62+
"webpack-manifest-plugin": "^5.0.1"
6463
},
6564
"engines": {
66-
"node": ">=20.9.0",
65+
"node": ">=22.0.0",
6766
"yarn": ">=1.22.0"
6867
},
6968
"scripts": {

public/styles/abstracts/_variables.sass

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use "sass:color"
2+
13
// Background Colors
24
$background-primary: #000000
35
$background-secondary: #262626
@@ -25,17 +27,17 @@ $button-low-Contrast: #323232
2527

2628
//Faction Colora
2729
$UEF: #1f2349
28-
$UEF-dark: mix($UEF, black, 60%)
29-
$UEF-light: mix($UEF, #3737ff, 20%)
30+
$UEF-dark: color.mix($UEF, black, 60%)
31+
$UEF-light: color.mix($UEF, #3737ff, 20%)
3032

3133
$Aeon: #28491f
32-
$Aeon-dark: mix($Aeon, black, 60%)
33-
$Aeon-light: mix($Aeon, #5cff37, 20%)
34+
$Aeon-dark: color.mix($Aeon, black, 60%)
35+
$Aeon-light: color.mix($Aeon, #5cff37, 20%)
3436

3537
$Cybran: #491f1f
36-
$Cybran-dark: mix($Cybran, black, 60%)
37-
$Cybran-light: mix($Cybran, #ff3737, 20%)
38+
$Cybran-dark: color.mix($Cybran, black, 60%)
39+
$Cybran-light: color.mix($Cybran, #ff3737, 20%)
3840

3941
$Seraphim: #49411f
40-
$Seraphim-dark: mix($Seraphim, black, 60%)
41-
$Seraphim-light: mix($Seraphim, #ffd737, 20%)
42+
$Seraphim-dark: color.mix($Seraphim, black, 60%)
43+
$Seraphim-light: color.mix($Seraphim, #ffd737, 20%)

0 commit comments

Comments
 (0)