Skip to content

Commit 476e8f8

Browse files
committed
chore: upgrade deps
1 parent 49126ea commit 476e8f8

8 files changed

Lines changed: 175 additions & 170 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Check Codebase
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- master
7-
push:
7+
pull_request:
88
branches:
99
- master
1010
workflow_dispatch:
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CodeQL
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- master
7-
push:
7+
pull_request:
88
branches:
99
- master
1010
schedule:
@@ -24,19 +24,19 @@ jobs:
2424
steps:
2525
- name: Checkout
2626
id: checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828

2929
- name: Initialize CodeQL
3030
id: initialize
31-
uses: github/codeql-action/init@v3
31+
uses: github/codeql-action/init@v4
3232
with:
3333
languages: TypeScript
3434
source-root: src
3535

3636
- name: Autobuild
3737
id: autobuild
38-
uses: github/codeql-action/autobuild@v3
38+
uses: github/codeql-action/autobuild@v4
3939

4040
- name: Perform CodeQL Analysis
4141
id: analyze
42-
uses: github/codeql-action/analyze@v3
42+
uses: github/codeql-action/analyze@v4

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
- .github/workflows/test.yml
99
- 'dist/**'
1010
pull_request:
11+
branches:
12+
- master
13+
paths:
14+
- .github/workflows/test.yml
15+
- 'dist/**'
1116
workflow_dispatch:
1217

1318
permissions:
@@ -29,7 +34,7 @@ jobs:
2934
runs-on: ${{ matrix.os }}
3035
steps:
3136
- name: Checkout
32-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3338
with:
3439
fetch-depth: 0
3540

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020

dist/index.cjs

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

dist/index.cjs.map

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@antfu/eslint-config": "^7.7.2",
5555
"@github/local-action": "^7.0.1",
5656
"@types/node": "^25.5.0",
57-
"@typescript/native-preview": "7.0.0-dev.20260312.1",
57+
"@typescript/native-preview": "7.0.0-dev.20260314.1",
5858
"@vitest/coverage-v8": "^4.1.0",
5959
"esbuild": "^0.27.4",
6060
"eslint": "^10.0.3",

0 commit comments

Comments
 (0)