Skip to content

Commit

Permalink
chore(deps,eslint): update dependencies (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob authored Aug 25, 2024
1 parent 5893948 commit df9e3c1
Show file tree
Hide file tree
Showing 6 changed files with 1,083 additions and 765 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-yaks-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mheob/eslint-config': patch
---

Update all dependencies
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@cspell/dict-de-de": "^4.0.0",
"@mheob/changeset-changelog": "^3.0.1",
"@mheob/commitlint-config": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
"@types/node": "^20.14.14",
"@types/node": "^22.5.0",
"commitizen": "^4.3.0",
"cspell": "^8.13.1",
"cspell": "^8.14.2",
"cz-git": "^1.9.4",
"eslint": "^9.8.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"eslint": "^9.9.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"turbo": "^2.0.11",
"turbo": "^2.0.14",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"lint": "eslint src/**/*.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"commitizen": "^4.3.0",
"cz-git": "^1.9.4",
"eslint": "^9.8.0",
"eslint": "^9.9.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
36 changes: 18 additions & 18 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,60 +36,60 @@
"watch": "tsup --watch"
},
"dependencies": {
"@antfu/install-pkg": "^0.3.3",
"@antfu/install-pkg": "^0.4.0",
"@clack/prompts": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"eslint-config-flat-gitignore": "^0.1.8",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "^14.2.6",
"eslint-config-prettier": "^9.1.0",
"eslint-flat-config-utils": "^0.3.0",
"eslint-flat-config-utils": "^0.3.1",
"eslint-merge-processors": "^0.1.0",
"eslint-plugin-antfu": "^2.3.4",
"eslint-plugin-antfu": "^2.3.6",
"eslint-plugin-command": "^0.2.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^3.1.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-perfectionist": "^3.2.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-toml": "^0.11.1",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.0.1",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-yml": "^1.14.0",
"globals": "^15.9.0",
"jsonc-eslint-parser": "^2.4.0",
"mlly": "^1.7.1",
"parse-gitignore": "^2.0.0",
"picocolors": "^1.0.1",
"svelte": "^4.2.18",
"svelte": "^4.2.19",
"svelte-eslint-parser": "^0.41.0",
"toml-eslint-parser": "^0.10.0",
"yaml-eslint-parser": "^1.2.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.8.2",
"@eslint/config-inspector": "^0.5.2",
"@eslint-react/eslint-plugin": "^1.12.1",
"@eslint/config-inspector": "^0.5.4",
"@mheob/tsconfig": "workspace:*",
"@types/yargs": "^17.0.32",
"@types/yargs": "^17.0.33",
"astro-eslint-parser": "^1.0.2",
"eslint": "^9.8.0",
"eslint": "^9.9.1",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-svelte": "^2.43.0",
"eslint-typegen": "^0.3.0",
"eslint-typegen": "^0.3.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rimraf": "^6.0.1",
"svelte-eslint-parser": "^0.41.0",
"tsup": "^8.2.4",
"tsx": "^4.16.5",
"tsx": "^4.18.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"eslint": "^9.8.0",
"eslint": "^9.9.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
Expand Down
Loading

0 comments on commit df9e3c1

Please sign in to comment.