Skip to content

Commit 15bcd5f

Browse files
Merge upstream/main
2 parents 82fb775 + 71adddf commit 15bcd5f

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

package-lock.json

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

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"format:check": "npx prettier --check .",
3535
"lint": "npx eslint .",
3636
"local-action": "npx @github/local-action . src/main.ts .env",
37-
"package": "npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
37+
"package": "npx rimraf ./dist && npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
3838
"package:watch": "npm run package -- --watch",
3939
"test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
4040
"test:wa": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest --watchAll",
@@ -51,30 +51,31 @@
5151
"yaml": "^2.3.4"
5252
},
5353
"devDependencies": {
54-
"@eslint/compat": "^1.3.2",
55-
"@github/local-action": "^5.2.0",
56-
"@jest/globals": "^30.1.2",
57-
"@rollup/plugin-commonjs": "^28.0.6",
58-
"@rollup/plugin-node-resolve": "^16.0.1",
59-
"@rollup/plugin-typescript": "^12.1.4",
54+
"@eslint/compat": "^1.4.0",
55+
"@github/local-action": "^6.0.2",
56+
"@jest/globals": "^30.2.0",
57+
"@rollup/plugin-commonjs": "^29.0.0",
58+
"@rollup/plugin-node-resolve": "^16.0.3",
59+
"@rollup/plugin-typescript": "^12.3.0",
6060
"@types/jest": "^30.0.0",
61-
"@types/node": "^24.3.1",
61+
"@types/node": "^24.10.1",
6262
"@types/yaml": "^1.9.7",
63-
"@typescript-eslint/eslint-plugin": "^8.43.0",
63+
"@typescript-eslint/eslint-plugin": "^8.50.0",
6464
"@typescript-eslint/parser": "^8.32.1",
65-
"eslint": "^9.35.0",
65+
"eslint": "^9.39.2",
6666
"eslint-config-prettier": "^10.1.8",
6767
"eslint-import-resolver-typescript": "^4.4.4",
6868
"eslint-plugin-import": "^2.32.0",
69-
"eslint-plugin-jest": "^29.0.1",
69+
"eslint-plugin-jest": "^29.8.0",
7070
"eslint-plugin-prettier": "^5.5.4",
71-
"jest": "^30.1.3",
71+
"jest": "^30.2.0",
7272
"make-coverage-badge": "^1.2.0",
73-
"prettier": "^3.6.2",
74-
"rollup": "^4.50.1",
75-
"ts-jest": "^29.4.1",
73+
"prettier": "^3.7.4",
74+
"prettier-eslint": "^16.4.2",
75+
"rollup": "^4.54.0",
76+
"ts-jest": "^29.4.6",
7677
"ts-jest-resolver": "^2.0.1",
77-
"typescript": "^5.9.2"
78+
"typescript": "^5.9.3"
7879
},
7980
"optionalDependencies": {
8081
"@rollup/rollup-linux-x64-gnu": "*"

0 commit comments

Comments
 (0)