Skip to content

Commit a7da5c5

Browse files
committed
chore(deps): batch update dependencies to latest
Consolidates the open Renovate PRs into a single branch. graphql v17 (#1316) is intentionally excluded — @0no-co/graphql.web (urql) and graphql-ws only peer-support graphql ^16, so v17 is held until they add ^17. Runtime / tooling: - node.js 24.16.0 -> 24.18.0 (.nvmrc, .tool-versions) (#1325) - cypress-vite 1.10.0 -> 1.10.2 (dev) (#1323) CI actions (SHA-pinned): - actions/checkout v6 -> v7.0.0 (#1326, supersedes digest PR #1295) - actions/setup-node v4 -> v6.4.0 (#1327) - actions/download-artifact v4 -> v8.0.1 (#1328) - datum-cloud/actions v1.14.0 -> v1.20.0 (#1324) Local observability (docker-compose): - prom/prometheus v3.11.3 -> v3.13.0 (#1277) - grafana/grafana 13.0.1 -> 13.1.0 (#1285)
1 parent 9c801cc commit a7da5c5

8 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Install Dependencies
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
25+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2626
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
2727
with: { bun-version: 1.3.14 } # renovate: datasource=docker depName=oven/bun
2828
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
@@ -40,7 +40,7 @@ jobs:
4040
needs: install
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
43+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4444
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
4545
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4646
with:
@@ -55,7 +55,7 @@ jobs:
5555
needs: install
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
58+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5959
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
6060
with: { bun-version: 1.3.14 } # renovate: datasource=docker depName=oven/bun
6161
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
if: ${{ !failure() && !cancelled() }}
7474
steps:
75-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
75+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7676
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
7777
with: { bun-version: 1.3.14 } # renovate: datasource=docker depName=oven/bun
7878
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
@@ -94,7 +94,7 @@ jobs:
9494
needs: install
9595
runs-on: ubuntu-latest
9696
steps:
97-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
97+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
9898
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
9999
with: { bun-version: 1.3.14 } # renovate: datasource=docker depName=oven/bun
100100
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
@@ -123,8 +123,8 @@ jobs:
123123
runs-on: ubuntu-latest
124124
if: ${{ !failure() && !cancelled() }}
125125
steps:
126-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
127-
- uses: actions/setup-node@v4
126+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
127+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
128128
with:
129129
node-version-file: '.nvmrc'
130130
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
@@ -148,8 +148,8 @@ jobs:
148148
timeout-minutes: 10
149149
if: ${{ !failure() && !cancelled() }}
150150
steps:
151-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
152-
- uses: actions/setup-node@v4
151+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
152+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
153153
with:
154154
node-version-file: '.nvmrc'
155155
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
@@ -160,7 +160,7 @@ jobs:
160160
${{ env.BUN_CACHE }}
161161
**/node_modules
162162
key: ${{ runner.os }}-deps-${{ hashFiles('**/bun.lock', '**/bun.lockb', '**/package.json') }}
163-
- uses: actions/download-artifact@v4
163+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
164164
with:
165165
name: build-${{ github.sha }}
166166
path: build
@@ -221,8 +221,8 @@ jobs:
221221
matrix:
222222
shard: [0, 1, 2, 3]
223223
steps:
224-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
225-
- uses: actions/setup-node@v4
224+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
225+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
226226
with:
227227
node-version-file: '.nvmrc'
228228
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
@@ -233,7 +233,7 @@ jobs:
233233
${{ env.BUN_CACHE }}
234234
**/node_modules
235235
key: ${{ runner.os }}-deps-${{ hashFiles('**/bun.lock', '**/bun.lockb', '**/package.json') }}
236-
- uses: actions/download-artifact@v4
236+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
237237
with:
238238
name: build-${{ github.sha }}
239239
path: build
@@ -314,7 +314,7 @@ jobs:
314314
contents: read
315315
packages: write
316316
attestations: write
317-
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@545f34cd6f35e9688c9a04a7e890281bcdbaefd2 # v1.14.0
317+
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@a39a3b1772cda084b55e4504a48f39b4309a644b # v1.20.0
318318
with:
319319
image-name: cloud-portal
320320
# NOTE: `secrets: inherit` is required because the upstream workflow
@@ -331,7 +331,7 @@ jobs:
331331
id-token: write
332332
contents: read
333333
packages: write
334-
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@545f34cd6f35e9688c9a04a7e890281bcdbaefd2 # v1.14.0
334+
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@a39a3b1772cda084b55e4504a48f39b4309a644b # v1.20.0
335335
with:
336336
bundle-name: ghcr.io/datum-cloud/cloud-portal-kustomize
337337
bundle-path: config
@@ -351,7 +351,7 @@ jobs:
351351
pull-requests: write
352352
actions: read
353353
steps:
354-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
354+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
355355
- name: Build test summary
356356
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
357357
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: read
2424
packages: write
2525
attestations: write
26-
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@545f34cd6f35e9688c9a04a7e890281bcdbaefd2 # v1.14.0
26+
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@a39a3b1772cda084b55e4504a48f39b4309a644b # v1.20.0
2727
with:
2828
image-name: cloud-portal
2929
secrets: inherit
@@ -35,7 +35,7 @@ jobs:
3535
id-token: write
3636
contents: read
3737
packages: write
38-
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@545f34cd6f35e9688c9a04a7e890281bcdbaefd2 # v1.14.0
38+
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@a39a3b1772cda084b55e4504a48f39b4309a644b # v1.20.0
3939
with:
4040
bundle-name: ghcr.io/datum-cloud/cloud-portal-kustomize
4141
bundle-path: config

.github/workflows/set-project-month.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ on:
66

77
jobs:
88
set-month:
9-
uses: datum-cloud/actions/.github/workflows/set-project-month.yaml@545f34cd6f35e9688c9a04a7e890281bcdbaefd2 # v1.14.0
9+
uses: datum-cloud/actions/.github/workflows/set-project-month.yaml@a39a3b1772cda084b55e4504a48f39b4309a644b # v1.20.0
1010
secrets: inherit

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.16.0
1+
24.18.0

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 24.16.0
1+
nodejs 24.18.0
22
bun 1.3.14

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
depends_on:
1111
- otel-collector
1212
grafana:
13-
image: grafana/grafana:13.0.1
13+
image: grafana/grafana:13.1.0@sha256:121a7a9ece6dc10b969f1f96eed64b4f07dfac0d0b8abc070f7cb83bbde86f63
1414
depends_on:
1515
- prometheus
1616
- jaeger
@@ -23,7 +23,7 @@ services:
2323
env_file:
2424
- ./dev/docker/grafana/.env
2525
prometheus:
26-
image: prom/prometheus:v3.11.3
26+
image: prom/prometheus:v3.13.0@sha256:c6b27ea434f8389bfe233fbc7be381cf50587c286e871bc842008f5a1b1908a7
2727
ports:
2828
- '9090:9090'
2929
volumes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"bun-types": "^1.3.14",
143143
"cypress": "^15.17.0",
144144
"cypress-split": "^1.25.0",
145-
"cypress-vite": "1.10.0",
145+
"cypress-vite": "1.10.2",
146146
"eslint": "^10.5.0",
147147
"eslint-plugin-jsx-a11y": "^6.10.2",
148148
"eslint-plugin-prettier": "^5.5.6",

0 commit comments

Comments
 (0)