Skip to content

Commit 5ad11ca

Browse files
fix(deps): update all dependencies
1 parent b71e8b5 commit 5ad11ca

File tree

5 files changed

+10779
-10122
lines changed

5 files changed

+10779
-10122
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout Repo
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121

2222
- name: Setup pnpm
23-
uses: pnpm/action-setup@v2
23+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
2424

2525
- name: Setup Node.js ${{ matrix.node }}
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2727
with:
2828
node-version: ${{ matrix.node }}
2929
cache: pnpm
@@ -41,4 +41,4 @@ jobs:
4141
PARSER_NO_WATCH: true
4242

4343
- name: Codecov
44-
uses: codecov/codecov-action@v3
44+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v2
30+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-and-quality
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v2
36+
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v2
39+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
4040
with:
4141
category: '/language:${{ matrix.language }}'

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

1919
- name: Setup pnpm
20-
uses: pnpm/action-setup@v2
20+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
2121

2222
- name: Setup Node.js LTS
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2424
with:
2525
node-version: lts/*
2626
cache: pnpm

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "git+https://github.com/un-ts/cf-cleaner.git",
77
"author": "JounQin <[email protected]>",
88
"license": "MIT",
9-
"packageManager": "pnpm@7.33.6",
9+
"packageManager": "pnpm@10.19.0",
1010
"engines": {
1111
"node": ">=14.18.0"
1212
},
@@ -42,27 +42,27 @@
4242
"typecov": "type-coverage"
4343
},
4444
"dependencies": {
45-
"commander": "^9.4.1",
46-
"hast-util-is-element": "^2.1.3",
47-
"rehype-format": "^4.0.1",
48-
"rehype-parse": "^8.0.5",
49-
"rehype-preset-minify": "^6.0.0",
50-
"rehype-stringify": "^9.0.4",
51-
"unified": "^10.1.2",
52-
"unified-stream": "^2.0.0",
53-
"unist-util-remove": "^3.1.1",
54-
"unist-util-visit": "^4.1.1"
45+
"commander": "^14.0.0",
46+
"hast-util-is-element": "^3.0.0",
47+
"rehype-format": "^5.0.0",
48+
"rehype-parse": "^9.0.0",
49+
"rehype-preset-minify": "^7.0.0",
50+
"rehype-stringify": "^10.0.0",
51+
"unified": "^11.0.0",
52+
"unified-stream": "^3.0.0",
53+
"unist-util-remove": "^4.0.0",
54+
"unist-util-visit": "^5.0.0"
5555
},
5656
"devDependencies": {
57-
"@1stg/lib-config": "^10.3.0",
58-
"@changesets/changelog-github": "^0.4.8",
57+
"@1stg/lib-config": "^13.0.0",
58+
"@changesets/changelog-github": "^0.5.0",
5959
"@changesets/cli": "^2.26.2",
60-
"@types/node": "^18.7.18",
61-
"@vitest/coverage-istanbul": "^0.34.6",
60+
"@types/node": "^22.0.0",
61+
"@vitest/coverage-istanbul": "^4.0.0",
6262
"type-coverage": "^2.27.0",
63-
"typescript": "^4.9.5",
64-
"unplugin-auto-import": "^0.16.7",
65-
"vitest": "^0.34.6"
63+
"typescript": "^5.0.0",
64+
"unplugin-auto-import": "^20.0.0",
65+
"vitest": "^4.0.0"
6666
},
6767
"typeCoverage": {
6868
"atLeast": 100,

0 commit comments

Comments
 (0)