Skip to content

Update dependencies and yarn #1098

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
662 changes: 331 additions & 331 deletions .yarn/releases/yarn-4.7.0.cjs → .yarn/releases/yarn-4.8.1.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.7.0.cjs
yarnPath: .yarn/releases/yarn-4.8.1.cjs
26 changes: 13 additions & 13 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,35 @@
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@reduxjs/toolkit": "2.6.1",
"@sentry/react": "9.5.0",
"@sentry/react": "9.10.1",
"browserslist": "4.24.4",
"core-js": "3.41.0",
"i18next": "24.2.3",
"i18next-browser-languagedetector": "8.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "7.55.0",
"react-i18next": "15.4.1",
"react-redux": "9.2.0",
"react-router": "7.3.0",
"react-router": "7.4.1",
"regenerator-runtime": "0.14.1",
"styled-components": "6.1.15",
"styled-components": "6.1.16",
"use-debounce": "10.0.4"
},
"devDependencies": {
"@axe-core/react": "4.10.1",
"@babel/cli": "7.26.4",
"@babel/cli": "7.27.0",
"@babel/core": "7.26.10",
"@babel/node": "7.26.0",
"@babel/preset-env": "7.26.9",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@babel/preset-typescript": "7.27.0",
"@double-great/stylelint-a11y": "3.0.4",
"@mdx-js/loader": "3.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.16",
"@types/dotenv-webpack": "7.0.8",
"@types/mdx": "2.0.13",
"@types/react": "19.0.10",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@welldone-software/why-did-you-render": "10.0.1",
"babel-loader": "10.0.0",
Expand All @@ -75,14 +75,14 @@
"postcss-styled-syntax": "0.7.1",
"postcss-syntax": "0.36.2",
"raw-loader": "4.0.2",
"react-refresh": "0.16.0",
"stylelint": "16.16.0",
"react-refresh": "0.17.0",
"stylelint": "16.17.0",
"stylelint-config-standard": "37.0.0",
"stylelint-no-unsupported-browser-features": "8.0.4",
"webpack": "5.98.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0",
"webpack-dev-server": "5.2.1",
"webpack-merge": "6.0.1"
},
"engines": {
Expand Down
7 changes: 5 additions & 2 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ import eslintPluginUnicorn from "eslint-plugin-unicorn";
import eslintPluginVitest from "@vitest/eslint-plugin";
// @ts-expect-error: Missing types
import eslintPluginOnlyError from "eslint-plugin-only-error";
import eslintPluginMdx from "eslint-plugin-mdx";
// eslint-disable-next-line import/no-namespace
import * as eslintPluginMdx from "eslint-plugin-mdx";
import typescriptEslint from "typescript-eslint";

const filetypesGlob = "**/*.{ts,tsx,mts,cjs,mjs}";
const filetypesGlob = "**/*.{ts,tsx,mts,js,cjs,mjs}";

// eslint-disable-next-line import/no-unused-modules
export default defineConfig([
Expand Down Expand Up @@ -298,6 +299,8 @@ export default defineConfig([

// ** MDX support **
{
files: ["**/*.mdx"],

...eslintPluginMdx.flat,

extends: [
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@yarnpkg/types": "4.0.1",
"axios": "1.8.3",
"axios": "1.8.4",
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
"ncp": "2.0.0",
Expand All @@ -65,34 +65,34 @@
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint/js": "9.22.0",
"@playwright/test": "1.51.0",
"@eslint/js": "9.23.0",
"@playwright/test": "1.51.1",
"@types/eslint-plugin-jsx-a11y": "6.10.0",
"@types/lodash-es": "4.17.12",
"@vitest/eslint-plugin": "1.1.37",
"eslint": "9.22.0",
"@vitest/eslint-plugin": "1.1.38",
"eslint": "9.23.0",
"eslint-config-prettier": "10.1.1",
"eslint-import-resolver-typescript": "3.9.0",
"eslint-plugin-compat": "6.0.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-mdx": "3.2.0",
"eslint-plugin-n": "17.16.2",
"eslint-plugin-mdx": "3.3.1",
"eslint-plugin-n": "17.17.0",
"eslint-plugin-only-error": "1.0.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-prettier": "5.2.5",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-hooks-addons": "0.4.1",
"eslint-plugin-unicorn": "57.0.0",
"eslint-plugin-unicorn": "58.0.0",
"globals": "16.0.0",
"jiti": "2.4.2",
"prettier": "3.5.3",
"typescript-eslint": "8.26.1",
"vitest": "3.0.8"
"typescript-eslint": "8.29.0",
"vitest": "3.1.1"
},
"engines": {
"node": ">=22.11.0"
},
"packageManager": "yarn@4.7.0"
"packageManager": "yarn@4.8.1"
}
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.51.0-noble
FROM mcr.microsoft.com/playwright:v1.51.1-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/maxclaus/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].0 --legacy-peer-deps
&& npm install @playwright/[email protected].1 --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,7 +35,7 @@
},
"dependencies": {
"@faker-js/faker": "9.6.0",
"@sentry/node": "9.5.0",
"@sentry/node": "9.10.1",
"@vercel/ncc": "0.38.3",
"bcryptjs": "3.0.2",
"commander": "13.1.0",
Expand All @@ -47,9 +47,9 @@
"express-static-gzip": "2.2.0",
"fastest-levenshtein": "1.0.16",
"generate-serial-number": "0.0.3",
"helmet": "8.0.0",
"helmet": "8.1.0",
"jsonwebtoken": "9.0.2",
"mongoose": "8.12.1",
"mongoose": "8.13.1",
"morgan": "1.10.0",
"tsx": "4.19.3",
"winston": "3.17.0",
Expand All @@ -58,10 +58,10 @@
"devDependencies": {
"@types/jsonwebtoken": "9.0.9",
"@types/morgan": "1.9.9",
"@types/node": "22.13.10",
"@types/supertest": "6.0.2",
"@types/node": "22.13.15",
"@types/supertest": "6.0.3",
"mongodb-memory-server": "10.1.4",
"supertest": "7.0.0"
"supertest": "7.1.0"
},
"engines": {
"node": ">=22.11.0"
Expand Down
Loading