Skip to content

Commit e68c76b

Browse files
chore: dependabot (#78)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f2107c commit e68c76b

5 files changed

Lines changed: 729 additions & 934 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
should-benchmark: ${{ steps.changes.outputs.should-benchmark }}
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Check for relevant changes
3131
id: changes
@@ -76,12 +76,12 @@ jobs:
7676
# 0️⃣ SHARED TOOLING – Buildx + Aztec CLI skeleton
7777
# ──────────────────────────────────────────────────────────────
7878
- name: Checkout repository
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080
with:
8181
fetch-depth: 0
8282

8383
- name: Setup Node.js
84-
uses: actions/setup-node@v5
84+
uses: actions/setup-node@v6
8585
with:
8686
node-version: '22.17.0'
8787

@@ -97,7 +97,7 @@ jobs:
9797
# 1️⃣ BENCHMARK BASE COMMIT
9898
# ──────────────────────────────────────────────────────────────
9999
- name: Checkout BASE branch
100-
uses: actions/checkout@v5
100+
uses: actions/checkout@v6
101101
with:
102102
ref: ${{ github.event.pull_request.base.sha }}
103103

@@ -150,7 +150,7 @@ jobs:
150150
# clean does not work correctly and is removing the benchmark results anyways
151151
# https://github.com/actions/checkout/issues/1201
152152
- name: Checkout PR branch
153-
uses: actions/checkout@v5
153+
uses: actions/checkout@v6
154154
with:
155155
ref: ${{ github.event.pull_request.head.sha }}
156156
clean: false
@@ -222,7 +222,7 @@ jobs:
222222

223223
# SECURITY: Upload results for secure comment workflow
224224
- name: Upload benchmark results and metadata
225-
uses: actions/upload-artifact@v4
225+
uses: actions/upload-artifact@v6
226226
with:
227227
name: benchmark-results
228228
path: |
@@ -234,7 +234,7 @@ jobs:
234234
echo "${{ github.event.number }}" > pr-number.txt
235235
236236
- name: Upload PR metadata
237-
uses: actions/upload-artifact@v4
237+
uses: actions/upload-artifact@v6
238238
with:
239239
name: pr-metadata
240240
path: pr-number.txt

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Install and cache yarn
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: '22'
2323
cache: 'yarn'
2424

2525
- name: Cache node_modules
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: node_modules
2929
key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050

5151
- name: Detect Aztec version
5252
id: aztec-version
@@ -68,7 +68,7 @@ jobs:
6868
aztec-up ${{ steps.aztec-version.outputs.version }}
6969
7070
- name: Setup Node.js
71-
uses: actions/setup-node@v5
71+
uses: actions/setup-node@v6
7272
with:
7373
node-version: '22'
7474
cache: 'yarn'

.github/workflows/tests.yml

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

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020

2121
- name: Install and cache yarn
22-
uses: actions/setup-node@v5
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: '22'
2525
cache: 'yarn'
2626

2727
- name: Cache node_modules
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: node_modules
3131
key: ${{ runner.os }}-node-modules-${{ hashFiles('yarn.lock') }}
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Cache Noir compilation artifacts
5858
id: cache-noir
59-
uses: actions/cache@v4
59+
uses: actions/cache@v5
6060
with:
6161
path: |
6262
target/

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
"@aztec/stdlib": "3.0.0-devnet.20251212",
3030
"@aztec/test-wallet": "3.0.0-devnet.20251212",
3131
"@defi-wonderland/aztec-benchmark": "3.0.0-devnet.2",
32-
"@types/node": "22.5.1"
32+
"@types/node": "25.0.2"
3333
},
3434
"devDependencies": {
35-
"@commitlint/cli": "20.1.0",
36-
"@commitlint/config-conventional": "20.0.0",
35+
"@commitlint/cli": "20.2.0",
36+
"@commitlint/config-conventional": "20.2.0",
3737
"@types/jest": "30.0.0",
38-
"@types/mocha": "10.0.6",
39-
"@types/node": "22.5.1",
38+
"@types/mocha": "10.0.10",
39+
"@types/node": "25.0.2",
4040
"husky": "9.1.7",
41-
"lint-staged": "16.2.3",
42-
"prettier": "3.6.2",
43-
"tsx": "4.9.3",
41+
"lint-staged": "16.2.7",
42+
"prettier": "3.7.4",
43+
"tsx": "4.21.0",
4444
"typescript": "5.9.3",
45-
"vitest": "3.2.4"
45+
"vitest": "4.0.15"
4646
},
4747
"config": {
4848
"aztecVersion": "3.0.0-devnet.20251212"

0 commit comments

Comments
 (0)