Skip to content

Commit

Permalink
Update dependencies (#1072)
Browse files Browse the repository at this point in the history
* Update minor and patch version

* Update Croner v9

* Fix lint error
  • Loading branch information
Archinowsk authored Nov 5, 2024
1 parent 7b14e53 commit 6d62d76
Show file tree
Hide file tree
Showing 8 changed files with 1,473 additions and 1,537 deletions.
34 changes: 17 additions & 17 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@reduxjs/toolkit": "2.3.0",
"@sentry/react": "8.34.0",
"browserslist": "4.24.0",
"core-js": "3.38.1",
"i18next": "23.16.1",
"@sentry/react": "8.37.1",
"browserslist": "4.24.2",
"core-js": "3.39.0",
"i18next": "23.16.4",
"i18next-browser-languagedetector": "8.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"react-i18next": "15.0.3",
"react-i18next": "15.1.0",
"react-is": "18.3.1",
"react-redux": "9.1.2",
"react-router-dom": "6.27.0",
Expand All @@ -48,18 +48,18 @@
},
"devDependencies": {
"@axe-core/react": "4.10.0",
"@babel/cli": "7.25.7",
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/node": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@double-great/stylelint-a11y": "3.0.2",
"@mdx-js/loader": "3.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@types/dotenv-webpack": "7.0.7",
"@types/dotenv-webpack": "7.0.8",
"@types/mdx": "2.0.13",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@welldone-software/why-did-you-render": "8.0.3",
"babel-loader": "9.2.1",
Expand All @@ -69,17 +69,17 @@
"compression-webpack-plugin": "11.1.0",
"dotenv-webpack": "8.1.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.2",
"html-webpack-plugin": "5.6.3",
"jsdom": "25.0.1",
"postcss": "8.4.47",
"postcss-styled-syntax": "0.6.4",
"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-config-recommended": "14.0.1",
"stylelint-no-unsupported-browser-features": "8.0.1",
"webpack": "5.95.0",
"stylelint-no-unsupported-browser-features": "8.0.2",
"webpack": "5.96.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,36 +58,36 @@
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
"ncp": "2.0.0",
"npm-run-all2": "6.2.4",
"npm-run-all2": "7.0.1",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"zod": "3.23.8"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
"@eslint/js": "9.13.0",
"@playwright/test": "1.48.1",
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint/js": "9.14.0",
"@playwright/test": "1.48.2",
"@types/eslint__js": "8.42.3",
"@types/lodash-es": "4.17.12",
"eslint": "9.13.0",
"eslint": "9.14.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.0",
"eslint-plugin-n": "17.11.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "17.12.0",
"eslint-plugin-only-error": "1.0.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.37.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-vitest": "0.5.4",
"globals": "15.11.0",
"globals": "15.12.0",
"prettier": "3.3.3",
"typescript-eslint": "8.10.0",
"vitest": "2.1.3"
"typescript-eslint": "8.13.0",
"vitest": "2.1.4"
},
"engines": {
"node": ">=22.11.0"
Expand Down
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.1-noble
FROM mcr.microsoft.com/playwright:v1.48.2-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/[email protected].1 --legacy-peer-deps
&& npm install @playwright/[email protected].2 --legacy-peer-deps
12 changes: 6 additions & 6 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"check-start-times": "NODE_ENV=development tsx src/test/scripts/checkStartTimes.ts"
},
"dependencies": {
"@faker-js/faker": "9.0.3",
"@sentry/node": "8.34.0",
"@faker-js/faker": "9.2.0",
"@sentry/node": "8.37.1",
"@vercel/ncc": "0.38.2",
"bcryptjs": "2.4.3",
"commander": "12.1.0",
"croner": "8.1.2",
"croner": "9.0.0",
"dotenv": "16.4.5",
"eventassigner-js": "0.1.6",
"eventassigner-random": "0.3.2",
Expand All @@ -49,10 +49,10 @@
"generate-serial-number": "0.0.3",
"helmet": "8.0.0",
"jsonwebtoken": "9.0.2",
"mongoose": "8.7.2",
"mongoose": "8.8.0",
"morgan": "1.10.0",
"tsx": "4.19.1",
"winston": "3.15.0",
"tsx": "4.19.2",
"winston": "3.16.0",
"winston-transport-sentry-node": "3.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const createProgramItems = async (
slug,
title,
description: faker.lorem.sentences(5),
cachedHosts: faker.internet.userName(),
cachedHosts: faker.internet.username(),
cachedDimensions: {
date: [""],
room: [""],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const createUser = async ({

const registrationData: NewUser = {
kompassiId: 0,
username: testUsers ? `group${userNumber}` : faker.internet.userName(),
username: testUsers ? `group${userNumber}` : faker.internet.username(),
passwordHash,
userGroup: UserGroup.USER,
serial: faker.number.int(SERIAL_MAX).toString(),
Expand Down
4 changes: 2 additions & 2 deletions server/src/utils/cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const startCronJobs = async (): Promise<void> => {
if (autoUpdateProgramEnabled) {
logger.info("Start cronjob: program auto update");

const autoUpdateProgramItemsJob = Cron(
const autoUpdateProgramItemsJob = new Cron(
programUpdateInterval,
{
name: "autoUpdateProgramItems",
Expand All @@ -66,7 +66,7 @@ export const startCronJobs = async (): Promise<void> => {
if (autoAssignAttendeesEnabled) {
logger.info("Start cronjob: automatic attendee assignment");

const autoAssignAttendeesJob = Cron(
const autoAssignAttendeesJob = new Cron(
autoAssignInterval,
{
name: "autoAssignAttendees",
Expand Down
Loading

0 comments on commit 6d62d76

Please sign in to comment.