📦 chore: Bump Packages (#5791)

* chore: started with updating packages to new version.
(a lot are outdated)

* fix: eslint to pass when no matching files changed.

* fix: eslint to pass when no matching files changed.

* fix: issue with strict in actions with the test

* chore: update more dependencies

* feat: scan for unused imported packages

* feat: scan for unused imported packages

* feat: scan for unused imported packages

* feat: scan for unused imported packages

* feat: scan for unused imported packages

* feat: scan for unused imported packages

* feat: scan for unused imported packages

* chore: removed Unused NPM Packages

* chore: removed Unused NPM Packages in `client/package.json`

* chore: removed Unused NPM Packages in `client/package.json`

* chore: Only comments when there are actual unused dependencies.

* chore: Only comments when there are actual unused dependencies.

* ci: test if it detects unused packages.

* ci: removed unused packages.

* ci: both static and dynamic i18n keys

* ci: revert back to no dynamic. use official nesting

* chore: remove override package: ajv
This commit is contained in:
Ruben Talstra 2025-02-11 15:55:13 +01:00 committed by GitHub
parent 936199b950
commit 404b27d045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 801 additions and 615 deletions

View file

@ -84,9 +84,9 @@
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@playwright/test": "^1.50.1",
"@types/react-virtualized": "^9.22.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
@ -100,13 +100,13 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.14.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript-eslint": "^8.23.0"
"typescript-eslint": "^8.24.0"
},
"overrides": {
"mdast-util-gfm-autolink-literal": "2.0.0",