Skip to content

Commit d60549a

Browse files
chore: update auto merge on patch or minor
1 parent 5fbfd91 commit d60549a

File tree

3 files changed

+132
-121
lines changed

3 files changed

+132
-121
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Install pnpm
3636
id: pnpm-install
3737
with:
38-
version: 10.15.0
38+
version: 10.15.1
3939
run_install: false
4040

4141
- name: Get pnpm store directory
@@ -79,7 +79,7 @@ jobs:
7979
name: Install pnpm
8080
id: pnpm-install
8181
with:
82-
version: 10.15.0
82+
version: 10.15.1
8383
run_install: false
8484

8585
- name: Get pnpm store directory

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"@eslint/js": "9.34.0",
25+
"@eslint/js": "9.35.0",
2626
"@rollup/plugin-terser": "0.4.4",
2727
"@rollup/plugin-typescript": "12.1.4",
2828
"@types/chai": "5.2.2",
2929
"@types/mocha": "10.0.10",
30-
"@types/node": "22.18.0",
30+
"@types/node": "22.18.1",
3131
"@types/sinon": "17.0.4",
32-
"@typescript-eslint/eslint-plugin": "8.41.0",
33-
"@typescript-eslint/parser": "8.41.0",
32+
"@typescript-eslint/eslint-plugin": "8.42.0",
33+
"@typescript-eslint/parser": "8.42.0",
3434
"chai": "6.0.1",
35-
"eslint": "9.34.0",
35+
"eslint": "9.35.0",
3636
"eslint-config-prettier": "10.1.8",
3737
"eslint-plugin-prettier": "5.5.4",
3838
"eslint-plugin-simple-import-sort": "12.1.1",
39-
"mocha": "11.7.1",
39+
"mocha": "11.7.2",
4040
"nyc": "17.1.0",
4141
"prettier": "3.6.2",
4242
"rimraf": "6.0.1",
@@ -47,7 +47,7 @@
4747
"tslib": "2.8.1",
4848
"ts-node": "10.9.2",
4949
"typescript": "5.9.2",
50-
"typescript-eslint": "8.41.0"
50+
"typescript-eslint": "8.42.0"
5151
},
5252
"peerDependencies": {
5353
"reflect-metadata": "~0.2.2"

0 commit comments

Comments
 (0)