Skip to content

Commit 5e3cee2

Browse files
authored
Merge pull request #292 from z0ffy/chore/deps-upgrade
chore(deps): update dependencies and adjust Node.js engine requirements
2 parents e8b360a + c90be19 commit 5e3cee2

4 files changed

Lines changed: 1144 additions & 1167 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
node-version: ['18', '20', '22']
43+
node-version: ['20', '22', '24']
4444
steps:
4545
- name: Checkout code
4646
uses: actions/checkout@v4

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,34 +52,34 @@
5252
},
5353
"dependencies": {
5454
"@jridgewell/remapping": "^2.3.5",
55-
"javascript-obfuscator": "^4.1.1"
55+
"javascript-obfuscator": "^4.2.0"
5656
},
5757
"devDependencies": {
58-
"@commitlint/cli": "^19.8.1",
59-
"@commitlint/config-conventional": "^19.8.1",
60-
"@commitlint/types": "^19.8.1",
61-
"@eslint/js": "^9.32.0",
58+
"@commitlint/cli": "^20.1.0",
59+
"@commitlint/config-conventional": "^20.0.0",
60+
"@commitlint/types": "^20.0.0",
61+
"@eslint/js": "^9.39.1",
6262
"@jridgewell/sourcemap-codec": "^1.5.5",
6363
"@jridgewell/trace-mapping": "^0.3.31",
64-
"@stylistic/eslint-plugin": "^5.2.2",
65-
"@types/node": "^24.2.0",
66-
"@vitest/coverage-v8": "^3.2.4",
64+
"@stylistic/eslint-plugin": "^5.6.1",
65+
"@types/node": "^24.10.1",
66+
"@vitest/coverage-v8": "^4.0.15",
6767
"auto-changelog": "^2.5.0",
68-
"eslint": "^9.32.0",
69-
"globals": "^16.3.0",
68+
"eslint": "^9.39.1",
69+
"globals": "^16.5.0",
7070
"husky": "^9.1.7",
71-
"lint-staged": "^16.1.4",
72-
"tsup": "^8.5.0",
73-
"typescript": "^5.9.2",
74-
"typescript-eslint": "^8.39.0",
75-
"vite": "^7.1.0",
76-
"vitest": "^3.2.4"
71+
"lint-staged": "^16.2.7",
72+
"tsup": "^8.5.1",
73+
"typescript": "^5.9.3",
74+
"typescript-eslint": "^8.48.1",
75+
"vite": "^7.2.6",
76+
"vitest": "^4.0.15"
7777
},
7878
"peerDependencies": {
7979
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
8080
},
8181
"engines": {
82-
"node": ">=14.0.0"
82+
"node": ">=20.0.0"
8383
},
8484
"lint-staged": {
8585
"*.ts": [
@@ -88,7 +88,8 @@
8888
},
8989
"pnpm": {
9090
"onlyBuiltDependencies": [
91-
"esbuild"
91+
"esbuild",
92+
"javascript-obfuscator"
9293
]
9394
}
9495
}

0 commit comments

Comments
 (0)