Skip to content

Commit afe21d6

Browse files
authored
Merge branch 'main' into update-renovate-setting-20250915
2 parents b13cce9 + 60e6c0e commit afe21d6

File tree

4 files changed

+70
-102
lines changed

4 files changed

+70
-102
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v4
2222
with:

.github/workflows/release.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"test:integration": "vitest run ./integration",
5151
"test:integration:update": "vitest run -u ./integration",
5252
"prepublishOnly": "npm run build",
53-
"prepare": "husky install",
54-
"semantic-release": "semantic-release"
53+
"prepare": "husky install"
5554
},
5655
"author": "ysk8hori",
5756
"license": "ISC",
@@ -66,7 +65,7 @@
6665
"devDependencies": {
6766
"@eslint/js": "9.35.0",
6867
"@total-typescript/ts-reset": "0.6.1",
69-
"@types/node": "22.18.3",
68+
"@types/node": "22.18.6",
7069
"commitizen": "4.3.1",
7170
"cz-conventional-changelog": "3.3.0",
7271
"eslint": "9.35.0",
@@ -76,10 +75,9 @@
7675
"husky": "9.1.7",
7776
"lint-staged": "16.1.6",
7877
"prettier": "3.6.2",
79-
"semantic-release": "24.2.8",
8078
"tsx": "4.20.5",
8179
"typescript": "5.9.2",
82-
"typescript-eslint": "8.43.0",
80+
"typescript-eslint": "8.44.0",
8381
"vitest": "3.2.4",
8482
"zx": "8.8.1"
8583
},
@@ -94,10 +92,5 @@
9492
"npm run prettier --",
9593
"git add"
9694
]
97-
},
98-
"release": {
99-
"branches": [
100-
"main"
101-
]
10295
}
10396
}

0 commit comments

Comments
 (0)