Skip to content

Commit

Permalink
deps: Upgrade cspell and lefthook to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Dec 23, 2024
1 parent cc00d12 commit 0bf8d70
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-22.04, macos-latest]
ver: [0.98.0, 0.97.1, 0.96.1, 0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86]
ver: [0.101.0, 0.98.0, 0.97.1, 0.96.1, 0.95.0, 0.93.0, 0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86]

runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To use modules in `Nu`, please refer to the following examples:
- name: Setup nu
uses: hustcer/setup-nu@v3
with:
version: 0.98.0
version: 0.101.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Use Your Nu Modules
Expand All @@ -89,7 +89,7 @@ You have to wrap the `nu` code in `nu -c ""`, and the nu version should be equal
- name: Setup nu
uses: hustcer/setup-nu@v3
with:
version: 0.98.0
version: 0.101.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Use Your Nu Modules by Absolute Path
Expand All @@ -108,7 +108,7 @@ Again, the nu version should be equal to or above `0.69`.
- name: Setup nu@latest
uses: hustcer/setup-nu@v3
with:
version: 0.98.0
version: 0.101.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare Nu Modules
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Setup nu
uses: hustcer/setup-nu@v3
with:
version: 0.98.0
version: 0.101.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Use Your Nu Modules
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Setup nu
uses: hustcer/setup-nu@v3
with:
version: 0.98.0
version: 0.101.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Use Your Nu Modules by Absolute Path
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Setup nu@latest
uses: hustcer/setup-nu@v3
with:
version: 0.98.0
version: 0.101.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare Nu Modules
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/semver": "^7.5.8",
"@types/shelljs": "^0.8.15",
"@vercel/ncc": "^0.38.3",
"cspell": "^8.16.1",
"lefthook": "^1.8.4",
"cspell": "^8.17.1",
"lefthook": "^1.10.0",
"semver": "^7.6.3",
"typescript": "^5.7.2"
}
Expand Down
Loading

0 comments on commit 0bf8d70

Please sign in to comment.