Skip to content

Commit

Permalink
⬆️ chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grixu committed Nov 16, 2024
1 parent 7ab001e commit a8c3764
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 146 deletions.
14 changes: 14 additions & 0 deletions .changeset/sixty-moons-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"eslint-config-archisquad": minor
---

**[CHANGE]**: Upgraded dependencies

- @eslint/js 9.14.0 → 9.15.0
- @typescript-eslint/eslint-plugin 8.13.0 → 8.14.0
- @typescript-eslint/parser 8.13.0 → 8.14.0
- @vitest/eslint-plugin 1.1.8 → 1.1.10
- eslint 9.14.0 → 9.15.0
- eslint-plugin-jsonc 2.17.0 → 2.18.1
- eslint-plugin-n 17.13.1 → 17.13.2
- type-fest 4.26.1 → 4.27.0
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CI: true
PNPM_VERSION: 9.12.3
PNPM_VERSION: 9.13.2

jobs:
validating:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@
},
"prettier": "@archisquad/prettier-config",
"dependencies": {
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-plugin-unicorn": "56.0.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-no-secrets": "1.1.2",
"eslint-plugin-n": "17.13.1",
"eslint-plugin-n": "17.13.2",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-yml": "1.15.0",
"eslint-plugin-jsonc": "2.18.1",
"eslint-plugin-playwright": "2.0.1",
"@vitest/eslint-plugin": "1.1.10",
"eslint-plugin-perfectionist": "3.9.1",
"eslint-config-flat-gitignore": "0.3.0",
"type-fest": "4.26.1",
"type-fest": "4.27.0",
"defu": "6.1.4",
"eslint-flat-config-utils": "0.4.0",
"@eslint/js": "9.14.0",
"@eslint/js": "9.15.0",
"@typescript-eslint/parser": "8.14.0",
"@typescript-eslint/eslint-plugin": "8.14.0"
},
Expand Down
Loading

0 comments on commit a8c3764

Please sign in to comment.