Skip to content

Commit

Permalink
update deps (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme authored Nov 6, 2024
1 parent d5f7b20 commit 82e69a0
Show file tree
Hide file tree
Showing 10 changed files with 270 additions and 329 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ github.event.release.tag_name }}
Expand All @@ -29,7 +29,7 @@ jobs:
corepack enable
- name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: .node-version
cache: pnpm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
eslint-cache-path: ${{ github.workspace }}/node_modules/.cache/eslint
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand All @@ -35,7 +35,7 @@ jobs:
corepack enable
- name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: .node-version
cache: pnpm
Expand All @@ -45,7 +45,7 @@ jobs:
pnpm i --frozen-lockfile
- name: Restore eslint cache
uses: actions/cache@v4.1.1
uses: actions/cache@v4.1.2
with:
path: ${{ env.eslint-cache-path }}
key: eslint-${{ env.eslint-cache-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ needs.pre-checkout.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-checkout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ steps.prepare.outputs.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ github.event.release.tag_name }}
Expand All @@ -39,7 +39,7 @@ jobs:
corepack enable
- name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: .node-version
cache: pnpm
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
new_ref: ${{ steps.generate.outputs.new_ref }}
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- parse-version
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
echo "user-id=${user_id}" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
private-key: ${{ secrets.RELEASE_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
private-key: ${{ secrets.RELEASE_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
pull-requests: read
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
echo "user-id=${user_id}" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.17.0
v20.18.0
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"prepare": "pnpm build"
},
"dependencies": {
"@eslint/compat": "1.2.0",
"@eslint/js": "9.12.0",
"@stylistic/eslint-plugin-js": "2.9.0",
"@stylistic/eslint-plugin-jsx": "2.9.0",
"@stylistic/eslint-plugin-ts": "2.9.0",
"@eslint/compat": "1.2.2",
"@eslint/js": "9.14.0",
"@stylistic/eslint-plugin-js": "2.10.1",
"@stylistic/eslint-plugin-jsx": "2.10.1",
"@stylistic/eslint-plugin-ts": "2.10.1",
"@types/eslint__js": "8.42.3",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unused-imports": "4.1.4",
"typescript-eslint": "8.9.0"
"typescript-eslint": "8.13.0"
},
"devDependencies": {
"@types/node": "22.7.5",
"@typescript-eslint/parser": "8.9.0",
"eslint": "9.12.0",
"@types/node": "22.9.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
"eslint-config-flat-gitignore": "0.3.0",
"globals": "15.11.0",
"globals": "15.12.0",
"rimraf": "6.0.1",
"typescript": "5.6.3"
},
Expand All @@ -65,7 +65,7 @@
"optional": false
}
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"engines": {
"node": ">=20"
},
Expand Down
Loading

0 comments on commit 82e69a0

Please sign in to comment.