Skip to content

Commit 2ae6f2f

Browse files
committed
fix: update eslint to version 9.28.0 and add serial test script
1 parent b02bfa3 commit 2ae6f2f

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

package-lock.json

Lines changed: 5 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"test": "npm run test:cjs -- --no-coverage",
4040
"test:cjs": "cross-env TEST_ESM=0 jest",
4141
"test:esm": "cross-env TEST_ESM=1 node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js",
42+
"test:serial": "npm run test:cjs -- --runInBand --no-coverage",
4243
"test:all": "run-s \"test:cjs -- {@}\" \"test:esm -- {@}\" --",
4344
"test:build-extension": "cd test/fixtures/test-extension && node build.js",
4445
"test:memory": "cross-env TEST_MEMORY=1 node --expose-gc node_modules/jest/bin/jest.js --no-coverage test/memory.test.ts",
@@ -111,7 +112,7 @@
111112
"@typescript-eslint/parser": "^8.33.0",
112113
"cross-env": "^7.0.3",
113114
"del-cli": "^6.0.0",
114-
"eslint": "^9.27.0",
115+
"eslint": "^9.28.0",
115116
"eslint-plugin-regexp": "^2.7.0",
116117
"globals": "^16.2.0",
117118
"jest": "^29.7.0",

0 commit comments

Comments
 (0)