Skip to content

Commit

Permalink
Update dependencies and yarn (#1073)
Browse files Browse the repository at this point in the history
* Update yarn 4.5.3

* Update eslint

* Update typescript

* Update stylelint

* Update font-awesome

* Update patch versions

* Update playwright

* Update sentry

* Update node types

* Update express-static-gzip

* Update prettier

* Update winston

* Update redux-toolkit

* Update react-router-dom minor

* Fix TS errors

* Update i18next major 24

* Update globals

* Update lockfile
  • Loading branch information
Archinowsk authored Dec 1, 2024
1 parent 6d62d76 commit 0e5e3a1
Show file tree
Hide file tree
Showing 8 changed files with 1,448 additions and 1,410 deletions.
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableConstraintsChecks: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
24 changes: 12 additions & 12 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"type-check": "yarn run -T tsc --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/fontawesome-svg-core": "6.7.1",
"@fortawesome/free-regular-svg-icons": "6.7.1",
"@fortawesome/free-solid-svg-icons": "6.7.1",
"@fortawesome/react-fontawesome": "0.2.2",
"@reduxjs/toolkit": "2.3.0",
"@sentry/react": "8.37.1",
"@reduxjs/toolkit": "2.4.0",
"@sentry/react": "8.41.0",
"browserslist": "4.24.2",
"core-js": "3.39.0",
"i18next": "23.16.4",
"i18next": "24.0.2",
"i18next-browser-languagedetector": "8.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"react-i18next": "15.1.0",
"react-hook-form": "7.53.2",
"react-i18next": "15.1.3",
"react-is": "18.3.1",
"react-redux": "9.1.2",
"react-router-dom": "6.27.0",
"react-router-dom": "6.28.0",
"regenerator-runtime": "0.14.1",
"styled-components": "6.1.13",
"use-debounce": "10.0.4"
},
"devDependencies": {
"@axe-core/react": "4.10.0",
"@axe-core/react": "4.10.1",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/node": "7.26.0",
Expand All @@ -71,12 +71,12 @@
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.3",
"jsdom": "25.0.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"postcss-styled-syntax": "0.7.0",
"postcss-syntax": "0.36.2",
"raw-loader": "4.0.2",
"react-refresh": "0.14.2",
"stylelint": "16.10.0",
"stylelint": "16.11.0",
"stylelint-config-recommended": "14.0.1",
"stylelint-no-unsupported-browser-features": "8.0.2",
"webpack": "5.96.1",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,43 +54,43 @@
},
"dependencies": {
"@yarnpkg/types": "4.0.0",
"axios": "1.7.7",
"axios": "1.7.8",
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
"ncp": "2.0.0",
"npm-run-all2": "7.0.1",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"zod": "3.23.8"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint/js": "9.14.0",
"@playwright/test": "1.48.2",
"@eslint/js": "9.16.0",
"@playwright/test": "1.49.0",
"@types/eslint__js": "8.42.3",
"@types/lodash-es": "4.17.12",
"eslint": "9.14.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "17.12.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-only-error": "1.0.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks-addons": "0.4.1",
"eslint-plugin-unicorn": "56.0.0",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-vitest": "0.5.4",
"globals": "15.12.0",
"prettier": "3.3.3",
"typescript-eslint": "8.13.0",
"vitest": "2.1.4"
"globals": "15.13.0",
"prettier": "3.4.1",
"typescript-eslint": "8.16.0",
"vitest": "2.1.6"
},
"engines": {
"node": ">=22.11.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
4 changes: 2 additions & 2 deletions playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.48.2-noble
FROM mcr.microsoft.com/playwright:v1.49.0-noble

RUN apt-get install --no-install-recommends -y wget=1.21.4-1ubuntu4.1 \
&& wget -q -O /usr/local/bin/waitforit https://github.com/maxcnunes/waitforit/releases/download/v2.4.1/waitforit-linux_amd64 \
Expand All @@ -12,4 +12,4 @@ COPY playwright ./playwright/
COPY shared ./shared/

RUN npm install --omit=dev --legacy-peer-deps \
&& npm install @playwright/test@1.48.2 --legacy-peer-deps
&& npm install @playwright/test@1.49.0 --legacy-peer-deps
12 changes: 6 additions & 6 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@
},
"dependencies": {
"@faker-js/faker": "9.2.0",
"@sentry/node": "8.37.1",
"@vercel/ncc": "0.38.2",
"@sentry/node": "8.41.0",
"@vercel/ncc": "0.38.3",
"bcryptjs": "2.4.3",
"commander": "12.1.0",
"croner": "9.0.0",
"dotenv": "16.4.5",
"eventassigner-js": "0.1.6",
"eventassigner-random": "0.3.2",
"express": "4.21.1",
"express-static-gzip": "2.1.8",
"express-static-gzip": "2.2.0",
"fastest-levenshtein": "1.0.16",
"generate-serial-number": "0.0.3",
"helmet": "8.0.0",
"jsonwebtoken": "9.0.2",
"mongoose": "8.8.0",
"mongoose": "8.8.3",
"morgan": "1.10.0",
"tsx": "4.19.2",
"winston": "3.16.0",
"winston": "3.17.0",
"winston-transport-sentry-node": "3.0.0"
},
"devDependencies": {
"@types/bcryptjs": "2.4.6",
"@types/jsonwebtoken": "9.0.7",
"@types/morgan": "1.9.9",
"@types/node": "22.9.0",
"@types/node": "22.10.1",
"@types/supertest": "6.0.2",
"mongodb-memory-server": "10.1.2",
"supertest": "7.0.0"
Expand Down
5 changes: 1 addition & 4 deletions server/src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ const consoleOutputFormat = config.server().consoleLogFormatJson
format.splat(),
format.printf((info) => {
return JSON.stringify({
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
timestamp: info.timestamp,
level: info.level,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
message: info.message,
});
}),
Expand All @@ -24,6 +22,7 @@ const consoleOutputFormat = config.server().consoleLogFormatJson
}),
format.splat(),
format.printf((info) => {
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
return `${info.timestamp} ${info.level}: ${info.message}`;
}),
);
Expand All @@ -49,10 +48,8 @@ export const logger = createLogger({
format.splat(),
format.printf((info) => {
return JSON.stringify({
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
timestamp: info.timestamp,
level: info.level,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
message: info.message,
});
}),
Expand Down
Loading

0 comments on commit 0e5e3a1

Please sign in to comment.