Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit efe3bf5

Browse files
committed
[deps] Upgrade pnpm, node, github actions
1 parent b1c23a3 commit efe3bf5

File tree

8 files changed

+3150
-3351
lines changed

8 files changed

+3150
-3351
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: pnpm/action-setup@v2
17+
- uses: pnpm/action-setup@v4
1818
with:
19-
version: 8.9.2
19+
version: 9.15.1
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: '18'
22+
node-version: '23'
2323
cache: 'pnpm'
2424
- run: pnpm install
2525
- run: pnpm lint

.github/workflows/close-stale-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
stale:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/stale@v6
16+
- uses: actions/stale@v9
1717
with:
1818
days-before-stale: 45
1919
days-before-close: 15

.github/workflows/issue-label-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
actions: read
1616
contents: read
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Parse issue form
2121
uses: stefanbuck/github-issue-parser@v3

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: (github.actor != 'dependabot[bot]')
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- run: semgrep ci
2525
env:
2626
SEMGREP_RULES: >-

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pnpm 9.15.1
2+
nodejs 23.4.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@repo/typescript-config": "workspace:*",
1717
"prettier": "^3.2.5"
1818
},
19-
"packageManager": "pnpm@8.9.0",
19+
"packageManager": "pnpm@9.15.1",
2020
"engines": {
21-
"node": ">=18"
21+
"node": ">=22"
2222
},
2323
"pnpm": {
2424
"overrides": {

packages/aptos-nextra-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
},
2424
"dependencies": {
2525
"clsx": "2.1.0",
26-
"mdast-util-from-markdown": "^2.0.1",
27-
"mdast-util-mdx-expression": "^2.0.1",
28-
"mdast-util-to-markdown": "^2.1.0",
26+
"mdast-util-from-markdown": "2.0.1",
27+
"mdast-util-mdx-expression": "2.0.1",
28+
"mdast-util-to-markdown": "2.1.0",
2929
"remark-parse": "^11.0.0",
3030
"remark-stringify": "^11.0.0",
3131
"tailwind-merge": "^2.2.2",

0 commit comments

Comments
 (0)