Skip to content

Commit 30dcf8b

Browse files
authored
Merge pull request #1094 from chantouchsek/dependabot/npm_and_yarn/antfu/eslint-config-6.6.1
chore(deps-dev): bump @antfu/eslint-config from 3.12.0 to 6.6.1
2 parents 26a680c + 530fd93 commit 30dcf8b

4 files changed

Lines changed: 742 additions & 1353 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 10.14.0
24+
version: 10.25.0
2525
run_install: false
2626

2727
- name: Use Node.js ${{ matrix.node-version }} 🏗

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@chantouchsek/validatorjs",
33
"type": "module",
44
"version": "2.2.4",
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.25.0",
66
"description": "The validator.js library makes data validation in JavaScript very easy in both the browser and Node.js.",
77
"author": {
88
"name": "Chantouch Sek",
@@ -54,21 +54,21 @@
5454
"lodash-es": "^4.17.21"
5555
},
5656
"devDependencies": {
57-
"@antfu/eslint-config": "^5.1.0",
57+
"@antfu/eslint-config": "^6.6.1",
5858
"@commitlint/cli": "^20.2.0",
5959
"@commitlint/config-conventional": "^20.2.0",
6060
"@types/lodash-es": "^4.17.12",
61-
"@types/node": "^25.0.0",
62-
"@vitest/coverage-v8": "^3.2.4",
63-
"eslint": "^9.32.0",
61+
"@types/node": "^25.0.1",
62+
"@vitest/coverage-v8": "^4.0.15",
63+
"eslint": "^9.39.2",
6464
"husky": "^9.1.7",
65-
"lint-staged": "^16.1.4",
65+
"lint-staged": "^16.2.7",
6666
"node-notifier": "^10.0.1",
6767
"standard-version": "^9.5.0",
6868
"ts-node": "^10.9.2",
69-
"typescript": "^5.9.2",
70-
"unbuild": "^3.6.0",
71-
"vitest": "^3.2.4"
69+
"typescript": "^5.9.3",
70+
"unbuild": "^3.6.1",
71+
"vitest": "^4.0.15"
7272
},
7373
"lint-staged": {
7474
"*.{js,ts}": "eslint . --fix"

0 commit comments

Comments
 (0)