Skip to content

Commit

Permalink
deps: Upgrade lefthook,@biomejs/biome,@octokit/rest,typescript, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Apr 11, 2024
1 parent f611867 commit abb9578
Show file tree
Hide file tree
Showing 10 changed files with 248 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-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.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86]
ver: [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
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.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86, 0.85, 0.83.1, 0.82, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72, 0.71, '0.70']
ver: [0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86, 0.85, 0.83.1, 0.82, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72, 0.71, '0.70']

runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
ver: [0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86, 0.85, 0.83.1, 0.82, '0.80', 0.79, 0.78, 0.77.1, 0.76, 0.75, 0.74, 0.73, 0.72.1, 0.71, '0.70']
ver: [0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86, 0.85, 0.83.1, 0.82, '0.80', 0.79, 0.78, 0.77.1, 0.76, 0.75, 0.74, 0.73, 0.72.1, 0.71, '0.70']

runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-22.04, macos-latest]
ver: [0.91.0, 0.90.1, 0.87.1, 0.86, 0.85]
ver: [0.92.2, 0.91.0, 0.90.1, 0.87.1, 0.86, 0.85]

runs-on: ${{ matrix.os }}
name: test (${{matrix.os}}, nu@${{matrix.ver}})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-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.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86, 0.85, 0.83.1, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72, 0.71, '0.70', 0.69.1, 0.68]
ver: [0.92.2, 0.91.0, 0.90.1, 0.88.1, 0.87.1, 0.86, 0.85, 0.83.1, '0.80', 0.79, 0.78, 0.77.1, 0.75, 0.73, 0.72, 0.71, '0.70']

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 @@ -79,7 +79,7 @@ To use modules in `Nu`, please refer to the following examples:
- name: Setup nu
uses: hustcer/[email protected]
with:
version: 0.91.0
version: 0.92.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Use Your Nu Modules
Expand All @@ -96,7 +96,7 @@ You have to wrap the `nu` code in `nu -c ""`, and the nu version should be equal
- name: Setup nu
uses: hustcer/[email protected]
with:
version: 0.91.0
version: 0.92.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Use Your Nu Modules by Absolute Path
Expand All @@ -115,7 +115,7 @@ Again, the nu version should be equal to or above `0.69`.
- name: Setup nu@latest
uses: hustcer/[email protected]
with:
version: 0.91.0
version: 0.92.2
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 @@ -74,7 +74,7 @@ jobs:
- name: Setup nu
uses: hustcer/[email protected]
with:
version: 0.91.0
version: 0.92.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Use Your Nu Modules
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Setup nu
uses: hustcer/[email protected]
with:
version: 0.91.0
version: 0.92.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Use Your Nu Modules by Absolute Path
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Setup nu@latest
uses: hustcer/[email protected]
with:
version: 0.91.0
version: 0.92.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare Nu Modules
Expand Down
14 changes: 4 additions & 10 deletions dist/index.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/tool-cache": "^2.0.1",
"@octokit/rest": "^20.0.2",
"@octokit/rest": "^20.1.0",
"globby": "^14.0.1",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@types/node": "^20.12.2",
"@biomejs/biome": "^1.6.4",
"@types/node": "^20.12.7",
"@types/semver": "^7.5.8",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"lefthook": "^1.6.8",
"lefthook": "^1.6.10",
"semver": "^7.6.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit abb9578

Please sign in to comment.