prettier / prettier-eslint

Code :arrow_right: prettier :arrow_right: eslint --fix :arrow_right: Formatted Code :sparkles:
http://npm.im/prettier-eslint
MIT License
3.99k stars 171 forks source link

rimraf dependency warnings #985

Closed nullbio closed 1 month ago

nullbio commented 4 months ago
#10 3.978 warning prettier-eslint > eslint > file-entry-cache > flat-cache > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#10 4.021 warning prettier-eslint > eslint > file-entry-cache > flat-cache > rimraf > glob@7.2.3: Glob versions prior to v9 are no longer supported
#10 4.067 warning prettier-eslint > eslint > file-entry-cache > flat-cache > rimraf > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
      "eslint": "^9.3.0",
      "@eslint/js": "^9.3.0",
      "@types/eslint__js": "^8.42.3",
      "typescript": "^5.5.0-beta",
      "typescript-eslint": "^8.0.0-alpha.20",
      "prettier": "^3.2.5",
      "prettier-eslint": "^16.3.0",
flpnascto commented 3 months ago
    "prettier-eslint": "^16.3.0",
warning prettier-eslint > eslint > @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
warning prettier-eslint > eslint > file-entry-cache > flat-cache > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning prettier-eslint > eslint > file-entry-cache > flat-cache > rimraf > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning prettier-eslint > eslint > @humanwhocodes/config-array > @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
github-actions[bot] commented 1 month ago

Stale issue