|  | 
| 2 | 2 |   "name": "eslint-plugin-prettier", | 
| 3 | 3 |   "version": "5.2.3", | 
| 4 | 4 |   "description": "Runs prettier as an eslint rule", | 
| 5 |  | -  "repository": "git+https://github.com/prettier/eslint-plugin-prettier.git", | 
|  | 5 | +  "repository": "https://github.com/prettier/eslint-plugin-prettier.git", | 
| 6 | 6 |   "homepage": "https://github.com/prettier/eslint-plugin-prettier#readme", | 
| 7 | 7 |   "author": "Teddy Katz", | 
| 8 | 8 |   "contributors": [ | 
|  | 
| 43 | 43 |   "scripts": { | 
| 44 | 44 |     "check": "prettier --check . && pnpm lint", | 
| 45 | 45 |     "format": "prettier --write . && pnpm lint --fix", | 
| 46 |  | -    "lint": "eslint . --cache -f friendly --max-warnings 10", | 
|  | 46 | +    "lint": "eslint . --cache --max-warnings 10", | 
| 47 | 47 |     "prepare": "simple-git-hooks", | 
| 48 |  | -    "release": "pnpm check && pnpm test && changeset publish", | 
|  | 48 | +    "release": "pnpm check && mocha && clean-pkg-json changeset publish", | 
| 49 | 49 |     "test": "pnpm lint && mocha" | 
| 50 | 50 |   }, | 
| 51 | 51 |   "peerDependencies": { | 
|  | 
| 64 | 64 |   }, | 
| 65 | 65 |   "dependencies": { | 
| 66 | 66 |     "prettier-linter-helpers": "^1.0.0", | 
| 67 |  | -    "synckit": "^0.9.1" | 
|  | 67 | +    "synckit": "^0.10.2" | 
| 68 | 68 |   }, | 
| 69 | 69 |   "devDependencies": { | 
| 70 |  | -    "@1stg/remark-preset": "^3.0.0", | 
| 71 |  | -    "@changesets/changelog-github": "^0.5.0", | 
| 72 |  | -    "@changesets/cli": "^2.27.1", | 
| 73 |  | -    "@commitlint/config-conventional": "^18.4.3", | 
|  | 70 | +    "@1stg/remark-preset": "^3.0.1", | 
|  | 71 | +    "@changesets/changelog-github": "^0.5.1", | 
|  | 72 | +    "@changesets/cli": "^2.28.1", | 
|  | 73 | +    "@commitlint/cli": "^19.8.0", | 
|  | 74 | +    "@commitlint/config-conventional": "^19.8.0", | 
| 74 | 75 |     "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", | 
| 75 |  | -    "@eslint/js": "^9.21.0", | 
| 76 |  | -    "@graphql-eslint/eslint-plugin": "^3.20.1", | 
| 77 |  | -    "@html-eslint/parser": "^0.24.1", | 
| 78 |  | -    "@prettier/plugin-pug": "^3.0.0", | 
|  | 76 | +    "@eslint/js": "^9.23.0", | 
|  | 77 | +    "@graphql-eslint/eslint-plugin": "^4.3.0", | 
|  | 78 | +    "@html-eslint/parser": "^0.36.0", | 
|  | 79 | +    "@prettier/plugin-pug": "^3.2.1", | 
| 79 | 80 |     "@types/prettier-linter-helpers": "^1.0.4", | 
| 80 |  | -    "commitlint": "^18.4.3", | 
| 81 |  | -    "eslint": "^9.21.0", | 
|  | 81 | +    "clean-pkg-json": "^1.2.1", | 
|  | 82 | +    "eslint": "^9.23.0", | 
| 82 | 83 |     "eslint-config-prettier": "^10.1.1", | 
| 83 |  | -    "eslint-formatter-friendly": "^7.0.0", | 
| 84 | 84 |     "eslint-mdx": "^3.1.5", | 
| 85 |  | -    "eslint-plugin-eslint-plugin": "^5.2.1", | 
|  | 85 | +    "eslint-plugin-eslint-plugin": "^6.4.0", | 
| 86 | 86 |     "eslint-plugin-mdx": "^3.2.0", | 
| 87 |  | -    "eslint-plugin-n": "^16.5.0", | 
|  | 87 | +    "eslint-plugin-n": "^17.16.2", | 
| 88 | 88 |     "eslint-plugin-prettier": "link:.", | 
| 89 | 89 |     "eslint-plugin-pug": "^1.2.5", | 
| 90 |  | -    "eslint-plugin-svelte": "^3.0.2", | 
| 91 |  | -    "graphql": "^16.8.1", | 
| 92 |  | -    "lint-staged": "^15.2.0", | 
| 93 |  | -    "mocha": "^10.2.0", | 
|  | 90 | +    "eslint-plugin-svelte": "^3.3.3", | 
|  | 91 | +    "graphql": "^16.10.0", | 
|  | 92 | +    "lint-staged": "^15.5.0", | 
|  | 93 | +    "mocha": "^11.1.0", | 
| 94 | 94 |     "prettier": "^3.5.3", | 
| 95 |  | -    "prettier-plugin-pkg": "^0.18.0", | 
| 96 |  | -    "prettier-plugin-svelte": "^3.1.2", | 
| 97 |  | -    "simple-git-hooks": "^2.9.0", | 
| 98 |  | -    "svelte": "^5.20.5", | 
| 99 |  | -    "vue-eslint-parser": "^9.3.2" | 
|  | 95 | +    "prettier-plugin-pkg": "^0.18.1", | 
|  | 96 | +    "prettier-plugin-svelte": "^3.3.3", | 
|  | 97 | +    "simple-git-hooks": "^2.12.1", | 
|  | 98 | +    "svelte": "^5.25.3", | 
|  | 99 | +    "vue-eslint-parser": "^10.1.1" | 
| 100 | 100 |   }, | 
| 101 | 101 |   "pnpm": { | 
| 102 | 102 |     "patchedDependencies": { | 
|  | 
0 commit comments