Skip to content

Commit 97968c2

Browse files
chore(deps): update all major dependencies
1 parent 239aa6a commit 97968c2

File tree

6 files changed

+171
-274
lines changed

6 files changed

+171
-274
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
version: ${{ inputs.pnpm_version }}
2020

2121
- name: 🏗️ Setup Node.js ${{ inputs.node_version }}
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: ${{ inputs.node_version }}
2525
registry-url: 'https://registry.npmjs.org'

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: ⛙ Checkout branch ${{ github.ref }}
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: 🚧 Build
2323
uses: ./.github/actions/build
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: ⛙ Checkout branch ${{ github.ref }}
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: 🧱 Install
3434
uses: ./.github/actions/install
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: ⛙ Checkout branch ${{ github.ref }}
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
- name: 🧱 Install
5050
uses: ./.github/actions/install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: ⛙ Checkout branch ${{ github.ref }}
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
ref: ${{ inputs.commit-hash || 'main' }}
3535
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: ⛙ Checkout branch ${{ github.ref }}
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
ref: main
3737
fetch-depth: 0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"access": "public"
5454
},
5555
"devDependencies": {
56-
"@commitlint/cli": "^19.8.0",
57-
"@commitlint/config-conventional": "^19.8.0",
56+
"@commitlint/cli": "^20.0.0",
57+
"@commitlint/config-conventional": "^20.0.0",
5858
"@dvcol/eslint-config": "^1.6.0",
5959
"@vitest/coverage-v8": "^3.1.2",
6060
"eslint": "^9.25.1",
6161
"extract-changelog-release": "^1.0.2",
6262
"husky": "^9.1.7",
63-
"lint-staged": "^15.5.1",
63+
"lint-staged": "^16.0.0",
6464
"prettier": "^3.5.3",
6565
"publint": "^0.3.12",
6666
"standard-version": "^9.5.0",

0 commit comments

Comments
 (0)