chore: uninstall next-pwa and fix jest (#6573)

- Uninstall unmaintained next-pwa dependency
- Fix eslint-plugin-jest dependencies to allow updates
This commit is contained in:
Marco Ferrari 2025-02-17 19:37:31 +00:00 committed by GitHub
parent ff7ebeef9d
commit 5031c6a8ce
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
3 changed files with 1766 additions and 4360 deletions

6122
dependencies/package-lock.json generated vendored

File diff suppressed because it is too large Load diff

View file

@ -15,7 +15,7 @@
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3", "eslint-plugin-jest": "^28.11.0",
"eslint-plugin-json": "^4.0.1", "eslint-plugin-json": "^4.0.1",
"eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-jsx-a11y": "^6.10.0",
@ -28,7 +28,6 @@
"jscpd": "^4.0.5", "jscpd": "^4.0.5",
"markdownlint-cli": "^0.42.0", "markdownlint-cli": "^0.42.0",
"next": "^15.1.3", "next": "^15.1.3",
"next-pwa": "^5.6.0",
"npm-groovy-lint": "^15.0.0", "npm-groovy-lint": "^15.0.0",
"postcss-less": "^6.0.0", "postcss-less": "^6.0.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",

View file

@ -364,7 +364,6 @@ control "super-linter-installed-npm-packages" do
"jscpd", "jscpd",
"markdownlint-cli", "markdownlint-cli",
"next", "next",
"next-pwa",
"npm-groovy-lint", "npm-groovy-lint",
"postcss-less", "postcss-less",
"prettier", "prettier",