Skip to content

Commit

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

* Update patch versions

* Update playwright

* Update sentry

* Update eslint

* Update typescript

* Update mongodb version

* Update minor versions

* Update lockfile

* Update wget version
  • Loading branch information
Archinowsk authored Oct 19, 2024
1 parent 7ae30a1 commit 9efebd2
Show file tree
Hide file tree
Showing 10 changed files with 2,078 additions and 1,236 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.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.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
26 changes: 13 additions & 13 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,38 +29,38 @@
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@reduxjs/toolkit": "2.2.7",
"@sentry/react": "8.33.1",
"@reduxjs/toolkit": "2.3.0",
"@sentry/react": "8.34.0",
"browserslist": "4.24.0",
"core-js": "3.38.1",
"i18next": "23.15.2",
"i18next": "23.16.1",
"i18next-browser-languagedetector": "8.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-i18next": "15.0.2",
"react-hook-form": "7.53.1",
"react-i18next": "15.0.3",
"react-is": "18.3.1",
"react-redux": "9.1.2",
"react-router-dom": "6.26.2",
"react-router-dom": "6.27.0",
"regenerator-runtime": "0.14.1",
"styled-components": "6.1.13",
"use-debounce": "10.0.3"
"use-debounce": "10.0.4"
},
"devDependencies": {
"@axe-core/react": "4.10.0",
"@babel/cli": "7.25.7",
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@double-great/stylelint-a11y": "3.0.2",
"@mdx-js/loader": "3.0.1",
"@mdx-js/loader": "3.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@types/dotenv-webpack": "7.0.7",
"@types/mdx": "2.0.13",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"@welldone-software/why-did-you-render": "8.0.3",
"babel-loader": "9.2.1",
"babel-plugin-module-resolver": "5.0.2",
Expand All @@ -69,14 +69,14 @@
"compression-webpack-plugin": "11.1.0",
"dotenv-webpack": "8.1.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.2",
"jsdom": "25.0.1",
"postcss": "8.4.47",
"postcss-styled-syntax": "0.6.4",
"postcss-syntax": "0.36.2",
"raw-loader": "4.0.2",
"react-refresh": "0.14.2",
"stylelint": "16.9.0",
"stylelint": "16.10.0",
"stylelint-config-recommended": "14.0.1",
"stylelint-no-unsupported-browser-features": "8.0.1",
"webpack": "5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- mongo

mongo:
image: mongo:7.0.12-jammy
image: mongo:7.0.14-jammy
container_name: konsti-mongodb
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/default.vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ingress_letsencrypt_enabled: false
ingress_letsencrypt_cluster_issuer: letsencrypt-prod

mongodb_managed: true
mongodb_image: mongo:7.0.12-jammy
mongodb_image: mongo:7.0.14-jammy
mongodb_connection_string: mongodb://mongodb:27017/konsti

smtp_hostname: ""
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"docker:build-dev": "docker build --build-arg env=dev . -t konsti-dev",
"docker:start-dev-with-local-db": "yarn docker:build-dev && docker run -p 5000:5000 -d --env-file ./docker/docker-dev.env konsti-dev",
"docker:db": "yarn docker:db-run 2>/dev/null || yarn docker:db-start",
"docker:db-run": "docker run -p 27017:27017 -d --name konsti-mongodb mongo:7.0.12-jammy",
"docker:db-run": "docker run -p 27017:27017 -d --name konsti-mongodb mongo:7.0.14-jammy",
"docker:db-start": "docker start konsti-mongodb",
"eslint-inspect-config": "eslint --inspect-config",
"eslint-timings": "TIMING=1 yarn eslint",
Expand Down Expand Up @@ -58,39 +58,39 @@
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
"ncp": "2.0.0",
"npm-run-all2": "6.2.3",
"npm-run-all2": "6.2.4",
"rimraf": "6.0.1",
"typescript": "5.5.4",
"typescript": "5.6.3",
"zod": "3.23.8"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
"@eslint/js": "9.12.0",
"@playwright/test": "1.47.2",
"@eslint/js": "9.13.0",
"@playwright/test": "1.48.1",
"@types/eslint__js": "8.42.3",
"@types/lodash-es": "4.17.12",
"eslint": "9.12.0",
"eslint": "9.13.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.10.3",
"eslint-plugin-n": "17.11.1",
"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-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-hooks-addons": "0.4.0",
"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.10.0",
"globals": "15.11.0",
"prettier": "3.3.3",
"typescript-eslint": "8.8.0",
"vitest": "2.1.2"
"typescript-eslint": "8.10.0",
"vitest": "2.1.3"
},
"engines": {
"node": ">=20.16.0"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}
6 changes: 3 additions & 3 deletions playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/playwright:v1.47.2-jammy
FROM mcr.microsoft.com/playwright:v1.48.1-noble

RUN apt-get install --no-install-recommends -y wget=1.21.2-2ubuntu1.1 \
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 \
&& chmod +x /usr/local/bin/waitforit

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.47.2 --legacy-peer-deps
&& npm install @playwright/test@1.48.1 --legacy-peer-deps
Loading

0 comments on commit 9efebd2

Please sign in to comment.