Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ updates:
schedule:
interval: daily
timezone: Asia/Tokyo
cooldown: 7
Comment thread
poad marked this conversation as resolved.
Comment thread
poad marked this conversation as resolved.
allow:
- dependency-type: all
rebase-strategy: auto
Expand All @@ -22,6 +23,9 @@ updates:
schedule:
interval: daily
timezone: Asia/Tokyo
cooldown: 1
Comment thread
poad marked this conversation as resolved.
exclude:
- 'pnpm'
allow:
- dependency-type: all
rebase-strategy: auto
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
auto-merge:
if: github.event.pull_request.draft == false
if: ${{ !github.event.pull_request.draft }}
Comment thread
poad marked this conversation as resolved.

runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:

workflow_dispatch:

permissions: write-all

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,7 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
check-latest: true
package-manager-cache: pnpm
package-manager-cache: false
Comment thread
poad marked this conversation as resolved.

- uses: pnpm/action-setup@v4
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:

workflow_dispatch:

permissions: write-all

jobs:
import-test:
runs-on: ubuntu-latest
Expand All @@ -29,7 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
check-latest: true
package-manager-cache: pnpm
package-manager-cache: false
Comment thread
poad marked this conversation as resolved.

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.16.1",
"packageManager": "pnpm@10.17.0",
Comment thread
poad marked this conversation as resolved.
"engines": {
"node": ">=22.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@stylistic/eslint-plugin": "^5.3.1",
"@swc/cli": "^0.7.8",
"@swc/core": "^1.13.5",
"@types/node": "^24.5.2",
"@types/node": "^24.5.1",
Comment thread
poad marked this conversation as resolved.
"@vitest/coverage-v8": "^3.2.4",
"chokidar": "^4.0.3",
"eslint": "^9.35.0",
Expand Down
Loading